mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
5cc4c788aa
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.