Implicit use of ‘self’ in closure; use ‘self.’ to make capture semantics explicit – Swift 6 migration issue
I am migrating our app to Swift 6, and I get this error:
Main actor-isolated property using @preconcurrency Swift 6 migration issue
I am migrating our app to Swift 6, and I am encountering the following error while trying to migrate part of the code base.