Xcode 15.2: After a failed build, where is the error report now?

My first post here.

After a failed build, clicking the "Command CompileC failed with nonzero exit code", the build issue report used to display. Now, clicking on the above blue box, nothing happens. I just updated to Ventura 13.6.3 this morning and Xcode 15.2 is now active. I have a basic C command line project and have a couple asm files added to the project that are called from C.main.

I've tried restarting Xcode and removed all the build files (clean build folder) and still do not see the error listing.

Also, how do I generate a listing file for the assembled files? I've looked in build settings -> build options, but I don't see where to provide settings for the assemble step.

Never mind. I found it. To get to it now, (unless there is a quicker way), on the row of icons above the "blue box", on the right end, there is a "report" icon for "Show the Report navigator". Click on that, then find the log you want to look at, click it, and then in the main frame, you will see the Build Log for the project.

The failing step will have a grey background, and on the far right end of the grey line, click the icon with the lines, and the report will become visible.

Xcode 15.2: After a failed build, where is the error report now?
 
 
Q