Avatar
Avatar
ジュニア
@swift-5.10.1 @swift-6.0.3 -swift-version 6 struct Foo: Sendable { var value: Any } struct Bar: Sendable { var value: any Sendable } (edited)
<stdin>:2:9: warning: stored property 'value' of 'Sendable'-conforming struct 'Foo' has non-sendable type 'Any' var value: Any ^ (edited)