Skip to content

Commit 45c1c6a

Browse files
authored
Loosen swift-system version constraint (#8063)
Loosen version constraint on swift-system ### Motivation: Allow adoption of build fixes from swift-system-1.4.0 in clients. Does not update update-checkout at this time
1 parent 6b5150c commit 45c1c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
955955
.package(url: "https://github.com/apple/swift-driver.git", branch: relatedDependenciesBranch),
956956
.package(url: "https://github.com/apple/swift-crypto.git", .upToNextMinor(from: "3.0.0")),
957957
.package(url: "https://github.com/swiftlang/swift-syntax.git", branch: relatedDependenciesBranch),
958-
.package(url: "https://github.com/apple/swift-system.git", "1.1.1" ..< "1.4.0"),
958+
.package(url: "https://github.com/apple/swift-system.git", from: "1.1.1"),
959959
.package(url: "https://github.com/apple/swift-collections.git", "1.0.1" ..< "1.2.0"),
960960
.package(url: "https://github.com/apple/swift-certificates.git", "1.0.1" ..< "1.6.0"),
961961
.package(url: "https://github.com/swiftlang/swift-toolchain-sqlite.git", from: "1.0.0"),

0 commit comments

Comments
 (0)