FluidGroup / Brightroom

📷 A composable image editor using Core Image and Metal.
https://www.notion.so/muukii/Brightroom-d4c59b37610a49de8a14131d24cd6162
MIT License
3.36k stars 307 forks source link

Conflicting swift-collections dependencies #254

Open misolubarda opened 2 months ago

misolubarda commented 2 months ago

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

pondorasti commented 2 months ago

same here âž•

jamescahall commented 1 month ago

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.