From 9b4dbb32edd9dbcbc3e7cb8d33b22d17a8e74e3d Mon Sep 17 00:00:00 2001 From: Mudriy Ilya Date: Mon, 17 Nov 2025 11:49:26 +0300 Subject: [PATCH] SE-0392: unowedExecutor should be nonisolated --- proposals/0392-custom-actor-executors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/0392-custom-actor-executors.md b/proposals/0392-custom-actor-executors.md index 13497cff8d..57df10400a 100644 --- a/proposals/0392-custom-actor-executors.md +++ b/proposals/0392-custom-actor-executors.md @@ -645,7 +645,7 @@ func check(values: MainActorValues) /* synchronous! */ { } actor Friend { - var unownedExecutor: UnownedSerialExecutor { + nonisolated var unownedExecutor: UnownedSerialExecutor { MainActor.sharedUnownedExecutor }