XCode Cloud - Analyze action fails

Yesterday our builds with "Analyze" action started to fail.

The error message states:

The analyze stage failed because there are analyzer issues.
An internal error was detected which caused this stage to error. The error has been logged, and you can re-run this build again.

I have looked through the logs and there are no errors logged.

The only change that I have made to the build settings in Cloud is the "Project or Workspace" option. We recently changed from project to a workspace, and this change had to be made to XCode Cloud build settings as well.

While writing this I started to think about the first error message:

The analyze stage failed because there are analyzer issues.

Does the stage fail if there's any "Analysis issues" ? Our most recent build attempt has 48 "Analysis issues" and they all come from packages our app depends on, like AWS and SoundPipe.

I am unable to figure out what is wrong here. Any help would be greatly appreciated.

As a workaround, we disabled Analysis action from our builds

XCode Cloud - Analyze action fails
 
 
Q