If using encryption on Linux, set app identifier before using model context
#if os(Linux)
import Vein
Keyring.appIdentifier.withLock { identifier in
identifier = "com.example.yourapp"
}
#endifTo disable encryption for Vein unit tests and VeinTesting set
SHOULD_DISABLE_ENCRYPTION=1
in your environment