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
Yes, it compiles to machine language by way of LLVM Bitcode and, as @connor said, runs on top of the Objective-C runtime.