I have a crash in my app that occurs during a test - but only when running on Xcode Cloud - locally tests always pass fine. I have a crash report that looks like the one below.
I understand that abort is being called and includes an abort_message which I could normally see in the console if the debugger was attached, but as this is Xcode Cloud, is there any way where I can actually see this abort message?
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Termination Reason: SIGNAL 6 Abort trap: 6
Triggered by Thread: 0
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x10cb497a2 __pthread_kill + 10
1 libsystem_pthread.dylib 0x10cad4f30 pthread_kill + 262
2 libsystem_c.dylib 0x7ff80014cd30 abort + 133
3 libc++abi.dylib 0x7ff8002961b2 abort_message + 241
4 libc++abi.dylib 0x7ff80028838a demangling_terminate_handler() + 266
5 libobjc.A.dylib 0x7ff80004266e _objc_terminate() + 104
6 libc++abi.dylib 0x7ff80029560b std::__terminate(void (*)()) + 6
7 libc++abi.dylib 0x7ff800298024 __cxa_rethrow + 100
8 libobjc.A.dylib 0x7ff800063a71 objc_exception_rethrow + 37
9 CoreFoundation 0x7ff8003f1a32 CFRunLoopRunSpecific + 738
10 GraphicsServices 0x7ff80fe9d08f GSEventRunModal + 137
11 UIKitCore 0x7ff805bbb53d -[UIApplication _run] + 972
12 UIKitCore 0x7ff805bbffab UIApplicationMain + 123
13 SwiftUI 0x7ff84ab8aeda 0x7ff849b47000 + 17055450
14 SwiftUI 0x7ff84ab8ad93 0x7ff849b47000 + 17055123
15 SwiftUI 0x7ff84a82b0d7 0x7ff849b47000 + 13517015