<div dir="ltr"><div><div>Hi All,</div><div><br></div><div>I am new to this forum. </div><div><br></div><div>I am trying to build the xctest project. I followed the instructions at <a href="https://github.com/apple/swift-corelibs-xctest">https://github.com/apple/swift-corelibs-xctest</a></div><div><br></div><div>I am able to successfully build via the build scripts. But, if I build XCTest using xcode using the SwiftXCTest scheme I am getting a few errors. </div><div><br></div><div>1. swift-corelibs-foundation/Foundation/NSXMLDTDNode.swift:242:64: error: cannot convert value of type &#39;UnsafeMutablePointer&lt;Void&gt;&#39; (aka &#39;UnsafeMutablePointer&lt;()&gt;&#39;) to expected argument type &#39;OpaquePointer&#39;</div><div>            let unmanaged = Unmanaged&lt;NSXMLDTDNode&gt;.fromOpaque(privateData)</div><div><br></div><div>2. swift-corelibs-foundation/Foundation/NSTimer.swift:14:47: error: cannot convert value of type &#39;UnsafeMutablePointer&lt;Void&gt;&#39; (aka &#39;UnsafeMutablePointer&lt;()&gt;&#39;) to expected argument type &#39;OpaquePointer&#39;</div><div>    let t = Unmanaged&lt;NSTimer&gt;.fromOpaque(info!).takeUnretainedValue()</div><div><br></div><div>etc.</div><div><br></div><div>My dev environment, </div><div>OS: Mac OSX El Capitan 10.11.4 (15E65).</div><div>Xcode Version: Version 7.3.1 (7D1014)</div><div>XCode Toolchain: Swift Development Snapshot 2016-05-09 (a)</div><div><br></div><div>Any help is appreciated.</div><div><br></div><div>Regards,</div><div>Madhu</div><div><br></div><div><br></div></div></div>