<div dir="ltr"><div>Ok, I&#39;ve got a pretty short test case that I&#39;ve posted here:</div><div><br></div><a href="https://github.com/jessegrosjean/sourcekitservicecrash">https://github.com/jessegrosjean/sourcekitservicecrash</a><br><div><br></div><div>It doesn&#39;t crash the compiler, but it consistently crashes SourceKitService when you try to add a function to the extension.</div><div><br></div><div>Jesse</div></div><br><div class="gmail_quote"><div dir="ltr">On Fri, Apr 7, 2017 at 11:58 PM Brent Royal-Gordon &lt;<a href="mailto:brent@architechies.com">brent@architechies.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word" class="gmail_msg"><div class="gmail_msg"><blockquote type="cite" class="gmail_msg"><div class="gmail_msg">On Apr 7, 2017, at 11:21 AM, Jesse Grosjean via swift-users &lt;<a href="mailto:swift-users@swift.org" class="gmail_msg" target="_blank">swift-users@swift.org</a>&gt; wrote:</div><br class="m_-2656710959939527380Apple-interchange-newline gmail_msg"><div class="gmail_msg"><div dir="ltr" class="gmail_msg"><br class="gmail_msg"><div class="gmail_quote gmail_msg"><blockquote class="gmail_quote gmail_msg" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Does anyone recognize the below stack and know what might be causing that<br class="gmail_msg">
particular crash? Is there any way to log what file the SourceKitService is<br class="gmail_msg">
working on, so I can see what it&#39;s doing before the crash?<br class="gmail_msg"></blockquote><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">After manually going through all my code and individually adding files back to the project I&#39;ve found (fingers crossed!) a fix. I don&#39;t understand all the conditions neccessary, but the problem is related to defining class extensions in files separate from where the class is originally defined.</div><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">So I didn&#39;t change any code to fix the problem, but I did move a number of class extensions out of separate files and just append the extensions text to the end of the original file where the class was defined.</div><div class="gmail_msg"><br class="gmail_msg"></div><div class="gmail_msg">Hope this helps someone to avoid all the fun I just went through!</div></div></div></div></blockquote><br class="gmail_msg"></div></div><div style="word-wrap:break-word" class="gmail_msg"><div class="gmail_msg">If you can reduce this down to a small test case, and especially if you get the same crash when you try to compile your code, it&#39;d be very helpful if you could file a bug at <a href="http://bugs.swift.org" class="gmail_msg" target="_blank">bugs.swift.org</a>. The compiler&#39;s repository has a big folder full of examples that crash it, and we do get around to fixing them!</div></div><div style="word-wrap:break-word" class="gmail_msg"><br class="gmail_msg"><div class="gmail_msg">
<span class="m_-2656710959939527380Apple-style-span gmail_msg" style="border-collapse:separate;color:rgb(0,0,0);font-family:Helvetica;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><div class="gmail_msg"><div style="font-size:12px" class="gmail_msg">-- </div><div style="font-size:12px" class="gmail_msg">Brent Royal-Gordon</div><div style="font-size:12px" class="gmail_msg">Architechies</div></div></span>

</div>
<br class="gmail_msg"></div></blockquote></div>