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
Adding Brightroom to the XCode project that depends on i.e. Firebase (https://github.com/firebase/firebase-ios-sdk) causes conflict in swift-collections package dependencies.
The conflict is caused by the same name for swift-collections dependencies:
x-xcode-log://FA82115D-FC05-44C3-ACF6-######### 'swift-concurrency-task-manager' dependency on 'https://github.com/apple/swift-collections.git' conflicts with dependency on 'https://github.com/FluidGroup/swift-collections' which has the same identity 'swift-collections'. this will be escalated to an error in future versions of SwiftPM.
2.10.X
The text was updated successfully, but these errors were encountered:
same here ➕
Sorry, something went wrong.
Can this please be fixed? We can't modify the dependencies on our end and leads to warnings. We'd like to keep a clean project without warnings.
No branches or pull requests
Overview
Adding Brightroom to the XCode project that depends on i.e. Firebase (https://github.com/firebase/firebase-ios-sdk) causes conflict in swift-collections package dependencies.
Details
The conflict is caused by the same name for swift-collections dependencies:
Error in XCode project
x-xcode-log://FA82115D-FC05-44C3-ACF6-######### 'swift-concurrency-task-manager' dependency on 'https://github.com/apple/swift-collections.git' conflicts with dependency on 'https://github.com/FluidGroup/swift-collections' which has the same identity 'swift-collections'. this will be escalated to an error in future versions of SwiftPM.
Reproduce version
2.10.X
The text was updated successfully, but these errors were encountered: