I am trying to compile a single file in the Foundation, ex: NSString.swift.
How can I do this from command line, I tried looking online for
documentation and was not able to find it.
I usually do: swift hello.swift -o hello-executable
ยทยทยท
On Sun, May 1, 2016, at 02:32 PM, Rajeev Jeyaraj via swift-corelibs-dev wrote:
Hi everyone,
I am trying to compile a single file in the Foundation, ex:
NSString.swift.
How can I do this from command line, I tried looking online for
documentation and was not able to find it.