Swiftc flag to set default visibility level

We try very hard not to create "dialects" of Swift where seemingly valid code can be rejected based on compiler flags or other information that isn't visible in the source file. We unfortunately don't always succeed—resilience and language version both come from compiler flags—but we only do that when one of the language's goals demands it.

8 Likes