<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">The toolcahins are in a bit of flux right now so you may need to build your own custom one. If you want you can build one via the easy command of ./swift/utils/build-toolchain or if you need to be a bit more fancy (or want to only build partial slices of the toolchain) I posted a version of a script I personally use for iterating specific slices of the toolchain:&nbsp;<a href="https://gist.github.com/phausler/70c8a6c231fedd8a8008f6a6bbaf48d4" class="">https://gist.github.com/phausler/70c8a6c231fedd8a8008f6a6bbaf48d4</a></div><div class=""><br class=""></div><div class="">Note: that script is something I use on my machine with hard coded paths so your mileage may vary; it is a brutal install phase that just erases the previous install of that identifier and copies the built product out. So be forwarded you can poke your eye out with this script.</div><div class=""><br class=""></div><div class="">Also after installing a new toolchain it is usually good to restart Xcode and clear your module cache just in case there is cruft lying around (when things get goofed up sometimes bad state can make it hard to work with things)</div><br class=""><div><blockquote type="cite" class=""><div class="">On May 30, 2016, at 11:57 AM, Rajeev Jeyaraj via swift-corelibs-dev &lt;<a href="mailto:swift-corelibs-dev@swift.org" class="">swift-corelibs-dev@swift.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="">Hi All,<br class=""></div><div class=""><br class=""></div><div class="">I am trying to build the swift-corelibs-foundation<br class=""><br class=""></div><div class="">I followed the instructions from here: <a href="https://github.com/apple/swift-corelibs-foundation/blob/master/Docs/GettingStarted.md" class="">https://github.com/apple/swift-corelibs-foundation/blob/master/Docs/GettingStarted.md</a><br class=""><br class=""></div><div class="">At step 3, I am getting the following errors below.<br class=""><ol class=""><li class="">Run Xcode with the latest toolchain. Follow <a href="https://swift.org/download/#apple-platforms" class="">the instructions here</a> to start Xcode with the correct toolchain.</li><li class="">Open <code class="">Foundation.xcworkspace</code>.</li><li class="">Build the <em class="">SwiftFoundation</em> target. This builds CoreFoundation and Foundation.</li></ol></div><div class=""><br class=""><br class=""></div>Foundation.build/Debug/SwiftFoundation.build/Objects-normal/x86_64/NSXMLDTDNode.swiftdeps -o /Users/Snuffles/Library/Developer/Xcode/DerivedData/Foundation-adgjiwkgknrodccxdwfsovunshof/Build/Intermediates/Foundation.build/Debug/SwiftFoundation.build/Objects-normal/x86_64/NSXMLDTDNode.o<br class=""><br class=""><b class="">/Users/Snuffles/development/swift-corelibs-foundation/Foundation/NSXMLDTDNode.swift:242:64: error: cannot convert value of type 'UnsafeMutablePointer&lt;Void&gt;' (aka 'UnsafeMutablePointer&lt;()&gt;') to expected argument type 'OpaquePointer'<br class="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; let unmanaged = Unmanaged&lt;NSXMLDTDNode&gt;.fromOpaque(privateData)</b><br class=""></div>
_______________________________________________<br class="">swift-corelibs-dev mailing list<br class=""><a href="mailto:swift-corelibs-dev@swift.org" class="">swift-corelibs-dev@swift.org</a><br class="">https://lists.swift.org/mailman/listinfo/swift-corelibs-dev<br class=""></div></blockquote></div><br class=""></body></html>