Andreas Eigenmann

Results 1 comments of Andreas Eigenmann

Unfortunately, `static let` alone is not enough. This leads to the error messages: > Static property 'entityInfo' is not concurrency-safe because non-'Sendable' type 'EntityInfo' may have shared mutable state >...