Sharing memory (unsafe pointers) between actors

In case somebody takes a similar approach: beware that the isKnownUniquelyReferenced(&aBox) doesn't work (swift 5.5.). See this thread.