File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
{
13
13
"identity" : " swift-llbuild" ,
14
14
"kind" : " remoteSourceControl" ,
15
- "location" : " https://github.com/apple /swift-llbuild.git" ,
15
+ "location" : " https://github.com/swiftlang /swift-llbuild.git" ,
16
16
"state" : {
17
17
"branch" : " main" ,
18
18
"revision" : " 02db743e7fd4ba241b78207309ddb3c9c2ec5f3f"
30
30
{
31
31
"identity" : " swift-tools-support-core" ,
32
32
"kind" : " remoteSourceControl" ,
33
- "location" : " https://github.com/apple /swift-tools-support-core.git" ,
33
+ "location" : " https://github.com/swiftlang /swift-tools-support-core.git" ,
34
34
"state" : {
35
35
"branch" : " main" ,
36
36
"revision" : " 4074f4db0971328c441fc1621c673937b9ca3b08"
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ let package = Package(
147
147
if ProcessInfo . processInfo. environment [ " SWIFT_DRIVER_LLBUILD_FWK " ] == nil {
148
148
if ProcessInfo . processInfo. environment [ " SWIFTCI_USE_LOCAL_DEPS " ] == nil {
149
149
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 " ) ,
151
151
]
152
152
package . targets. first ( where: { $0. name == " SwiftDriverExecution " } ) !. dependencies += [
153
153
. product( name: " llbuildSwift " , package : " swift-llbuild " ) ,
@@ -166,7 +166,7 @@ if ProcessInfo.processInfo.environment["SWIFT_DRIVER_LLBUILD_FWK"] == nil {
166
166
167
167
if ProcessInfo . processInfo. environment [ " SWIFTCI_USE_LOCAL_DEPS " ] == nil {
168
168
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 " ) ,
170
170
// The 'swift-argument-parser' version declared here must match that
171
171
// used by 'swift-package-manager' and 'sourcekit-lsp'. Please coordinate
172
172
// dependency version changes here with those projects.
You can’t perform that action at this time.
0 commit comments