👨💻 One Swift thing I miss in Kotlin is the requirement that if a function can throw an exception that it be decorated with a throw
keyword. The lack of this in Kotlin feels like a JVM compromise since Java just inherently likes to throw whenever the fuck it wants to.