<div dir="ltr">Thanks Alex! I used the clean/reset command and then tried rebuilding it, but got the very same error. I am using master branch, latest (top-of-the-tree) version:<div><br></div><div><div>git clone <a href="https://github.com/apple/swift.git">https://github.com/apple/swift.git</a></div><div>./swift/utils/update-checkout --clone</div><div>cd swift</div><div>utils/build-script -c -m -R --verbose-build</div></div><div><br></div><div>Hope this is correct.</div><div><br></div><div>Thanks,</div><div>Atul.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Oct 6, 2017 at 5:51 PM, Alex Blewitt <span dir="ltr"><<a href="mailto:alblue@apple.com" target="_blank">alblue@apple.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
<br>
> On 6 Oct 2017, at 12:42, Atul Sowani via swift-dev <<a href="mailto:swift-dev@swift.org">swift-dev@swift.org</a>> wrote:<br>
><br>
> Hi,<br>
><br>
> Swift "master" branch is failing to build on x86 running Ubuntu 16,04 with following error.<br>
<br>
</span>Most of the recent builds appear to be working:<br>
<br>
<a href="https://ci.swift.org/view/swift-master-next/job/oss-swift-incremental-RA-linux-ubuntu-16_04-master-next/" rel="noreferrer" target="_blank">https://ci.swift.org/view/<wbr>swift-master-next/job/oss-<wbr>swift-incremental-RA-linux-<wbr>ubuntu-16_04-master-next/</a><br>
<span class=""><br>
> I am using following build command from inside swift-source/swift directory:<br>
> utils/build-script -c -m -R --verbose-build<br>
<br>
</span>What version of the 'swift' project do you have checked out? Have you done a clean/reset to make sure those aren't issues at the moment?<br>
<br>
You can run swift/utils/update-checkout --clean --reset-to-remote --scheme master (which will get rid of any cruft if you haven't got anything you need to keep) and then re-run the build to see if that resolves the errors.<br>
<span class="HOEnZb"><font color="#888888"><br>
Alex<br>
</font></span></blockquote></div><br></div>