diff --git a/stdlib/public/Concurrency/PartialAsyncTask.swift b/stdlib/public/Concurrency/PartialAsyncTask.swift index 7871e106df0f9..a255d34d3454a 100644 --- a/stdlib/public/Concurrency/PartialAsyncTask.swift +++ b/stdlib/public/Concurrency/PartialAsyncTask.swift @@ -454,6 +454,7 @@ extension ExecutorJob { // Helper to create a trampoline job to execute a job on a specified // executor. +@available(StdlibDeploymentTarget 6.2, *) extension ExecutorJob { /// Create a trampoline to enqueue the specified job on the specified