XCode 16.4 日本語化計画
static func withGroup<TaskResult, BodyResult>(
resultType: TaskResult.Type,
returning returnType: BodyResult.Type = BodyResult.self,
body: (inout Task<Success, Failure>.Group>TaskResult>) async throws -> BodyResult
) async rethrows -> BodyResult where TaskResult : Sendable
Success が Never であり Failure が Never である場合時利用可能です。