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
c6c96c4688 [Sema] Report inconsistent access level on import
When targeting Swift 5 and earlier, the default import is public. To
notify of a possible unintentional public import, raise errors on
default imports when other imports of the same target have an explicit
type.

This check isn't necessary in the tentative Swift 6 mode.
2023-02-27 19:31:52 -08:00