Closed cnoon closed 3 months ago
I was able to confirm that pulling in the updated version of SwiftProtobuf
does resolve the compiler warnings I was seeing.
👋🏽 hey @cnoon - were you using 0.14.0 of Connect-Swift? That podspec has 1.26.0 of SwiftProtobuf pinned: https://github.com/connectrpc/connect-swift/blob/0.14.0/Connect-Swift.podspec#L16
The 1.27.0 version is only on main
and hasn't yet been tagged in a release of Connect-Swift, so I think the condition you're seeing should only happen if you aren't using a release version of Connect-Swift.
You can now update to the latest RC which includes an updated version of SwiftProtobuf: https://github.com/connectrpc/connect-swift/releases/tag/1.0.0-rc1
Hello!
I noticed a mismatch between the Connect-Swift 0.14.0 podspec in trunk vs. the version here in the repo. It looks like the one in
trunk
is locked down to~> SwiftProtobuf 1.26.0
instead of~> SwiftProtobuf 1.27.0
like here.I noticed this after getting warnings from some newly generated Swift code this morning which I'm assuming is using the new SwiftProtobuf plugin through the
buf
command line tools.Any help would be greatly appreciated! 🍻