<div dir="ltr">On 27 June 2017 at 15:42, Ian Partridge &lt;<a href="mailto:ipartridge@gmail.com">ipartridge@gmail.com</a>&gt; wrote:<br>&gt; With Xcode 9 beta 2, <a href="http://swift.org">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>&gt;<br>&gt; &lt;unknown&gt;:0: error: unknown argument: &#39;-index-store-path&#39;<br>&gt;<br>&gt; Command /Library/Developer/Toolchains/swift-DEVELOPMENT-SNAPSHOT-2017-06-26-a.xctoolchain/usr/bin/swiftc failed with exit code 1<br><br>To answer my own question - I was able to get the Xcode build working by running:<br><br><font face="monospace, monospace">defaults write com.apple.dt.Xcode IDEIndexEnableBoltIndex NO</font><br><br>Many thanks to Simon Evans for pointing me at the right incantation!<br><br>-- <br>Ian Partridge</div>