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)