fix(test): Stream simulator test execution progress #389
1 issue
find-bugs: Found 1 issue (1 medium)
Medium
Removal of parseXcodebuildSwiftTestingLine may break callers - `src/utils/swift-testing-line-parsers.ts:178`
This hunk deletes the exported function parseXcodebuildSwiftTestingLine without showing replacement logic in this file. If any importer still references it, the build will fail; if a runtime path relied on this parser to detect xcodebuild's Swift Testing output (Test case '...' passed/failed on '...'), those lines will no longer be parsed and per-test results may be missed. Verification of all callers is required to confirm the removal is safe.
Duration: 2m 43s · Tokens: 323.1k in / 3.6k out · Cost: $0.99
Annotations
Check warning on line 178 in src/utils/swift-testing-line-parsers.ts
sentry-warden / warden: find-bugs
Removal of parseXcodebuildSwiftTestingLine may break callers
This hunk deletes the exported function `parseXcodebuildSwiftTestingLine` without showing replacement logic in this file. If any importer still references it, the build will fail; if a runtime path relied on this parser to detect xcodebuild's Swift Testing output (`Test case '...' passed/failed on '...'`), those lines will no longer be parsed and per-test results may be missed. Verification of all callers is required to confirm the removal is safe.