What did you do?
Upgraded the Nimble to 13.0.0 from 9.2.0 and Quick to 7.3.0 from 4.0.0 to use AsyncSpec
What did you expect to happen?
AsyncSpec should notify about errors like regular QuickSpec.
What actually happened instead?
When I moved some tests to AsyncSpec.
and received: Attempted to report a test failure to XCTest while no test case was running. error.
Maybe you know how I can avoid this bug?

Environment
List the software versions you're using:
- Quick: 13.0.0
- Nimble: 7.3.0
- Xcode Version: 14.3 (14E222b)
- Swift Version: 5.8
Please also mention which package manager you used and its version. Delete the
other package managers in this list:
Project that demonstrates the issue
QuickProject.zip
To run the project:
- make tooling
- make project
- Run
QuickProjectKitTests