Can I call into the interpreter from multiple threads or does it use global state?
VStack {
SomeView()
AnotherView()
}
instead of something like VStack(
SomeView(),
AnotherView()
)
Given the rather bad (still!) error messages you get with SwiftUI that seem to be a result of function builders, I'd say it wasn't worth it. At least I get fewer of the "couldn't produce a diagnostic, please file a bug" errors than I used to.