tapbots.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
This is a private Mastodon instance for all things in the Tapbots app universe and its employees.

Administered by:

Server stats:

6
active users

So what's the “fix" for this? My understanding is that static let is thread safe, unless that has changed? Do I just mark the entire class “nonisolated(unsafe)”?

Swift 7: Mutability is bad, you must annotate any vars with unsafe(badprogrammer).
Swift 8: OO/procedural languages are too error prone, all new code must be purely functional. Don't worry there'll be plenty of WWDC sections on lambda calculus.