Commit Graph

2 Commits

Author SHA1 Message Date
Alexis Laferrière
2ddb859794 [Sema] Restrict tests using Swift 6 mode to asserts compilers 2023-02-28 13:03:54 -08:00
Alexis Laferrière
2ef019610c [Sema] Error on resilient importing publicly a non-resilient module
Importing a non-library-evolution enabled module from a
library-evolution enabled module will lead to generating a
swiftinterface that can't be rebuilt by a different compiler.
Make it a hard error when using access level imports, and keep it as a
warning for @_implementationOnly imports.
2023-02-27 19:31:52 -08:00