Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3d0bb6e16d7d19dc17c69bc82b43de0a4b77d644
https://github.com/WebKit/WebKit/commit/3d0bb6e16d7d19dc17c69bc82b43de0a4b77d644
Author: Zak Ridouh <[email protected]>
Date: 2026-04-28 (Tue, 28 Apr 2026)
Changed paths:
M Source/WebCore/PAL/pal/CMakeLists.txt
Log Message:
-----------
[CMake] Add pal.swift to PAL Swift sources
https://bugs.webkit.org/show_bug.cgi?id=313580
rdar://175796349
Reviewed by Pascoe.
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.
* Source/WebCore/PAL/pal/CMakeLists.txt:
Canonical link: https://commits.webkit.org/312250@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications