My tests fail with "Restarting after unexpected exit, crash, or test timeout". This is what I have so far established:
- Does only happen when building with xcodebuild (14.3) but not when building with Xcode (14.3)
- Tests that are failing are in a .testTarget within a local swift package and part of a test plan together with tests that are in subprojects
- there are no crashlogs, so likely these tests are not crashing
- with Xcode 14.2 there are no problems whatsoever (xcodebuild or Xcode)
Any ideas on how to debug this any further?
Best Roddi