<div dir="ltr"><br><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&#39;s doing before the crash?<br class="gmail_msg"></blockquote><div><br></div><div>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><br></div><div>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><br></div><div>Hope this helps someone to avoid all the fun I just went through!</div><div><br></div><div>Jesse</div></div></div>