Fun fact: in my current #SwiftUI MacOS app, if I set an accentColor to any of the macOS System Colors the app never appears (at least while debugging)
#Xcode says it's running and the logs show all the usual SwiftData spam. I see the app in the dock but it has to be killed and the offending color setting removed.
Universal System Colors work fine.
I'm not even calling for the accentColor in my code when this happens. It's only defined in the asset catalog
Cool
if I define a new color asset and set it to a macOS System Color it works correctly.
Only seems to fail if I define the default "Accent Color”