
Fix a SwiftUI List ForEach Preview crash on macOS
If a macOS SwiftUI Preview crashes inside List ForEach, adding AnyView(EmptyView()) can work around the failure.

If a macOS SwiftUI Preview crashes inside List ForEach, adding AnyView(EmptyView()) can work around the failure.

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