Bug 309444

Summary: Fixes for latest SDK
Product: WebKit Reporter: adrian_taylor
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

adrian_taylor
Reported 2026-03-08 03:08:03 PDT
The latest Swift compiler requires a couple of source code changes in the Swift BackForwardList. First, it fixes a bug which made the WebBackForwardListFrameItem::frameState method unavailable through normal means. Previously, it was made available as __frameStateUnsafe. rdar://168057355 fixes that bug, so it's now made available safely as plain old frameState() which is great, but means __frameStateUnsafe has gone away and we need to adjust. Secondly, a new lifetime error occurred for a span in StdlibExtras; fix that too.
Attachments
Radar WebKit Bug Importer
Comment 1 2026-03-08 03:08:10 PDT
adrian_taylor
Comment 2 2026-03-08 03:10:22 PDT
EWS
Comment 3 2026-03-09 02:13:59 PDT
Committed 308903@main (e16e2b50c5ea): <https://commits.webkit.org/308903@main> Reviewed commits have been landed. Closing PR #60152 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.