WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED CONFIGURATION CHANGED
280911
WebKit's Swift overlay uses Network.framework SPI
https://bugs.webkit.org/show_bug.cgi?id=280911
Summary
WebKit's Swift overlay uses Network.framework SPI
Elliott Williams
Reported
2024-10-04 15:23:59 PDT
It imports the "CTypeConversion" SPI interface. These SPI are new members of existing types, so we cannot do the earlier approaches of importing the underlying module and re-declaring the types we need [1]. We could redeclare the entire module, like we've done for private frameworks [2], but that's quite brittle. In the meantime, WebKit itself does not use the Swift overlay interfaces, and we never tried to build them with public SDKs before
https://bugs.webkit.org/show_bug.cgi?id=280734
, so keeping these the Network overlays compiled out does not block the Swift overlay merge process. [1]:
https://commits.webkit.org/283222@main
[2]:
https://commits.webkit.org/278332@main
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-10-04 15:25:42 PDT
<
rdar://problem/137312038
>
Elliott Williams
Comment 2
2025-10-01 12:02:54 PDT
The SPI import was removed in
https://bugs.webkit.org/show_bug.cgi?id=293848
.
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