Actor-Isolated Class with Different Actor Isolation

Hi I'm using this package in an app. The package builds fine. Tho I get build errors in the package when I build the app.

Here's the error I get:

Main actor-isolated class 'My Class' has different actor isolation from nonisolated superclass 'My Super Class'

I'm not using actor or @MainActor, so I'm not sure where the error is coming from.

Here's a line where the error shows up in the package.

Related stackoverflow post.

I get this in a similar context. I have a package that uses https://github.com/texturegroup/texture... when I subclass anything from the package in the app target I get the same error. this started with Xcode 13 beta 5 afaik

Actor-Isolated Class with Different Actor Isolation
 
 
Q