
SwiftUI Preview crashes with List ForEach subviews on macOS
When using a custom subview inside List ForEach for macOS, Xcode Preview crashes. Add AnyView(EmptyView()) as a workaround.

When using a custom subview inside List ForEach for macOS, Xcode Preview crashes. Add AnyView(EmptyView()) as a workaround.

xcodebuild's output is verbose, and test failures don't include why they failed. A pair of wrapper scripts can fix this.