square / wire

gRPC and protocol buffers for Android, Kotlin, Swift and Java.
https://square.github.io/wire/
Apache License 2.0
4.22k stars 571 forks source link

Swift edge cases around `Error` #2999

Closed lickel closed 3 weeks ago

lickel commented 3 weeks ago

Swift.Error is an extremely common type.

While the compiler can handle it, working around a proto type named Error becomes a very annoying struggle.