Skip to content

Commit c097246

Browse files
committed
Bump minimum required tools-version to 5.7
1 parent e2c15ad commit c097246

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.5
1+
// swift-tools-version:5.7
22

33
//===----------------------------------------------------------------------===//
44
//
@@ -701,7 +701,7 @@ let relatedDependenciesBranch = "main"
701701
if ProcessInfo.processInfo.environment["SWIFTPM_LLBUILD_FWK"] == nil {
702702
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
703703
package.dependencies += [
704-
.package(url: "https://github.com/apple/swift-llbuild.git", .branch(relatedDependenciesBranch)),
704+
.package(url: "https://github.com/apple/swift-llbuild.git", branch: relatedDependenciesBranch),
705705
]
706706
} else {
707707
// In Swift CI, use a local path to llbuild to interoperate with tools
@@ -715,12 +715,12 @@ if ProcessInfo.processInfo.environment["SWIFTPM_LLBUILD_FWK"] == nil {
715715

716716
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
717717
package.dependencies += [
718-
.package(url: "https://github.com/apple/swift-tools-support-core.git", .branch(relatedDependenciesBranch)),
718+
.package(url: "https://github.com/apple/swift-tools-support-core.git", branch: relatedDependenciesBranch),
719719
// The 'swift-argument-parser' version declared here must match that
720720
// used by 'swift-driver' and 'sourcekit-lsp'. Please coordinate
721721
// dependency version changes here with those projects.
722722
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.2.2")),
723-
.package(url: "https://github.com/apple/swift-driver.git", .branch(relatedDependenciesBranch)),
723+
.package(url: "https://github.com/apple/swift-driver.git", branch: relatedDependenciesBranch),
724724
.package(url: "https://github.com/apple/swift-crypto.git", .upToNextMinor(from: "2.3.0")),
725725
.package(url: "https://github.com/apple/swift-system.git", .upToNextMinor(from: "1.1.1")),
726726
.package(url: "https://github.com/apple/swift-collections.git", .upToNextMinor(from: "1.0.1")),

0 commit comments

Comments
 (0)