WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
309444
Fixes for latest SDK
https://bugs.webkit.org/show_bug.cgi?id=309444
Summary
Fixes for latest SDK
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2026-03-08 03:08:10 PDT
<
rdar://problem/172014821
>
adrian_taylor
Comment 2
2026-03-08 03:10:22 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/60152
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.
Top of Page
Format For Printing
XML
Clone This Bug