I have this simple view.
import SwiftUI struct ContentView: View { var body: some View { Text("Hello") } } struct ContentView_Previews