Main actor-isolated static property ‘text’ cannot be mutated from a non-isolated context; this is an error in Swift 6
I’m facing an issue while trying to modify a static property within a subclass of UIViewController from another class, specifically inside an asynchronous function. Additionally, I’m encountering the error “Main actor-isolated static property 'text' cannot be mutated from a non-isolated context; this is an error in Swift 6
“