@@ -4421,20 +4421,20 @@ WARNING(non_concurrent_keypath_access,none,
44214421 (Type))
44224422ERROR(non_concurrent_type_member,none,
44234423 " %select{stored property %1|associated value %1}0 of "
4424- " 'ConcurrentValue '-conforming %2 %3 has non-concurrent-value type %4" ,
4424+ " 'Sendable '-conforming %2 %3 has non-concurrent-value type %4" ,
44254425 (bool , DeclName, DescriptiveDeclKind, DeclName, Type))
44264426ERROR(concurrent_value_class_mutable_property,none,
4427- " stored property %0 of 'ConcurrentValue '-conforming %1 %2 is mutable" ,
4427+ " stored property %0 of 'Sendable '-conforming %1 %2 is mutable" ,
44284428 (DeclName, DescriptiveDeclKind, DeclName))
44294429ERROR(concurrent_value_outside_source_file,none,
4430- " conformance to 'ConcurrentValue ' must occur in the same source file as "
4431- " %0 %1; use 'UnsafeConcurrentValue ' for retroactive conformance" ,
4430+ " conformance to 'Sendable ' must occur in the same source file as "
4431+ " %0 %1; use 'UnsafeSendable ' for retroactive conformance" ,
44324432 (DescriptiveDeclKind, DeclName))
44334433ERROR(concurrent_value_nonfinal_class,none,
4434- " non-final class %0 cannot conform to `ConcurrentValue `; "
4435- " use `UnsafeConcurrentValue `" , (DeclName))
4434+ " non-final class %0 cannot conform to `Sendable `; "
4435+ " use `UnsafeSendable `" , (DeclName))
44364436ERROR(concurrent_value_inherit,none,
4437- " `ConcurrentValue ` class %1 cannot inherit from another class"
4437+ " `Sendable ` class %1 cannot inherit from another class"
44384438 " %select{| other than 'NSObject'}0" ,
44394439 (bool , DeclName))
44404440
0 commit comments