<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body><div>On Sun, May 1, 2016, at 02:32 PM, Rajeev Jeyaraj via swift-corelibs-dev wrote:<br></div>
<blockquote type="cite"><div dir="ltr"><div><div><div><div><div><div>Hi everyone,<br></div>
</div>
<div>I am trying to compile a single file in the Foundation, ex: NSString.swift.<br></div>
</div>
<div>How can I do this from command line, I tried looking online for documentation and was not able to find it.<br></div>
<div>&nbsp;</div>
</div>
<div>I'm working on an OSX environment. <br></div>
</div>
<div>Thanks,<br></div>
</div>
<div>Rajeev<br></div>
</div>
<div><u>_______________________________________________</u><br></div>
<div>swift-corelibs-dev mailing list<br></div>
<div><a href="mailto:swift-corelibs-dev@swift.org">swift-corelibs-dev@swift.org</a><br></div>
<div><a href="https://lists.swift.org/mailman/listinfo/swift-corelibs-dev">https://lists.swift.org/mailman/listinfo/swift-corelibs-dev</a><br></div>
</blockquote><div>&nbsp;</div>
<div>I usually do: swift hello.swift -o hello-executable<br></div>
</body>
</html>