When running the Diorama sample app (https://developer.apple.com/documentation/visionos/diorama/), whenever I toggle the "Show Diorama" button, the simulator immediately crashes and reboots.
This happens only when running the simulator on my 2017 iMac Pro. When I run the same thing on my M1 Mac Mini, everything works, albeit incredibly slowly.
From what I can tell, any time I try to use any custom shader at all, this crash occurs (but only on the iMac Pro.) For example, if I start out with the hello world app from the Xcode app template and edit the material to be a custom shader, I get the crash.
Is anyone else experiencing this issue? And more importantly... does anyone have any workarounds?