XCode 16.4 日本語化計画
mutating func spawn( priority: TaskPriority? = nil, operation: @escaping () async -> ChildTaskResult )
ChildTaskResult が Sendable に準拠している場合利用可能です。
func add(priority: TaskPriority?, operation: () async -> ChildTaskResult) async -> Bool
  廃止  
func async(priority: TaskPriority?, operation: () async -> ChildTaskResult)
  廃止  
  廃止  
  廃止