SwiftUI Accessibility Inspector?

Please excuse me if this is obvious. I'm new to Apple development.

Is there a SwiftUI Accessibility Inspector? I run the standard one, in Xcode 26b3, and it shows me warnings for things that I didn't create in SwiftUI. I presume that "SwiftUI" is primarily implemented using macros and that these things are either generated or boilerplate lower-level things. But if so, then why would they trip Accessibility Inspector warnings? Is there something I can do from SwiftUI to clear them?

Or... is there a demangler somewhere that will translate from these names into something this human might recognize?

I'm targeting macos, btw, if that makes any difference.

Hi, could you please file a Feedback Assistant report and post the ID? That will allow us to track the issue! In the meantime, to help you identify the specific SwiftUI view which is generating the warning, I would recommend:

  • using the screenshot of the view that is shown at the bottom
  • double-clicking the warning, which should take you to the Inspection view where you can inspect specific attributes and details about this view

I hope this gives you enough information to identify the SwiftUI view that would be generating the warning!

SwiftUI Accessibility Inspector?
 
 
Q