Open misolubarda opened 2 months ago
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
same here âž•
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.
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