pointfreeco / swift-snapshot-testing

📸 Delightful Swift snapshot testing.
https://www.pointfree.co/episodes/ep41-a-tour-of-snapshot-testing
MIT License
3.79k stars 581 forks source link

swift-syntax identity conflicts #923

Closed michalnowak061 closed 3 hours ago

michalnowak061 commented 6 hours ago

'swift-snapshot-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.

Expected behavior zero warnings

Screenshots

Screenshot 2024-11-01 at 22 59 55

Environment

mbrandonw commented 3 hours ago

Hi @michalnowak061, we depend on the most current swiftlang/swift-syntax repo, so if you are getting this warning it must mean that you are either using an old version of the library, or you have another dependency (possibly transitively) on apple/swift-syntax.

Since this isn't an issue with the library I am going to convert it to a discussion. Please feel free to continue the conversation over there!