Actors The following actors are available globally. Keychain A storage for storing Codable objects in the Keychain See more Declaration Swift public actor Keychain<T> : Storage where T : Decodable, T : Encodable, T : Sendable Memory A storage for storing objects in memory, where T is the type of the object to be stored. See more Declaration Swift public actor Memory<T> : Storage where T : Decodable, T : Encodable, T : Sendable © 2025 . All rights reserved. (Last updated: 2025-04-14) Generated by jazzy ♪♫ v0.15.3, a Realm project.