D60542 added support for attributes on @implementations, but CodeGen always looks for visibility attributes on the @interface, so these attributes just end up getting ignored. I think we could support them on implementations, but it seems like information that should really belong in the header. This patch explicitly ignores them with a warning.
rdar://60045616