Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ae96e9b10b9d6b89d3dcc34a7fb78547c6917a25
https://github.com/WebKit/WebKit/commit/ae96e9b10b9d6b89d3dcc34a7fb78547c6917a25
Author: Jean-Yves Avenard <[email protected]>
Date: 2026-09-02 (Wed, 02 Sep 2026)
Changed paths:
M Source/WebKit/PlatformCocoa.cmake
Log Message:
-----------
[cmake] REGRESSION (320301@main) compilation error on iOS and visionOS
https://bugs.webkit.org/show_bug.cgi?id=323271
rdar://186521110
Unreviewed build fix
320301@main added Shared/RunJavaScriptResult.swift, which extends the C++ alias
WebKit::RunJavaScriptResult declared in Shared/RunJavaScriptResult.h. The iOS
family feeds Swift a
hand-written WebKit_Internal modulemap listing only the submodules its Swift
sources need, and that
header has no entry, so the name resolves to the WebKit namespace from
SwiftDemoLogoConfirmation.h
and the module failed to build:
* Source/WebKit/PlatformCocoa.cmake:
Canonical link: https://commits.webkit.org/320386@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications