connect-swift
connect-swift copied to clipboard
The Swift implementation of Connect: Protobuf RPC that works.
**This issue is to track our progress towards tagging a stable v1.0 release of Connect-Swift.** At this time, we've mostly completed the key tasks that we see as prerequisites for...
I have my generated Swift clients and the project builds in macOS. When I build on Linux I get the following issue: ``` [112/150] Compiling Connect ResponseCallbacks.swift /root/project/clients/swift/proto-common/.build/checkouts/connect-swift/Libraries/Connect/Public/Implementation/Clients/ProtocolClient.swift:16:8: error: no...
Essentially a clone of https://github.com/connectrpc/connect-kotlin/issues/333, but for Swift. Examples below largely influenced by that issue in connect-kotlin. This would be a very helpful enhancement to the library, as it would...
I'm opening an issue to track some low-hanging fruit with regard to Swift 6 features that we should explore in Connect-Swift: - [ ] Enforcing strict concurrency: I believe all...