Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 61143404bf4cf938e8e4933fedd8994f56d7a590
https://github.com/WebKit/WebKit/commit/61143404bf4cf938e8e4933fedd8994f56d7a590
Author: Richard Robinson <[email protected]>
Date: 2026-06-25 (Thu, 25 Jun 2026)
Changed paths:
M Source/WebCore/PAL/Configurations/PAL.xcconfig
M Source/WebCore/PAL/pal/crypto/CryptoKitShim.swift
Log Message:
-----------
[Swift in WebKit] Adopt the
`-clang-header-expose-decls=has-expose-attr-or-stdlib` compiler flag in PAL
https://bugs.webkit.org/show_bug.cgi?id=317883
rdar://180664307
Reviewed by Abrar Rahman Protyasha.
Just like 315833@main, but for PAL
* Source/WebCore/PAL/Configurations/PAL.xcconfig:
* Source/WebCore/PAL/pal/crypto/CryptoKitShim.swift:
(Digest.sha1Init):
(Digest.sha256Init):
(Digest.sha384Init):
(Digest.sha512Init):
(Digest.update(_:)):
(Digest.finalize):
(Digest.sha1(_:)):
(Digest.sha256(_:)):
(Digest.sha384(_:)):
(Digest.sha512(_:)):
(ECKey.toPub):
(ECKey.importX963Pub(_:curve:)):
(ECKey.exportX963Pub):
(ECKey.importCompressedPub(_:curve:)):
(ECKey.importX963Private(_:curve:)):
(ECKey.exportX963Private):
(ECKey.deriveBits(_:)):
(EdKey.generatePrivateKey(_:)):
(EdKey.generatePrivateKeyKeyAgreement(_:)):
Canonical link: https://commits.webkit.org/315865@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications