File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
tools/swift-plugin-server Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ let package = Package(
5252 . target(
5353 name: " swiftASTGen " ,
5454 dependencies: [
55- . product( name: " SwiftCompilerPluginMessageHandling " , package : " swift-syntax " ) ,
55+ . product( name: " _SwiftCompilerPluginMessageHandling " , package : " swift-syntax " ) ,
5656 . product( name: " SwiftDiagnostics " , package : " swift-syntax " ) ,
5757 . product( name: " SwiftOperators " , package : " swift-syntax " ) ,
5858 . product( name: " SwiftParser " , package : " swift-syntax " ) ,
Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ let package = Package(
1818 . executableTarget(
1919 name: " swift-plugin-server " ,
2020 dependencies: [
21- . product( name: " SwiftCompilerPluginMessageHandling " , package : " swift-syntax " ) ,
22- . product( name: " SwiftLibraryPluginProvider " , package : " swift-syntax " ) ,
21+ . product( name: " _SwiftCompilerPluginMessageHandling " , package : " swift-syntax " ) ,
22+ . product( name: " _SwiftLibraryPluginProvider " , package : " swift-syntax " ) ,
2323 ]
2424 ) ,
2525 . target(
2626 name: " SwiftInProcPluginServer " ,
2727 dependencies: [
28- . product( name: " SwiftCompilerPluginMessageHandling " , package : " swift-syntax " ) ,
29- . product( name: " SwiftLibraryPluginProvider " , package : " swift-syntax " ) ,
28+ . product( name: " _SwiftCompilerPluginMessageHandling " , package : " swift-syntax " ) ,
29+ . product( name: " _SwiftLibraryPluginProvider " , package : " swift-syntax " ) ,
3030 ]
3131 ) ,
3232 ] ,
You can’t perform that action at this time.
0 commit comments