iOS cloud build appears to be ok in spite of compiler errors

When building my project for iOS I get a report that says “app_xxx has been built for iOS!”, complete with links to an .IPA to install the app.

However, the log states that it had: "Summary: 49 warnings, 42 errors: "

The 42 errors are actual compiler errors - the code does not work and should not have been able to generate an .IPA file, yet it does. Any idea what’s going on?

The same build for Android fails as it should.

Can you post the full build log (or send me a PM to the build in question)?