Swift Xcode Index Freezing or Slow

I tried many of the suggestions above including splitting files, installing Xcode 6.2 beta, and breaking string concatenation statements. What finally did it for me was splitting an array of dictionaries literal declaration I was using for test data into multiple .append statements. // This causes indexing/building to hang… var test = [ [ “a”: … Read more