@@ -16,20 +16,20 @@ let package = Package(
1616 products: [
1717 . executable( name: " protoc-gen-swift " , targets: [ " protoc-gen-swift " ] ) ,
1818 . library( name: " SwiftProtobuf " , type: . static, targets: [ " SwiftProtobuf " ] ) ,
19- . library( name: " SwiftProtobufPluginLibrary " , targets: [ " PluginLibrary " ] ) ,
19+ . library( name: " SwiftProtobufPluginLibrary " , targets: [ " SwiftProtobufPluginLibrary " ] ) ,
2020 ] ,
2121 targets: [
2222 . target( name: " SwiftProtobuf " ) ,
23- . target( name: " PluginLibrary " ,
23+ . target( name: " SwiftProtobufPluginLibrary " ,
2424 dependencies: [ " SwiftProtobuf " ] ) ,
2525 . target( name: " protoc-gen-swift " ,
26- dependencies: [ " PluginLibrary " , " SwiftProtobuf " ] ) ,
26+ dependencies: [ " SwiftProtobufPluginLibrary " , " SwiftProtobuf " ] ) ,
2727 . target( name: " Conformance " ,
2828 dependencies: [ " SwiftProtobuf " ] ) ,
2929 . testTarget( name: " SwiftProtobufTests " ,
3030 dependencies: [ " SwiftProtobuf " ] ) ,
31- . testTarget( name: " PluginLibraryTests " ,
32- dependencies: [ " PluginLibrary " ] ) ,
31+ . testTarget( name: " SwiftProtobufPluginLibraryTests " ,
32+ dependencies: [ " SwiftProtobufPluginLibrary " ] ) ,
3333 ] ,
3434 swiftLanguageVersions: [ 3 , 4 ]
3535)
0 commit comments