We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Swift Package Manager has issues when two dependencies contain the same target name (https://forums.swift.org/t/multiple-target-issue-with-spm/16696).
The targets should be named properly to avoid conflicts with other libraries.
The text was updated successfully, but these errors were encountered:
I haven't jumped into this issue, can we confirm that this is still an issue with SPM?
Sorry, something went wrong.
I can confirm this is still an issue with Swift 5.5 (Xcode 13.2.1), when trying to use Komondor.
error: multiple targets named 'Example' in: 'packageconfig', 'swifter'
I'll make a PR during the next week.
minuscorp
Successfully merging a pull request may close this issue.
Hi,
Swift Package Manager has issues when two dependencies contain the same target name (https://forums.swift.org/t/multiple-target-issue-with-spm/16696).
The targets should be named properly to avoid conflicts with other libraries.
The text was updated successfully, but these errors were encountered: