Relative Content

Tag Archive for swiftswift-package-manager

Can I Exclude Targets from a specific package in Swift?

I want to avoid the message multiple targets named ‘foo’ in: ‘Mypackage’, ‘externalPackage1’, ‘externalPackage2’, is there any change to select just one target? like use the package excluding an especifict target?