How should I compile Swift programs on Ubuntu 15.10 for best performance? Like this? bin/swiftc <source code file> -Ounchecked -whole-module-optimization What is performance with swift-2.2-SNAPSHOT-2015-12-01-b-ubuntu15.10 currently expected to be like? Like Python? Like Java? Like C?