-
Notifications
You must be signed in to change notification settings - Fork 451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SwiftProtobufPlugin misses protoc binaryTarget dependency #1409
Comments
That proposal alone is not enough since there wasn't a possibility to vend binary targets as products. However this PR swiftlang/swift-package-manager#5810 added capabilities for this. |
It does not look like that protocolbuffers repository should have |
@FranzBusch You are right, it should be irrelevant if protobuf is a Swift package or not. This is a question about who should be responsible for creating binary build artifact which could be used by SPM. I hope, the protobuf team will accept the feature request. |
SwiftProtobufPlugin requires protoc dependency, however this dependency is not set in the Package.swift. It looks like some improvements were implemented in swift 5.6 which "should" make it possible.
The text was updated successfully, but these errors were encountered: