@@ -7969,24 +7969,24 @@ NOTE(sending_function_result_with_sending_param_note, none,
79697969// ------------------------------------------------------------------------------
79707970ERROR(unsafe_attr_disabled,none,
79717971 " attribute requires '-enable-experimental-feature AllowUnsafeAttribute'" , ())
7972- ERROR (override_safe_withunsafe,none,
7972+ WARNING (override_safe_withunsafe,none,
79737973 " override of safe %0 with unsafe %0" , (DescriptiveDeclKind))
7974- ERROR (witness_unsafe,none,
7974+ WARNING (witness_unsafe,none,
79757975 " unsafe %0 %1 cannot satisfy safe requirement" ,
79767976 (DescriptiveDeclKind, DeclName))
7977- ERROR (type_witness_unsafe,none,
7977+ WARNING (type_witness_unsafe,none,
79787978 " unsafe type %0 cannot satisfy safe associated type %1" ,
79797979 (Type, DeclName))
7980- ERROR (unchecked_conformance_is_unsafe,none,
7980+ WARNING (unchecked_conformance_is_unsafe,none,
79817981 " @unchecked conformance involves unsafe code" , ())
7982- ERROR (unowned_unsafe_is_unsafe,none,
7982+ WARNING (unowned_unsafe_is_unsafe,none,
79837983 " unowned(unsafe) involves unsafe code" , ())
7984- ERROR (nonisolated_unsafe_is_unsafe,none,
7984+ WARNING (nonisolated_unsafe_is_unsafe,none,
79857985 " nonisolated(unsafe) involves unsafe code" , ())
7986- ERROR (reference_to_unsafe_decl,none,
7986+ WARNING (reference_to_unsafe_decl,none,
79877987 " %select{reference|call}0 to unsafe %kindbase1" ,
79887988 (bool , const ValueDecl *))
7989- ERROR (reference_to_unsafe_typed_decl,none,
7989+ WARNING (reference_to_unsafe_typed_decl,none,
79907990 " %select{reference|call}0 to %kindbase1 involves unsafe type %2" ,
79917991 (bool , const ValueDecl *, Type))
79927992NOTE(unsafe_decl_here,none,
0 commit comments