1- // swift-tools-version:5.5
1+ // swift-tools-version:5.7
22
33//===----------------------------------------------------------------------===//
44//
@@ -701,7 +701,7 @@ let relatedDependenciesBranch = "main"
701701if 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
716716if 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