File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -71,11 +71,11 @@ switch usePackage {
7171
7272 case . useGitHubPackage:
7373 #if os(macOS)
74- packageDependency. append ( . package ( url: " https://github.com/apple/swift-foundation " , branch: " main " ) )
74+ packageDependency. append ( . package ( url: " https://github.com/apple/swift-foundation " , branch: " release/6.1 " ) )
7575 targetDependency. append ( . product( name: " FoundationEssentials " , package : " swift-foundation " ) )
7676 targetDependency. append ( . product( name: " FoundationInternationalization " , package : " swift-foundation " ) )
7777 #else
78- packageDependency. append ( . package ( url: " https://github.com/apple/swift-corelibs-foundation " , branch: " main " ) )
78+ packageDependency. append ( . package ( url: " https://github.com/apple/swift-corelibs-foundation " , branch: " release/6.1 " ) )
7979 targetDependency. append ( . product( name: " Foundation " , package : " swift-corelibs-foundation " ) )
8080 #endif
8181
Original file line number Diff line number Diff line change 6868 message (STATUS "_SwiftFoundationICU_SourceDIR not provided, checking out local copy of swift-foundation-icu" )
6969 FetchContent_Declare(SwiftFoundationICU
7070 GIT_REPOSITORY https://github.com/apple /swift-foundation-icu.git
71- GIT_TAG 0.0.9 )
71+ GIT_TAG release/6.1 )
7272endif ()
7373
7474if (_SwiftCollections_SourceDIR)
Original file line number Diff line number Diff line change @@ -62,10 +62,10 @@ var dependencies: [Package.Dependency] {
6262 from: " 1.1.0 " ) ,
6363 . package (
6464 url: " https://github.com/apple/swift-foundation-icu " ,
65- branch: " main " ) ,
65+ branch: " release/6.1 " ) ,
6666 . package (
6767 url: " https://github.com/swiftlang/swift-syntax " ,
68- branch: " main " )
68+ branch: " release/6.1 " )
6969 ]
7070 }
7171}
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ if(NOT SwiftSyntax_FOUND)
4343 # If building at desk, check out and link against the SwiftSyntax repo's targets
4444 FetchContent_Declare(SwiftSyntax
4545 GIT_REPOSITORY https://github.com/swiftlang/swift-syntax.git
46- GIT_TAG 600.0.0 )
46+ GIT_TAG release/6.1 )
4747 FetchContent_MakeAvailable(SwiftSyntax)
4848else ()
4949 message (STATUS "SwiftSyntax_DIR provided, using swift-syntax from ${SwiftSyntax_DIR} " )
You can’t perform that action at this time.
0 commit comments