File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 75
75
message (STATUS "_SwiftFoundationICU_SourceDIR not provided, checking out local copy of swift-foundation-icu" )
76
76
FetchContent_Declare (SwiftFoundationICU
77
77
GIT_REPOSITORY https://github.com/apple/swift-foundation-icu.git
78
- GIT_TAG main )
78
+ GIT_TAG release/6.2 )
79
79
endif ()
80
80
81
81
if (_SwiftCollections_SourceDIR )
Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ var dependencies: [Package.Dependency] {
60
60
from: " 1.1.0 " ) ,
61
61
. package (
62
62
url: " https://github.com/apple/swift-foundation-icu " ,
63
- branch: " main " ) ,
63
+ branch: " release/6.2 " ) ,
64
64
. package (
65
65
url: " https://github.com/swiftlang/swift-syntax " ,
66
- branch: " main " )
66
+ branch: " release/6.2 " )
67
67
]
68
68
}
69
69
}
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 main )
46
+ GIT_TAG release/6.2 )
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