Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ecd3adca1f981f7b14daa1cde14bbb7f8e631f30
      
https://github.com/WebKit/WebKit/commit/ecd3adca1f981f7b14daa1cde14bbb7f8e631f30
  Author: David Kilzer <[email protected]>
  Date:   2026-07-18 (Sat, 18 Jul 2026)

  Changed paths:
    M Source/WebCore/Configurations/AllowedSPI.toml

  Log Message:
  -----------
  REGRESSION (317262@main): Safari/WebKit iOS builds fail the SPI audit for 
Foundation.ContiguousBytes.withBytes(_:) with a newer SDK
<https://bugs.webkit.org/show_bug.cgi?id=319751>
<rdar://182563983>

Unreviewed build fix.

Conforming `WTF.BorrowedBytes` and `NonNullBytes` to
`Foundation.ContiguousBytes` (317262@main) references the protocol's
RawSpan-based `withBytes(_:)` requirement, which is SPI in a newer iOS
SDK.

Allow the symbol with a `swift-decls` entry, which names the Swift
declaration instead of its mangled form so it survives the
symbol-mangling changes that occur across SDK builds (310820@main).

No new tests since this change is not directly testable.

* Source/WebCore/Configurations/AllowedSPI.toml:

Canonical link: https://commits.webkit.org/317475@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to