RESOLVED FIXED313580
[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
Radar WebKit Bug Importer
Comment 1 2026-04-28 15:32:11 PDT
zak ridouh
Comment 2 2026-04-28 15:36:56 PDT
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.