Skip to content

Commit b871e5e

Browse files
authored
Support swift-syntax from 600.0.0-latest (#165)
The Xcode 16 beta generates macro projects using these swift-syntax snapshots. Luckily things seem to be backwards compatible, so we can expand our supported range.
1 parent e4489f5 commit b871e5e

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

Package.resolved

Lines changed: 11 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let package = Package(
1919
],
2020
dependencies: [
2121
.package(url: "https://github.com/google/swift-benchmark", from: "0.1.0"),
22-
.package(url: "https://github.com/apple/swift-syntax", "509.0.0"..<"511.0.0"),
22+
.package(url: "https://github.com/apple/swift-syntax", "509.0.0"..<"601.0.0"),
2323
.package(url: "https://github.com/pointfreeco/swift-macro-testing", from: "0.2.0"),
2424
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.0.0"),
2525
],

0 commit comments

Comments
 (0)