From c9345a38c49e3a3205a5f844ac8c578888059580 Mon Sep 17 00:00:00 2001 From: Eric Miotto Date: Fri, 29 Aug 2025 14:56:30 -0700 Subject: [PATCH] [Concurrency] Add availability to one of the ExecutorJob extensions Without this, we may fail building Concurrency when enforcing strict availability. Addresses rdar://159473855 --- stdlib/public/Concurrency/PartialAsyncTask.swift | 1 + 1 file changed, 1 insertion(+) 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