rdar://21364764 reproducible Swift crash during compilation

I had some code that compiled and its test passed under Xcode 6.3.2.


I opened it with Xcode7b1 and let it convert it. The code still had a number of errors so I tried fixing them and got to a point where Swift crashes during compilation and I cannot proceed any farther.


Steps to Reproduce:

1. git clone https://github.com/dave256/DDRCoreDataKit

2. git checkout xcode7b1radar

3. open the project and build it


Expected Results:

Swift compiler should not crash


Actual Results:

Swift compiler crashes


If you want to see what happens during the conversion process, you can do:

git clone https://github.com/dave256/DDRCoreDataKit

git checkout swift1.2


and then open it with Xcode 7.

rdar://21364764 reproducible Swift crash during compilation
 
 
Q