Bug 304450

Summary: [filter-build-webkit] Improve filtering of swift build output
Product: WebKit Reporter: zak ridouh <zakr>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

zak ridouh
Reported 2025-12-18 15:46:43 PST
The issue currently with our regex in `filter-build-webkit` is the output is something along the lines of `SwiftCompile normal arm64 /path/to/Filename.swift`, and our regex ends up capturing the `normal` part of the output. Fix this by adding a regex to properly parse Swift file names and output them properly. Now instead of `WebGPU SwiftCompile normal`, it shows `WebGPU SwiftCompile Buffer.swift`.
Attachments
Radar WebKit Bug Importer
Comment 1 2025-12-18 15:46:49 PST
zak ridouh
Comment 2 2025-12-18 15:50:13 PST
EWS
Comment 3 2025-12-18 18:16:58 PST
Committed 304718@main (3f5f3496016f): <https://commits.webkit.org/304718@main> Reviewed commits have been landed. Closing PR #55661 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.