Xcode swift indexing forever

Killing the processes named ‘swift’ and then checking the error in xcode will give you the part of the code giving you trouble. There are some bugs in swift that needs to be circumvented.

To kill the process: Applications > Utilities > Activity Monitor. Then find the “swift” process, double click and choose Quit or Force Quit.

Leave a Comment