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
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