<div dir="ltr">I had installed swift in my cloud machine, which is ubuntu 14.04.<div>run &quot;swift&quot; command is ok, I can use REPL.</div><div>But when I create a package code followed by official tutorial, create a empty content file named Package.swift, and a source code file, just one line code:print(&quot;hello&quot;)</div><div>when I run &quot;swift build&quot; command, the error occurs:</div><div>swift-build: exit(127): [&quot;/home/ubuntu/tools/swift/swift-2.2-ubuntu14.04/usr/bin/swiftc&quot;, &quot;--driver-mode=swift&quot;, &quot;-I&quot;, &quot;/home/ubuntu/tools/swift/swift-2.2-ubuntu14.04/usr/lib/swift/pm&quot;, &quot;-L&quot;, &quot;/home/ubuntu/tools/swift/swift-2.2-ubuntu14.04/usr/lib/swift/pm&quot;, &quot;-lPackageDescription&quot;, &quot;/home/ubuntu/code/hello/Package.swift&quot;]<br></div><div><br></div><div>Is there something wrong?</div></div>