RESOLVED FIXED 278736
[Build] Forward-declare SPI of public Swift modules
https://bugs.webkit.org/show_bug.cgi?id=278736
Summary [Build] Forward-declare SPI of public Swift modules
Elliott Williams
Reported 2024-08-27 11:24:55 PDT
For WebKit's use of Swift-only frameworks in Apple's SDKs, we occasionally need to hand write .swiftinterface files to access private declarations. We have precedent for doing this in fully private Swift modules <https://bugs.webkit.org/show_bug.cgi?id=273527>, but we have never solved the case of a public Swift module that has additional SPI-only declarations.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-08-27 11:25:45 PDT
Elliott Williams
Comment 2 2024-08-27 11:37:49 PDT
EWS
Comment 3 2024-09-05 10:37:40 PDT
Committed 283222@main (0989dff43b2b): <https://commits.webkit.org/283222@main> Reviewed commits have been landed. Closing PR #32774 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.