Replies: 2 comments 2 replies
-
Making all types conform to |
Beta Was this translation helpful? Give feedback.
-
Thanks for the quick response. I think it is just the warnings. I just couldn't tell if there was a quick and easy win to be had there. |
Beta Was this translation helpful? Give feedback.
-
Enforcing strict concurrency in Swift reveals that ParseACL does not (yet) conform to the Sendable protocol. It's possible adding that conformance to ParseACL will be all that's needed to get ParseSwift to support strict concurrency. For now, warnings can be disabled by adding
@preconcurrency
before eachimport ParseSwift
but this does not fix the underlying issue. (Wasn't sure whether to make this an issue without more discussion.)Beta Was this translation helpful? Give feedback.
All reactions