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
314407
Remove Swift warnings from definitions with values
https://bugs.webkit.org/show_bug.cgi?id=314407
Summary
Remove Swift warnings from definitions with values
adrian_taylor
Reported
2026-05-08 09:00:20 PDT
The CMake build process accumulates various -DX=Y definitions, not just from WebKit's various configuration files, but also from pkg-config and other config mechanisms relating to dependencies. These are currently passed to swiftc, which only supports -DX not -DX=Y, so this emits warnings. Get rid of them.
Attachments
Add attachment
proposed patch, testcase, etc.
adrian_taylor
Comment 1
2026-05-08 09:04:23 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/64554
EWS
Comment 2
2026-05-13 13:22:38 PDT
Committed
313188@main
(4f9b47c98b3a): <
https://commits.webkit.org/313188@main
> Reviewed commits have been landed. Closing PR #64554 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