I inherited an Xcode project that targets iOS 12+, with source code written in Swift 4.2, and UI created using storyboard. The project compiles without errors, bur whenever I access Main.storyboard, Xcode would start re-indexing and re-building the entire project, repeatedly.
What might be causing this problem?
What might be causing this problem?