I'm trying to get the dreaded "Indexing | Processing files" progress bar to finish, so I can have autocomplete an go-to-definition work.
This question references that it might be possible to get the indexer to output where it's getting stuck, but it references old features of XCode that seem to be gone.
This question mentions killing processes to force the indexer to spit out an error, but it hasn't worked and killing processes seems like an unstable solution at best.
Essentially, I know that the Swift compiler/indexer is getting hung up on some line of code somewhere, and is disabling autocomplete until it finishes. I'd like to know where that line of code is so I can change it/take it out.
How can I get a more verbose Indexer output?