Enumerationswift-package-manager 6.0.3Basics
ProgressAnimation
Namespace to nest public progress animations under.
This declaration is gated by at least one @_spi attribute.
enum ProgressAnimation
Namespace to nest public progress animations under.
This declaration is gated by at least one @_spi attribute.
enum ProgressAnimation
import Basics
static func ninja(stream: WritableByteStream, verbose: Bool) -> any ProgressAnimationProtocol
A ninja-like progress animation that adapts to the provided output stream.
static func percent(stream: WritableByteStream, verbose: Bool, header: String) -> any ProgressAnimationProtocol
A percent-based progress animation that adapts to the provided output stream.