mirror of
https://github.com/apple/container.git
synced 2026-09-11 18:25:41 +00:00
build: extend the swift-syntax version range (#97)
Building Swift-Syntax can be time-consuming, but this issue has been resolved in the latest version by using a prebuilt binary. This improvement enhances CI build times and the overall quality of the package. I’ve kept the version at 600 for compatibility reasons, but it might be possible to start from 601 as well. Please let me know. Thanks
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ let package = Package(
|
||||
.package(url: "https://github.com/apple/swift-nio.git", from: "2.80.0"),
|
||||
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.20.1"),
|
||||
.package(url: "https://github.com/apple/swift-system.git", from: "1.4.0"),
|
||||
.package(url: "https://github.com/swiftlang/swift-syntax.git", from: "600.0.0-latest"),
|
||||
.package(url: "https://github.com/swiftlang/swift-syntax.git", "600.0.0"..<"603.0.0"),
|
||||
.package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.1.0"),
|
||||
],
|
||||
targets: [
|
||||
|
||||
Reference in New Issue
Block a user