I've just 'upgraded' to the latest Big Sur – 11.0 Beta (20A5395g) – and Xcode betas – 12.2 beta 3 (12B5035g). When I try to run any SwiftUI based Mac App the program stops with a Thread 1: signal SIGCONT message. Sometimes I am able to continue (Ctrl Command Y), but others the program stops with the message Message from debugger: Terminated due to signal 19.
The Stack trace suggests the problem is in the ImageLoader.
I've tried reinstalling Xcode and clearing out it's cache's. The problem even manifests with a brand new project - i.e. it isn't related to my code,
Any ideas how I might trouble shoot this?

