Commit 0e9bcba
authored
Add
This PR attempts to make sure that SPI is reexported from our
cross-import overlays. This change is speculative and I'm not actually
sure if it'll do what I want.
### Checklist:
- [x] Code and documentation should follow the style of the [Style
Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md).
- [x] If public symbols are renamed or modified, DocC references should
be updated.@_spi annotations to reexport decls in cross-import overlays. (#870)1 parent de25f64 commit 0e9bcba
File tree
2 files changed
+2
-2
lines changed- Sources/Overlays
- _Testing_CoreGraphics
- _Testing_Foundation
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
0 commit comments