<font face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size="2">Hi David,<br><br>I get same error. Looks like stdlib needs to be rebuilt again. So, pulled everything again and re-compiling from scratch, not just corelibs-foundation.<br><br>Thanks,<br><span></span>mbvreddy<br><br><font color="#990099"><a target="_blank" href="mailto:-----swift-corelibs-dev-bounces@swift.org">-----swift-corelibs-dev-bounces@swift.org</a> wrote: -----</font><div class="iNotesHistory" style="padding-left:5px;"><div style="padding-right:0px;padding-left:5px;border-left:solid black 2px;">To: <a target="_blank" href="mailto:swift-corelibs-dev@swift.org">swift-corelibs-dev@swift.org</a><br>From: David Hart via swift-corelibs-dev <swift-corelibs-dev@swift.org><br>Sent by: <a target="_blank" href="mailto:swift-corelibs-dev-bounces@swift.org">swift-corelibs-dev-bounces@swift.org</a><br>Date: 05/20/2016 04:20AM<br>Subject: [swift-corelibs-dev] Compilation Error - Which Toolchain?<br><br><div><font face="Courier New,Courier,monospace" size="2">Hi people,<br><br>Found some time to continue contributing to corelibs, but I’m getting a compilation error with master:<br><br>NSGeometry.swift (line 39):<br>35 &nbsp; &nbsp; private var hash: Int {<br>36 #if arch(i386) || arch(arm)<br>37 &nbsp; &nbsp; &nbsp; &nbsp; return Int(Float(self.native).bitPattern)<br>38 #else<br>39 &nbsp; &nbsp; &nbsp; &nbsp; return Int(self.native.bitPattern) // Value of type 'NativeType' (aka 'Double') has no member 'bitPattern’<br>40 #endif<br>41 &nbsp; &nbsp; }<br><br>I’m using the latest development toolchain. Is that correct? What’s the rule on which toolchain to use? I tried building a fresh master toolchain instead but got a failing test.<br><br>Any ideas?<br>David.<br>_______________________________________________<br>swift-corelibs-dev mailing list<br><a target="_blank" href="mailto:swift-corelibs-dev@swift.org">swift-corelibs-dev@swift.org</a><br><a href="https://lists.swift.org/mailman/listinfo/swift-corelibs-dev">https://lists.swift.org/mailman/listinfo/swift-corelibs-dev</a><br></font></div></swift-corelibs-dev@swift.org></div></div></font><BR>