@@ -686,9 +686,6 @@ ERROR(expr_keypath_mutating_getter,none,
686686 " %select{key path|dynamic key path member lookup}1 cannot refer to %0, "
687687 " which has a mutating getter" ,
688688 (const ValueDecl *, bool ))
689- ERROR(expr_keypath_static_member,none,
690- " %select{key path|dynamic key path member lookup}1 cannot refer to static member %0" ,
691- (const ValueDecl *, bool ))
692689ERROR(keypath_static_member_access_from_unsupported_module,none,
693690 " %select{key path|dynamic key path member lookup}3 cannot refer "
694691 " to static member %1 of type %0 from module %2" ,
@@ -1318,10 +1315,6 @@ REMARK(transitive_dependency_behavior,none,
13181315 " %1 has %select{a required|an optional|an ignored}2 "
13191316 " transitive dependency on '%0'" ,
13201317 (StringRef, Identifier, unsigned ))
1321-
1322- REMARK(explicit_interface_build_skipped,none,
1323- " Skipped rebuilding module at %0 - up-to-date" ,
1324- (StringRef))
13251318
13261319GROUPED_WARNING(cannot_find_module_version,ModuleVersionMissing,none,
13271320 " cannot find user version number for%select{| Clang}1 module '%0';"
@@ -2223,8 +2216,6 @@ ERROR(expose_protocol_to_cxx_unsupported,none,
22232216 " protocol %0 can not yet be represented in C++" , (ValueDecl *))
22242217ERROR(expose_move_only_to_cxx,none,
22252218 " noncopyable %kind0 can not yet be represented in C++" , (ValueDecl *))
2226- ERROR(expose_nested_type_to_cxx,none,
2227- " nested %kind0 can not yet be represented in C++" , (ValueDecl *))
22282219ERROR(expose_macro_to_cxx,none,
22292220 " Swift macro can not yet be represented in C++" , (ValueDecl *))
22302221GROUPED_WARNING(warn_unannotated_cxx_func_returning_frt, ForeignReferenceType, none,
@@ -5984,11 +5975,6 @@ ERROR(non_sendable_result_in_objc,none,
59845975 " actor boundary" ,
59855976 (Type, const ValueDecl *, ActorIsolation))
59865977
5987- ERROR(non_sendable_call_result_type,none,
5988- " non-Sendable result type %0 cannot be sent from %1 context in call "
5989- " to async function" ,
5990- (Type, ActorIsolation))
5991-
59925978ERROR(non_sendable_property_exits_actor,none,
59935979 " non-Sendable type %0 of %kind1 cannot exit %2 context" ,
59945980 (Type, const ValueDecl *, ActorIsolation))
@@ -6408,9 +6394,6 @@ ERROR(invalid_ownership_with_optional,none,
64086394ERROR(invalid_ownership_not_optional,none,
64096395 " %0 variable should have optional type %1" ,
64106396 (ReferenceOwnership, Type))
6411- ERROR(invalid_ownership_is_let,none,
6412- " %0 must be a mutable variable, because it may change at runtime" ,
6413- (ReferenceOwnership))
64146397ERROR(ownership_invalid_in_protocols,none,
64156398 " %0 cannot be applied to a property declaration in a protocol" ,
64166399 (ReferenceOwnership))
@@ -8329,11 +8312,6 @@ ERROR(noimplicitcopy_attr_valid_only_on_local_let_params,
83298312 none, " '@_noImplicitCopy' attribute can only be applied to local lets and params" , ())
83308313ERROR(noimplicitcopy_attr_not_allowed_on_moveonlytype,none,
83318314 " '@_noImplicitCopy' has no effect when applied to a noncopyable type" , ())
8332- ERROR(noncopyable_types_cannot_be_resilient, none,
8333- " noncopyable %kind0 must be '@frozen' in library evolution mode; "
8334- " non-'@frozen' public and '@usableFromInline' noncopyable types are not "
8335- " supported" ,
8336- (const ValueDecl *))
83378315ERROR(noncopyable_cannot_have_read_set_accessor,none,
83388316 " noncopyable %select{variable|subscript}0 cannot provide a read and set accessor" ,
83398317 (unsigned ))
0 commit comments