<div dir="ltr">All,<div><br></div><div>Howdy.  I am using swift-2.2-SNAPSHOT-2015-12-01-b-ubuntu14.04 that was released on December 1.  The following code:</div><div><br></div><div><div><font face="monospace, monospace">import Foundation</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">let dateFormatter = NSDateFormatter()</font></div><div><font face="monospace, monospace">dateFormatter.dateFormat = &quot;dd-MM-yyyy&quot;</font></div><div><font face="monospace, monospace">let dateStr = dateFormatter.stringFromDate(NSDate())</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">print(dateStr)</font></div><div><br></div></div><div>results in <br></div><div><br></div><div><div><font face="monospace, monospace">LLVM ERROR: Program used external function &#39;_TFC10Foundation6NSDateCfT_S0_&#39; which could not be resolved!</font></div></div><div><br></div><div>when executed with the swift driver, and then when compiled with swiftc the print statement just gives a blank newline.</div><div><br></div><div>I don&#39;t know if this is a known issue (I haven&#39;t found any reference on the status page or elsewhere indicating this was unimplemented), or I have an environmental problem.</div><div><br></div><div>Thoughts?</div><div><br></div><div>Joe</div><div><br></div></div>