debugDescription missing from UIToolbar

Starting from iOS 26 simulator (beta 7), I could not see any debugDescription from UIToolbar. The Accessibility Inspector tool could not see anything beneath the toolbar even if we can see elements like static texts and buttons on the simulator.

When the same app is run on an iOS 18.2 simulator, the debugDescription for elements under a UIToolbar is available.

Is the absence of debugDescription for UIToolbar a bug?

I just confirmed the iPhone Air iOS 26.0 Xcode 26 RC 1 simulator does not show the debugDescription for UIToolbar as well.

debugDescription missing from UIToolbar
 
 
Q