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 {
71
71
72
72
case . useGitHubPackage:
73
73
#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 " ) )
75
75
targetDependency. append ( . product( name: " FoundationEssentials " , package : " swift-foundation " ) )
76
76
targetDependency. append ( . product( name: " FoundationInternationalization " , package : " swift-foundation " ) )
77
77
#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 " ) )
79
79
targetDependency. append ( . product( name: " Foundation " , package : " swift-corelibs-foundation " ) )
80
80
#endif
81
81
Original file line number Diff line number Diff line change 68
68
message (STATUS "_SwiftFoundationICU_SourceDIR not provided, checking out local copy of swift-foundation-icu" )
69
69
FetchContent_Declare (SwiftFoundationICU
70
70
GIT_REPOSITORY https://github.com/apple/swift-foundation-icu.git
71
- GIT_TAG 0.0.9 )
71
+ GIT_TAG release/6.1 )
72
72
endif ()
73
73
74
74
if (_SwiftCollections_SourceDIR )
Original file line number Diff line number Diff line change @@ -62,10 +62,10 @@ var dependencies: [Package.Dependency] {
62
62
from: " 1.1.0 " ) ,
63
63
. package (
64
64
url: " https://github.com/apple/swift-foundation-icu " ,
65
- branch: " main " ) ,
65
+ branch: " release/6.1 " ) ,
66
66
. package (
67
67
url: " https://github.com/swiftlang/swift-syntax " ,
68
- branch: " main " )
68
+ branch: " release/6.1 " )
69
69
]
70
70
}
71
71
}
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ if(NOT SwiftSyntax_FOUND)
43
43
# If building at desk, check out and link against the SwiftSyntax repo's targets
44
44
FetchContent_Declare (SwiftSyntax
45
45
GIT_REPOSITORY https://github.com/swiftlang/swift-syntax.git
46
- GIT_TAG 600.0.0 )
46
+ GIT_TAG release/6.1 )
47
47
FetchContent_MakeAvailable (SwiftSyntax )
48
48
else ()
49
49
message (STATUS "SwiftSyntax_DIR provided, using swift-syntax from ${SwiftSyntax_DIR} " )
You can’t perform that action at this time.
0 commit comments