When using Swift 5.4 (and SPM 5.4) we receive a Package resolution error stating the product SwiftProtobuf can't be found in the package swift-protobuf (and similarly with the secp256k1 package).
This issue happens when packages specify a different Package.name property compared to the GitHub repo name.
By:
Explicitly declares the SwiftProtobuf package name in the Package.swift file
Explicitly declares the secp256k1 package name in the Package.swift file
This PR...
Fixes:
swift-protobuf
(and similarly with thesecp256k1
package).By: