mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +01:00
Invite users of `@_implementationsOnly` imports from modules without library-evolution to adopt `CheckImplementationOnly`. Use the existing warning on the import statement. Adopting that feature reports unsafe references to implementation-only imported types as errors and silences the warning on the import.