Avatar
@swift-5.5.3 -warn-concurrency @MainActor @objc class View { init() {} } func nonIsolated() { _ = View() } (edited)