mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
The correct use @_implementationOnly from a non-resilient module is not enforced by the compiler at this time. Using that configuration can cause memory corruption at runtime if it affects the memory layout of types, and it can lead to compiler crashes at compilation in general. Some modules rely on this configuration with a very limited use for it. We can grandfather them in its use and silence the warning on specific import edges.
58 KiB
58 KiB