Re: [swift-users] SwiftPM on Linux Failed

2017-08-30 Thread adelzhang via swift-users
It seems like the only way is upgrading to Ubuntu 16.04 for now? 在 Wed, 30 Aug 2017 18:09:53 +0800,Ankit Aggarwal 写道: Thanks for the detailed info. I was able to reproduce this. There seems to be some problem with importing modules without their swiftdoc in Ubuntu 14.04. I've filed https

Re: [swift-users] SwiftPM on Linux Failed

2017-08-30 Thread Ankit Aggarwal via swift-users
Thanks for the detailed info. I was able to reproduce this. There seems to be some problem with importing modules without their swiftdoc in Ubuntu 14.04. I've filed https://bugs.swift.org/browse/SR-5800 > On 30-Aug-2017, at 1:26 PM, adelzh...@qq.com wrote: > > export SWIFT_HOME=/opt/swift/4.0-d

Re: [swift-users] SwiftPM on Linux Failed

2017-08-30 Thread adelzhang via swift-users
Hi, `swift build -v` output: lsb_release -r clang --version which clang /opt/swift/4.0-dev/usr/bin/swiftc --driver-mode=swift -L /opt/swift/4.0-dev/usr/lib/swift/pm/4 -lPackageDescription -swift-version 4 -I /opt/swift/4.0-dev/usr/lib/swift/pm/4 -sdk / /home/vagrant/hello/Package.swift -fi

Re: [swift-users] SwiftPM on Linux Failed

2017-08-29 Thread Ankit Aggarwal via swift-users
Hey, Can you post the steps you followed to install the Swift toolchain? Also, can you post the output of: $ swift build -v Thanks! On Tue, Aug 29, 2017 at 8:14 PM, adelzhang via swift-users < swift-users@swift.org> wrote: > > Hi, everyone. > > Installing swift on linux is not that easy. Follo