@@ -6040,7 +6040,7 @@ ERROR(frozen_attr_on_internal_type,
6040
6040
6041
6041
ERROR(usable_from_inline_attr_with_explicit_access,
6042
6042
none, " '@usableFromInline' attribute can only be applied to internal "
6043
- " declarations, but %0 is %select{private|fileprivate|%error|public|open}1" ,
6043
+ " declarations, but %0 is %select{private|fileprivate|%error|package| public|open}1" ,
6044
6044
(DeclName, AccessLevel))
6045
6045
6046
6046
WARNING(inlinable_implies_usable_from_inline,none,
@@ -6918,9 +6918,9 @@ ERROR(runtime_attribute_type_failable_init,none,
6918
6918
" runtime attribute type initializer %0 cannot be failable" , (DeclName))
6919
6919
6920
6920
ERROR(runtime_attribute_type_requirement_not_accessible,none,
6921
- " %select{private|fileprivate|internal|public|open}0 %1 %2 cannot have "
6921
+ " %select{private|fileprivate|internal|package| public|open}0 %1 %2 cannot have "
6922
6922
" more restrictive access than its enclosing runtime attribute type %3 "
6923
- " (which is %select{private|fileprivate|internal|public|open}4)" ,
6923
+ " (which is %select{private|fileprivate|internal|package| public|open}4)" ,
6924
6924
(AccessLevel, DescriptiveDeclKind, DeclName, Type, AccessLevel))
6925
6925
6926
6926
0 commit comments