Skip to content

Conversation

@MidnightRocket
Copy link

I have run tests, with all tests passing.

@zijievv
Copy link
Owner

zijievv commented Dec 15, 2025

@MidnightRocket Thanks for the PR!

Could you update the SwiftSyntax dependency from:

.package(url: "https://github.com/swiftlang/swift-syntax.git", from: "602.0.0")

to the following range?

.package(url: "https://github.com/swiftlang/swift-syntax.git", "600.0.1"..<"603.0.0")

This keeps full support for the 602.x series while also allowing 600.x and 601.x, which helps avoid version-resolution conflicts for users whose other dependencies may rely on different SwiftSyntax minor versions. At the same time, it prevents pulling in 603.x where breaking AST changes are expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants