From 3e03d0e54ae3d5329d78a3c5a2f2a07fd494e522 Mon Sep 17 00:00:00 2001 From: John Szumski Date: Wed, 20 Mar 2024 14:15:00 -0400 Subject: [PATCH] Remove MainActor annotation to fix Xcode 15.3 warning --- Sources/Nuke/Internal/Graphics.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Sources/Nuke/Internal/Graphics.swift b/Sources/Nuke/Internal/Graphics.swift index e49e252d1..44014881b 100644 --- a/Sources/Nuke/Internal/Graphics.swift +++ b/Sources/Nuke/Internal/Graphics.swift @@ -314,7 +314,6 @@ extension CGSize { } } -@MainActor enum Screen { #if os(iOS) || os(tvOS) /// Returns the current screen scale.