DownloadTask

@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
public struct DownloadTask<Value> : Sendable where Value : Sendable

Value used to await a DownloadResponse and associated values.