<div dir="ltr">Thanks Mishal!<div><br><div>My fault I did not install the latests Xcode, thanks again for the help!</div><div>Everything is building fine now.</div><div><br></div><div>I do have another question was wondering if you had any tips.</div><div>I am currently debugging the toolchain via REPL, creating a test function and setting a break point</div><div>1&gt; func test(){</div><div>2&gt;   Array&lt;Int&gt;.myFunc()</div><div>3&gt; }</div><div>e.g (:b 2) and then stepping in to the std lib functions.</div><div>The problem I am facing is that i am not able to figure out how to set a break point on a std lib function that i have modified with out stepping in from the test function. I would like to be able to set a break point  :b Array.swift.gyb:809 with out having to step in from the test function in the REPL. When i try i get no locations.</div><div>4&gt; :b Array.swift.gyb:800</div><div>Breakpoint 1: no locations (pending)</div><div><br></div><div>Any help is much appreciated, this would help speed up debugging time significantly.</div><div><br></div><div>Cheers</div><div><br></div><div>Dave</div><div><br></div><div><br></div><div><br></div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Aug 4, 2016 at 10:45 AM, Mishal Shah <span dir="ltr">&lt;<a href="mailto:mishal_shah@apple.com" target="_blank">mishal_shah@apple.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Hi David, <div><br></div><div>Which version of Xcode are you using? We now require Xcode 8 Beta 4 to be able to build swift. Also, please provide full error message.</div><div><br></div><div>Thanks, </div><div>Mishal Shah<br><div><blockquote type="cite"><div><div class="h5"><div>On Aug 4, 2016, at 2:00 AM, David Liu via swift-users &lt;<a href="mailto:swift-users@swift.org" target="_blank">swift-users@swift.org</a>&gt; wrote:</div><br></div></div><div><div><div class="h5"><div dir="ltr"><div style="font-size:13px">I am getting errors compiling the toolchain from the tip of master. </div><div style="font-size:13px">Specifically inside of stdlib/SDK/.., it has some syntax issue which leads to compilation failure.</div><div style="font-size:13px">I did a swift/utils/update-checkout then swift/utils/build-toolchain.</div><div style="font-size:13px">I see the CI builds are green, am I out of sync some where?  Any help would be much appreciated.</div><div style="font-size:13px"><br></div><div style="font-size:13px">Thanks</div><div style="font-size:13px"><br></div><div style="font-size:13px">Dave</div></div></div></div>
______________________________<wbr>_________________<br>swift-users mailing list<br><a href="mailto:swift-users@swift.org" target="_blank">swift-users@swift.org</a><br><a href="https://lists.swift.org/mailman/listinfo/swift-users" target="_blank">https://lists.swift.org/<wbr>mailman/listinfo/swift-users</a><br></div></blockquote></div><br></div></div></blockquote></div><br></div>