Case
ActivityIndicatorState.active(tick:)
Active state. The indicator should appear active or loading during this state.
case active(tick: UInt)
Discussion
See ActivityIndicator.start(on:)
The tick parameter will increase by 1 each time the output is refreshed. This allows ActivityIndicatorType to create animations that happen over time without storing any internal state.