Skip to content

Commit d3b199c

Browse files
committed
chore: default to stable swift-syntax
Switch from development snapshot back to stable swift-syntax version range.
1 parent 8dedacc commit d3b199c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ let package = Package(
6565
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.18.4"),
6666
.package(url: "https://github.com/pointfreeco/swift-tagged", from: "0.10.0"),
6767
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", exact: "1.6.1"),
68-
// .package(url: "https://github.com/swiftlang/swift-syntax", "600.0.0"..<"603.0.0"),
68+
.package(url: "https://github.com/swiftlang/swift-syntax", "600.0.0"..<"603.0.0"),
6969
// new snapshot contains fix for swift build and swift test linker issue.
70-
.package(url: "https://github.com/swiftlang/swift-syntax", branch: "swift-6.2-DEVELOPMENT-SNAPSHOT-2025-10-09-a"),
70+
// .package(url: "https://github.com/swiftlang/swift-syntax", branch: "swift-6.2-DEVELOPMENT-SNAPSHOT-2025-10-09-a"),
7171
.package(url: "https://github.com/vapor/postgres-nio", from: "1.22.0"),
7272
],
7373
targets: [

0 commit comments

Comments
 (0)