[ ] Typed throws: Would it make sense to add throws(ConnectError) in some places?
[ ] Utilize package visibility: The files in this directory are commented as internal-only but are public so they can be consumed by ConnectNIO. We can make these package instead once running on the updated toolchain to remove these from the public interface
I'm opening an issue to track some low-hanging fruit with regard to Swift 6 features that we should explore in Connect-Swift:
throws
: Would it make sense to addthrows(ConnectError)
in some places?package
visibility: The files in this directory are commented as internal-only but arepublic
so they can be consumed byConnectNIO
. We can make thesepackage
instead once running on the updated toolchain to remove these from the public interfaceWe are currently blocked on fully adopting Swift 6 by https://github.com/apple/swift-protobuf/issues/1729.