@@ -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,
@@ -5986,11 +5977,6 @@ ERROR(non_sendable_result_in_objc,none,
59865977 " actor boundary" ,
59875978 (Type, const ValueDecl *, ActorIsolation))
59885979
5989- ERROR(non_sendable_call_result_type,none,
5990- " non-Sendable result type %0 cannot be sent from %1 context in call "
5991- " to async function" ,
5992- (Type, ActorIsolation))
5993-
59945980ERROR(non_sendable_property_exits_actor,none,
59955981 " non-Sendable type %0 of %kind1 cannot exit %2 context" ,
59965982 (Type, const ValueDecl *, ActorIsolation))
@@ -6410,9 +6396,6 @@ ERROR(invalid_ownership_with_optional,none,
64106396ERROR(invalid_ownership_not_optional,none,
64116397 " %0 variable should have optional type %1" ,
64126398 (ReferenceOwnership, Type))
6413- ERROR(invalid_ownership_is_let,none,
6414- " %0 must be a mutable variable, because it may change at runtime" ,
6415- (ReferenceOwnership))
64166399ERROR(ownership_invalid_in_protocols,none,
64176400 " %0 cannot be applied to a property declaration in a protocol" ,
64186401 (ReferenceOwnership))
@@ -8331,11 +8314,6 @@ ERROR(noimplicitcopy_attr_valid_only_on_local_let_params,
83318314 none, " '@_noImplicitCopy' attribute can only be applied to local lets and params" , ())
83328315ERROR(noimplicitcopy_attr_not_allowed_on_moveonlytype,none,
83338316 " '@_noImplicitCopy' has no effect when applied to a noncopyable type" , ())
8334- ERROR(noncopyable_types_cannot_be_resilient, none,
8335- " noncopyable %kind0 must be '@frozen' in library evolution mode; "
8336- " non-'@frozen' public and '@usableFromInline' noncopyable types are not "
8337- " supported" ,
8338- (const ValueDecl *))
83398317ERROR(noncopyable_cannot_have_read_set_accessor,none,
83408318 " noncopyable %select{variable|subscript}0 cannot provide a read and set accessor" ,
83418319 (unsigned ))
0 commit comments