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:

5
active users

Paul Haddad :tapbots_logo:

Anyone know why calling the following in a MainActor class/func

MyTest.increment(1) { result in
NSLog("result=\(result)")
}

crashes (asserts) when building with Swift 6?

I get that its not happy that the completion is coming in on another dispatch_queue but it should complain about it at compile time, or ignore it at run time.