From 95b15fc6181cc9d24660a8a6e8f7e80771424b87 Mon Sep 17 00:00:00 2001 From: Adam Lickel Date: Fri, 30 Aug 2024 12:12:40 -0700 Subject: [PATCH] Removing some warnings --- FetchRequests/Sources/Controller/FetchedResultsController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FetchRequests/Sources/Controller/FetchedResultsController.swift b/FetchRequests/Sources/Controller/FetchedResultsController.swift index d36f223..0f9a1d7 100644 --- a/FetchRequests/Sources/Controller/FetchedResultsController.swift +++ b/FetchRequests/Sources/Controller/FetchedResultsController.swift @@ -1340,7 +1340,7 @@ private class Weak: NSObject { } private struct AssociatedKeys { - static var context = 0 + nonisolated(unsafe) static var context = 0 } private extension FetchableObjectProtocol where Self: NSObject {