Version 11.2.1 (11B53)
Device: iPhone 11 and iPhone Pro Max Simulator
Version: 0.0.3


//
// ContentView.swift
import Burritos // No such module 'Burritos'
import SwiftUI
struct ContentView: View {
@LateInit test: String
var body: some View {
Text("Hello, World!")
}
}
struct ContentView_Previews: PreviewProvider {
static var previews: some View {
ContentView()
}
}
The module does not load and I cannot use any of the features.
Version 11.2.1 (11B53)

Device: iPhone 11 and iPhone Pro Max Simulator
Version: 0.0.3
The module does not load and I cannot use any of the features.