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
313580
[CMake] Add pal.swift to PAL Swift sources
https://bugs.webkit.org/show_bug.cgi?id=313580
Summary
[CMake] Add pal.swift to PAL Swift sources
zak ridouh
Reported
2026-04-28 15:32:05 PDT
pal.swift is the umbrella module entry that re-exports the underlying Clang module via @_exported public import pal. Sibling Swift files (CryptoKit+UnsafeOverlays.swift, CryptoTypes.swift, RegexHelper.swift, CryptoKitShim.swift) import via the umbrella name (pal.Core.crypto.*, etc.). The Xcode build compiles pal.swift; the CMake build was missing it. Add it so the umbrella re-export is present on Mac.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2026-04-28 15:32:11 PDT
<
rdar://problem/175796349
>
zak ridouh
Comment 2
2026-04-28 15:36:56 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/63839
EWS
Comment 3
2026-04-28 17:12:33 PDT
Committed
312250@main
(3d0bb6e16d7d): <
https://commits.webkit.org/312250@main
> Reviewed commits have been landed. Closing PR #63839 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