Skip to content

Commit 83193fd

Browse files
committed
Revert "Update package dependencies to release/6.2 (#1488)"
This reverts commit 24b307f. This change is a 6.2-only change and is being reverted from main while merging forward.
1 parent 24b307f commit 83193fd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ else()
7575
message(STATUS "_SwiftFoundationICU_SourceDIR not provided, checking out local copy of swift-foundation-icu")
7676
FetchContent_Declare(SwiftFoundationICU
7777
GIT_REPOSITORY https://github.com/apple/swift-foundation-icu.git
78-
GIT_TAG release/6.2)
78+
GIT_TAG main)
7979
endif()
8080

8181
if (_SwiftCollections_SourceDIR)

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ var dependencies: [Package.Dependency] {
6060
from: "1.1.0"),
6161
.package(
6262
url: "https://github.com/apple/swift-foundation-icu",
63-
branch: "release/6.2"),
63+
branch: "main"),
6464
.package(
6565
url: "https://github.com/swiftlang/swift-syntax",
66-
branch: "release/6.2")
66+
branch: "main")
6767
]
6868
}
6969
}

Sources/FoundationMacros/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 release/6.2)
46+
GIT_TAG main)
4747
FetchContent_MakeAvailable(SwiftSyntax)
4848
else()
4949
message(STATUS "SwiftSyntax_DIR provided, using swift-syntax from ${SwiftSyntax_DIR}")

0 commit comments

Comments
 (0)