When the autogenerated Sample-Workspace scheme mixes an app-hosted test bundle with a host-less framework test bundle, Xcode 26.5 was crashing the host-less bundle at bootstrap with “Early unexpected exit, operation never finished bootstrapping”. For default tuist test runs (no explicit –scheme), Tuist now detects host-less unit tests in the workspace scheme and runs the generated project test schemes that cover those targets separately, filtering –test-targets / –skip-test-targets per split scheme. Explicit –scheme runs are unchanged. Selective-testing behavior is preserved.
Hive