Bug 278736
Summary: | [Build] Forward-declare SPI of public Swift modules | ||
---|---|---|---|
Product: | WebKit | Reporter: | Elliott Williams <emw> |
Component: | Tools / Tests | Assignee: | Elliott Williams <emw> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 277377 |
Elliott Williams
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/134794714>
Elliott Williams
Pull request: https://github.com/WebKit/WebKit/pull/32774
EWS
Committed 283222@main (0989dff43b2b): <https://commits.webkit.org/283222@main>
Reviewed commits have been landed. Closing PR #32774 and removing active labels.