I think I've encountered a new way to fail.
t = 1.13s Waiting for accessibility to load
t = 61.14s Assertion Failure: UI Testing Failure - App accessibility isn't loaded
This happens when running an integration via Xcode bot, on a rather large codebase The test runs fine on my local machine's Xcode, but fails on the server.
A simple toy app also finishes integration without any issues, so likely the app is triggering some bizarre edge case.
Can anyone at Apple comment on whatever could be causing this?