Skip to content

fix(test): Reconcile xcodebuild Swift Testing lines

82d27dd
Select commit
Loading
Failed to load commit list.
Merged

fix(test): Stream simulator test execution progress #389

fix(test): Reconcile xcodebuild Swift Testing lines
82d27dd
Select commit
Loading
Failed to load commit list.
@sentry/warden / warden: find-bugs completed May 2, 2026 in 2m 44s

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

See this annotation in the file changed.

@sentry-warden 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.