Commits

Jordan Rose committed a6d9e8573b5
[Accessibility] Downgrade "public method in private struct" to a warning. If someone's experimenting with access control, this will allow them to flip between "internal" and "public" without updating all of their required members immediately. Public members on a private type don't actually hurt anything. Swift SVN r20935