@@ -27,7 +27,7 @@ let package = Package(
27
27
dependencies: [
28
28
" LanguageServerProtocolJSONRPC " ,
29
29
" SourceKit " ,
30
- " TSCUtility " ,
30
+ " SwiftToolsSupport-auto " ,
31
31
]
32
32
) ,
33
33
@@ -41,7 +41,7 @@ let package = Package(
41
41
" LanguageServerProtocolJSONRPC " ,
42
42
" SKCore " ,
43
43
" SKSwiftPMWorkspace " ,
44
- " TSCUtility " ,
44
+ " SwiftToolsSupport-auto " ,
45
45
]
46
46
) ,
47
47
@@ -52,7 +52,7 @@ let package = Package(
52
52
" LSPTestSupport " ,
53
53
" SourceKit " ,
54
54
" tibs " , // Never imported, needed at runtime
55
- " TSCUtility " ,
55
+ " SwiftToolsSupport-auto " ,
56
56
]
57
57
) ,
58
58
. testTarget(
@@ -77,7 +77,7 @@ let package = Package(
77
77
dependencies: [
78
78
" SKSwiftPMWorkspace " ,
79
79
" SKTestSupport " ,
80
- " TSCUtility " ,
80
+ " SwiftToolsSupport-auto " ,
81
81
]
82
82
) ,
83
83
@@ -96,7 +96,7 @@ let package = Package(
96
96
" LanguageServerProtocol " ,
97
97
" LanguageServerProtocolJSONRPC " ,
98
98
" SKSupport " ,
99
- " TSCUtility " ,
99
+ " SwiftToolsSupport-auto " ,
100
100
]
101
101
) ,
102
102
. testTarget(
@@ -170,7 +170,7 @@ let package = Package(
170
170
. target(
171
171
name: " SKSupport " ,
172
172
dependencies: [
173
- " TSCUtility "
173
+ " SwiftToolsSupport-auto "
174
174
]
175
175
) ,
176
176
. testTarget(
@@ -200,11 +200,13 @@ if getenv("SWIFTCI_USE_LOCAL_DEPS") == nil {
200
200
// Building standalone.
201
201
package . dependencies += [
202
202
. package ( url: " https://github.com/apple/indexstore-db.git " , . branch( " master " ) ) ,
203
- . package ( url: " https://github.com/apple/swift-package-manager.git " , . branch( " master " ) ) ,
203
+ . package ( url: " https://github.com/aciidb0mb3r/swift-package-manager.git " , . branch( " tsc " ) ) ,
204
+ . package ( url: " https://github.com/apple/swift-tools-support-core.git " , . branch( " master " ) ) ,
204
205
]
205
206
} else {
206
207
package . dependencies += [
207
208
. package ( path: " ../indexstore-db " ) ,
208
209
. package ( path: " ../swiftpm " ) ,
210
+ . package ( path: " ../swiftpm/TSC " ) ,
209
211
]
210
212
}
0 commit comments