public func unspecifiedAsync(_ t: T) async { } nonisolated(nonsending) public func unspecifiedAsyncCaller(_ t: T) async { } @concurrent public func unspecifiedAsyncConcurrent(_ t: T) async { } nonisolated public func nonisolatedAsync(_ t: T) async { } nonisolated(nonsending) public func nonisolatedAsyncCaller(_ t: T) async { } @concurrent nonisolated public func nonisolatedAsyncConcurrent(_ t: T) async { } public struct S { public init() {} public func unspecifiedAsync(_ t: T) async { } nonisolated(nonsending) public func unspecifiedAsyncCaller(_ t: T) async { } @concurrent public func unspecifiedAsyncConcurrent(_ t: T) async { } nonisolated public func nonisolatedAsync(_ t: T) async { } nonisolated(nonsending) public func nonisolatedAsyncCaller(_ t: T) async { } @concurrent nonisolated public func nonisolatedAsyncConcurrent(_ t: T) async { } }