GCProgressView is available as a Swift Package. You can find information on how to add package dependencies to your app here.
import GCProgressViewGCProgressView(style: .bar, progress: self.$progress)
GCProgressView(style: .circle, progress: self.$progress)
GCProgressView(style: .ring, progress: self.$progress)

