WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
304450
[filter-build-webkit] Improve filtering of swift build output
https://bugs.webkit.org/show_bug.cgi?id=304450
Summary
[filter-build-webkit] Improve filtering of swift build output
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2025-12-18 15:46:49 PST
<
rdar://problem/166828695
>
zak ridouh
Comment 2
2025-12-18 15:50:13 PST
Pull request:
https://github.com/WebKit/WebKit/pull/55661
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.
Top of Page
Format For Printing
XML
Clone This Bug