<div dir="ltr"><div>Following are the command I ran and the compile error returned</div><div>Swift package manager itself could be built on Ubuntu 14.04.</div><div>Am I doing anything wrong here? Any help is appreciated, thanks.</div><div><br></div><div><br></div><div><br></div><div>./Utilities/bootstrap --swiftc /path/to/swift-snapshot/usr/bin/swiftc  --sbt /path/to/swift-snapshot/usr/bin/swift-build-tool --build-tests test</div><div>bootstrap: note: building stage1: /path/to/swift-snapshot/usr/bin/swift-build-tool -f /path/to/swift-package-manager/.build/.bootstrap/build.swift-build</div><div>Compiling Swift Module &#39;Functional_tests&#39; (6 sources)</div><div>Compiling Swift Module &#39;dep_tests&#39; (10 sources)</div><div>Compiling Swift Module &#39;sys_tests&#39; (8 sources)</div><div>/path/to/swift-package-manager/swift-package-manager/Sources/../Tests/sys/FileTests.swift:15:7: error: type &#39;FileTests&#39; does not conform to protocol &#39;XCTestCaseProvider&#39;</div><div>class FileTests: XCTestCase,  XCTestCaseProvider {</div><div>      ^</div><div>XCTest.XCTestCaseProvider:2:16: note: protocol requires property &#39;allTests&#39; with type &#39;[(String, () -&gt; Void)]&#39;</div><div>    public var allTests: [(String, () -&gt; Void)] { get }</div><div>               ^</div><div>/path/to/swift-package-manager/swift-package-manager/Sources/../Tests/sys/FileTests.swift:17:9: note: candidate has non-matching type &#39;[(String, () throws -&gt; Void)]&#39;</div><div>    var allTests : [(String, () throws -&gt; Void)] {</div><div>        ^</div><div>Compiling Swift Module &#39;PackageDescription_tests&#39; (2 sources)</div><div>/path/to/swift-package-manager/swift-package-manager/Sources/../Tests/Functional/TestDependencyResolution.swift:5:7: error: type &#39;DependencyResolutionTestCase&#39; does not conform to protocol &#39;XCTestCaseProvider&#39;</div><div>class DependencyResolutionTestCase: XCTestCase, XCTestCaseProvider {</div><div><br></div><div><br></div><div><br></div><div>Regards,</div><div>Young</div></div>