Brightify / Cuckoo

Boilerplate-free mocking framework for Swift!
MIT License
1.67k stars 174 forks source link

Allow swift-syntax up to v510.0.3 #509

Closed alexdm-e2n closed 2 months ago

alexdm-e2n commented 2 months ago

Current dependency ist exact swift-syntax v509.0.0. This forces other dependencies e.g. swiftlint to much lower versions.

Do you require the exact version or is a minor-version dependency possible so you can loosen the requirements a bit?

MatyasKriz commented 2 months ago

Hey, as long as the Cuckoo project compiles, I don't think that exact SwiftSyntax version is required. 🙂 Could you please open a PR if it works so other users can benefit as well?

alexdm-e2n commented 2 months ago

Unfortunately the loosening is not enough. To support swift 6 it is also necessary to switch to major revision 600 which has just bee released yet.

I guess you plan to support swift 6 so I close this issue.