[WARN] This project is configured to use 11.17.0 of pnpm. Your current pnpm is v11.21.0

 RUN  v4.1.11 /Users/thymikee/.codex/worktrees/cf12/agent-device

 ❯ |unit-core| packages/platform-apple/src/snapshot-source/native-runtime.test.ts (1 test | 1 failed) 1791ms
     × admits only the current primary target and refuses covered or unknown ownership 275ms

⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯

 FAIL  |unit-core| packages/platform-apple/src/snapshot-source/native-runtime.test.ts > native snapshot foreground ownership > admits only the current primary target and refuses covered or unknown ownership
AssertionError: planted native regression must reach the iOS-selected test command


1 !== 0


- Expected
+ Received

- 0
+ 1

 ❯ packages/platform-apple/src/snapshot-source/native-runtime.test.ts:37:12
     35|   test('admits only the current primary target and refuses covered or …
     36|     const result = await runCmd(binary, [], { allowFailure: true });
     37|     assert.equal(result.exitCode, 0, result.stderr);
       |            ^
     38|   });
     39| });

⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯


 Test Files  1 failed (1)
      Tests  1 failed (1)
   Start at  21:33:24
   Duration  2.15s (transform 29ms, setup 16ms, import 27ms, tests 1.79s, environment 0ms)

