Running any XCTest with Xcode 11 and iOS 13/12 simulators throws the below warning message:
xcodebuild[95489:2342933] [MT] DVTAssertions: Warning in /Library/Caches/com.apple.xbs/Sources/DVTiOSFrameworks/DVTiOSFrameworks-14802/IDEiOSSupportCore/DVTiPhoneSimulator.m:1890
Details: [DVTiPhoneSimulator -primaryInstrumentsServer was called from the main thread
Object:
Method: -primaryInstrumentsServerWithError:
Thread: {number = 1, name = main}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
This issue happens a lot when running tests in parallel (or a single test) using xcodebuild build-for-testing & xcodebuild test-without-building. Has anyone encountered this issue and found a fix for it?