uniffi-rs
uniffi-rs copied to clipboard
[Swift] Error enum case starts with uppercase letter
trafficstars
Hey 👋
We noticed a discrepancy between regular enums and enums that conform to Error type in Swift.
The latter ones are generated with uppercase first letter which do not align with lowerCamelCase Swift conventions (source).
Enum template consists enum_variant_swift_quoted for particular case, but error template has class_name.
Is this something which can be addressed somehow?