Re: [swift-dev] Building SwiftPM with Foundation

2016-05-05 Thread Bouke Haarsma via swift-dev
ath -Xlinker $ORIGIN/../lib/swift/linux \ > -Xlinker -L -Xlinker /foundation-linux-x86_64/Foundation \ > -Xlinker -rpath -Xlinker /foundation-linux-x86_64/Foundation \ > -Xswiftc -I/foundation-linux-x86_64/Foundation \ > -Xswiftc -I/foundation-linux-x86_64/Foundation/usr

[swift-dev] Building SwiftPM with Foundation

2016-05-05 Thread Bouke Haarsma via swift-dev
For SwiftPM, I'm looking to replace some POSIX calls with Foundation. NSTask and NSFileManager amongst others. I've created a few PRs already for this, see [1]. However before these can be merged, the build scripts need to be adjusted to allow SwiftPM to build against Foundation. There has alread