<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="">You can also add a user defined Xcode setting so that others don’t have to set that default: SWIFT_INDEX_STORE_ENABLE and set it to NO<div class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Jun 27, 2017, at 8:29 AM, Ian Partridge 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="">On 27 June 2017 at 15:42, Ian Partridge &lt;<a href="mailto:ipartridge@gmail.com" class="">ipartridge@gmail.com</a>&gt; wrote:<br class="">&gt; With Xcode 9 beta 2, <a href="http://swift.org/" class="">swift.org</a> DEVELOPMENT-SNAPSHOT-2017-06-26-a, and latest master of swift-corelibs-foundation and swift-corelibs-xctest the build fails in the SwiftXCTest target with:<br class="">&gt;<br class="">&gt; &lt;unknown&gt;:0: error: unknown argument: '-index-store-path'<br class="">&gt;<br class="">&gt; Command /Library/Developer/Toolchains/swift-DEVELOPMENT-SNAPSHOT-2017-06-26-a.xctoolchain/usr/bin/swiftc failed with exit code 1<br class=""><br class="">To answer my own question - I was able to get the Xcode build working by running:<br class=""><br class=""><font face="monospace, monospace" class="">defaults write com.apple.dt.Xcode IDEIndexEnableBoltIndex NO</font><br class=""><br class="">Many thanks to Simon Evans for pointing me at the right incantation!<br class=""><br class="">-- <br class="">Ian Partridge</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=""></div></body></html>