1
- // swift-tools-version:5.5
1
+ // swift-tools-version:5.7
2
2
3
3
//===----------------------------------------------------------------------===//
4
4
//
@@ -701,7 +701,7 @@ let relatedDependenciesBranch = "main"
701
701
if ProcessInfo . processInfo. environment [ " SWIFTPM_LLBUILD_FWK " ] == nil {
702
702
if ProcessInfo . processInfo. environment [ " SWIFTCI_USE_LOCAL_DEPS " ] == nil {
703
703
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) ,
705
705
]
706
706
} else {
707
707
// 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 {
715
715
716
716
if ProcessInfo . processInfo. environment [ " SWIFTCI_USE_LOCAL_DEPS " ] == nil {
717
717
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) ,
719
719
// The 'swift-argument-parser' version declared here must match that
720
720
// used by 'swift-driver' and 'sourcekit-lsp'. Please coordinate
721
721
// dependency version changes here with those projects.
722
722
. 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) ,
724
724
. package ( url: " https://github.com/apple/swift-crypto.git " , . upToNextMinor( from: " 2.3.0 " ) ) ,
725
725
. package ( url: " https://github.com/apple/swift-system.git " , . upToNextMinor( from: " 1.1.1 " ) ) ,
726
726
. package ( url: " https://github.com/apple/swift-collections.git " , . upToNextMinor( from: " 1.0.1 " ) ) ,
0 commit comments