@@ -15,10 +15,8 @@ let package = Package(
1515  products:  [ 
1616    . library( name:  " SwiftBasicFormat " ,  targets:  [ " SwiftBasicFormat " ] ) , 
1717    . library( name:  " SwiftCompilerPlugin " ,  targets:  [ " SwiftCompilerPlugin " ] ) , 
18-     . library( name:  " SwiftCompilerPluginMessageHandling " ,  targets:  [ " SwiftCompilerPluginMessageHandling " ] ) , 
1918    . library( name:  " SwiftDiagnostics " ,  targets:  [ " SwiftDiagnostics " ] ) , 
2019    . library( name:  " SwiftIDEUtils " ,  targets:  [ " SwiftIDEUtils " ] ) , 
21-     . library( name:  " SwiftLibraryPluginProvider " ,  targets:  [ " SwiftLibraryPluginProvider " ] ) , 
2220    . library( name:  " SwiftOperators " ,  targets:  [ " SwiftOperators " ] ) , 
2321    . library( name:  " SwiftParser " ,  targets:  [ " SwiftParser " ] ) , 
2422    . library( name:  " SwiftParserDiagnostics " ,  targets:  [ " SwiftParserDiagnostics " ] ) , 
@@ -28,10 +26,9 @@ let package = Package(
2826    . library( name:  " SwiftSyntaxMacros " ,  targets:  [ " SwiftSyntaxMacros " ] ) , 
2927    . library( name:  " SwiftSyntaxMacroExpansion " ,  targets:  [ " SwiftSyntaxMacroExpansion " ] ) , 
3028    . library( name:  " SwiftSyntaxMacrosTestSupport " ,  targets:  [ " SwiftSyntaxMacrosTestSupport " ] ) , 
31-     . library( 
32-       name:  " SwiftSyntaxMacrosGenericTestSupport " , 
33-       targets:  [ " SwiftSyntaxMacrosGenericTestSupport " ] 
34-     ) , 
29+     . library( name:  " SwiftSyntaxMacrosGenericTestSupport " ,  targets:  [ " SwiftSyntaxMacrosGenericTestSupport " ] ) , 
30+     . library( name:  " _SwiftCompilerPluginMessageHandling " ,  targets:  [ " SwiftCompilerPluginMessageHandling " ] ) , 
31+     . library( name:  " _SwiftLibraryPluginProvider " ,  targets:  [ " SwiftLibraryPluginProvider " ] ) , 
3532  ] , 
3633  targets:  [ 
3734    // MARK: - Internal helper targets
0 commit comments