We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62bd4c6 commit 1c5f5ecCopy full SHA for 1c5f5ec
Package.swift
@@ -456,7 +456,7 @@ if useLocalDependencies {
456
} else {
457
package.dependencies += [
458
.package(url: "https://github.com/swiftlang/swift-driver.git", branch: "main"),
459
- .package(url: "https://github.com/apple/swift-system.git", .upToNextMajor(from: "1.5.0")),
+ .package(url: "https://github.com/apple/swift-system.git", .upToNextMajor(from: "1.4.1")),
460
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.0.3"),
461
]
462
if !useLLBuildFramework {
0 commit comments