<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Aug 10, 2017, at 8:28 AM, Trevör ANNE DENISE via swift-dev &lt;<a href="mailto:swift-dev@swift.org" class="">swift-dev@swift.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hello everyone,<div class=""><br class=""></div><div class=""><br class=""></div><div class="">I followed the instructions on the Swift GitHub for installing and building Swift on my Mac but there is an error that I don't know how to fix (I am using the<b class=""> build-script -x</b> command). Here is the error:</div><div class=""><br class=""></div><div class="">** BUILD FAILED **<br class=""><br class="">The following build commands failed:<br class=""><span class="Apple-tab-span" style="white-space:pre">        </span>PhaseScriptExecution&nbsp;CMake\ Rules /Users/trevorannedenise/swift-source/build/Xcode-DebugAssert/swift-macosx-x86_64/stdlib/public/SwiftRemoteMirror/Swift.build/Debug/swiftRemoteMirror-macosx.build/Script-340A90BA4E604C08A26364A6.sh<br class="">(1 failure)<br class="">utils/build-script: fatal error: command terminated with a non-zero exit status 65, aborting</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">There are also these errors a few lines before:</div><div class="">xcodebuild: error: SDK&nbsp;"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk" cannot be&nbsp;located.<br class="">codesign_allocate: error: unable to find utility "codesign_allocate", not a developer tool or in PATH<br class="">/Users/trevorannedenise/swift-source/build/Xcode-DebugAssert/swift-macosx-x86_64/Debug/lib/swift/macosx/libswiftRemoteMirror.dylib: the codesign_allocate helper tool cannot be found or&nbsp;used<br class="">make: *** [/Users/trevorannedenise/swift-source/build/Xcode-DebugAssert/swift-macosx-x86_64/Debug/lib/swift/macosx/libswiftRemoteMirror.dylib] Error 1<br class="">Command /bin/sh failed with exit code 2<br class=""><br class=""></div><div class=""><b class="">I had forgot to do xcode-select, so I thought it was that but even as I selected the beta version of Xcode the&nbsp;error persists. What surprises me is that the utility searches for 10.12 SDK under Xcode.app which is Xcode 8 and not Xcode 9 even tough I did select Xcode 9 using xcode-select.</b></div><div class=""><b class=""><br class=""></b></div><div class="">Do you have any idea of what is happening ?</div></div></div></blockquote><div><br class=""></div>It looks like you need to pass --reconfigure to build-script, in order to get it to pick up the changes to which build tools you have selected. You do this by passing it directly to build-script-impl, which is done by adding it after a pair of dashes in the command-line, e.g.:</div><div>&nbsp; build-script -x -- --reconfigure</div><div><br class=""></div><div>After doing this once, I would expect that a normal “build-script -x” will work in the future.</div><div><br class=""></div><div>If for some reason this doesn’t work for you then you probably need to remove the build directory and start over.</div><div><br class=""></div><div>Mark</div><div><br class=""></div><div><br class=""><blockquote type="cite" class=""><div class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""><br class=""></div><div class="">Thank you</div><div class=""><br class=""></div><div class="">Trevör</div></div>_______________________________________________<br class="">swift-dev mailing list<br class=""><a href="mailto:swift-dev@swift.org" class="">swift-dev@swift.org</a><br class="">https://lists.swift.org/mailman/listinfo/swift-dev<br class=""></div></blockquote></div><br class=""></body></html>