let task = Task { print(1) MainActor.preconditionIsolated("it should be fail") print(2) } await task.value