Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 682a3622e2f8aaf4cd6496182044c39b2b8ce7ff
https://github.com/WebKit/WebKit/commit/682a3622e2f8aaf4cd6496182044c39b2b8ce7ff
Author: Adrian Taylor <[email protected]>
Date: 2026-08-25 (Tue, 25 Aug 2026)
Changed paths:
M Source/WebKit/Shared/Foundation+Extras.swift
M Source/WebKit/UIProcess/SwiftDemoLogo.swift
Log Message:
-----------
Avoid importing Foundation on Windows
https://bugs.webkit.org/show_bug.cgi?id=322268
rdar://185504660
Reviewed by Ian Grunert and Elliott Williams.
We can't import Foundation into WebKit Swift on Windows, due to a conflict
between WTF's ICU and the Foundation ICU. While this is resolved, import only
FoundationEssentials.
Canonical link: https://commits.webkit.org/319784@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications