Xcode 13 hides Products folder in Project Navigator

Apple recently automatically upgraded me from Xcode 12 to Xcode 13. I've been building command line utilities. In Xcode 12, the output of the build showed up in the Project Navigator. I could drag that to an open terminal window and it would enter the full, convoluted, path to my executable ready to add command line parameters and run.

Now in Xcode 13, I don't see the build target in the Project Navigator. Is there an easy way to put the path in the terminal window?

I see in the release notes, where hiding the Products folder when it is in the default location is a now a "feature" in Xcode 13. While there is the "Show in Finder" option under the Product menu, that's not as easy as before. Is there a way to unhide the Products folder, even if it is in the default location? I suppose I could change the default location, but then I'd have to do it on every new project.

Xcode 13 hides Products folder in Project Navigator
 
 
Q