Alexis Laferrière
3d611e2a85
Sema: Simplify warning about @_implementationOnly being deprecated
2024-04-22 14:44:44 -07:00
Alexis Laferrière
0a25248e4b
Test: Expect warning on deprecated @_implementationOnly in tests
2024-04-22 13:08:20 -07:00
Holly Borla
9ba481ad53
[Diagnostics] Clarify the wording of error_in_future_swift_version.
2024-03-01 12:05:51 -08:00
Holly Borla
f1cd9cb422
[Test] Remove REQUIRES: asserts from tests that use -swift-version 6.
2024-02-13 07:13:35 -08:00
Alexis Laferrière
d9af38798b
[Test] Add public to imports in Swift 6 tests
2023-10-11 17:18:02 -07:00
Alexis Laferrière
d221c1310f
[Tests] Update tests using @_implementationOnly imports to use library-evolution
2023-07-05 16:20:42 -07:00
Alexis Laferrière
a380799570
[ModuleInterface] Support missing imports with the AliasModuleNames workaround
...
If there's a reference in API to a module that's not imported, the
import is inserted automatically in the swiftinterface. This ensures the
inserted import is correctly aliased in AliasModuleNames mode.
2022-11-15 16:00:44 -08:00
Alexis Laferrière
3002ec3a6d
[Tests|NFC] Update tests to use missing-import naming
2022-09-19 15:15:26 -07:00