liveValue

The live value for the dependency key.

DependencyKey.swift:70
static var liveValue: Value { get }

This is the value used by default when running the application in a simulator or on a device. Using a live dependency in a test context will lead to a test failure as you should mock your dependencies for tests.

To automatically supply a test dependency in a test context, consider implementing the testValue requirement.