@@ -15,10 +15,8 @@ let package = Package(
15
15
products: [
16
16
. library( name: " SwiftBasicFormat " , targets: [ " SwiftBasicFormat " ] ) ,
17
17
. library( name: " SwiftCompilerPlugin " , targets: [ " SwiftCompilerPlugin " ] ) ,
18
- . library( name: " SwiftCompilerPluginMessageHandling " , targets: [ " SwiftCompilerPluginMessageHandling " ] ) ,
19
18
. library( name: " SwiftDiagnostics " , targets: [ " SwiftDiagnostics " ] ) ,
20
19
. library( name: " SwiftIDEUtils " , targets: [ " SwiftIDEUtils " ] ) ,
21
- . library( name: " SwiftLibraryPluginProvider " , targets: [ " SwiftLibraryPluginProvider " ] ) ,
22
20
. library( name: " SwiftOperators " , targets: [ " SwiftOperators " ] ) ,
23
21
. library( name: " SwiftParser " , targets: [ " SwiftParser " ] ) ,
24
22
. library( name: " SwiftParserDiagnostics " , targets: [ " SwiftParserDiagnostics " ] ) ,
@@ -28,10 +26,9 @@ let package = Package(
28
26
. library( name: " SwiftSyntaxMacros " , targets: [ " SwiftSyntaxMacros " ] ) ,
29
27
. library( name: " SwiftSyntaxMacroExpansion " , targets: [ " SwiftSyntaxMacroExpansion " ] ) ,
30
28
. 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 " ] ) ,
35
32
] ,
36
33
targets: [
37
34
// MARK: - Internal helper targets
0 commit comments