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?