Here is the scenario: I cloned the SourceKit repository and worked on an issue for about one to two weeks. After completion, I switched back to the main branch, pulled the latest changes, and encountered build failures, even though I hadn't made any changes myself.
I then deleted that repository, cloned it into a different path, and the build worked fine. I proceeded to work on another issue for about two weeks, then switched back to the main branch and pulled the changes again. Now, an entirely unrelated error is appearing. What could be the problem here?
