The Darwin implementation of XCTest added [`@MainActor`](https://developer.apple.com/documentation/swift/mainactor) to [`waitForExpectations(timeout:handler:)`](https://developer.apple.com/documentation/xctest/xctestcase/1500748-waitforexpectations). The open-source implementation should do the same.