'__abort_with_payload' from CompositorNonUI on visionOS 26.2 (device + simulator, Omniverse streaming)

I am developing a custom app for Apple Vision Pro using Compositor Services to stream content from NVIDIA Omniverse. The app is based on: https://github.com/NVIDIA-Omniverse/apple-configurator-sample

Environment:

Device: Apple Vision Pro

OS Version: visionOS 26.2

Xcode Version: 26.2

The Issue: The application crashes hard (__abort_with_payload) in "libsystem_kernel.dylib" on Task 6 immediately after initialization. This appears to be a deliberate abort triggered by the compositor, not a typical crash.

The issue occurs on both physical device and simulator.

Important detail: The console output shows a specific CLIENT BUG assertion. By checking the metadata of the warning, I found that it is related to "Library: CompositorNonUI".

Relevant console output before abort:

Missed 'FrameLimiter' target of 90.0 Hz

running compositor services to get IPD, FOV, etc

fence tx observer 14f27 timed out after 0.600000

fence tx observer bc1b timed out after 0.600000

BUG IN CLIENT: For mixed reality experiences please use cp_drawable_compute_projection API

'__abort_with_payload' from CompositorNonUI on visionOS 26.2 (device + simulator, Omniverse streaming)
 
 
Q