@@ -37,7 +37,7 @@ extension TaskGroup {
37
37
)
38
38
39
39
let builtinSerialExecutor =
40
- Builtin . extractFunctionIsolation ( operation) ? . unownedExecutor. executor
40
+ unsafe Builtin. extractFunctionIsolation ( operation) ? . unownedExecutor. executor
41
41
42
42
_ = Builtin . createTask (
43
43
flags: flags,
@@ -70,7 +70,7 @@ extension TaskGroup {
70
70
)
71
71
72
72
let builtinSerialExecutor =
73
- Builtin . extractFunctionIsolation ( operation) ? . unownedExecutor. executor
73
+ unsafe Builtin. extractFunctionIsolation ( operation) ? . unownedExecutor. executor
74
74
75
75
_ = Builtin . createTask (
76
76
flags: flags,
@@ -103,7 +103,7 @@ extension ThrowingTaskGroup {
103
103
)
104
104
105
105
let builtinSerialExecutor =
106
- Builtin . extractFunctionIsolation ( operation) ? . unownedExecutor. executor
106
+ unsafe Builtin. extractFunctionIsolation ( operation) ? . unownedExecutor. executor
107
107
108
108
_ = Builtin . createTask (
109
109
flags: flags,
@@ -136,7 +136,7 @@ extension ThrowingTaskGroup {
136
136
)
137
137
138
138
let builtinSerialExecutor =
139
- Builtin . extractFunctionIsolation ( operation) ? . unownedExecutor. executor
139
+ unsafe Builtin. extractFunctionIsolation ( operation) ? . unownedExecutor. executor
140
140
141
141
_ = Builtin . createTask (
142
142
flags: flags,
@@ -169,7 +169,7 @@ extension DiscardingTaskGroup {
169
169
)
170
170
171
171
let builtinSerialExecutor =
172
- Builtin . extractFunctionIsolation ( operation) ? . unownedExecutor. executor
172
+ unsafe Builtin. extractFunctionIsolation ( operation) ? . unownedExecutor. executor
173
173
174
174
_ = Builtin . createTask (
175
175
flags: flags,
@@ -202,7 +202,7 @@ extension DiscardingTaskGroup {
202
202
)
203
203
204
204
let builtinSerialExecutor =
205
- Builtin . extractFunctionIsolation ( operation) ? . unownedExecutor. executor
205
+ unsafe Builtin. extractFunctionIsolation ( operation) ? . unownedExecutor. executor
206
206
207
207
_ = Builtin . createTask (
208
208
flags: flags,
@@ -235,7 +235,7 @@ extension ThrowingDiscardingTaskGroup {
235
235
)
236
236
237
237
let builtinSerialExecutor =
238
- Builtin . extractFunctionIsolation ( operation) ? . unownedExecutor. executor
238
+ unsafe Builtin. extractFunctionIsolation ( operation) ? . unownedExecutor. executor
239
239
240
240
_ = Builtin . createTask (
241
241
flags: flags,
@@ -268,7 +268,7 @@ extension ThrowingDiscardingTaskGroup {
268
268
)
269
269
270
270
let builtinSerialExecutor =
271
- Builtin . extractFunctionIsolation ( operation) ? . unownedExecutor. executor
271
+ unsafe Builtin. extractFunctionIsolation ( operation) ? . unownedExecutor. executor
272
272
273
273
_ = Builtin . createTask (
274
274
flags: flags,
0 commit comments