2018-01-24 swiftをコマンドラインで実行する Xcode, Swift swiftをコマンドラインで実行してみる。 1, コンパイルと実行 「swiftc」というコマンドでコンパイル。 $ swiftc -o sample.out sample.swift$ ./sample.out