> - “public” -> symbol visible outside the current module. > - “internal” -> symbol visible within the current module. > - unknown -> symbol visible within the current file.
won’t that break *every* single member written today, given that “no specifier” is used for internal (i.e. most code in most apps), currently? —marc _______________________________________________ swift-evolution mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-evolution
