File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,15 @@ builder:
8
8
- documentation_targets :
9
9
# First item in the list is the "landing" (default) target
10
10
- SwiftSyntax
11
- - IDEUtils
12
11
- SwiftBasicFormat
12
+ - SwiftCompilerPlugin
13
+ - SwiftCompilerPluginMessageHandling
13
14
- SwiftDiagnostics
15
+ - SwiftIDEUtils
14
16
- SwiftOperators
15
17
- SwiftParser
16
18
- SwiftParserDiagnostics
17
19
- SwiftRefactor
18
20
- SwiftSyntaxBuilder
19
- - SwiftSyntaxParser
21
+ - SwiftSyntaxMacros
22
+ - SwiftSyntaxMacrosTestSupport
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ let package = Package(
45
45
. macCatalyst( . v13) ,
46
46
] ,
47
47
products: [
48
+ . library( name: " SwiftBasicFormat " , targets: [ " SwiftBasicFormat " ] ) ,
48
49
. library( name: " SwiftCompilerPlugin " , targets: [ " SwiftCompilerPlugin " ] ) ,
49
50
. library( name: " SwiftCompilerPluginMessageHandling " , targets: [ " SwiftCompilerPluginMessageHandling " ] ) ,
50
51
. library( name: " SwiftDiagnostics " , targets: [ " SwiftDiagnostics " ] ) ,
You can’t perform that action at this time.
0 commit comments