<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div><blockquote type="cite" class=""><div class="">On Apr 7, 2017, at 11:21 AM, Jesse Grosjean via swift-users &lt;<a href="mailto:swift-users@swift.org" class="">swift-users@swift.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><br class=""><div class="gmail_quote"><blockquote class="gmail_quote" 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's doing before the crash?<br class="gmail_msg"></blockquote><div class=""><br class=""></div><div class="">After manually going through all my code and individually adding files back to the project I've found (fingers crossed!) a fix. I don'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=""><br class=""></div><div class="">So I didn'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=""><br class=""></div><div class="">Hope this helps someone to avoid all the fun I just went through!</div></div></div></div></blockquote><br class=""></div><div>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'd be very helpful if you could file a bug at <a href="http://bugs.swift.org" class="">bugs.swift.org</a>. The compiler's repository has a big folder full of examples that crash it, and we do get around to fixing them!</div><br class=""><div class="">
<span class="Apple-style-span" 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; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;  "><div class=""><div style="font-size: 12px; " class="">--&nbsp;</div><div style="font-size: 12px; " class="">Brent Royal-Gordon</div><div style="font-size: 12px; " class="">Architechies</div></div></span>

</div>
<br class=""></body></html>