When I compile my project in Xcode 13, I often see this in the status bar:
Preparing Editor Functionality | 114/162 files
The multi-progress bubble next to it shows 2⃝ concurrent processes, the preparing… and
Indexing | Paused
When I run, the app executes, but now there are three tasks, preparing, not-indexing, and running.
So I get to build and run, but I'm disturbed to see this apparently-hung progress item. Should I worry?