Xcode 13.2.1 indexing takes very longer every time before running XCTests even though there are no changes

I recently upgraded to Xcode 13.2.1. Now Regretting for doing that. It keeps on indexing indexing every time before I run my UI Tests.

Problem is, even though there no changes or a minor code change it indexing for at least 15~30 mins since my project is huge.

All solutions in internet either says disabling indexing or clean derive data which I don't want to do. Can anyone give me better solution for this..Why does Xcode becomes very worst for every upgrade..

Have found a work around.. Since my project size is huge the indexing takes so long.. But the problem is, it indexes very often. Killing XcodeBuildService process in activity monitor & relaunching Xcode somehow not indexing often and at the same time all code suggestions and code navigations works fine..

Xcode 13.2.1 indexing takes very longer every time before running XCTests even though there are no changes
 
 
Q