From c6d1969afc90045af0dfb0f489119da6701952d8 Mon Sep 17 00:00:00 2001 From: Alastair Houghton Date: Mon, 12 May 2025 15:35:45 +0100 Subject: [PATCH] [Concurrency] Remove deprecation attribute for now. This deprecation attribute is possibly a little premature. rdar://150531873 --- stdlib/public/Concurrency/GlobalConcurrentExecutor.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/stdlib/public/Concurrency/GlobalConcurrentExecutor.swift b/stdlib/public/Concurrency/GlobalConcurrentExecutor.swift index 7c876a99472d1..36b57920e56bf 100644 --- a/stdlib/public/Concurrency/GlobalConcurrentExecutor.swift +++ b/stdlib/public/Concurrency/GlobalConcurrentExecutor.swift @@ -31,7 +31,6 @@ import Swift /// /// Customizing the global concurrent executor is currently not supported. @available(SwiftStdlib 6.0, *) -@available(*, deprecated, renamed: "Task.defaultExecutor") @_unavailableInEmbedded public var globalConcurrentExecutor: any TaskExecutor { get {