Transparent Enums
Exhaustive checking is
important
Kotlin enums are transparently converted to proper Swift enums. This allows for exhaustive
operations on the
Swift side.