automerge / automerge-swift

Swift language bindings presenting Automerge

Home Page:https://automerge.org/automerge-swift/documentation/automerge/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sendable conformance warnings

heckj opened this issue · comments

In establishing the signals to notifiy instances of the type AutomergeText and Counter of changes from an Automerge document update, those classes are no exhibiting some Sendable warnings - in particular, referencing the class from within a Task. These need to get resolved.