How to reproduce:
1. Open the attached “IN-148061” Project
2. Open SampleScene
3. Under Project Settings > Optimization, set Managed Stripping Level to High
4. Enter Play Mode
5. Observe the console
6. Build and run the Project
7. Open the player.log and find this line "of 1 executions, 1 were NOT Burst-compiled"
Actual result: Burst is not used in the Player
Expected result: Burst is used for the IJobChunk "TestJob" in the Player
Reproducible with: 6000.6.0b4, 6000.7.0a1, 6000.7.0a2
Not reproducible with: 6000.0.79f1, 6000.3.20f1, 6000.5.4f1, 6000.6.0a7
Reproducible on: macOS 26.5 (M1), Windows 11 (by reporter)
Not reproducible on: No other environments tested