Stuck on 379 of 385 tasks Building a Unity build to iOS from Xcode

I am having an issue building and Unity build in Xcode to iOS. My fellow colleague who has the same version of the project and Xcode and Unity can build fine. My build gets to ‘Building 379 of 385 tasks’ and never completes.

One difference, that he doesn’t get, is that I have over 65,000 warning mostly comprising of ‘This function declaration is not a prototype’. I’ve tried looking into solutions for this and have not been able to find any. Another warning I get is 'Implicit conversion loses integer precision: ‘MTLPixelFormat’ to ‘unsigned int’.

I really want to know how to begin to debug what is going on here but I’m not even sure where to begin looking. Any help would be much appreciated!

You can use the Report Navigator to review the build steps as the build happens to see which step your build is stuck on.
5918543--632297--upload_2020-5-30_1-30-31.png

Cheers for the response!

So after building a few more times it seems that is always gets stuck on ‘Link’. I’ve looked all over the forums and no one seems to have any clue why this may be or where to look further?
6018338--648827--Screenshot 2020-06-24 at 16.12.33.png