Xcode on Intel Mac useless?

I've updated to Sequoia 15.4 and Xcode 16.3 on my Intel iMac 2019 and now everything Xcode does results in a spinning rainbow. Open a window? Spin. Look up documentation? Spin. Compile the app? Well that doesn't spin, but simple things like compiling a storyboard now takes over 5 minutes. Every compile needs to redo compiling Clang modules over and over again. And compiling the project at times just stalls out. It's been bad for a while but now with these versions it's gotten even worse. Is Apple just saying give up on Intel and get an M-series Mac just to develop with?

On my Intel Mac the project takes over 19 minutes to compile. The main storyboard takes almost 7 minutes alone! It didn't take this long with Xcode 16.2. The other storyboards are showing times of over 4 minutes as well, a vast increase. A swift file with two functions, neither of which is over 10 lines, takes 87 seconds? It seems like everything involving swift code is now taking much much longer to compile.

And don't even get me started on debugging. 90% of the time I can't find symbols, and clicking on a variable leads to spinning. Entering anything into the debugger window results in a warning about not being able to show the value and now I have to figure out how to cast the return value to what it should be? Why? All of this used to work, and now it doesn't. Or does, but not reliably.

So after all this, I went and configured an M3 Mac mini I had dedicated for other purposes for Xcode. Took a while as the mini is very limited on space, and Xcode was too big. After getting it set up, certificates transferred, account set up etc, I copied the app's files and hit build.

It took 47 seconds.

Same here. I'm currently trying to run an iOS app in the iPhone 16e simulator. The build was slow but not too bad, but booting the simulator took about an hour, and right now, I'm looking at Xcode saying it's installing the app, which is what it has been saying for about half an hour and counting. The machine in question is a Mac mini 2018 with 8 GB. I've never had problems developing on this machine before, but this latest iteration of Xcode has made it pretty much useless. Even if the app does finally finish installing and launches successfully, this kind of slowness is just crazy.

Xcode on Intel Mac useless?
 
 
Q