Simple question really, however there doesn\'t seem to be a straight answer in the current developer documentation.
Does Swift compile to machine language (i.e. asse
Swift, like Objective-C, is compiled to machine code that runs on the Objective-C runtime.