Open ajevans99 opened 3 weeks ago
Context is not data race safe for Swift 6 language mode. It might be better to make an actor and use async throughout validation. Or might be able to make Context a value type.
Context
async
Context
is not data race safe for Swift 6 language mode. It might be better to make an actor and useasync
throughout validation. Or might be able to makeContext
a value type.