I have the wildest "SwiftUI Previews crash" bug. I am really consistently getting "does not respond to selector" crashes for basic Foundation types that are accessed one way or another in my `main()` (also `@main`). Like if I try to call `FileHandle(forWritingToURL:)`, I'm getting a crash for NSFileHandle not responding to +fileHandleForWriting:error:. Something is breaking Foundation (or maybe Swift/Foundation bridging?) I don't know what this is. Fine outside Previews. Crashes inside.
@cocoaphony Would love a feedback report with diagnostics included! Use the error banner or Editor > Canvas submenu, then selecting "Diagnostics".
@ccjensen FB22222005
@cocoaphony thank you kindly for the helpful bug report. I'll make sure it gets to the right team to investigate!