Skip to content

Commit 2a9f941

Browse files
authored
Merge pull request #1006 from rxwei/swift-diags-product
Add SwiftDiagnostics as a build product.
2 parents 433242f + f6de5e1 commit 2a9f941

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ let package = Package(
4545
.macCatalyst(.v13),
4646
],
4747
products: [
48+
.library(name: "SwiftDiagnostics", type: .static, targets: ["SwiftDiagnostics"]),
4849
.library(name: "SwiftOperators", type: .static, targets: ["SwiftOperators"]),
4950
.library(name: "SwiftParser", type: .static, targets: ["SwiftParser"]),
5051
.library(name: "SwiftSyntax", type: .static, targets: ["SwiftSyntax"]),

0 commit comments

Comments
 (0)