Skip to content

Commit e413c5f

Browse files
committed
Update org URLs for swift-llbuild & swift-tools-support-core dependencies
1 parent a161856 commit e413c5f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{
1313
"identity" : "swift-llbuild",
1414
"kind" : "remoteSourceControl",
15-
"location" : "https://github.com/apple/swift-llbuild.git",
15+
"location" : "https://github.com/swiftlang/swift-llbuild.git",
1616
"state" : {
1717
"branch" : "main",
1818
"revision" : "02db743e7fd4ba241b78207309ddb3c9c2ec5f3f"
@@ -30,7 +30,7 @@
3030
{
3131
"identity" : "swift-tools-support-core",
3232
"kind" : "remoteSourceControl",
33-
"location" : "https://github.com/apple/swift-tools-support-core.git",
33+
"location" : "https://github.com/swiftlang/swift-tools-support-core.git",
3434
"state" : {
3535
"branch" : "main",
3636
"revision" : "4074f4db0971328c441fc1621c673937b9ca3b08"

Diff for: Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ let package = Package(
147147
if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
148148
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
149149
package.dependencies += [
150-
.package(url: "https://github.com/apple/swift-llbuild.git", branch: "main"),
150+
.package(url: "https://github.com/swiftlang/swift-llbuild.git", branch: "main"),
151151
]
152152
package.targets.first(where: { $0.name == "SwiftDriverExecution" })!.dependencies += [
153153
.product(name: "llbuildSwift", package: "swift-llbuild"),
@@ -166,7 +166,7 @@ if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
166166

167167
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
168168
package.dependencies += [
169-
.package(url: "https://github.com/apple/swift-tools-support-core.git", branch: "main"),
169+
.package(url: "https://github.com/swiftlang/swift-tools-support-core.git", branch: "main"),
170170
// The 'swift-argument-parser' version declared here must match that
171171
// used by 'swift-package-manager' and 'sourcekit-lsp'. Please coordinate
172172
// dependency version changes here with those projects.

0 commit comments

Comments
 (0)