I found the problem :-)
During the initialization of the model of the @main view I did some longer running tasks to initialize some background processes.
Now I run them on a background task using perform{} and the bug is gone.
The reason why the bug appeared on my new, faster hardware obviously was the addition of more data structures to be initialized, so it took longer.
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: