Skip to content

Commit 6734ae9

Browse files
committed
mark builtin call with 'unsafe'
1 parent c121888 commit 6734ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Concurrency/TaskGroup+addTask.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ extension ${TYPE} {
269269
)
270270

271271
let builtinSerialExecutor =
272-
Builtin.extractFunctionIsolation(operation)?.unownedExecutor.executor
272+
unsafe Builtin.extractFunctionIsolation(operation)?.unownedExecutor.executor
273273

274274
var task: Builtin.NativeObject?
275275

0 commit comments

Comments
 (0)