XCode 16.4 日本語化計画
func getResult() async -> Result<Success, Failure>
Success が Sendable に準拠し Failure が Error に準拠している場合時利用可能です。
typealias Group   廃止  
typealias Handle   廃止  
typealias Priority   廃止  
static func CancellationError() -> CancellationError   廃止  
func get() async throws -> Success   廃止  
static func sleep(UInt64) async   廃止  
static func suspend() async   廃止  
static func withCancellationHandler<T>(handler: () -> Void, operation: () async throws -> T) async rethrows -> T   廃止