Skip to content

Commit 2e419fd

Browse files
committed
Add 'SwiftLibraryPluginProvider' product
1 parent bded10c commit 2e419fd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.spi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ builder:
1313
- SwiftCompilerPluginMessageHandling
1414
- SwiftDiagnostics
1515
- SwiftIDEUtils
16+
- SwiftLibraryPluginProvider
1617
- SwiftOperators
1718
- SwiftParser
1819
- SwiftParserDiagnostics

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ let package = Package(
1818
.library(name: "SwiftCompilerPluginMessageHandling", targets: ["SwiftCompilerPluginMessageHandling"]),
1919
.library(name: "SwiftDiagnostics", targets: ["SwiftDiagnostics"]),
2020
.library(name: "SwiftIDEUtils", targets: ["SwiftIDEUtils"]),
21+
.library(name: "SwiftLibraryPluginProvider", targets: ["SwiftLibraryPluginProvider"]),
2122
.library(name: "SwiftOperators", targets: ["SwiftOperators"]),
2223
.library(name: "SwiftParser", targets: ["SwiftParser"]),
2324
.library(name: "SwiftParserDiagnostics", targets: ["SwiftParserDiagnostics"]),

0 commit comments

Comments
 (0)