We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12c88b3 commit a843bb6Copy full SHA for a843bb6
Generator/Sources/Internal/Helpers/Async+convenience.swift
@@ -47,7 +47,7 @@ extension Sequence where Element: Sendable {
47
// A task group automatically waits for all of its
48
// sub-tasks to complete, while also performing those
49
// tasks in parallel:
50
- if #available(macOS 14.0, *) {
+ if #available(macOS 14.0, iOS 17.0, *) {
51
await withDiscardingTaskGroup { group in
52
for element in self {
53
group.addTask {
0 commit comments