Build Information
Failed to build ProgressHUD, reference 15.0.1 (44e04c), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 10 Dec 2025 21:09:14 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ProgressHUD -destination platform=macOS,arch=arm64Build Log
EmitSwiftModule normal arm64 (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:2: error: 'Observable()' is only available in macOS 14.0 or newer
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/ActivityIndicatorView.swift:18:3: error: 'State' is only available in macOS 10.15 or newer
@State private var hud = ProgressHUD.shared
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/ActivityIndicatorView.swift:15:8: note: add @available attribute to enclosing struct
struct ActivityIndicatorView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/ActivityIndicatorView.swift:21:17: error: 'View' is only available in macOS 10.15 or newer
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/ActivityIndicatorView.swift:21:6: note: add @available attribute to enclosing property
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/ActivityIndicatorView.swift:15:8: note: add @available attribute to enclosing struct
struct ActivityIndicatorView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/ActivityIndicatorView.swift:29:2: error: 'Preview(_:body:)' is only available in macOS 10.15 or newer
#Preview {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/BallVerticalBounceView.swift:127:2: error: 'Preview(_:body:)' is only available in macOS 10.15 or newer
#Preview {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/BallVerticalBounceView.swift:129:4: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
.frame(width: 70, height: 70)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/BallVerticalBounceView.swift:129:4: note: add 'if #available' version check
.frame(width: 70, height: 70)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/BarSweepToggleView.swift:124:2: error: 'Preview(_:body:)' is only available in macOS 10.15 or newer
#Preview {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/BarSweepToggleView.swift:126:4: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
.frame(width: 70, height: 70)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/BarSweepToggleView.swift:126:4: note: add 'if #available' version check
.frame(width: 70, height: 70)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleArcDotSpinView.swift:76:2: error: 'Preview(_:body:)' is only available in macOS 10.15 or newer
#Preview {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleArcDotSpinView.swift:78:4: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
.frame(width: 70, height: 70)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleArcDotSpinView.swift:78:4: note: add 'if #available' version check
.frame(width: 70, height: 70)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleBarSpinFadeView.swift:77:2: error: 'Preview(_:body:)' is only available in macOS 10.15 or newer
#Preview {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleBarSpinFadeView.swift:79:4: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
.frame(width: 70, height: 70)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleBarSpinFadeView.swift:79:4: note: add 'if #available' version check
.frame(width: 70, height: 70)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleDotSpinFadeView.swift:79:2: error: 'Preview(_:body:)' is only available in macOS 10.15 or newer
#Preview {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleDotSpinFadeView.swift:81:4: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
.frame(width: 70, height: 70)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleDotSpinFadeView.swift:81:4: note: add 'if #available' version check
.frame(width: 70, height: 70)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CirclePulseMultipleView.swift:93:2: error: 'Preview(_:body:)' is only available in macOS 10.15 or newer
#Preview {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CirclePulseMultipleView.swift:95:4: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
.frame(width: 70, height: 70)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CirclePulseMultipleView.swift:95:4: note: add 'if #available' version check
.frame(width: 70, height: 70)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CirclePulseSingleView.swift:47:2: error: 'Preview(_:body:)' is only available in macOS 10.15 or newer
#Preview {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CirclePulseSingleView.swift:49:4: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
.frame(width: 70, height: 70)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CirclePulseSingleView.swift:49:4: note: add 'if #available' version check
.frame(width: 70, height: 70)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleRippleMultipleView.swift:80:2: error: 'Preview(_:body:)' is only available in macOS 10.15 or newer
#Preview {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleRippleMultipleView.swift:82:4: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
.frame(width: 70, height: 70)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleRippleMultipleView.swift:82:4: note: add 'if #available' version check
.frame(width: 70, height: 70)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleRippleSingleView.swift:47:2: error: 'Preview(_:body:)' is only available in macOS 10.15 or newer
#Preview {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleRippleSingleView.swift:49:4: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
.frame(width: 70, height: 70)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleRippleSingleView.swift:49:4: note: add 'if #available' version check
.frame(width: 70, height: 70)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleRotateChaseView.swift:59:2: error: 'Preview(_:body:)' is only available in macOS 10.15 or newer
#Preview {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleRotateChaseView.swift:61:4: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
.frame(width: 100, height: 100)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleRotateChaseView.swift:61:4: note: add 'if #available' version check
.frame(width: 100, height: 100)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleStrokeSpinView.swift:68:2: error: 'Preview(_:body:)' is only available in macOS 10.15 or newer
#Preview {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleStrokeSpinView.swift:70:4: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
.frame(width: 70, height: 70)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleStrokeSpinView.swift:70:4: note: add 'if #available' version check
.frame(width: 70, height: 70)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/DualDotSidestepView.swift:74:2: error: 'Preview(_:body:)' is only available in macOS 10.15 or newer
#Preview {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/DualDotSidestepView.swift:76:4: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
.frame(width: 70, height: 70)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/DualDotSidestepView.swift:76:4: note: add 'if #available' version check
.frame(width: 70, height: 70)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/HorizontalBarScalingView.swift:70:2: error: 'Preview(_:body:)' is only available in macOS 10.15 or newer
#Preview {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/HorizontalBarScalingView.swift:72:4: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
.frame(width: 70, height: 70)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/HorizontalBarScalingView.swift:72:4: note: add 'if #available' version check
.frame(width: 70, height: 70)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/HorizontalDotScalingView.swift:71:2: error: 'Preview(_:body:)' is only available in macOS 10.15 or newer
#Preview {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/HorizontalDotScalingView.swift:73:4: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
.frame(width: 70, height: 70)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/HorizontalDotScalingView.swift:73:4: note: add 'if #available' version check
.frame(width: 70, height: 70)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/PacmanProgressView.swift:84:2: error: 'Preview(_:body:)' is only available in macOS 10.15 or newer
#Preview {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/PacmanProgressView.swift:86:4: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
.frame(width: 70, height: 70)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/PacmanProgressView.swift:86:4: note: add 'if #available' version check
.frame(width: 70, height: 70)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/QuintupleDotDanceView.swift:63:2: error: 'Preview(_:body:)' is only available in macOS 10.15 or newer
#Preview {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/QuintupleDotDanceView.swift:65:4: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
.frame(width: 70, height: 70)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/QuintupleDotDanceView.swift:65:4: note: add 'if #available' version check
.frame(width: 70, height: 70)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SFSymbolBounceView.swift:37:2: error: 'Preview(_:body:)' is only available in macOS 10.15 or newer
#Preview {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SFSymbolBounceView.swift:39:4: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
.frame(width: 70, height: 70)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SFSymbolBounceView.swift:39:4: note: add 'if #available' version check
.frame(width: 70, height: 70)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SemiRingRotationView.swift:118:2: error: 'Preview(_:body:)' is only available in macOS 10.15 or newer
#Preview {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SemiRingRotationView.swift:120:4: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
.frame(width: 70, height: 70)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SemiRingRotationView.swift:120:4: note: add 'if #available' version check
.frame(width: 70, height: 70)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SquareCircuitSnakeView.swift:109:2: error: 'Preview(_:body:)' is only available in macOS 10.15 or newer
#Preview {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SquareCircuitSnakeView.swift:111:4: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
.frame(width: 70, height: 70)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SquareCircuitSnakeView.swift:111:4: note: add 'if #available' version check
.frame(width: 70, height: 70)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/TriangleDotShiftView.swift:74:2: error: 'Preview(_:body:)' is only available in macOS 10.15 or newer
#Preview {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/TriangleDotShiftView.swift:76:4: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
.frame(width: 70, height: 70)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/TriangleDotShiftView.swift:76:4: note: add 'if #available' version check
.frame(width: 70, height: 70)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:135:2: error: 'Preview(_:body:)' is only available in macOS 10.15 or newer
#Preview("Succeed") {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:136:30: error: 'green' is only available in macOS 10.15 or newer
LiveIconSucceedView(color: .green, animationID: UUID())
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:136:30: note: add 'if #available' version check
LiveIconSucceedView(color: .green, animationID: UUID())
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:137:4: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
.frame(width: 70, height: 70)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:137:4: note: add 'if #available' version check
.frame(width: 70, height: 70)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:140:2: error: 'Preview(_:body:)' is only available in macOS 10.15 or newer
#Preview("Failed") {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:141:29: error: 'red' is only available in macOS 10.15 or newer
LiveIconFailedView(color: .red, animationID: UUID())
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:141:29: note: add 'if #available' version check
LiveIconFailedView(color: .red, animationID: UUID())
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:142:4: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
.frame(width: 70, height: 70)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:142:4: note: add 'if #available' version check
.frame(width: 70, height: 70)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:145:2: error: 'Preview(_:body:)' is only available in macOS 10.15 or newer
#Preview("Added") {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:146:28: error: 'blue' is only available in macOS 10.15 or newer
LiveIconAddedView(color: .blue, animationID: UUID())
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:146:28: note: add 'if #available' version check
LiveIconAddedView(color: .blue, animationID: UUID())
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:147:4: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
.frame(width: 70, height: 70)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:147:4: note: add 'if #available' version check
.frame(width: 70, height: 70)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressView.swift:40:2: error: 'Preview(_:body:)' is only available in macOS 10.15 or newer
#Preview {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressView.swift:41:45: error: 'gray' is only available in macOS 10.15 or newer
ProgressCircleView(progress: 0.65, color: .gray)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressView.swift:41:45: note: add 'if #available' version check
ProgressCircleView(progress: 0.65, color: .gray)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressView.swift:42:4: error: 'frame(width:height:alignment:)' is only available in macOS 10.15 or newer
.frame(width: 70, height: 70)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressView.swift:42:4: note: add 'if #available' version check
.frame(width: 70, height: 70)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/BallVerticalBounceView.swift:18:3: error: 'State' is only available in macOS 10.15 or newer
@State private var hud = ProgressHUD.shared
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/BallVerticalBounceView.swift:15:8: note: add @available attribute to enclosing struct
struct BallVerticalBounceView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/BallVerticalBounceView.swift:21:17: error: 'View' is only available in macOS 10.15 or newer
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/BallVerticalBounceView.swift:21:6: note: add @available attribute to enclosing property
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/BallVerticalBounceView.swift:15:8: note: add @available attribute to enclosing struct
struct BallVerticalBounceView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/BallVerticalBounceView.swift:113:32: error: 'Path' is only available in macOS 10.15 or newer
func path(in rect: CGRect) -> Path {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/BallVerticalBounceView.swift:113:7: note: add @available attribute to enclosing instance method
func path(in rect: CGRect) -> Path {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/BallVerticalBounceView.swift:105:16: note: add @available attribute to enclosing struct
private struct RubberBand: Shape {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/BarSweepToggleView.swift:18:3: error: 'State' is only available in macOS 10.15 or newer
@State private var hud = ProgressHUD.shared
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/BarSweepToggleView.swift:15:8: note: add @available attribute to enclosing struct
struct BarSweepToggleView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/BarSweepToggleView.swift:27:17: error: 'View' is only available in macOS 10.15 or newer
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/BarSweepToggleView.swift:27:6: note: add @available attribute to enclosing property
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/BarSweepToggleView.swift:15:8: note: add @available attribute to enclosing struct
struct BarSweepToggleView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/BarSweepToggleView.swift:93:22: error: 'AnimatablePair' is only available in macOS 10.15 or newer
var animatableData: AnimatablePair<AnimatablePair<CGFloat, CGFloat>, CGFloat> {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/BarSweepToggleView.swift:93:6: note: add @available attribute to enclosing property
var animatableData: AnimatablePair<AnimatablePair<CGFloat, CGFloat>, CGFloat> {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/BarSweepToggleView.swift:86:16: note: add @available attribute to enclosing struct
private struct SweepBarShape: Shape {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/BarSweepToggleView.swift:102:32: error: 'Path' is only available in macOS 10.15 or newer
func path(in rect: CGRect) -> Path {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/BarSweepToggleView.swift:102:7: note: add @available attribute to enclosing instance method
func path(in rect: CGRect) -> Path {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/BarSweepToggleView.swift:86:16: note: add @available attribute to enclosing struct
private struct SweepBarShape: Shape {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleArcDotSpinView.swift:18:3: error: 'State' is only available in macOS 10.15 or newer
@State private var hud = ProgressHUD.shared
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleArcDotSpinView.swift:15:8: note: add @available attribute to enclosing struct
struct CircleArcDotSpinView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleArcDotSpinView.swift:19:3: error: 'State' is only available in macOS 10.15 or newer
@State private var dotRotation: Double = 0
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleArcDotSpinView.swift:15:8: note: add @available attribute to enclosing struct
struct CircleArcDotSpinView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleArcDotSpinView.swift:30:17: error: 'View' is only available in macOS 10.15 or newer
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleArcDotSpinView.swift:30:6: note: add @available attribute to enclosing property
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleArcDotSpinView.swift:15:8: note: add @available attribute to enclosing struct
struct CircleArcDotSpinView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleBarSpinFadeView.swift:18:3: error: 'State' is only available in macOS 10.15 or newer
@State private var hud = ProgressHUD.shared
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleBarSpinFadeView.swift:15:8: note: add @available attribute to enclosing struct
struct CircleBarSpinFadeView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleBarSpinFadeView.swift:24:17: error: 'View' is only available in macOS 10.15 or newer
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleBarSpinFadeView.swift:24:6: note: add @available attribute to enclosing property
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleBarSpinFadeView.swift:15:8: note: add @available attribute to enclosing struct
struct CircleBarSpinFadeView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleBarSpinFadeView.swift:55:13: error: 'Color' is only available in macOS 10.15 or newer
let color: Color
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleBarSpinFadeView.swift:50:16: note: add @available attribute to enclosing struct
private struct SpinningBar: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleBarSpinFadeView.swift:57:3: error: 'State' is only available in macOS 10.15 or newer
@State private var opacity: Double = 1
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleBarSpinFadeView.swift:50:16: note: add @available attribute to enclosing struct
private struct SpinningBar: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleBarSpinFadeView.swift:64:17: error: 'View' is only available in macOS 10.15 or newer
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleBarSpinFadeView.swift:64:6: note: add @available attribute to enclosing property
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleBarSpinFadeView.swift:50:16: note: add @available attribute to enclosing struct
private struct SpinningBar: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleDotSpinFadeView.swift:18:3: error: 'State' is only available in macOS 10.15 or newer
@State private var hud = ProgressHUD.shared
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleDotSpinFadeView.swift:15:8: note: add @available attribute to enclosing struct
struct CircleDotSpinFadeView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleDotSpinFadeView.swift:24:17: error: 'View' is only available in macOS 10.15 or newer
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleDotSpinFadeView.swift:24:6: note: add @available attribute to enclosing property
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleDotSpinFadeView.swift:15:8: note: add @available attribute to enclosing struct
struct CircleDotSpinFadeView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleDotSpinFadeView.swift:54:13: error: 'Color' is only available in macOS 10.15 or newer
let color: Color
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleDotSpinFadeView.swift:49:16: note: add @available attribute to enclosing struct
private struct SpinningDot: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleDotSpinFadeView.swift:56:3: error: 'State' is only available in macOS 10.15 or newer
@State private var scale: CGFloat = 1
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleDotSpinFadeView.swift:49:16: note: add @available attribute to enclosing struct
private struct SpinningDot: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleDotSpinFadeView.swift:57:3: error: 'State' is only available in macOS 10.15 or newer
@State private var opacity: Double = 1
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleDotSpinFadeView.swift:49:16: note: add @available attribute to enclosing struct
private struct SpinningDot: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleDotSpinFadeView.swift:64:17: error: 'View' is only available in macOS 10.15 or newer
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleDotSpinFadeView.swift:64:6: note: add @available attribute to enclosing property
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleDotSpinFadeView.swift:49:16: note: add @available attribute to enclosing struct
private struct SpinningDot: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CirclePulseMultipleView.swift:18:3: error: 'State' is only available in macOS 10.15 or newer
@State private var hud = ProgressHUD.shared
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CirclePulseMultipleView.swift:15:8: note: add @available attribute to enclosing struct
struct CirclePulseMultipleView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CirclePulseMultipleView.swift:24:17: error: 'View' is only available in macOS 10.15 or newer
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CirclePulseMultipleView.swift:24:6: note: add @available attribute to enclosing property
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CirclePulseMultipleView.swift:15:8: note: add @available attribute to enclosing struct
struct CirclePulseMultipleView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CirclePulseMultipleView.swift:47:13: error: 'Color' is only available in macOS 10.15 or newer
let color: Color
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CirclePulseMultipleView.swift:43:16: note: add @available attribute to enclosing struct
private struct PulseCircle: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CirclePulseMultipleView.swift:49:3: error: 'State' is only available in macOS 10.15 or newer
@State private var scale: CGFloat = 0
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CirclePulseMultipleView.swift:43:16: note: add @available attribute to enclosing struct
private struct PulseCircle: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CirclePulseMultipleView.swift:50:3: error: 'State' is only available in macOS 10.15 or newer
@State private var opacity: Double = 0
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CirclePulseMultipleView.swift:43:16: note: add @available attribute to enclosing struct
private struct PulseCircle: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CirclePulseMultipleView.swift:51:36: error: 'Task' is only available in macOS 10.15 or newer
@State private var animationTask: Task<Void, Never>?
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CirclePulseMultipleView.swift:43:16: note: add @available attribute to enclosing struct
private struct PulseCircle: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CirclePulseMultipleView.swift:51:3: error: 'State' is only available in macOS 10.15 or newer
@State private var animationTask: Task<Void, Never>?
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CirclePulseMultipleView.swift:43:16: note: add @available attribute to enclosing struct
private struct PulseCircle: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CirclePulseMultipleView.swift:57:17: error: 'View' is only available in macOS 10.15 or newer
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CirclePulseMultipleView.swift:57:6: note: add @available attribute to enclosing property
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CirclePulseMultipleView.swift:43:16: note: add @available attribute to enclosing struct
private struct PulseCircle: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CirclePulseSingleView.swift:18:3: error: 'State' is only available in macOS 10.15 or newer
@State private var hud = ProgressHUD.shared
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CirclePulseSingleView.swift:15:8: note: add @available attribute to enclosing struct
struct CirclePulseSingleView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CirclePulseSingleView.swift:19:3: error: 'State' is only available in macOS 10.15 or newer
@State private var scale: CGFloat = 0
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CirclePulseSingleView.swift:15:8: note: add @available attribute to enclosing struct
struct CirclePulseSingleView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CirclePulseSingleView.swift:20:3: error: 'State' is only available in macOS 10.15 or newer
@State private var opacity: Double = 1
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CirclePulseSingleView.swift:15:8: note: add @available attribute to enclosing struct
struct CirclePulseSingleView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CirclePulseSingleView.swift:25:17: error: 'View' is only available in macOS 10.15 or newer
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CirclePulseSingleView.swift:25:6: note: add @available attribute to enclosing property
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CirclePulseSingleView.swift:15:8: note: add @available attribute to enclosing struct
struct CirclePulseSingleView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleRippleMultipleView.swift:18:3: error: 'State' is only available in macOS 10.15 or newer
@State private var hud = ProgressHUD.shared
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleRippleMultipleView.swift:15:8: note: add @available attribute to enclosing struct
struct CircleRippleMultipleView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleRippleMultipleView.swift:24:17: error: 'View' is only available in macOS 10.15 or newer
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleRippleMultipleView.swift:24:6: note: add @available attribute to enclosing property
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleRippleMultipleView.swift:15:8: note: add @available attribute to enclosing struct
struct CircleRippleMultipleView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleRippleMultipleView.swift:41:13: error: 'Color' is only available in macOS 10.15 or newer
let color: Color
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleRippleMultipleView.swift:37:16: note: add @available attribute to enclosing struct
private struct RippleCircle: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleRippleMultipleView.swift:43:3: error: 'State' is only available in macOS 10.15 or newer
@State private var scale: CGFloat = 0
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleRippleMultipleView.swift:37:16: note: add @available attribute to enclosing struct
private struct RippleCircle: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleRippleMultipleView.swift:44:3: error: 'State' is only available in macOS 10.15 or newer
@State private var opacity: Double = 1
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleRippleMultipleView.swift:37:16: note: add @available attribute to enclosing struct
private struct RippleCircle: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleRippleMultipleView.swift:45:36: error: 'Task' is only available in macOS 10.15 or newer
@State private var animationTask: Task<Void, Never>?
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleRippleMultipleView.swift:37:16: note: add @available attribute to enclosing struct
private struct RippleCircle: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleRippleMultipleView.swift:45:3: error: 'State' is only available in macOS 10.15 or newer
@State private var animationTask: Task<Void, Never>?
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleRippleMultipleView.swift:37:16: note: add @available attribute to enclosing struct
private struct RippleCircle: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleRippleMultipleView.swift:51:17: error: 'View' is only available in macOS 10.15 or newer
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleRippleMultipleView.swift:51:6: note: add @available attribute to enclosing property
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleRippleMultipleView.swift:37:16: note: add @available attribute to enclosing struct
private struct RippleCircle: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleRippleSingleView.swift:18:3: error: 'State' is only available in macOS 10.15 or newer
@State private var hud = ProgressHUD.shared
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleRippleSingleView.swift:15:8: note: add @available attribute to enclosing struct
struct CircleRippleSingleView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleRippleSingleView.swift:19:3: error: 'State' is only available in macOS 10.15 or newer
@State private var scale: CGFloat = 0.1
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleRippleSingleView.swift:15:8: note: add @available attribute to enclosing struct
struct CircleRippleSingleView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleRippleSingleView.swift:20:3: error: 'State' is only available in macOS 10.15 or newer
@State private var opacity: Double = 1
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleRippleSingleView.swift:15:8: note: add @available attribute to enclosing struct
struct CircleRippleSingleView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleRippleSingleView.swift:25:17: error: 'View' is only available in macOS 10.15 or newer
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleRippleSingleView.swift:25:6: note: add @available attribute to enclosing property
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleRippleSingleView.swift:15:8: note: add @available attribute to enclosing struct
struct CircleRippleSingleView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleRotateChaseView.swift:18:3: error: 'State' is only available in macOS 10.15 or newer
@State private var isAnimating = false
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleRotateChaseView.swift:15:8: note: add @available attribute to enclosing struct
struct CircleRotateChaseView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleRotateChaseView.swift:21:17: error: 'View' is only available in macOS 10.15 or newer
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleRotateChaseView.swift:21:6: note: add @available attribute to enclosing property
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleRotateChaseView.swift:15:8: note: add @available attribute to enclosing struct
struct CircleRotateChaseView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleStrokeSpinView.swift:18:3: error: 'State' is only available in macOS 10.15 or newer
@State private var hud = ProgressHUD.shared
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleStrokeSpinView.swift:15:8: note: add @available attribute to enclosing struct
struct CircleStrokeSpinView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleStrokeSpinView.swift:19:3: error: 'State' is only available in macOS 10.15 or newer
@State private var trimEnd: CGFloat = 0
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleStrokeSpinView.swift:15:8: note: add @available attribute to enclosing struct
struct CircleStrokeSpinView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleStrokeSpinView.swift:20:3: error: 'State' is only available in macOS 10.15 or newer
@State private var trimStart: CGFloat = 0
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleStrokeSpinView.swift:15:8: note: add @available attribute to enclosing struct
struct CircleStrokeSpinView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleStrokeSpinView.swift:21:3: error: 'State' is only available in macOS 10.15 or newer
@State private var rotation: Double = 0
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleStrokeSpinView.swift:15:8: note: add @available attribute to enclosing struct
struct CircleStrokeSpinView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleStrokeSpinView.swift:22:36: error: 'Task' is only available in macOS 10.15 or newer
@State private var animationTask: Task<Void, Never>?
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleStrokeSpinView.swift:15:8: note: add @available attribute to enclosing struct
struct CircleStrokeSpinView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleStrokeSpinView.swift:22:3: error: 'State' is only available in macOS 10.15 or newer
@State private var animationTask: Task<Void, Never>?
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleStrokeSpinView.swift:15:8: note: add @available attribute to enclosing struct
struct CircleStrokeSpinView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleStrokeSpinView.swift:27:17: error: 'View' is only available in macOS 10.15 or newer
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleStrokeSpinView.swift:27:6: note: add @available attribute to enclosing property
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleStrokeSpinView.swift:15:8: note: add @available attribute to enclosing struct
struct CircleStrokeSpinView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/DualDotSidestepView.swift:18:3: error: 'State' is only available in macOS 10.15 or newer
@State private var hud = ProgressHUD.shared
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/DualDotSidestepView.swift:15:8: note: add @available attribute to enclosing struct
struct DualDotSidestepView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/DualDotSidestepView.swift:19:3: error: 'State' is only available in macOS 10.15 or newer
@State private var hollowOffset: CGFloat = 0
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/DualDotSidestepView.swift:15:8: note: add @available attribute to enclosing struct
struct DualDotSidestepView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/DualDotSidestepView.swift:20:3: error: 'State' is only available in macOS 10.15 or newer
@State private var filledOffset: CGFloat = 0
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/DualDotSidestepView.swift:15:8: note: add @available attribute to enclosing struct
struct DualDotSidestepView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/DualDotSidestepView.swift:21:3: error: 'State' is only available in macOS 10.15 or newer
@State private var hollowOnTop = false
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/DualDotSidestepView.swift:15:8: note: add @available attribute to enclosing struct
struct DualDotSidestepView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/DualDotSidestepView.swift:22:36: error: 'Task' is only available in macOS 10.15 or newer
@State private var animationTask: Task<Void, Never>?
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/DualDotSidestepView.swift:15:8: note: add @available attribute to enclosing struct
struct DualDotSidestepView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/DualDotSidestepView.swift:22:3: error: 'State' is only available in macOS 10.15 or newer
@State private var animationTask: Task<Void, Never>?
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/DualDotSidestepView.swift:15:8: note: add @available attribute to enclosing struct
struct DualDotSidestepView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/DualDotSidestepView.swift:27:17: error: 'View' is only available in macOS 10.15 or newer
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/DualDotSidestepView.swift:27:6: note: add @available attribute to enclosing property
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/DualDotSidestepView.swift:15:8: note: add @available attribute to enclosing struct
struct DualDotSidestepView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/HorizontalBarScalingView.swift:18:3: error: 'State' is only available in macOS 10.15 or newer
@State private var hud = ProgressHUD.shared
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/HorizontalBarScalingView.swift:15:8: note: add @available attribute to enclosing struct
struct HorizontalBarScalingView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/HorizontalBarScalingView.swift:24:17: error: 'View' is only available in macOS 10.15 or newer
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/HorizontalBarScalingView.swift:24:6: note: add @available attribute to enclosing property
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/HorizontalBarScalingView.swift:15:8: note: add @available attribute to enclosing struct
struct HorizontalBarScalingView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/HorizontalBarScalingView.swift:48:13: error: 'Color' is only available in macOS 10.15 or newer
let color: Color
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/HorizontalBarScalingView.swift:44:16: note: add @available attribute to enclosing struct
private struct ScalingBar: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/HorizontalBarScalingView.swift:50:3: error: 'State' is only available in macOS 10.15 or newer
@State private var scaleY: CGFloat = 0.9
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/HorizontalBarScalingView.swift:44:16: note: add @available attribute to enclosing struct
private struct ScalingBar: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/HorizontalBarScalingView.swift:57:17: error: 'View' is only available in macOS 10.15 or newer
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/HorizontalBarScalingView.swift:57:6: note: add @available attribute to enclosing property
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/HorizontalBarScalingView.swift:44:16: note: add @available attribute to enclosing struct
private struct ScalingBar: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/HorizontalDotScalingView.swift:18:3: error: 'State' is only available in macOS 10.15 or newer
@State private var hud = ProgressHUD.shared
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/HorizontalDotScalingView.swift:15:8: note: add @available attribute to enclosing struct
struct HorizontalDotScalingView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/HorizontalDotScalingView.swift:24:17: error: 'View' is only available in macOS 10.15 or newer
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/HorizontalDotScalingView.swift:24:6: note: add @available attribute to enclosing property
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/HorizontalDotScalingView.swift:15:8: note: add @available attribute to enclosing struct
struct HorizontalDotScalingView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/HorizontalDotScalingView.swift:49:13: error: 'Color' is only available in macOS 10.15 or newer
let color: Color
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/HorizontalDotScalingView.swift:45:16: note: add @available attribute to enclosing struct
private struct ScalingDot: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/HorizontalDotScalingView.swift:51:3: error: 'State' is only available in macOS 10.15 or newer
@State private var scale: CGFloat = 1
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/HorizontalDotScalingView.swift:45:16: note: add @available attribute to enclosing struct
private struct ScalingDot: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/HorizontalDotScalingView.swift:58:17: error: 'View' is only available in macOS 10.15 or newer
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/HorizontalDotScalingView.swift:58:6: note: add @available attribute to enclosing property
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/HorizontalDotScalingView.swift:45:16: note: add @available attribute to enclosing struct
private struct ScalingDot: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/PacmanProgressView.swift:18:3: error: 'State' is only available in macOS 10.15 or newer
@State private var hud = ProgressHUD.shared
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/PacmanProgressView.swift:15:8: note: add @available attribute to enclosing struct
struct PacmanProgressView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/PacmanProgressView.swift:19:3: error: 'State' is only available in macOS 10.15 or newer
@State private var mouthOpen: CGFloat = 0
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/PacmanProgressView.swift:15:8: note: add @available attribute to enclosing struct
struct PacmanProgressView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/PacmanProgressView.swift:20:3: error: 'State' is only available in macOS 10.15 or newer
@State private var dotOffset: CGFloat = 0
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/PacmanProgressView.swift:15:8: note: add @available attribute to enclosing struct
struct PacmanProgressView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/PacmanProgressView.swift:25:17: error: 'View' is only available in macOS 10.15 or newer
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/PacmanProgressView.swift:25:6: note: add @available attribute to enclosing property
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/PacmanProgressView.swift:15:8: note: add @available attribute to enclosing struct
struct PacmanProgressView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/PacmanProgressView.swift:64:32: error: 'Path' is only available in macOS 10.15 or newer
func path(in rect: CGRect) -> Path {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/PacmanProgressView.swift:64:7: note: add @available attribute to enclosing instance method
func path(in rect: CGRect) -> Path {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/PacmanProgressView.swift:55:16: note: add @available attribute to enclosing struct
private struct PacmanShape: Shape {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/QuintupleDotDanceView.swift:18:3: error: 'State' is only available in macOS 10.15 or newer
@State private var hud = ProgressHUD.shared
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/QuintupleDotDanceView.swift:15:8: note: add @available attribute to enclosing struct
struct QuintupleDotDanceView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/QuintupleDotDanceView.swift:19:3: error: 'State' is only available in macOS 10.15 or newer
@State private var startDate = Date()
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/QuintupleDotDanceView.swift:15:8: note: add @available attribute to enclosing struct
struct QuintupleDotDanceView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/QuintupleDotDanceView.swift:24:17: error: 'View' is only available in macOS 10.15 or newer
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/QuintupleDotDanceView.swift:24:6: note: add @available attribute to enclosing property
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/QuintupleDotDanceView.swift:15:8: note: add @available attribute to enclosing struct
struct QuintupleDotDanceView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SFSymbolBounceView.swift:18:3: error: 'State' is only available in macOS 10.15 or newer
@State private var hud = ProgressHUD.shared
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SFSymbolBounceView.swift:15:8: note: add @available attribute to enclosing struct
struct SFSymbolBounceView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SFSymbolBounceView.swift:22:17: error: 'View' is only available in macOS 10.15 or newer
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SFSymbolBounceView.swift:22:6: note: add @available attribute to enclosing property
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SFSymbolBounceView.swift:15:8: note: add @available attribute to enclosing struct
struct SFSymbolBounceView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SFSymbolBounceView.swift:21:3: error: 'ViewBuilder' is only available in macOS 10.15 or newer
@ViewBuilder
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SFSymbolBounceView.swift:15:8: note: add @available attribute to enclosing struct
struct SFSymbolBounceView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SemiRingRotationView.swift:18:3: error: 'State' is only available in macOS 10.15 or newer
@State private var hud = ProgressHUD.shared
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SemiRingRotationView.swift:15:8: note: add @available attribute to enclosing struct
struct SemiRingRotationView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SemiRingRotationView.swift:19:3: error: 'State' is only available in macOS 10.15 or newer
@State private var rotation: Double = 0
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SemiRingRotationView.swift:15:8: note: add @available attribute to enclosing struct
struct SemiRingRotationView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SemiRingRotationView.swift:20:3: error: 'State' is only available in macOS 10.15 or newer
@State private var scale: CGFloat = 1.0
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SemiRingRotationView.swift:15:8: note: add @available attribute to enclosing struct
struct SemiRingRotationView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SemiRingRotationView.swift:21:36: error: 'Task' is only available in macOS 10.15 or newer
@State private var animationTask: Task<Void, Never>?
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SemiRingRotationView.swift:15:8: note: add @available attribute to enclosing struct
struct SemiRingRotationView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SemiRingRotationView.swift:21:3: error: 'State' is only available in macOS 10.15 or newer
@State private var animationTask: Task<Void, Never>?
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SemiRingRotationView.swift:15:8: note: add @available attribute to enclosing struct
struct SemiRingRotationView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SemiRingRotationView.swift:26:17: error: 'View' is only available in macOS 10.15 or newer
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SemiRingRotationView.swift:26:6: note: add @available attribute to enclosing property
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SemiRingRotationView.swift:15:8: note: add @available attribute to enclosing struct
struct SemiRingRotationView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SemiRingRotationView.swift:79:32: error: 'Path' is only available in macOS 10.15 or newer
func path(in rect: CGRect) -> Path {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SemiRingRotationView.swift:79:7: note: add @available attribute to enclosing instance method
func path(in rect: CGRect) -> Path {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SemiRingRotationView.swift:78:16: note: add @available attribute to enclosing struct
private struct SemiRingHorizontal: Shape {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SemiRingRotationView.swift:99:32: error: 'Path' is only available in macOS 10.15 or newer
func path(in rect: CGRect) -> Path {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SemiRingRotationView.swift:99:7: note: add @available attribute to enclosing instance method
func path(in rect: CGRect) -> Path {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SemiRingRotationView.swift:98:16: note: add @available attribute to enclosing struct
private struct SemiRingVertical: Shape {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SquareCircuitSnakeView.swift:18:3: error: 'State' is only available in macOS 10.15 or newer
@State private var hud = ProgressHUD.shared
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SquareCircuitSnakeView.swift:15:8: note: add @available attribute to enclosing struct
struct SquareCircuitSnakeView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SquareCircuitSnakeView.swift:19:36: error: 'Task' is only available in macOS 10.15 or newer
@State private var animationTask: Task<Void, Never>?
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SquareCircuitSnakeView.swift:15:8: note: add @available attribute to enclosing struct
struct SquareCircuitSnakeView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SquareCircuitSnakeView.swift:19:3: error: 'State' is only available in macOS 10.15 or newer
@State private var animationTask: Task<Void, Never>?
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SquareCircuitSnakeView.swift:15:8: note: add @available attribute to enclosing struct
struct SquareCircuitSnakeView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SquareCircuitSnakeView.swift:20:3: error: 'State' is only available in macOS 10.15 or newer
@State private var head: CGFloat = 0.87
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SquareCircuitSnakeView.swift:15:8: note: add @available attribute to enclosing struct
struct SquareCircuitSnakeView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SquareCircuitSnakeView.swift:21:3: error: 'State' is only available in macOS 10.15 or newer
@State private var tail: CGFloat = 0.75
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SquareCircuitSnakeView.swift:15:8: note: add @available attribute to enclosing struct
struct SquareCircuitSnakeView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SquareCircuitSnakeView.swift:28:17: error: 'View' is only available in macOS 10.15 or newer
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SquareCircuitSnakeView.swift:28:6: note: add @available attribute to enclosing property
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SquareCircuitSnakeView.swift:15:8: note: add @available attribute to enclosing struct
struct SquareCircuitSnakeView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SquareCircuitSnakeView.swift:83:22: error: 'AnimatablePair' is only available in macOS 10.15 or newer
var animatableData: AnimatablePair<CGFloat, CGFloat> {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SquareCircuitSnakeView.swift:83:6: note: add @available attribute to enclosing property
var animatableData: AnimatablePair<CGFloat, CGFloat> {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SquareCircuitSnakeView.swift:79:16: note: add @available attribute to enclosing struct
private struct SquareCircuitSnakeShape: Shape {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SquareCircuitSnakeView.swift:91:32: error: 'Path' is only available in macOS 10.15 or newer
func path(in rect: CGRect) -> Path {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SquareCircuitSnakeView.swift:91:7: note: add @available attribute to enclosing instance method
func path(in rect: CGRect) -> Path {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/SquareCircuitSnakeView.swift:79:16: note: add @available attribute to enclosing struct
private struct SquareCircuitSnakeShape: Shape {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/TriangleDotShiftView.swift:18:3: error: 'State' is only available in macOS 10.15 or newer
@State private var hud = ProgressHUD.shared
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/TriangleDotShiftView.swift:15:8: note: add @available attribute to enclosing struct
struct TriangleDotShiftView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/TriangleDotShiftView.swift:19:3: error: 'State' is only available in macOS 10.15 or newer
@State private var offset0: CGSize = .zero
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/TriangleDotShiftView.swift:15:8: note: add @available attribute to enclosing struct
struct TriangleDotShiftView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/TriangleDotShiftView.swift:20:3: error: 'State' is only available in macOS 10.15 or newer
@State private var offset1: CGSize = .zero
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/TriangleDotShiftView.swift:15:8: note: add @available attribute to enclosing struct
struct TriangleDotShiftView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/TriangleDotShiftView.swift:21:3: error: 'State' is only available in macOS 10.15 or newer
@State private var offset2: CGSize = .zero
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/TriangleDotShiftView.swift:15:8: note: add @available attribute to enclosing struct
struct TriangleDotShiftView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/TriangleDotShiftView.swift:26:17: error: 'View' is only available in macOS 10.15 or newer
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/TriangleDotShiftView.swift:26:6: note: add @available attribute to enclosing property
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/TriangleDotShiftView.swift:15:8: note: add @available attribute to enclosing struct
struct TriangleDotShiftView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Banner.swift:18:3: error: 'State' is only available in macOS 10.15 or newer
@State private var hud = ProgressHUD.shared
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Banner.swift:15:15: note: add @available attribute to enclosing struct
public struct ProgressBannerView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Banner.swift:24:24: error: 'View' is only available in macOS 10.15 or newer
public var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Banner.swift:24:13: note: add @available attribute to enclosing property
public var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Banner.swift:15:15: note: add @available attribute to enclosing struct
public struct ProgressBannerView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Banner.swift:37:34: error: 'View' is only available in macOS 10.15 or newer
private var bannerContent: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Banner.swift:37:14: note: add @available attribute to enclosing property
private var bannerContent: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Banner.swift:15:15: note: add @available attribute to enclosing struct
public struct ProgressBannerView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Banner.swift:73:45: error: 'View' is only available in macOS 10.15 or newer
public func body(content: Content) -> some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Banner.swift:73:14: note: add @available attribute to enclosing instance method
public func body(content: Content) -> some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Banner.swift:70:15: note: add @available attribute to enclosing struct
public struct ProgressBannerModifier: ViewModifier {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Banner.swift:83:32: error: 'View' is only available in macOS 10.15 or newer
func progressBanner() -> some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Banner.swift:83:7: note: add @available attribute to enclosing instance method
func progressBanner() -> some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Banner.swift:81:8: note: add @available attribute to enclosing extension
public extension View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Banner.swift:81:18: error: 'View' is only available in macOS 10.15 or newer
public extension View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Banner.swift:81:8: note: add @available attribute to enclosing extension
public extension View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:18:3: error: 'State' is only available in macOS 10.15 or newer
@State private var progress: CGFloat = 0
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:15:8: note: add @available attribute to enclosing struct
struct LiveIconSucceedView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:20:13: error: 'Color' is only available in macOS 10.15 or newer
let color: Color
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:15:8: note: add @available attribute to enclosing struct
struct LiveIconSucceedView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:24:17: error: 'View' is only available in macOS 10.15 or newer
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:24:6: note: add @available attribute to enclosing property
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:15:8: note: add @available attribute to enclosing struct
struct LiveIconSucceedView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:49:3: error: 'State' is only available in macOS 10.15 or newer
@State private var progress1: CGFloat = 0
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:46:8: note: add @available attribute to enclosing struct
struct LiveIconFailedView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:50:3: error: 'State' is only available in macOS 10.15 or newer
@State private var progress2: CGFloat = 0
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:46:8: note: add @available attribute to enclosing struct
struct LiveIconFailedView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:52:13: error: 'Color' is only available in macOS 10.15 or newer
let color: Color
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:46:8: note: add @available attribute to enclosing struct
struct LiveIconFailedView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:56:17: error: 'View' is only available in macOS 10.15 or newer
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:56:6: note: add @available attribute to enclosing property
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:46:8: note: add @available attribute to enclosing struct
struct LiveIconFailedView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:94:3: error: 'State' is only available in macOS 10.15 or newer
@State private var progress1: CGFloat = 0
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:91:8: note: add @available attribute to enclosing struct
struct LiveIconAddedView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:95:3: error: 'State' is only available in macOS 10.15 or newer
@State private var progress2: CGFloat = 0
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:91:8: note: add @available attribute to enclosing struct
struct LiveIconAddedView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:97:13: error: 'Color' is only available in macOS 10.15 or newer
let color: Color
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:91:8: note: add @available attribute to enclosing struct
struct LiveIconAddedView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:101:17: error: 'View' is only available in macOS 10.15 or newer
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:101:6: note: add @available attribute to enclosing property
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:91:8: note: add @available attribute to enclosing struct
struct LiveIconAddedView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:37:30: error: 'Color' is only available in macOS 10.15 or newer
static var colorBackground: Color {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:37:13: note: add @available attribute to enclosing static property
static var colorBackground: Color {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:15:8: note: add @available attribute to enclosing extension
public extension ProgressHUD {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:42:23: error: 'Color' is only available in macOS 10.15 or newer
static var colorHUD: Color {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:42:13: note: add @available attribute to enclosing static property
static var colorHUD: Color {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:15:8: note: add @available attribute to enclosing extension
public extension ProgressHUD {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:47:26: error: 'Color' is only available in macOS 10.15 or newer
static var colorStatus: Color {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:47:13: note: add @available attribute to enclosing static property
static var colorStatus: Color {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:15:8: note: add @available attribute to enclosing extension
public extension ProgressHUD {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:52:28: error: 'Color' is only available in macOS 10.15 or newer
static var colorProgress: Color {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:52:13: note: add @available attribute to enclosing static property
static var colorProgress: Color {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:15:8: note: add @available attribute to enclosing extension
public extension ProgressHUD {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:57:29: error: 'Color' is only available in macOS 10.15 or newer
static var colorAnimation: Color {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:57:13: note: add @available attribute to enclosing static property
static var colorAnimation: Color {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:15:8: note: add @available attribute to enclosing extension
public extension ProgressHUD {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:62:25: error: 'Font' is only available in macOS 10.15 or newer
static var fontStatus: Font {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:62:13: note: add @available attribute to enclosing static property
static var fontStatus: Font {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:15:8: note: add @available attribute to enclosing extension
public extension ProgressHUD {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:67:27: error: 'Image' is only available in macOS 10.15 or newer
static var imageSuccess: Image {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:67:13: note: add @available attribute to enclosing static property
static var imageSuccess: Image {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:15:8: note: add @available attribute to enclosing extension
public extension ProgressHUD {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:72:25: error: 'Image' is only available in macOS 10.15 or newer
static var imageError: Image {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:72:13: note: add @available attribute to enclosing static property
static var imageError: Image {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:15:8: note: add @available attribute to enclosing extension
public extension ProgressHUD {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:77:27: error: 'Color' is only available in macOS 10.15 or newer
static var colorSuccess: Color {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:77:13: note: add @available attribute to enclosing static property
static var colorSuccess: Color {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:15:8: note: add @available attribute to enclosing extension
public extension ProgressHUD {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:82:25: error: 'Color' is only available in macOS 10.15 or newer
static var colorError: Color {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:82:13: note: add @available attribute to enclosing static property
static var colorError: Color {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:15:8: note: add @available attribute to enclosing extension
public extension ProgressHUD {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:91:26: error: 'Color' is only available in macOS 10.15 or newer
static var colorBanner: Color {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:91:13: note: add @available attribute to enclosing static property
static var colorBanner: Color {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:89:8: note: add @available attribute to enclosing extension
public extension ProgressHUD {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:96:31: error: 'Color' is only available in macOS 10.15 or newer
static var colorBannerTitle: Color {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:96:13: note: add @available attribute to enclosing static property
static var colorBannerTitle: Color {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:89:8: note: add @available attribute to enclosing extension
public extension ProgressHUD {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:101:33: error: 'Color' is only available in macOS 10.15 or newer
static var colorBannerMessage: Color {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:101:13: note: add @available attribute to enclosing static property
static var colorBannerMessage: Color {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:89:8: note: add @available attribute to enclosing extension
public extension ProgressHUD {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:106:30: error: 'Font' is only available in macOS 10.15 or newer
static var fontBannerTitle: Font {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:106:13: note: add @available attribute to enclosing static property
static var fontBannerTitle: Font {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:89:8: note: add @available attribute to enclosing extension
public extension ProgressHUD {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:111:32: error: 'Font' is only available in macOS 10.15 or newer
static var fontBannerMessage: Font {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:111:13: note: add @available attribute to enclosing static property
static var fontBannerMessage: Font {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:89:8: note: add @available attribute to enclosing extension
public extension ProgressHUD {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:259:50: error: 'Image' is only available in macOS 10.15 or newer
static func image(_ text: String? = nil, image: Image?, interaction: Bool = true, delay: TimeInterval? = nil) {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:259:14: note: add @available attribute to enclosing static method
static func image(_ text: String? = nil, image: Image?, interaction: Bool = true, delay: TimeInterval? = nil) {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:256:8: note: add @available attribute to enclosing extension
public extension ProgressHUD {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:280:52: error: 'Image' is only available in macOS 10.15 or newer
static func success(_ text: String? = nil, image: Image? = nil, interaction: Bool = true, delay: TimeInterval? = nil) {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:280:14: note: add @available attribute to enclosing static method
static func success(_ text: String? = nil, image: Image? = nil, interaction: Bool = true, delay: TimeInterval? = nil) {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:256:8: note: add @available attribute to enclosing extension
public extension ProgressHUD {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:286:50: error: 'Image' is only available in macOS 10.15 or newer
static func error(_ text: String? = nil, image: Image? = nil, interaction: Bool = true, delay: TimeInterval? = nil) {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:286:14: note: add @available attribute to enclosing static method
static func error(_ text: String? = nil, image: Image? = nil, interaction: Bool = true, delay: TimeInterval? = nil) {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:256:8: note: add @available attribute to enclosing extension
public extension ProgressHUD {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:292:44: error: 'Image' is only available in macOS 10.15 or newer
static func error(_ error: Error?, image: Image? = nil, interaction: Bool = true, delay: TimeInterval? = nil) {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:292:14: note: add @available attribute to enclosing static method
static func error(_ error: Error?, image: Image? = nil, interaction: Bool = true, delay: TimeInterval? = nil) {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Public.swift:256:8: note: add @available attribute to enclosing extension
public extension ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC9isVisible10ObservablefMr0_.swift:1:2: error: 'ObservationTracked()' is only available in macOS 14.0 or newer
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'isVisible' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'isVisible' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:2: error: 'Observable()' is only available in macOS 14.0 or newer
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC4text10ObservablefMr1_.swift:1:2: error: 'ObservationTracked()' is only available in macOS 14.0 or newer
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'text' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'text' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC11displayMode10ObservablefMr2_.swift:1:2: error: 'ObservationTracked()' is only available in macOS 14.0 or newer
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'displayMode' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'displayMode' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC13animationType10ObservablefMr3_.swift:1:2: error: 'ObservationTracked()' is only available in macOS 14.0 or newer
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'animationType' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'animationType' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC15animationSymbol10ObservablefMr4_.swift:1:2: error: 'ObservationTracked()' is only available in macOS 14.0 or newer
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'animationSymbol' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'animationSymbol' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC13progressValue10ObservablefMr5_.swift:1:2: error: 'ObservationTracked()' is only available in macOS 14.0 or newer
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'progressValue' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'progressValue' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC11staticImage10ObservablefMr6_.swift:1:2: error: 'ObservationTracked()' is only available in macOS 14.0 or newer
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'staticImage' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'staticImage' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC16staticImageColor10ObservablefMr7_.swift:1:2: error: 'ObservationTracked()' is only available in macOS 14.0 or newer
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'staticImageColor' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'staticImageColor' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC13bannerVisible10ObservablefMr8_.swift:1:2: error: 'ObservationTracked()' is only available in macOS 14.0 or newer
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'bannerVisible' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'bannerVisible' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC11bannerTitle10ObservablefMr9_.swift:1:2: error: 'ObservationTracked()' is only available in macOS 14.0 or newer
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'bannerTitle' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'bannerTitle' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC13bannerMessage10ObservablefMr10_.swift:1:2: error: 'ObservationTracked()' is only available in macOS 14.0 or newer
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'bannerMessage' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'bannerMessage' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC10bannerTask10ObservablefMr11_.swift:1:2: error: 'ObservationTracked()' is only available in macOS 14.0 or newer
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'bannerTask' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'bannerTask' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC10liveIconID10ObservablefMr12_.swift:1:2: error: 'ObservationTracked()' is only available in macOS 14.0 or newer
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'liveIconID' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'liveIconID' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC9mediaSize10ObservablefMr13_.swift:1:2: error: 'ObservationTracked()' is only available in macOS 14.0 or newer
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'mediaSize' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'mediaSize' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC10marginSize10ObservablefMr14_.swift:1:2: error: 'ObservationTracked()' is only available in macOS 14.0 or newer
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'marginSize' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'marginSize' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC15colorBackground10ObservablefMr15_.swift:1:2: error: 'ObservationTracked()' is only available in macOS 14.0 or newer
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'colorBackground' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'colorBackground' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC05colorB010ObservablefMr16_.swift:1:2: error: 'ObservationTracked()' is only available in macOS 14.0 or newer
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'colorHUD' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'colorHUD' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC11colorStatus10ObservablefMr17_.swift:1:2: error: 'ObservationTracked()' is only available in macOS 14.0 or newer
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'colorStatus' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'colorStatus' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC05colorA010ObservablefMr18_.swift:1:2: error: 'ObservationTracked()' is only available in macOS 14.0 or newer
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'colorProgress' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'colorProgress' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC14colorAnimation10ObservablefMr19_.swift:1:2: error: 'ObservationTracked()' is only available in macOS 14.0 or newer
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'colorAnimation' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'colorAnimation' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC10fontStatus10ObservablefMr20_.swift:1:2: error: 'ObservationTracked()' is only available in macOS 14.0 or newer
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'fontStatus' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'fontStatus' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC12imageSuccess10ObservablefMr21_.swift:1:2: error: 'ObservationTracked()' is only available in macOS 14.0 or newer
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'imageSuccess' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'imageSuccess' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC10imageError10ObservablefMr22_.swift:1:2: error: 'ObservationTracked()' is only available in macOS 14.0 or newer
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'imageError' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'imageError' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC12colorSuccess10ObservablefMr23_.swift:1:2: error: 'ObservationTracked()' is only available in macOS 14.0 or newer
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'colorSuccess' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'colorSuccess' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC10colorError10ObservablefMr24_.swift:1:2: error: 'ObservationTracked()' is only available in macOS 14.0 or newer
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'colorError' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'colorError' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC11colorBanner10ObservablefMr25_.swift:1:2: error: 'ObservationTracked()' is only available in macOS 14.0 or newer
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'colorBanner' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'colorBanner' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC16colorBannerTitle10ObservablefMr26_.swift:1:2: error: 'ObservationTracked()' is only available in macOS 14.0 or newer
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'colorBannerTitle' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'colorBannerTitle' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC18colorBannerMessage10ObservablefMr27_.swift:1:2: error: 'ObservationTracked()' is only available in macOS 14.0 or newer
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'colorBannerMessage' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'colorBannerMessage' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC15fontBannerTitle10ObservablefMr28_.swift:1:2: error: 'ObservationTracked()' is only available in macOS 14.0 or newer
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'fontBannerTitle' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'fontBannerTitle' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC17fontBannerMessage10ObservablefMr29_.swift:1:2: error: 'ObservationTracked()' is only available in macOS 14.0 or newer
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'fontBannerMessage' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'fontBannerMessage' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC11interaction10ObservablefMr30_.swift:1:2: error: 'ObservationTracked()' is only available in macOS 14.0 or newer
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'interaction' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'interaction' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC11dismissTask10ObservablefMr31_.swift:1:2: error: 'ObservationTracked()' is only available in macOS 14.0 or newer
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'dismissTask' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'dismissTask' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC15dismissAnimTask10ObservablefMr32_.swift:1:2: error: 'ObservationTracked()' is only available in macOS 14.0 or newer
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'dismissAnimTask' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'dismissAnimTask' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC14keyboardHeight10ObservablefMr33_.swift:1:2: error: 'ObservationTracked()' is only available in macOS 14.0 or newer
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'keyboardHeight' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on property 'keyboardHeight' here
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAA10ObservablefMm_.swift:1:2: error: 'ObservationIgnored()' is only available in macOS 14.0 or newer
@ObservationIgnored private let _$observationRegistrar = Observation.ObservationRegistrar()
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on class 'ProgressHUD' here
@Observable
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on class 'ProgressHUD' here
@Observable
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC9isVisible18ObservationTrackedfMp_.swift:1:2: error: 'ObservationIgnored()' is only available in macOS 14.0 or newer
@ObservationIgnored private var _isVisible = false
^
@__swiftmacro_11ProgressHUDAAC9isVisible10ObservablefMr0_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'isVisible' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC9isVisible10ObservablefMr0_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'isVisible' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC4text18ObservationTrackedfMp_.swift:1:2: error: 'ObservationIgnored()' is only available in macOS 14.0 or newer
@ObservationIgnored private var _text: String?
^
@__swiftmacro_11ProgressHUDAAC4text10ObservablefMr1_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'text' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC4text10ObservablefMr1_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'text' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC11displayMode18ObservationTrackedfMp_.swift:1:2: error: 'ObservationIgnored()' is only available in macOS 14.0 or newer
@ObservationIgnored private var _displayMode = DisplayMode.animation
^
@__swiftmacro_11ProgressHUDAAC11displayMode10ObservablefMr2_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'displayMode' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC11displayMode10ObservablefMr2_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'displayMode' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC13animationType18ObservationTrackedfMp_.swift:1:2: error: 'ObservationIgnored()' is only available in macOS 14.0 or newer
@ObservationIgnored private var _animationType = AnimationType.activityIndicator
^
@__swiftmacro_11ProgressHUDAAC13animationType10ObservablefMr3_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'animationType' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC13animationType10ObservablefMr3_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'animationType' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC15animationSymbol18ObservationTrackedfMp_.swift:1:2: error: 'ObservationIgnored()' is only available in macOS 14.0 or newer
@ObservationIgnored private var _animationSymbol = "sun.max"
^
@__swiftmacro_11ProgressHUDAAC15animationSymbol10ObservablefMr4_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'animationSymbol' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC15animationSymbol10ObservablefMr4_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'animationSymbol' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC13progressValue18ObservationTrackedfMp_.swift:1:2: error: 'ObservationIgnored()' is only available in macOS 14.0 or newer
@ObservationIgnored private var _progressValue: CGFloat = 0
^
@__swiftmacro_11ProgressHUDAAC13progressValue10ObservablefMr5_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'progressValue' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC13progressValue10ObservablefMr5_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'progressValue' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC11staticImage18ObservationTrackedfMp_.swift:1:2: error: 'ObservationIgnored()' is only available in macOS 14.0 or newer
@ObservationIgnored private var _staticImage: Image?
^
@__swiftmacro_11ProgressHUDAAC11staticImage10ObservablefMr6_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'staticImage' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC11staticImage10ObservablefMr6_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'staticImage' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC16staticImageColor18ObservationTrackedfMp_.swift:1:2: error: 'ObservationIgnored()' is only available in macOS 14.0 or newer
@ObservationIgnored private var _staticImageColor: Color?
^
@__swiftmacro_11ProgressHUDAAC16staticImageColor10ObservablefMr7_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'staticImageColor' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC16staticImageColor10ObservablefMr7_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'staticImageColor' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC13bannerVisible18ObservationTrackedfMp_.swift:1:2: error: 'ObservationIgnored()' is only available in macOS 14.0 or newer
@ObservationIgnored private var _bannerVisible = false
^
@__swiftmacro_11ProgressHUDAAC13bannerVisible10ObservablefMr8_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'bannerVisible' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC13bannerVisible10ObservablefMr8_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'bannerVisible' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC11bannerTitle18ObservationTrackedfMp_.swift:1:2: error: 'ObservationIgnored()' is only available in macOS 14.0 or newer
@ObservationIgnored private var _bannerTitle: String?
^
@__swiftmacro_11ProgressHUDAAC11bannerTitle10ObservablefMr9_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'bannerTitle' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC11bannerTitle10ObservablefMr9_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'bannerTitle' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC13bannerMessage18ObservationTrackedfMp_.swift:1:2: error: 'ObservationIgnored()' is only available in macOS 14.0 or newer
@ObservationIgnored private var _bannerMessage: String?
^
@__swiftmacro_11ProgressHUDAAC13bannerMessage10ObservablefMr10_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'bannerMessage' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC13bannerMessage10ObservablefMr10_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'bannerMessage' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC10bannerTask18ObservationTrackedfMp_.swift:1:2: error: 'ObservationIgnored()' is only available in macOS 14.0 or newer
@ObservationIgnored private var _bannerTask: Task<Void, Never>?
^
@__swiftmacro_11ProgressHUDAAC10bannerTask10ObservablefMr11_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'bannerTask' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC10bannerTask10ObservablefMr11_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'bannerTask' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC10liveIconID18ObservationTrackedfMp_.swift:1:2: error: 'ObservationIgnored()' is only available in macOS 14.0 or newer
@ObservationIgnored private var _liveIconID = UUID()
^
@__swiftmacro_11ProgressHUDAAC10liveIconID10ObservablefMr12_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'liveIconID' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC10liveIconID10ObservablefMr12_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'liveIconID' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC9mediaSize18ObservationTrackedfMp_.swift:1:2: error: 'ObservationIgnored()' is only available in macOS 14.0 or newer
@ObservationIgnored private var _mediaSize: CGFloat = 50
^
@__swiftmacro_11ProgressHUDAAC9mediaSize10ObservablefMr13_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'mediaSize' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC9mediaSize10ObservablefMr13_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'mediaSize' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC10marginSize18ObservationTrackedfMp_.swift:1:2: error: 'ObservationIgnored()' is only available in macOS 14.0 or newer
@ObservationIgnored private var _marginSize: CGFloat = 25
^
@__swiftmacro_11ProgressHUDAAC10marginSize10ObservablefMr14_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'marginSize' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC10marginSize10ObservablefMr14_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'marginSize' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC15colorBackground18ObservationTrackedfMp_.swift:1:2: error: 'ObservationIgnored()' is only available in macOS 14.0 or newer
@ObservationIgnored private var _colorBackground = Color.clear
^
@__swiftmacro_11ProgressHUDAAC15colorBackground10ObservablefMr15_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorBackground' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC15colorBackground10ObservablefMr15_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorBackground' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC05colorB018ObservationTrackedfMp_.swift:1:2: error: 'ObservationIgnored()' is only available in macOS 14.0 or newer
@ObservationIgnored private var _colorHUD = Color(UIColor.systemGray).opacity(0.1)
^
@__swiftmacro_11ProgressHUDAAC05colorB010ObservablefMr16_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorHUD' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC05colorB010ObservablefMr16_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorHUD' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC11colorStatus18ObservationTrackedfMp_.swift:1:2: error: 'ObservationIgnored()' is only available in macOS 14.0 or newer
@ObservationIgnored private var _colorStatus = Color(UIColor.label)
^
@__swiftmacro_11ProgressHUDAAC11colorStatus10ObservablefMr17_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorStatus' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC11colorStatus10ObservablefMr17_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorStatus' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC05colorA018ObservationTrackedfMp_.swift:1:2: error: 'ObservationIgnored()' is only available in macOS 14.0 or newer
@ObservationIgnored private var _colorProgress = Color(UIColor.lightGray)
^
@__swiftmacro_11ProgressHUDAAC05colorA010ObservablefMr18_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorProgress' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC05colorA010ObservablefMr18_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorProgress' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC14colorAnimation18ObservationTrackedfMp_.swift:1:2: error: 'ObservationIgnored()' is only available in macOS 14.0 or newer
@ObservationIgnored private var _colorAnimation = Color(UIColor.lightGray)
^
@__swiftmacro_11ProgressHUDAAC14colorAnimation10ObservablefMr19_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorAnimation' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC14colorAnimation10ObservablefMr19_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorAnimation' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC10fontStatus18ObservationTrackedfMp_.swift:1:2: error: 'ObservationIgnored()' is only available in macOS 14.0 or newer
@ObservationIgnored private var _fontStatus = Font.system(size: 16, weight: .bold)
^
@__swiftmacro_11ProgressHUDAAC10fontStatus10ObservablefMr20_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'fontStatus' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC10fontStatus10ObservablefMr20_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'fontStatus' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC12imageSuccess18ObservationTrackedfMp_.swift:1:2: error: 'ObservationIgnored()' is only available in macOS 14.0 or newer
@ObservationIgnored private var _imageSuccess = Image(systemName: "checkmark.circle.fill")
^
@__swiftmacro_11ProgressHUDAAC12imageSuccess10ObservablefMr21_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'imageSuccess' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC12imageSuccess10ObservablefMr21_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'imageSuccess' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC10imageError18ObservationTrackedfMp_.swift:1:2: error: 'ObservationIgnored()' is only available in macOS 14.0 or newer
@ObservationIgnored private var _imageError = Image(systemName: "xmark.circle.fill")
^
@__swiftmacro_11ProgressHUDAAC10imageError10ObservablefMr22_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'imageError' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC10imageError10ObservablefMr22_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'imageError' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC12colorSuccess18ObservationTrackedfMp_.swift:1:2: error: 'ObservationIgnored()' is only available in macOS 14.0 or newer
@ObservationIgnored private var _colorSuccess = Color.green
^
@__swiftmacro_11ProgressHUDAAC12colorSuccess10ObservablefMr23_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorSuccess' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC12colorSuccess10ObservablefMr23_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorSuccess' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC10colorError18ObservationTrackedfMp_.swift:1:2: error: 'ObservationIgnored()' is only available in macOS 14.0 or newer
@ObservationIgnored private var _colorError = Color.red
^
@__swiftmacro_11ProgressHUDAAC10colorError10ObservablefMr24_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorError' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC10colorError10ObservablefMr24_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorError' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC11colorBanner18ObservationTrackedfMp_.swift:1:2: error: 'ObservationIgnored()' is only available in macOS 14.0 or newer
@ObservationIgnored private var _colorBanner = Color.clear
^
@__swiftmacro_11ProgressHUDAAC11colorBanner10ObservablefMr25_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorBanner' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC11colorBanner10ObservablefMr25_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorBanner' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC16colorBannerTitle18ObservationTrackedfMp_.swift:1:2: error: 'ObservationIgnored()' is only available in macOS 14.0 or newer
@ObservationIgnored private var _colorBannerTitle = Color(UIColor.label)
^
@__swiftmacro_11ProgressHUDAAC16colorBannerTitle10ObservablefMr26_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorBannerTitle' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC16colorBannerTitle10ObservablefMr26_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorBannerTitle' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC18colorBannerMessage18ObservationTrackedfMp_.swift:1:2: error: 'ObservationIgnored()' is only available in macOS 14.0 or newer
@ObservationIgnored private var _colorBannerMessage = Color(UIColor.secondaryLabel)
^
@__swiftmacro_11ProgressHUDAAC18colorBannerMessage10ObservablefMr27_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorBannerMessage' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC18colorBannerMessage10ObservablefMr27_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorBannerMessage' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC15fontBannerTitle18ObservationTrackedfMp_.swift:1:2: error: 'ObservationIgnored()' is only available in macOS 14.0 or newer
@ObservationIgnored private var _fontBannerTitle = Font.system(size: 16, weight: .semibold)
^
@__swiftmacro_11ProgressHUDAAC15fontBannerTitle10ObservablefMr28_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'fontBannerTitle' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC15fontBannerTitle10ObservablefMr28_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'fontBannerTitle' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC17fontBannerMessage18ObservationTrackedfMp_.swift:1:2: error: 'ObservationIgnored()' is only available in macOS 14.0 or newer
@ObservationIgnored private var _fontBannerMessage = Font.system(size: 14)
^
@__swiftmacro_11ProgressHUDAAC17fontBannerMessage10ObservablefMr29_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'fontBannerMessage' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC17fontBannerMessage10ObservablefMr29_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'fontBannerMessage' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC11interaction18ObservationTrackedfMp_.swift:1:2: error: 'ObservationIgnored()' is only available in macOS 14.0 or newer
@ObservationIgnored private var _interaction = true
^
@__swiftmacro_11ProgressHUDAAC11interaction10ObservablefMr30_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'interaction' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC11interaction10ObservablefMr30_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'interaction' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC11dismissTask18ObservationTrackedfMp_.swift:1:2: error: 'ObservationIgnored()' is only available in macOS 14.0 or newer
@ObservationIgnored private var _dismissTask: Task<Void, Never>?
^
@__swiftmacro_11ProgressHUDAAC11dismissTask10ObservablefMr31_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'dismissTask' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC11dismissTask10ObservablefMr31_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'dismissTask' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC15dismissAnimTask18ObservationTrackedfMp_.swift:1:2: error: 'ObservationIgnored()' is only available in macOS 14.0 or newer
@ObservationIgnored private var _dismissAnimTask: Task<Void, Never>?
^
@__swiftmacro_11ProgressHUDAAC15dismissAnimTask10ObservablefMr32_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'dismissAnimTask' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC15dismissAnimTask10ObservablefMr32_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'dismissAnimTask' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC14keyboardHeight18ObservationTrackedfMp_.swift:1:2: error: 'ObservationIgnored()' is only available in macOS 14.0 or newer
@ObservationIgnored private var _keyboardHeight: CGFloat = 0
^
@__swiftmacro_11ProgressHUDAAC14keyboardHeight10ObservablefMr33_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'keyboardHeight' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC14keyboardHeight10ObservablefMr33_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'keyboardHeight' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:39:19: error: 'Image' is only available in macOS 10.15 or newer
var staticImage: Image?
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:39:6: note: add @available attribute to enclosing property
var staticImage: Image?
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC11staticImage18ObservationTrackedfMp_.swift:1:48: error: 'Image' is only available in macOS 10.15 or newer
@ObservationIgnored private var _staticImage: Image?
^
@__swiftmacro_11ProgressHUDAAC11staticImage10ObservablefMr6_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'staticImage' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC11staticImage10ObservablefMr6_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'staticImage' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:40:24: error: 'Color' is only available in macOS 10.15 or newer
var staticImageColor: Color?
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:40:6: note: add @available attribute to enclosing property
var staticImageColor: Color?
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC16staticImageColor18ObservationTrackedfMp_.swift:1:53: error: 'Color' is only available in macOS 10.15 or newer
@ObservationIgnored private var _staticImageColor: Color?
^
@__swiftmacro_11ProgressHUDAAC16staticImageColor10ObservablefMr7_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'staticImageColor' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC16staticImageColor10ObservablefMr7_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'staticImageColor' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:45:18: error: 'Task' is only available in macOS 10.15 or newer
var bannerTask: Task<Void, Never>?
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:45:6: note: add @available attribute to enclosing property
var bannerTask: Task<Void, Never>?
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC10bannerTask18ObservationTrackedfMp_.swift:1:47: error: 'Task' is only available in macOS 10.15 or newer
@ObservationIgnored private var _bannerTask: Task<Void, Never>?
^
@__swiftmacro_11ProgressHUDAAC10bannerTask10ObservablefMr11_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'bannerTask' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC10bannerTask10ObservablefMr11_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'bannerTask' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:52:31: error: 'Color' is only available in macOS 10.15 or newer
public var colorBackground = Color.clear
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:52:13: note: add @available attribute to enclosing property
public var colorBackground = Color.clear
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:52:37: error: 'clear' is only available in macOS 10.15 or newer
public var colorBackground = Color.clear
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:52:13: note: add @available attribute to enclosing property
public var colorBackground = Color.clear
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC15colorBackground18ObservationTrackedfMp_.swift:1:54: error: 'Color' is only available in macOS 10.15 or newer
@ObservationIgnored private var _colorBackground = Color.clear
^
@__swiftmacro_11ProgressHUDAAC15colorBackground10ObservablefMr15_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorBackground' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC15colorBackground10ObservablefMr15_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorBackground' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC15colorBackground18ObservationTrackedfMp_.swift:1:60: error: 'clear' is only available in macOS 10.15 or newer
@ObservationIgnored private var _colorBackground = Color.clear
^
@__swiftmacro_11ProgressHUDAAC15colorBackground10ObservablefMr15_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorBackground' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC15colorBackground10ObservablefMr15_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorBackground' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:53:30: error: cannot find 'UIColor' in scope
public var colorHUD = Color(UIColor.systemGray).opacity(0.1)
^~~~~~~
@__swiftmacro_11ProgressHUDAAC05colorB018ObservationTrackedfMp_.swift:1:53: error: cannot find 'UIColor' in scope
@ObservationIgnored private var _colorHUD = Color(UIColor.systemGray).opacity(0.1)
^~~~~~~
@__swiftmacro_11ProgressHUDAAC05colorB010ObservablefMr16_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorHUD' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC05colorB010ObservablefMr16_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorHUD' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:54:33: error: cannot find 'UIColor' in scope
public var colorStatus = Color(UIColor.label)
^~~~~~~
@__swiftmacro_11ProgressHUDAAC11colorStatus18ObservationTrackedfMp_.swift:1:56: error: cannot find 'UIColor' in scope
@ObservationIgnored private var _colorStatus = Color(UIColor.label)
^~~~~~~
@__swiftmacro_11ProgressHUDAAC11colorStatus10ObservablefMr17_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorStatus' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC11colorStatus10ObservablefMr17_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorStatus' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:55:35: error: cannot find 'UIColor' in scope
public var colorProgress = Color(UIColor.lightGray)
^~~~~~~
@__swiftmacro_11ProgressHUDAAC05colorA018ObservationTrackedfMp_.swift:1:58: error: cannot find 'UIColor' in scope
@ObservationIgnored private var _colorProgress = Color(UIColor.lightGray)
^~~~~~~
@__swiftmacro_11ProgressHUDAAC05colorA010ObservablefMr18_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorProgress' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC05colorA010ObservablefMr18_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorProgress' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:56:36: error: cannot find 'UIColor' in scope
public var colorAnimation = Color(UIColor.lightGray)
^~~~~~~
@__swiftmacro_11ProgressHUDAAC14colorAnimation18ObservationTrackedfMp_.swift:1:59: error: cannot find 'UIColor' in scope
@ObservationIgnored private var _colorAnimation = Color(UIColor.lightGray)
^~~~~~~
@__swiftmacro_11ProgressHUDAAC14colorAnimation10ObservablefMr19_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorAnimation' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC14colorAnimation10ObservablefMr19_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorAnimation' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:58:26: error: 'Font' is only available in macOS 10.15 or newer
public var fontStatus = Font.system(size: 16, weight: .bold)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:58:13: note: add @available attribute to enclosing property
public var fontStatus = Font.system(size: 16, weight: .bold)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:58:31: error: 'system(size:weight:design:)' is only available in macOS 13.0 or newer
public var fontStatus = Font.system(size: 16, weight: .bold)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:58:13: note: add @available attribute to enclosing property
public var fontStatus = Font.system(size: 16, weight: .bold)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC10fontStatus18ObservationTrackedfMp_.swift:1:49: error: 'Font' is only available in macOS 10.15 or newer
@ObservationIgnored private var _fontStatus = Font.system(size: 16, weight: .bold)
^
@__swiftmacro_11ProgressHUDAAC10fontStatus10ObservablefMr20_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'fontStatus' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC10fontStatus10ObservablefMr20_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'fontStatus' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC10fontStatus18ObservationTrackedfMp_.swift:1:54: error: 'system(size:weight:design:)' is only available in macOS 13.0 or newer
@ObservationIgnored private var _fontStatus = Font.system(size: 16, weight: .bold)
^
@__swiftmacro_11ProgressHUDAAC10fontStatus10ObservablefMr20_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'fontStatus' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC10fontStatus10ObservablefMr20_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'fontStatus' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:60:28: error: 'Image' is only available in macOS 10.15 or newer
public var imageSuccess = Image(systemName: "checkmark.circle.fill")
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:60:13: note: add @available attribute to enclosing property
public var imageSuccess = Image(systemName: "checkmark.circle.fill")
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:60:28: error: 'init(systemName:)' is only available in macOS 11.0 or newer
public var imageSuccess = Image(systemName: "checkmark.circle.fill")
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:60:13: note: add @available attribute to enclosing property
public var imageSuccess = Image(systemName: "checkmark.circle.fill")
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC12imageSuccess18ObservationTrackedfMp_.swift:1:51: error: 'Image' is only available in macOS 10.15 or newer
@ObservationIgnored private var _imageSuccess = Image(systemName: "checkmark.circle.fill")
^
@__swiftmacro_11ProgressHUDAAC12imageSuccess10ObservablefMr21_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'imageSuccess' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC12imageSuccess10ObservablefMr21_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'imageSuccess' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC12imageSuccess18ObservationTrackedfMp_.swift:1:51: error: 'init(systemName:)' is only available in macOS 11.0 or newer
@ObservationIgnored private var _imageSuccess = Image(systemName: "checkmark.circle.fill")
^
@__swiftmacro_11ProgressHUDAAC12imageSuccess10ObservablefMr21_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'imageSuccess' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC12imageSuccess10ObservablefMr21_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'imageSuccess' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:61:26: error: 'Image' is only available in macOS 10.15 or newer
public var imageError = Image(systemName: "xmark.circle.fill")
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:61:13: note: add @available attribute to enclosing property
public var imageError = Image(systemName: "xmark.circle.fill")
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:61:26: error: 'init(systemName:)' is only available in macOS 11.0 or newer
public var imageError = Image(systemName: "xmark.circle.fill")
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:61:13: note: add @available attribute to enclosing property
public var imageError = Image(systemName: "xmark.circle.fill")
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC10imageError18ObservationTrackedfMp_.swift:1:49: error: 'Image' is only available in macOS 10.15 or newer
@ObservationIgnored private var _imageError = Image(systemName: "xmark.circle.fill")
^
@__swiftmacro_11ProgressHUDAAC10imageError10ObservablefMr22_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'imageError' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC10imageError10ObservablefMr22_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'imageError' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC10imageError18ObservationTrackedfMp_.swift:1:49: error: 'init(systemName:)' is only available in macOS 11.0 or newer
@ObservationIgnored private var _imageError = Image(systemName: "xmark.circle.fill")
^
@__swiftmacro_11ProgressHUDAAC10imageError10ObservablefMr22_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'imageError' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC10imageError10ObservablefMr22_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'imageError' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:62:28: error: 'Color' is only available in macOS 10.15 or newer
public var colorSuccess = Color.green
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:62:13: note: add @available attribute to enclosing property
public var colorSuccess = Color.green
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:62:34: error: 'green' is only available in macOS 10.15 or newer
public var colorSuccess = Color.green
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:62:13: note: add @available attribute to enclosing property
public var colorSuccess = Color.green
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC12colorSuccess18ObservationTrackedfMp_.swift:1:51: error: 'Color' is only available in macOS 10.15 or newer
@ObservationIgnored private var _colorSuccess = Color.green
^
@__swiftmacro_11ProgressHUDAAC12colorSuccess10ObservablefMr23_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorSuccess' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC12colorSuccess10ObservablefMr23_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorSuccess' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC12colorSuccess18ObservationTrackedfMp_.swift:1:57: error: 'green' is only available in macOS 10.15 or newer
@ObservationIgnored private var _colorSuccess = Color.green
^
@__swiftmacro_11ProgressHUDAAC12colorSuccess10ObservablefMr23_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorSuccess' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC12colorSuccess10ObservablefMr23_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorSuccess' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:63:26: error: 'Color' is only available in macOS 10.15 or newer
public var colorError = Color.red
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:63:13: note: add @available attribute to enclosing property
public var colorError = Color.red
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:63:32: error: 'red' is only available in macOS 10.15 or newer
public var colorError = Color.red
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:63:13: note: add @available attribute to enclosing property
public var colorError = Color.red
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC10colorError18ObservationTrackedfMp_.swift:1:49: error: 'Color' is only available in macOS 10.15 or newer
@ObservationIgnored private var _colorError = Color.red
^
@__swiftmacro_11ProgressHUDAAC10colorError10ObservablefMr24_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorError' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC10colorError10ObservablefMr24_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorError' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC10colorError18ObservationTrackedfMp_.swift:1:55: error: 'red' is only available in macOS 10.15 or newer
@ObservationIgnored private var _colorError = Color.red
^
@__swiftmacro_11ProgressHUDAAC10colorError10ObservablefMr24_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorError' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC10colorError10ObservablefMr24_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorError' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:65:27: error: 'Color' is only available in macOS 10.15 or newer
public var colorBanner = Color.clear
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:65:13: note: add @available attribute to enclosing property
public var colorBanner = Color.clear
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:65:33: error: 'clear' is only available in macOS 10.15 or newer
public var colorBanner = Color.clear
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:65:13: note: add @available attribute to enclosing property
public var colorBanner = Color.clear
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC11colorBanner18ObservationTrackedfMp_.swift:1:50: error: 'Color' is only available in macOS 10.15 or newer
@ObservationIgnored private var _colorBanner = Color.clear
^
@__swiftmacro_11ProgressHUDAAC11colorBanner10ObservablefMr25_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorBanner' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC11colorBanner10ObservablefMr25_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorBanner' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC11colorBanner18ObservationTrackedfMp_.swift:1:56: error: 'clear' is only available in macOS 10.15 or newer
@ObservationIgnored private var _colorBanner = Color.clear
^
@__swiftmacro_11ProgressHUDAAC11colorBanner10ObservablefMr25_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorBanner' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC11colorBanner10ObservablefMr25_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorBanner' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:66:38: error: cannot find 'UIColor' in scope
public var colorBannerTitle = Color(UIColor.label)
^~~~~~~
@__swiftmacro_11ProgressHUDAAC16colorBannerTitle18ObservationTrackedfMp_.swift:1:61: error: cannot find 'UIColor' in scope
@ObservationIgnored private var _colorBannerTitle = Color(UIColor.label)
^~~~~~~
@__swiftmacro_11ProgressHUDAAC16colorBannerTitle10ObservablefMr26_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorBannerTitle' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC16colorBannerTitle10ObservablefMr26_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorBannerTitle' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:67:40: error: cannot find 'UIColor' in scope
public var colorBannerMessage = Color(UIColor.secondaryLabel)
^~~~~~~
@__swiftmacro_11ProgressHUDAAC18colorBannerMessage18ObservationTrackedfMp_.swift:1:63: error: cannot find 'UIColor' in scope
@ObservationIgnored private var _colorBannerMessage = Color(UIColor.secondaryLabel)
^~~~~~~
@__swiftmacro_11ProgressHUDAAC18colorBannerMessage10ObservablefMr27_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorBannerMessage' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC18colorBannerMessage10ObservablefMr27_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'colorBannerMessage' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:68:31: error: 'Font' is only available in macOS 10.15 or newer
public var fontBannerTitle = Font.system(size: 16, weight: .semibold)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:68:13: note: add @available attribute to enclosing property
public var fontBannerTitle = Font.system(size: 16, weight: .semibold)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:68:36: error: 'system(size:weight:design:)' is only available in macOS 13.0 or newer
public var fontBannerTitle = Font.system(size: 16, weight: .semibold)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:68:13: note: add @available attribute to enclosing property
public var fontBannerTitle = Font.system(size: 16, weight: .semibold)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC15fontBannerTitle18ObservationTrackedfMp_.swift:1:54: error: 'Font' is only available in macOS 10.15 or newer
@ObservationIgnored private var _fontBannerTitle = Font.system(size: 16, weight: .semibold)
^
@__swiftmacro_11ProgressHUDAAC15fontBannerTitle10ObservablefMr28_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'fontBannerTitle' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC15fontBannerTitle10ObservablefMr28_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'fontBannerTitle' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC15fontBannerTitle18ObservationTrackedfMp_.swift:1:59: error: 'system(size:weight:design:)' is only available in macOS 13.0 or newer
@ObservationIgnored private var _fontBannerTitle = Font.system(size: 16, weight: .semibold)
^
@__swiftmacro_11ProgressHUDAAC15fontBannerTitle10ObservablefMr28_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'fontBannerTitle' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC15fontBannerTitle10ObservablefMr28_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'fontBannerTitle' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:69:33: error: 'Font' is only available in macOS 10.15 or newer
public var fontBannerMessage = Font.system(size: 14)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:69:13: note: add @available attribute to enclosing property
public var fontBannerMessage = Font.system(size: 14)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:69:38: error: 'system(size:weight:design:)' is only available in macOS 13.0 or newer
public var fontBannerMessage = Font.system(size: 14)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:69:13: note: add @available attribute to enclosing property
public var fontBannerMessage = Font.system(size: 14)
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC17fontBannerMessage18ObservationTrackedfMp_.swift:1:56: error: 'Font' is only available in macOS 10.15 or newer
@ObservationIgnored private var _fontBannerMessage = Font.system(size: 14)
^
@__swiftmacro_11ProgressHUDAAC17fontBannerMessage10ObservablefMr29_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'fontBannerMessage' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC17fontBannerMessage10ObservablefMr29_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'fontBannerMessage' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC17fontBannerMessage18ObservationTrackedfMp_.swift:1:61: error: 'system(size:weight:design:)' is only available in macOS 13.0 or newer
@ObservationIgnored private var _fontBannerMessage = Font.system(size: 14)
^
@__swiftmacro_11ProgressHUDAAC17fontBannerMessage10ObservablefMr29_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'fontBannerMessage' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC17fontBannerMessage10ObservablefMr29_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'fontBannerMessage' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:72:19: error: 'Task' is only available in macOS 10.15 or newer
var dismissTask: Task<Void, Never>?
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:72:6: note: add @available attribute to enclosing property
var dismissTask: Task<Void, Never>?
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC11dismissTask18ObservationTrackedfMp_.swift:1:48: error: 'Task' is only available in macOS 10.15 or newer
@ObservationIgnored private var _dismissTask: Task<Void, Never>?
^
@__swiftmacro_11ProgressHUDAAC11dismissTask10ObservablefMr31_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'dismissTask' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC11dismissTask10ObservablefMr31_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'dismissTask' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:73:23: error: 'Task' is only available in macOS 10.15 or newer
var dismissAnimTask: Task<Void, Never>?
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:73:6: note: add @available attribute to enclosing property
var dismissAnimTask: Task<Void, Never>?
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAAC15dismissAnimTask18ObservationTrackedfMp_.swift:1:52: error: 'Task' is only available in macOS 10.15 or newer
@ObservationIgnored private var _dismissAnimTask: Task<Void, Never>?
^
@__swiftmacro_11ProgressHUDAAC15dismissAnimTask10ObservablefMr32_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'dismissAnimTask' here
@ObservationTracked
^
@__swiftmacro_11ProgressHUDAAC15dismissAnimTask10ObservablefMr32_.swift:1:1: note: in expansion of macro 'ObservationTracked' on property 'dismissAnimTask' here
@ObservationTracked
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
@__swiftmacro_11ProgressHUDAA10ObservablefMm_.swift:1:70: error: 'ObservationRegistrar' is only available in macOS 14.0 or newer
@ObservationIgnored private let _$observationRegistrar = Observation.ObservationRegistrar()
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on class 'ProgressHUD' here
@Observable
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:1: note: in expansion of macro 'Observable' on class 'ProgressHUD' here
@Observable
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:24:2: error: 'Observable()' is only available in macOS 14.0 or newer
@Observable
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:83:3: error: 'State' is only available in macOS 10.15 or newer
@State private var hud = ProgressHUD.shared
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:80:15: note: add @available attribute to enclosing struct
public struct ProgressHUDView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:89:24: error: 'View' is only available in macOS 10.15 or newer
public var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:89:13: note: add @available attribute to enclosing property
public var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:80:15: note: add @available attribute to enclosing struct
public struct ProgressHUDView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:126:31: error: 'View' is only available in macOS 10.15 or newer
private var hudContent: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:126:14: note: add @available attribute to enclosing property
private var hudContent: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:80:15: note: add @available attribute to enclosing struct
public struct ProgressHUDView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:125:3: error: 'ViewBuilder' is only available in macOS 10.15 or newer
@ViewBuilder
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:80:15: note: add @available attribute to enclosing struct
public struct ProgressHUDView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:166:30: error: 'View' is only available in macOS 10.15 or newer
private var mediaView: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:166:14: note: add @available attribute to enclosing property
private var mediaView: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:80:15: note: add @available attribute to enclosing struct
public struct ProgressHUDView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:165:3: error: 'ViewBuilder' is only available in macOS 10.15 or newer
@ViewBuilder
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:80:15: note: add @available attribute to enclosing struct
public struct ProgressHUDView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:195:54: error: 'View' is only available in macOS 10.15 or newer
private func liveIconView(_ icon: LiveIcon) -> some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:195:15: note: add @available attribute to enclosing instance method
private func liveIconView(_ icon: LiveIcon) -> some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:80:15: note: add @available attribute to enclosing struct
public struct ProgressHUDView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:194:3: error: 'ViewBuilder' is only available in macOS 10.15 or newer
@ViewBuilder
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:195:15: note: add @available attribute to enclosing instance method
private func liveIconView(_ icon: LiveIcon) -> some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:80:15: note: add @available attribute to enclosing struct
public struct ProgressHUDView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:207:34: error: 'View' is only available in macOS 10.15 or newer
private var animationView: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:207:14: note: add @available attribute to enclosing property
private var animationView: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:80:15: note: add @available attribute to enclosing struct
public struct ProgressHUDView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:206:3: error: 'ViewBuilder' is only available in macOS 10.15 or newer
@ViewBuilder
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:80:15: note: add @available attribute to enclosing struct
public struct ProgressHUDView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:261:45: error: 'View' is only available in macOS 10.15 or newer
public func body(content: Content) -> some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:261:14: note: add @available attribute to enclosing instance method
public func body(content: Content) -> some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:258:15: note: add @available attribute to enclosing struct
public struct ProgressHUDModifier: ViewModifier {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:275:29: error: 'View' is only available in macOS 10.15 or newer
func progressHUD() -> some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:275:7: note: add @available attribute to enclosing instance method
func progressHUD() -> some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:273:8: note: add @available attribute to enclosing extension
public extension View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:273:18: error: 'View' is only available in macOS 10.15 or newer
public extension View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:273:8: note: add @available attribute to enclosing extension
public extension View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressView.swift:19:13: error: 'Color' is only available in macOS 10.15 or newer
let color: Color
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressView.swift:15:8: note: add @available attribute to enclosing struct
struct ProgressCircleView: View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressView.swift:22:17: error: 'View' is only available in macOS 10.15 or newer
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressView.swift:22:6: note: add @available attribute to enclosing property
var body: some View {
^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressView.swift:15:8: note: add @available attribute to enclosing struct
struct ProgressCircleView: View {
^
SwiftCompile normal arm64 Compiling\ HorizontalDotScalingView.swift,\ PacmanProgressView.swift,\ QuintupleDotDanceView.swift /Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/HorizontalDotScalingView.swift /Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/PacmanProgressView.swift /Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/QuintupleDotDanceView.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/HorizontalDotScalingView.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/PacmanProgressView.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/QuintupleDotDanceView.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ProgressHUD.swift,\ ProgressView.swift /Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift /Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressView.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressView.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ BarSweepToggleView.swift,\ CircleArcDotSpinView.swift,\ CircleBarSpinFadeView.swift /Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/BarSweepToggleView.swift /Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleArcDotSpinView.swift /Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleBarSpinFadeView.swift (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/BarSweepToggleView.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleArcDotSpinView.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleBarSpinFadeView.swift (in target 'ProgressHUD' from project 'ProgressHUD')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CircleStrokeSpinView.swift,\ DualDotSidestepView.swift,\ HorizontalBarScalingView.swift /Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleStrokeSpinView.swift /Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/DualDotSidestepView.swift /Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/HorizontalBarScalingView.swift (in target 'ProgressHUD' from project 'ProgressHUD')
Command SwiftCompile failed with a nonzero exit code
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:ba0851f94521ff308dbe83695d44cc3896c8a578, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:ba0851f94521ff308dbe83695d44cc3896c8a578, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:ba0851f94521ff308dbe83695d44cc3896c8a578, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:ba0851f94521ff308dbe83695d44cc3896c8a578, name:My Mac }
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64 Emitting\ module\ for\ ProgressHUD (in target 'ProgressHUD' from project 'ProgressHUD')
EmitSwiftModule normal arm64 (in target 'ProgressHUD' from project 'ProgressHUD')
SwiftCompile normal arm64 Compiling\ CircleStrokeSpinView.swift,\ DualDotSidestepView.swift,\ HorizontalBarScalingView.swift /Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/CircleStrokeSpinView.swift /Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/DualDotSidestepView.swift /Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/Animations/HorizontalBarScalingView.swift (in target 'ProgressHUD' from project 'ProgressHUD')
Building workspace spi-builder-workspace with scheme ProgressHUD
(4 failures)
BUILD FAILURE 6.1 macosXcodebuild