The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build ProgressHUD, reference 15.0.1 (44e04c), with Swift 5.10 for macOS (SPM) on 10 Dec 2025 21:11:33 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

                GeometryReader { geometry in
                               ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:25:18: note: add 'if #available' version check
                GeometryReader { geometry in
                               ^
/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:35:4: error: 'task(id:priority:_:)' is only available in macOS 12.0 or newer
                .task(id: animationID) {
                 ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:35:4: note: add 'if #available' version check
                .task(id: animationID) {
                 ^
/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:36:4: error: setter for 'progress' is only available in macOS 10.15 or newer
                        progress = 0
                        ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:36:4: note: add 'if #available' version check
                        progress = 0
                        ^
/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:37:15: error: 'Task' is only available in macOS 10.15 or newer
                        try? await Task.sleep(for: .milliseconds(150))
                                   ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:37:15: note: add 'if #available' version check
                        try? await Task.sleep(for: .milliseconds(150))
                                   ^
/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:37:20: error: 'sleep(for:tolerance:clock:)' is only available in macOS 13.0 or newer
                        try? await Task.sleep(for: .milliseconds(150))
                                        ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:37:20: note: add 'if #available' version check
                        try? await Task.sleep(for: .milliseconds(150))
                                        ^
/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:37:32: error: 'milliseconds' is only available in macOS 13.0 or newer
                        try? await Task.sleep(for: .milliseconds(150))
                                                    ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:37:32: note: add 'if #available' version check
                        try? await Task.sleep(for: .milliseconds(150))
                                                    ^
/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:38:4: error: 'withAnimation' is only available in macOS 10.15 or newer
                        withAnimation(.easeOut(duration: 0.25)) {
                        ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:38:4: note: add 'if #available' version check
                        withAnimation(.easeOut(duration: 0.25)) {
                        ^
/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:38:19: error: 'easeOut(duration:)' is only available in macOS 10.15 or newer
                        withAnimation(.easeOut(duration: 0.25)) {
                                       ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:38:19: note: add 'if #available' version check
                        withAnimation(.easeOut(duration: 0.25)) {
                                       ^
/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:39:5: error: setter for 'progress' is only available in macOS 10.15 or newer
                                progress = 1
                                ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:39:5: note: add 'if #available' version check
                                progress = 1
                                ^
/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:57:3: error: 'GeometryReader' is only available in macOS 10.15 or newer
                GeometryReader { geometry in
                ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:57:3: note: add 'if #available' version check
                GeometryReader { geometry in
                ^
/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:57:18: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
                GeometryReader { geometry in
                               ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:57:18: note: add 'if #available' version check
                GeometryReader { geometry in
                               ^
/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:57:18: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
                GeometryReader { geometry in
                               ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:57:18: note: add 'if #available' version check
                GeometryReader { geometry in
                               ^
/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:59:4: error: 'ZStack' is only available in macOS 10.15 or newer
                        ZStack {
                        ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:59:4: note: add 'if #available' version check
                        ZStack {
                        ^
/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:59:11: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
                        ZStack {
                               ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:59:11: note: add 'if #available' version check
                        ZStack {
                               ^
/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:59:11: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
                        ZStack {
                               ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:59:11: note: add 'if #available' version check
                        ZStack {
                               ^
/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:60:5: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
                                Path { path in
                                ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:60:5: note: add 'if #available' version check
                                Path { path in
                                ^
/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:60:5: error: 'Path' is only available in macOS 10.15 or newer
                                Path { path in
                                ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:60:5: note: add 'if #available' version check
                                Path { path in
                                ^
/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:61:11: error: 'move(to:)' is only available in macOS 10.15 or newer
                                        path.move(to: CGPoint(x: length * 0.15, y: length * 0.15))
                                             ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:61:11: note: add 'if #available' version check
                                        path.move(to: CGPoint(x: length * 0.15, y: length * 0.15))
                                             ^
/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:62:11: error: 'addLine(to:)' is only available in macOS 10.15 or newer
                                        path.addLine(to: CGPoint(x: length * 0.85, y: length * 0.85))
                                             ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:62:11: note: add 'if #available' version check
                                        path.addLine(to: CGPoint(x: length * 0.85, y: length * 0.85))
                                             ^
/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:64:6: error: 'trim(from:to:)' is only available in macOS 10.15 or newer
                                .trim(from: 0, to: progress1)
                                 ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:64:6: note: add 'if #available' version check
                                .trim(from: 0, to: progress1)
                                 ^
/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:65:6: error: 'stroke(_:style:antialiased:)' is only available in macOS 14.0 or newer
                                .stroke(color, style: StrokeStyle(lineWidth: 7, lineCap: .round, lineJoin: .round))
                                 ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:65:6: note: add 'if #available' version check
                                .stroke(color, style: StrokeStyle(lineWidth: 7, lineCap: .round, lineJoin: .round))
                                 ^
/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:65:27: error: 'StrokeStyle' is only available in macOS 10.15 or newer
                                .stroke(color, style: StrokeStyle(lineWidth: 7, lineCap: .round, lineJoin: .round))
                                                      ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:65:27: note: add 'if #available' version check
                                .stroke(color, style: StrokeStyle(lineWidth: 7, lineCap: .round, lineJoin: .round))
                                                      ^
/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:67:5: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
                                Path { path in
                                ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:67:5: note: add 'if #available' version check
                                Path { path in
                                ^
/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:67:5: error: 'Path' is only available in macOS 10.15 or newer
                                Path { path in
                                ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:67:5: note: add 'if #available' version check
                                Path { path in
                                ^
/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:68:11: error: 'move(to:)' is only available in macOS 10.15 or newer
                                        path.move(to: CGPoint(x: length * 0.15, y: length * 0.85))
                                             ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:68:11: note: add 'if #available' version check
                                        path.move(to: CGPoint(x: length * 0.15, y: length * 0.85))
                                             ^
/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:69:11: error: 'addLine(to:)' is only available in macOS 10.15 or newer
                                        path.addLine(to: CGPoint(x: length * 0.85, y: length * 0.15))
                                             ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:69:11: note: add 'if #available' version check
                                        path.addLine(to: CGPoint(x: length * 0.85, y: length * 0.15))
                                             ^
/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:71:6: error: 'trim(from:to:)' is only available in macOS 10.15 or newer
                                .trim(from: 0, to: progress2)
                                 ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:71:6: note: add 'if #available' version check
                                .trim(from: 0, to: progress2)
                                 ^
/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:72:6: error: 'stroke(_:style:antialiased:)' is only available in macOS 14.0 or newer
                                .stroke(color, style: StrokeStyle(lineWidth: 7, lineCap: .round, lineJoin: .round))
                                 ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:72:6: note: add 'if #available' version check
                                .stroke(color, style: StrokeStyle(lineWidth: 7, lineCap: .round, lineJoin: .round))
                                 ^
/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:72:27: error: 'StrokeStyle' is only available in macOS 10.15 or newer
                                .stroke(color, style: StrokeStyle(lineWidth: 7, lineCap: .round, lineJoin: .round))
                                                      ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:72:27: note: add 'if #available' version check
                                .stroke(color, style: StrokeStyle(lineWidth: 7, lineCap: .round, lineJoin: .round))
                                                      ^
/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:59:11: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
                        ZStack {
                               ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:59:11: note: add 'if #available' version check
                        ZStack {
                               ^
/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:59:11: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
                        ZStack {
                               ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:59:11: note: add 'if #available' version check
                        ZStack {
                               ^
/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:75:4: error: 'task(id:priority:_:)' is only available in macOS 12.0 or newer
                .task(id: animationID) {
                 ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:75:4: note: add 'if #available' version check
                .task(id: animationID) {
                 ^
/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:76:4: error: setter for 'progress1' is only available in macOS 10.15 or newer
                        progress1 = 0
                        ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:76:4: note: add 'if #available' version check
                        progress1 = 0
                        ^
/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:77:4: error: setter for 'progress2' is only available in macOS 10.15 or newer
                        progress2 = 0
                        ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:77:4: note: add 'if #available' version check
                        progress2 = 0
                        ^
/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:78:15: error: 'Task' is only available in macOS 10.15 or newer
                        try? await Task.sleep(for: .milliseconds(150))
                                   ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:78:15: note: add 'if #available' version check
                        try? await Task.sleep(for: .milliseconds(150))
                                   ^
/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:78:20: error: 'sleep(for:tolerance:clock:)' is only available in macOS 13.0 or newer
                        try? await Task.sleep(for: .milliseconds(150))
                                        ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:78:20: note: add 'if #available' version check
                        try? await Task.sleep(for: .milliseconds(150))
                                        ^
/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:78:32: error: 'milliseconds' is only available in macOS 13.0 or newer
                        try? await Task.sleep(for: .milliseconds(150))
                                                    ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:78:32: note: add 'if #available' version check
                        try? await Task.sleep(for: .milliseconds(150))
                                                    ^
/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:79:4: error: 'withAnimation' is only available in macOS 10.15 or newer
                        withAnimation(.easeOut(duration: 0.15)) {
                        ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:79:4: note: add 'if #available' version check
                        withAnimation(.easeOut(duration: 0.15)) {
                        ^
/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:79:19: error: 'easeOut(duration:)' is only available in macOS 10.15 or newer
                        withAnimation(.easeOut(duration: 0.15)) {
                                       ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:79:19: note: add 'if #available' version check
                        withAnimation(.easeOut(duration: 0.15)) {
                                       ^
/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:80:5: error: setter for 'progress1' is only available in macOS 10.15 or newer
                                progress1 = 1
                                ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:80:5: note: add 'if #available' version check
                                progress1 = 1
                                ^
/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:82:15: error: 'Task' is only available in macOS 10.15 or newer
                        try? await Task.sleep(for: .milliseconds(150))
                                   ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:82:15: note: add 'if #available' version check
                        try? await Task.sleep(for: .milliseconds(150))
                                   ^
/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:82:20: error: 'sleep(for:tolerance:clock:)' is only available in macOS 13.0 or newer
                        try? await Task.sleep(for: .milliseconds(150))
                                        ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:82:20: note: add 'if #available' version check
                        try? await Task.sleep(for: .milliseconds(150))
                                        ^
/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:82:32: error: 'milliseconds' is only available in macOS 13.0 or newer
                        try? await Task.sleep(for: .milliseconds(150))
                                                    ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:82:32: note: add 'if #available' version check
                        try? await Task.sleep(for: .milliseconds(150))
                                                    ^
/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:83:4: error: 'withAnimation' is only available in macOS 10.15 or newer
                        withAnimation(.easeOut(duration: 0.15)) {
                        ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:83:4: note: add 'if #available' version check
                        withAnimation(.easeOut(duration: 0.15)) {
                        ^
/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:83:19: error: 'easeOut(duration:)' is only available in macOS 10.15 or newer
                        withAnimation(.easeOut(duration: 0.15)) {
                                       ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:83:19: note: add 'if #available' version check
                        withAnimation(.easeOut(duration: 0.15)) {
                                       ^
/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:84:5: error: setter for 'progress2' is only available in macOS 10.15 or newer
                                progress2 = 1
                                ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:84:5: note: add 'if #available' version check
                                progress2 = 1
                                ^
/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:102:3: error: 'GeometryReader' is only available in macOS 10.15 or newer
                GeometryReader { geometry in
                ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:102:3: note: add 'if #available' version check
                GeometryReader { geometry in
                ^
/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+LiveIcon.swift:102:18: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
                GeometryReader { geometry in
                               ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:102:18: note: add 'if #available' version check
                GeometryReader { geometry in
                               ^
/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+LiveIcon.swift:102:18: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
                GeometryReader { geometry in
                               ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:102:18: note: add 'if #available' version check
                GeometryReader { geometry in
                               ^
/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+LiveIcon.swift:104:4: error: 'ZStack' is only available in macOS 10.15 or newer
                        ZStack {
                        ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:104:4: note: add 'if #available' version check
                        ZStack {
                        ^
/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+LiveIcon.swift:104:11: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
                        ZStack {
                               ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:104:11: note: add 'if #available' version check
                        ZStack {
                               ^
/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+LiveIcon.swift:104:11: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
                        ZStack {
                               ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:104:11: note: add 'if #available' version check
                        ZStack {
                               ^
/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+LiveIcon.swift:105:5: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
                                Path { path in
                                ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:105:5: note: add 'if #available' version check
                                Path { path in
                                ^
/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+LiveIcon.swift:105:5: error: 'Path' is only available in macOS 10.15 or newer
                                Path { path in
                                ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:105:5: note: add 'if #available' version check
                                Path { path in
                                ^
/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+LiveIcon.swift:106:11: error: 'move(to:)' is only available in macOS 10.15 or newer
                                        path.move(to: CGPoint(x: length * 0.1, y: length * 0.5))
                                             ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:106:11: note: add 'if #available' version check
                                        path.move(to: CGPoint(x: length * 0.1, y: length * 0.5))
                                             ^
/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+LiveIcon.swift:107:11: error: 'addLine(to:)' is only available in macOS 10.15 or newer
                                        path.addLine(to: CGPoint(x: length * 0.9, y: length * 0.5))
                                             ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:107:11: note: add 'if #available' version check
                                        path.addLine(to: CGPoint(x: length * 0.9, y: length * 0.5))
                                             ^
/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+LiveIcon.swift:109:6: error: 'trim(from:to:)' is only available in macOS 10.15 or newer
                                .trim(from: 0, to: progress1)
                                 ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:109:6: note: add 'if #available' version check
                                .trim(from: 0, to: progress1)
                                 ^
/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+LiveIcon.swift:110:6: error: 'stroke(_:style:antialiased:)' is only available in macOS 14.0 or newer
                                .stroke(color, style: StrokeStyle(lineWidth: 7, lineCap: .round, lineJoin: .round))
                                 ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:110:6: note: add 'if #available' version check
                                .stroke(color, style: StrokeStyle(lineWidth: 7, lineCap: .round, lineJoin: .round))
                                 ^
/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+LiveIcon.swift:110:27: error: 'StrokeStyle' is only available in macOS 10.15 or newer
                                .stroke(color, style: StrokeStyle(lineWidth: 7, lineCap: .round, lineJoin: .round))
                                                      ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:110:27: note: add 'if #available' version check
                                .stroke(color, style: StrokeStyle(lineWidth: 7, lineCap: .round, lineJoin: .round))
                                                      ^
/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+LiveIcon.swift:112:5: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
                                Path { path in
                                ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:112:5: note: add 'if #available' version check
                                Path { path in
                                ^
/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+LiveIcon.swift:112:5: error: 'Path' is only available in macOS 10.15 or newer
                                Path { path in
                                ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:112:5: note: add 'if #available' version check
                                Path { path in
                                ^
/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+LiveIcon.swift:113:11: error: 'move(to:)' is only available in macOS 10.15 or newer
                                        path.move(to: CGPoint(x: length * 0.5, y: length * 0.1))
                                             ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:113:11: note: add 'if #available' version check
                                        path.move(to: CGPoint(x: length * 0.5, y: length * 0.1))
                                             ^
/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+LiveIcon.swift:114:11: error: 'addLine(to:)' is only available in macOS 10.15 or newer
                                        path.addLine(to: CGPoint(x: length * 0.5, y: length * 0.9))
                                             ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:114:11: note: add 'if #available' version check
                                        path.addLine(to: CGPoint(x: length * 0.5, y: length * 0.9))
                                             ^
/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+LiveIcon.swift:116:6: error: 'trim(from:to:)' is only available in macOS 10.15 or newer
                                .trim(from: 0, to: progress2)
                                 ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:116:6: note: add 'if #available' version check
                                .trim(from: 0, to: progress2)
                                 ^
/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+LiveIcon.swift:117:6: error: 'stroke(_:style:antialiased:)' is only available in macOS 14.0 or newer
                                .stroke(color, style: StrokeStyle(lineWidth: 7, lineCap: .round, lineJoin: .round))
                                 ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:117:6: note: add 'if #available' version check
                                .stroke(color, style: StrokeStyle(lineWidth: 7, lineCap: .round, lineJoin: .round))
                                 ^
/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+LiveIcon.swift:117:27: error: 'StrokeStyle' is only available in macOS 10.15 or newer
                                .stroke(color, style: StrokeStyle(lineWidth: 7, lineCap: .round, lineJoin: .round))
                                                      ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:117:27: note: add 'if #available' version check
                                .stroke(color, style: StrokeStyle(lineWidth: 7, lineCap: .round, lineJoin: .round))
                                                      ^
/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+LiveIcon.swift:104:11: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
                        ZStack {
                               ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:104:11: note: add 'if #available' version check
                        ZStack {
                               ^
/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+LiveIcon.swift:104:11: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
                        ZStack {
                               ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:104:11: note: add 'if #available' version check
                        ZStack {
                               ^
/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+LiveIcon.swift:120:4: error: 'task(id:priority:_:)' is only available in macOS 12.0 or newer
                .task(id: animationID) {
                 ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:120:4: note: add 'if #available' version check
                .task(id: animationID) {
                 ^
/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+LiveIcon.swift:121:4: error: setter for 'progress1' is only available in macOS 10.15 or newer
                        progress1 = 0
                        ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:121:4: note: add 'if #available' version check
                        progress1 = 0
                        ^
/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+LiveIcon.swift:122:4: error: setter for 'progress2' is only available in macOS 10.15 or newer
                        progress2 = 0
                        ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:122:4: note: add 'if #available' version check
                        progress2 = 0
                        ^
/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+LiveIcon.swift:123:15: error: 'Task' is only available in macOS 10.15 or newer
                        try? await Task.sleep(for: .milliseconds(150))
                                   ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:123:15: note: add 'if #available' version check
                        try? await Task.sleep(for: .milliseconds(150))
                                   ^
/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+LiveIcon.swift:123:20: error: 'sleep(for:tolerance:clock:)' is only available in macOS 13.0 or newer
                        try? await Task.sleep(for: .milliseconds(150))
                                        ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:123:20: note: add 'if #available' version check
                        try? await Task.sleep(for: .milliseconds(150))
                                        ^
/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+LiveIcon.swift:123:32: error: 'milliseconds' is only available in macOS 13.0 or newer
                        try? await Task.sleep(for: .milliseconds(150))
                                                    ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:123:32: note: add 'if #available' version check
                        try? await Task.sleep(for: .milliseconds(150))
                                                    ^
/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+LiveIcon.swift:124:4: error: 'withAnimation' is only available in macOS 10.15 or newer
                        withAnimation(.easeOut(duration: 0.15)) {
                        ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:124:4: note: add 'if #available' version check
                        withAnimation(.easeOut(duration: 0.15)) {
                        ^
/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+LiveIcon.swift:124:19: error: 'easeOut(duration:)' is only available in macOS 10.15 or newer
                        withAnimation(.easeOut(duration: 0.15)) {
                                       ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:124:19: note: add 'if #available' version check
                        withAnimation(.easeOut(duration: 0.15)) {
                                       ^
/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+LiveIcon.swift:125:5: error: setter for 'progress1' is only available in macOS 10.15 or newer
                                progress1 = 1
                                ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:125:5: note: add 'if #available' version check
                                progress1 = 1
                                ^
/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+LiveIcon.swift:127:15: error: 'Task' is only available in macOS 10.15 or newer
                        try? await Task.sleep(for: .milliseconds(150))
                                   ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:127:15: note: add 'if #available' version check
                        try? await Task.sleep(for: .milliseconds(150))
                                   ^
/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+LiveIcon.swift:127:20: error: 'sleep(for:tolerance:clock:)' is only available in macOS 13.0 or newer
                        try? await Task.sleep(for: .milliseconds(150))
                                        ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:127:20: note: add 'if #available' version check
                        try? await Task.sleep(for: .milliseconds(150))
                                        ^
/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+LiveIcon.swift:127:32: error: 'milliseconds' is only available in macOS 13.0 or newer
                        try? await Task.sleep(for: .milliseconds(150))
                                                    ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:127:32: note: add 'if #available' version check
                        try? await Task.sleep(for: .milliseconds(150))
                                                    ^
/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+LiveIcon.swift:128:4: error: 'withAnimation' is only available in macOS 10.15 or newer
                        withAnimation(.easeOut(duration: 0.15)) {
                        ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:128:4: note: add 'if #available' version check
                        withAnimation(.easeOut(duration: 0.15)) {
                        ^
/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+LiveIcon.swift:128:19: error: 'easeOut(duration:)' is only available in macOS 10.15 or newer
                        withAnimation(.easeOut(duration: 0.15)) {
                                       ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:128:19: note: add 'if #available' version check
                        withAnimation(.easeOut(duration: 0.15)) {
                                       ^
/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+LiveIcon.swift:129:5: error: setter for 'progress2' is only available in macOS 10.15 or newer
                                progress2 = 1
                                ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:129:5: note: add 'if #available' version check
                                progress2 = 1
                                ^
/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 {
       ^
[33/33] Compiling ProgressHUD ProgressHUD+LiveIcon.swift
/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+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 {
       ^
/var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/swift-generated-sources/@__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: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+Banner.swift:26:4: error: 'VStack' is only available in macOS 10.15 or newer
                        VStack {
                        ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Banner.swift:26:4: note: add 'if #available' version check
                        VStack {
                        ^
/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:28:7: error: 'padding' is only available in macOS 10.15 or newer
                                        .padding(.horizontal, 16)
                                         ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Banner.swift:28:7: note: add 'if #available' version check
                                        .padding(.horizontal, 16)
                                         ^
/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:29:7: error: 'padding' is only available in macOS 10.15 or newer
                                        .padding(.top, 8)
                                         ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Banner.swift:29:7: note: add 'if #available' version check
                                        .padding(.top, 8)
                                         ^
/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:30:5: warning: conformance of 'Spacer' to 'View' is only available in macOS 10.15 or newer
                                Spacer()
                                ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Banner.swift:30:5: note: add 'if #available' version check
                                Spacer()
                                ^
/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:30:5: error: 'Spacer' is only available in macOS 10.15 or newer
                                Spacer()
                                ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Banner.swift:30:5: note: add 'if #available' version check
                                Spacer()
                                ^
/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:26:11: warning: conformance of 'Spacer' to 'View' is only available in macOS 10.15 or newer
                        VStack {
                               ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Banner.swift:26:11: note: add 'if #available' version check
                        VStack {
                               ^
/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:32:5: error: 'transition' is only available in macOS 14.0 or newer
                        .transition(.move(edge: .top).combined(with: .opacity))
                         ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Banner.swift:32:5: note: add 'if #available' version check
                        .transition(.move(edge: .top).combined(with: .opacity))
                         ^
/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:32:17: error: 'move(edge:)' is only available in macOS 14.0 or newer
                        .transition(.move(edge: .top).combined(with: .opacity))
                                     ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Banner.swift:32:17: note: add 'if #available' version check
                        .transition(.move(edge: .top).combined(with: .opacity))
                                     ^
/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:32:34: error: 'combined(with:)' is only available in macOS 14.0 or newer
                        .transition(.move(edge: .top).combined(with: .opacity))
                                                      ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Banner.swift:32:34: note: add 'if #available' version check
                        .transition(.move(edge: .top).combined(with: .opacity))
                                                      ^
/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:32:50: error: 'opacity' is only available in macOS 14.0 or newer
                        .transition(.move(edge: .top).combined(with: .opacity))
                                                                      ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Banner.swift:32:50: note: add 'if #available' version check
                        .transition(.move(edge: .top).combined(with: .opacity))
                                                                      ^
/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:25:24: error: 'buildIf' is only available in macOS 10.15 or newer
                if hud.bannerVisible {
                                     ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Banner.swift:25:24: note: add 'if #available' version check
                if hud.bannerVisible {
                                     ^
/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:33:3: error: 'buildIf' is only available in macOS 10.15 or newer
                }
                ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Banner.swift:33:3: note: add 'if #available' version check
                }
                ^
/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:24:29: warning: conformance of 'Optional<Wrapped>' to '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:29: note: add 'if #available' version check
        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.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 {
             ^
/var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/swift-generated-sources/@__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:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
             ^
/var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/swift-generated-sources/@__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:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
             ^
/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 {
             ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD.swift:66:38: error: cannot find 'UIColor' in scope
        public var colorBannerTitle = Color(UIColor.label)
                                            ^~~~~~~
/var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/swift-generated-sources/@__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:25:14: note: add @available attribute to enclosing class
public class ProgressHUD {
             ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Banner.swift:42:23: error: static member 'colorBannerTitle' cannot be used on instance of type 'ProgressHUD'
                                        .foregroundStyle(hud.colorBannerTitle)
                                                         ^~~
                                                         ProgressHUD
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Banner.swift:74:11: error: 'overlay(alignment:content:)' is only available in macOS 12.0 or newer
                content.overlay(alignment: .top) {
                        ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Banner.swift:74:11: note: add 'if #available' version check
                content.overlay(alignment: .top) {
                        ^
/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:74:31: error: 'top' is only available in macOS 10.15 or newer
                content.overlay(alignment: .top) {
                                            ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Banner.swift:74:31: note: add 'if #available' version check
                content.overlay(alignment: .top) {
                                            ^
/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:84:3: error: 'modifier' is only available in macOS 10.15 or newer
                modifier(ProgressBannerModifier())
                ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+Banner.swift:84:3: note: add 'if #available' version check
                modifier(ProgressBannerModifier())
                ^
/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+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+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/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: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/ProgressHUD+LiveIcon.swift:25:3: error: 'GeometryReader' is only available in macOS 10.15 or newer
                GeometryReader { geometry in
                ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:25:3: note: add 'if #available' version check
                GeometryReader { geometry in
                ^
/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:25:3: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
                GeometryReader { geometry in
                ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:25:3: note: add 'if #available' version check
                GeometryReader { geometry in
                ^
/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:25:18: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
                GeometryReader { geometry in
                               ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:25:18: note: add 'if #available' version check
                GeometryReader { geometry in
                               ^
/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:27:4: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
                        Path { path in
                        ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:27:4: note: add 'if #available' version check
                        Path { path in
                        ^
/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:27:4: error: 'Path' is only available in macOS 10.15 or newer
                        Path { path in
                        ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:27:4: note: add 'if #available' version check
                        Path { path in
                        ^
/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:28:10: error: 'move(to:)' is only available in macOS 10.15 or newer
                                path.move(to: CGPoint(x: length * 0.15, y: length * 0.50))
                                     ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:28:10: note: add 'if #available' version check
                                path.move(to: CGPoint(x: length * 0.15, y: length * 0.50))
                                     ^
/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:29:10: error: 'addLine(to:)' is only available in macOS 10.15 or newer
                                path.addLine(to: CGPoint(x: length * 0.5, y: length * 0.80))
                                     ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:29:10: note: add 'if #available' version check
                                path.addLine(to: CGPoint(x: length * 0.5, y: length * 0.80))
                                     ^
/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:30:10: error: 'addLine(to:)' is only available in macOS 10.15 or newer
                                path.addLine(to: CGPoint(x: length * 1.0, y: length * 0.25))
                                     ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:30:10: note: add 'if #available' version check
                                path.addLine(to: CGPoint(x: length * 1.0, y: length * 0.25))
                                     ^
/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:32:5: error: 'trim(from:to:)' is only available in macOS 10.15 or newer
                        .trim(from: 0, to: progress)
                         ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:32:5: note: add 'if #available' version check
                        .trim(from: 0, to: progress)
                         ^
/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:33:5: error: 'stroke(_:style:antialiased:)' is only available in macOS 14.0 or newer
                        .stroke(color, style: StrokeStyle(lineWidth: 7, lineCap: .round, lineJoin: .round))
                         ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:33:5: note: add 'if #available' version check
                        .stroke(color, style: StrokeStyle(lineWidth: 7, lineCap: .round, lineJoin: .round))
                         ^
/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:33:26: error: 'StrokeStyle' is only available in macOS 10.15 or newer
                        .stroke(color, style: StrokeStyle(lineWidth: 7, lineCap: .round, lineJoin: .round))
                                              ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:33:26: note: add 'if #available' version check
                        .stroke(color, style: StrokeStyle(lineWidth: 7, lineCap: .round, lineJoin: .round))
                                              ^
/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:25:18: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
                GeometryReader { geometry in
                               ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:25:18: note: add 'if #available' version check
                GeometryReader { geometry in
                               ^
/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:35:4: error: 'task(id:priority:_:)' is only available in macOS 12.0 or newer
                .task(id: animationID) {
                 ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:35:4: note: add 'if #available' version check
                .task(id: animationID) {
                 ^
/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:36:4: error: setter for 'progress' is only available in macOS 10.15 or newer
                        progress = 0
                        ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:36:4: note: add 'if #available' version check
                        progress = 0
                        ^
/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:37:15: error: 'Task' is only available in macOS 10.15 or newer
                        try? await Task.sleep(for: .milliseconds(150))
                                   ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:37:15: note: add 'if #available' version check
                        try? await Task.sleep(for: .milliseconds(150))
                                   ^
/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:37:20: error: 'sleep(for:tolerance:clock:)' is only available in macOS 13.0 or newer
                        try? await Task.sleep(for: .milliseconds(150))
                                        ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:37:20: note: add 'if #available' version check
                        try? await Task.sleep(for: .milliseconds(150))
                                        ^
/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:37:32: error: 'milliseconds' is only available in macOS 13.0 or newer
                        try? await Task.sleep(for: .milliseconds(150))
                                                    ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:37:32: note: add 'if #available' version check
                        try? await Task.sleep(for: .milliseconds(150))
                                                    ^
/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:38:4: error: 'withAnimation' is only available in macOS 10.15 or newer
                        withAnimation(.easeOut(duration: 0.25)) {
                        ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:38:4: note: add 'if #available' version check
                        withAnimation(.easeOut(duration: 0.25)) {
                        ^
/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:38:19: error: 'easeOut(duration:)' is only available in macOS 10.15 or newer
                        withAnimation(.easeOut(duration: 0.25)) {
                                       ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:38:19: note: add 'if #available' version check
                        withAnimation(.easeOut(duration: 0.25)) {
                                       ^
/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:39:5: error: setter for 'progress' is only available in macOS 10.15 or newer
                                progress = 1
                                ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:39:5: note: add 'if #available' version check
                                progress = 1
                                ^
/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:57:3: error: 'GeometryReader' is only available in macOS 10.15 or newer
                GeometryReader { geometry in
                ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:57:3: note: add 'if #available' version check
                GeometryReader { geometry in
                ^
/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:57:18: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
                GeometryReader { geometry in
                               ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:57:18: note: add 'if #available' version check
                GeometryReader { geometry in
                               ^
/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:57:18: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
                GeometryReader { geometry in
                               ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:57:18: note: add 'if #available' version check
                GeometryReader { geometry in
                               ^
/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:59:4: error: 'ZStack' is only available in macOS 10.15 or newer
                        ZStack {
                        ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:59:4: note: add 'if #available' version check
                        ZStack {
                        ^
/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:59:11: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
                        ZStack {
                               ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:59:11: note: add 'if #available' version check
                        ZStack {
                               ^
/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:59:11: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
                        ZStack {
                               ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:59:11: note: add 'if #available' version check
                        ZStack {
                               ^
/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:60:5: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
                                Path { path in
                                ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:60:5: note: add 'if #available' version check
                                Path { path in
                                ^
/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:60:5: error: 'Path' is only available in macOS 10.15 or newer
                                Path { path in
                                ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:60:5: note: add 'if #available' version check
                                Path { path in
                                ^
/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:61:11: error: 'move(to:)' is only available in macOS 10.15 or newer
                                        path.move(to: CGPoint(x: length * 0.15, y: length * 0.15))
                                             ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:61:11: note: add 'if #available' version check
                                        path.move(to: CGPoint(x: length * 0.15, y: length * 0.15))
                                             ^
/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:62:11: error: 'addLine(to:)' is only available in macOS 10.15 or newer
                                        path.addLine(to: CGPoint(x: length * 0.85, y: length * 0.85))
                                             ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:62:11: note: add 'if #available' version check
                                        path.addLine(to: CGPoint(x: length * 0.85, y: length * 0.85))
                                             ^
/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:64:6: error: 'trim(from:to:)' is only available in macOS 10.15 or newer
                                .trim(from: 0, to: progress1)
                                 ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:64:6: note: add 'if #available' version check
                                .trim(from: 0, to: progress1)
                                 ^
/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:65:6: error: 'stroke(_:style:antialiased:)' is only available in macOS 14.0 or newer
                                .stroke(color, style: StrokeStyle(lineWidth: 7, lineCap: .round, lineJoin: .round))
                                 ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:65:6: note: add 'if #available' version check
                                .stroke(color, style: StrokeStyle(lineWidth: 7, lineCap: .round, lineJoin: .round))
                                 ^
/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:65:27: error: 'StrokeStyle' is only available in macOS 10.15 or newer
                                .stroke(color, style: StrokeStyle(lineWidth: 7, lineCap: .round, lineJoin: .round))
                                                      ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:65:27: note: add 'if #available' version check
                                .stroke(color, style: StrokeStyle(lineWidth: 7, lineCap: .round, lineJoin: .round))
                                                      ^
/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:67:5: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
                                Path { path in
                                ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:67:5: note: add 'if #available' version check
                                Path { path in
                                ^
/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:67:5: error: 'Path' is only available in macOS 10.15 or newer
                                Path { path in
                                ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:67:5: note: add 'if #available' version check
                                Path { path in
                                ^
/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:68:11: error: 'move(to:)' is only available in macOS 10.15 or newer
                                        path.move(to: CGPoint(x: length * 0.15, y: length * 0.85))
                                             ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:68:11: note: add 'if #available' version check
                                        path.move(to: CGPoint(x: length * 0.15, y: length * 0.85))
                                             ^
/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:69:11: error: 'addLine(to:)' is only available in macOS 10.15 or newer
                                        path.addLine(to: CGPoint(x: length * 0.85, y: length * 0.15))
                                             ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:69:11: note: add 'if #available' version check
                                        path.addLine(to: CGPoint(x: length * 0.85, y: length * 0.15))
                                             ^
/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:71:6: error: 'trim(from:to:)' is only available in macOS 10.15 or newer
                                .trim(from: 0, to: progress2)
                                 ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:71:6: note: add 'if #available' version check
                                .trim(from: 0, to: progress2)
                                 ^
/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:72:6: error: 'stroke(_:style:antialiased:)' is only available in macOS 14.0 or newer
                                .stroke(color, style: StrokeStyle(lineWidth: 7, lineCap: .round, lineJoin: .round))
                                 ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:72:6: note: add 'if #available' version check
                                .stroke(color, style: StrokeStyle(lineWidth: 7, lineCap: .round, lineJoin: .round))
                                 ^
/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:72:27: error: 'StrokeStyle' is only available in macOS 10.15 or newer
                                .stroke(color, style: StrokeStyle(lineWidth: 7, lineCap: .round, lineJoin: .round))
                                                      ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:72:27: note: add 'if #available' version check
                                .stroke(color, style: StrokeStyle(lineWidth: 7, lineCap: .round, lineJoin: .round))
                                                      ^
/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:59:11: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
                        ZStack {
                               ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:59:11: note: add 'if #available' version check
                        ZStack {
                               ^
/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:59:11: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
                        ZStack {
                               ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:59:11: note: add 'if #available' version check
                        ZStack {
                               ^
/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:75:4: error: 'task(id:priority:_:)' is only available in macOS 12.0 or newer
                .task(id: animationID) {
                 ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:75:4: note: add 'if #available' version check
                .task(id: animationID) {
                 ^
/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:76:4: error: setter for 'progress1' is only available in macOS 10.15 or newer
                        progress1 = 0
                        ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:76:4: note: add 'if #available' version check
                        progress1 = 0
                        ^
/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:77:4: error: setter for 'progress2' is only available in macOS 10.15 or newer
                        progress2 = 0
                        ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:77:4: note: add 'if #available' version check
                        progress2 = 0
                        ^
/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:78:15: error: 'Task' is only available in macOS 10.15 or newer
                        try? await Task.sleep(for: .milliseconds(150))
                                   ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:78:15: note: add 'if #available' version check
                        try? await Task.sleep(for: .milliseconds(150))
                                   ^
/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:78:20: error: 'sleep(for:tolerance:clock:)' is only available in macOS 13.0 or newer
                        try? await Task.sleep(for: .milliseconds(150))
                                        ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:78:20: note: add 'if #available' version check
                        try? await Task.sleep(for: .milliseconds(150))
                                        ^
/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:78:32: error: 'milliseconds' is only available in macOS 13.0 or newer
                        try? await Task.sleep(for: .milliseconds(150))
                                                    ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:78:32: note: add 'if #available' version check
                        try? await Task.sleep(for: .milliseconds(150))
                                                    ^
/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:79:4: error: 'withAnimation' is only available in macOS 10.15 or newer
                        withAnimation(.easeOut(duration: 0.15)) {
                        ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:79:4: note: add 'if #available' version check
                        withAnimation(.easeOut(duration: 0.15)) {
                        ^
/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:79:19: error: 'easeOut(duration:)' is only available in macOS 10.15 or newer
                        withAnimation(.easeOut(duration: 0.15)) {
                                       ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:79:19: note: add 'if #available' version check
                        withAnimation(.easeOut(duration: 0.15)) {
                                       ^
/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:80:5: error: setter for 'progress1' is only available in macOS 10.15 or newer
                                progress1 = 1
                                ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:80:5: note: add 'if #available' version check
                                progress1 = 1
                                ^
/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:82:15: error: 'Task' is only available in macOS 10.15 or newer
                        try? await Task.sleep(for: .milliseconds(150))
                                   ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:82:15: note: add 'if #available' version check
                        try? await Task.sleep(for: .milliseconds(150))
                                   ^
/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:82:20: error: 'sleep(for:tolerance:clock:)' is only available in macOS 13.0 or newer
                        try? await Task.sleep(for: .milliseconds(150))
                                        ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:82:20: note: add 'if #available' version check
                        try? await Task.sleep(for: .milliseconds(150))
                                        ^
/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:82:32: error: 'milliseconds' is only available in macOS 13.0 or newer
                        try? await Task.sleep(for: .milliseconds(150))
                                                    ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:82:32: note: add 'if #available' version check
                        try? await Task.sleep(for: .milliseconds(150))
                                                    ^
/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:83:4: error: 'withAnimation' is only available in macOS 10.15 or newer
                        withAnimation(.easeOut(duration: 0.15)) {
                        ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:83:4: note: add 'if #available' version check
                        withAnimation(.easeOut(duration: 0.15)) {
                        ^
/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:83:19: error: 'easeOut(duration:)' is only available in macOS 10.15 or newer
                        withAnimation(.easeOut(duration: 0.15)) {
                                       ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:83:19: note: add 'if #available' version check
                        withAnimation(.easeOut(duration: 0.15)) {
                                       ^
/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:84:5: error: setter for 'progress2' is only available in macOS 10.15 or newer
                                progress2 = 1
                                ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:84:5: note: add 'if #available' version check
                                progress2 = 1
                                ^
/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:102:3: error: 'GeometryReader' is only available in macOS 10.15 or newer
                GeometryReader { geometry in
                ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:102:3: note: add 'if #available' version check
                GeometryReader { geometry in
                ^
/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+LiveIcon.swift:102:18: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
                GeometryReader { geometry in
                               ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:102:18: note: add 'if #available' version check
                GeometryReader { geometry in
                               ^
/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+LiveIcon.swift:102:18: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
                GeometryReader { geometry in
                               ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:102:18: note: add 'if #available' version check
                GeometryReader { geometry in
                               ^
/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+LiveIcon.swift:104:4: error: 'ZStack' is only available in macOS 10.15 or newer
                        ZStack {
                        ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:104:4: note: add 'if #available' version check
                        ZStack {
                        ^
/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+LiveIcon.swift:104:11: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
                        ZStack {
                               ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:104:11: note: add 'if #available' version check
                        ZStack {
                               ^
/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+LiveIcon.swift:104:11: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
                        ZStack {
                               ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:104:11: note: add 'if #available' version check
                        ZStack {
                               ^
/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+LiveIcon.swift:105:5: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
                                Path { path in
                                ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:105:5: note: add 'if #available' version check
                                Path { path in
                                ^
/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+LiveIcon.swift:105:5: error: 'Path' is only available in macOS 10.15 or newer
                                Path { path in
                                ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:105:5: note: add 'if #available' version check
                                Path { path in
                                ^
/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+LiveIcon.swift:106:11: error: 'move(to:)' is only available in macOS 10.15 or newer
                                        path.move(to: CGPoint(x: length * 0.1, y: length * 0.5))
                                             ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:106:11: note: add 'if #available' version check
                                        path.move(to: CGPoint(x: length * 0.1, y: length * 0.5))
                                             ^
/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+LiveIcon.swift:107:11: error: 'addLine(to:)' is only available in macOS 10.15 or newer
                                        path.addLine(to: CGPoint(x: length * 0.9, y: length * 0.5))
                                             ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:107:11: note: add 'if #available' version check
                                        path.addLine(to: CGPoint(x: length * 0.9, y: length * 0.5))
                                             ^
/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+LiveIcon.swift:109:6: error: 'trim(from:to:)' is only available in macOS 10.15 or newer
                                .trim(from: 0, to: progress1)
                                 ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:109:6: note: add 'if #available' version check
                                .trim(from: 0, to: progress1)
                                 ^
/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+LiveIcon.swift:110:6: error: 'stroke(_:style:antialiased:)' is only available in macOS 14.0 or newer
                                .stroke(color, style: StrokeStyle(lineWidth: 7, lineCap: .round, lineJoin: .round))
                                 ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:110:6: note: add 'if #available' version check
                                .stroke(color, style: StrokeStyle(lineWidth: 7, lineCap: .round, lineJoin: .round))
                                 ^
/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+LiveIcon.swift:110:27: error: 'StrokeStyle' is only available in macOS 10.15 or newer
                                .stroke(color, style: StrokeStyle(lineWidth: 7, lineCap: .round, lineJoin: .round))
                                                      ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:110:27: note: add 'if #available' version check
                                .stroke(color, style: StrokeStyle(lineWidth: 7, lineCap: .round, lineJoin: .round))
                                                      ^
/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+LiveIcon.swift:112:5: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
                                Path { path in
                                ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:112:5: note: add 'if #available' version check
                                Path { path in
                                ^
/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+LiveIcon.swift:112:5: error: 'Path' is only available in macOS 10.15 or newer
                                Path { path in
                                ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:112:5: note: add 'if #available' version check
                                Path { path in
                                ^
/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+LiveIcon.swift:113:11: error: 'move(to:)' is only available in macOS 10.15 or newer
                                        path.move(to: CGPoint(x: length * 0.5, y: length * 0.1))
                                             ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:113:11: note: add 'if #available' version check
                                        path.move(to: CGPoint(x: length * 0.5, y: length * 0.1))
                                             ^
/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+LiveIcon.swift:114:11: error: 'addLine(to:)' is only available in macOS 10.15 or newer
                                        path.addLine(to: CGPoint(x: length * 0.5, y: length * 0.9))
                                             ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:114:11: note: add 'if #available' version check
                                        path.addLine(to: CGPoint(x: length * 0.5, y: length * 0.9))
                                             ^
/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+LiveIcon.swift:116:6: error: 'trim(from:to:)' is only available in macOS 10.15 or newer
                                .trim(from: 0, to: progress2)
                                 ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:116:6: note: add 'if #available' version check
                                .trim(from: 0, to: progress2)
                                 ^
/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+LiveIcon.swift:117:6: error: 'stroke(_:style:antialiased:)' is only available in macOS 14.0 or newer
                                .stroke(color, style: StrokeStyle(lineWidth: 7, lineCap: .round, lineJoin: .round))
                                 ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:117:6: note: add 'if #available' version check
                                .stroke(color, style: StrokeStyle(lineWidth: 7, lineCap: .round, lineJoin: .round))
                                 ^
/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+LiveIcon.swift:117:27: error: 'StrokeStyle' is only available in macOS 10.15 or newer
                                .stroke(color, style: StrokeStyle(lineWidth: 7, lineCap: .round, lineJoin: .round))
                                                      ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:117:27: note: add 'if #available' version check
                                .stroke(color, style: StrokeStyle(lineWidth: 7, lineCap: .round, lineJoin: .round))
                                                      ^
/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+LiveIcon.swift:104:11: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
                        ZStack {
                               ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:104:11: note: add 'if #available' version check
                        ZStack {
                               ^
/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+LiveIcon.swift:104:11: warning: conformance of 'Color' to 'ShapeStyle' is only available in macOS 10.15 or newer
                        ZStack {
                               ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:104:11: note: add 'if #available' version check
                        ZStack {
                               ^
/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+LiveIcon.swift:120:4: error: 'task(id:priority:_:)' is only available in macOS 12.0 or newer
                .task(id: animationID) {
                 ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:120:4: note: add 'if #available' version check
                .task(id: animationID) {
                 ^
/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+LiveIcon.swift:121:4: error: setter for 'progress1' is only available in macOS 10.15 or newer
                        progress1 = 0
                        ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:121:4: note: add 'if #available' version check
                        progress1 = 0
                        ^
/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+LiveIcon.swift:122:4: error: setter for 'progress2' is only available in macOS 10.15 or newer
                        progress2 = 0
                        ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:122:4: note: add 'if #available' version check
                        progress2 = 0
                        ^
/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+LiveIcon.swift:123:15: error: 'Task' is only available in macOS 10.15 or newer
                        try? await Task.sleep(for: .milliseconds(150))
                                   ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:123:15: note: add 'if #available' version check
                        try? await Task.sleep(for: .milliseconds(150))
                                   ^
/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+LiveIcon.swift:123:20: error: 'sleep(for:tolerance:clock:)' is only available in macOS 13.0 or newer
                        try? await Task.sleep(for: .milliseconds(150))
                                        ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:123:20: note: add 'if #available' version check
                        try? await Task.sleep(for: .milliseconds(150))
                                        ^
/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+LiveIcon.swift:123:32: error: 'milliseconds' is only available in macOS 13.0 or newer
                        try? await Task.sleep(for: .milliseconds(150))
                                                    ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:123:32: note: add 'if #available' version check
                        try? await Task.sleep(for: .milliseconds(150))
                                                    ^
/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+LiveIcon.swift:124:4: error: 'withAnimation' is only available in macOS 10.15 or newer
                        withAnimation(.easeOut(duration: 0.15)) {
                        ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:124:4: note: add 'if #available' version check
                        withAnimation(.easeOut(duration: 0.15)) {
                        ^
/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+LiveIcon.swift:124:19: error: 'easeOut(duration:)' is only available in macOS 10.15 or newer
                        withAnimation(.easeOut(duration: 0.15)) {
                                       ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:124:19: note: add 'if #available' version check
                        withAnimation(.easeOut(duration: 0.15)) {
                                       ^
/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+LiveIcon.swift:125:5: error: setter for 'progress1' is only available in macOS 10.15 or newer
                                progress1 = 1
                                ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:125:5: note: add 'if #available' version check
                                progress1 = 1
                                ^
/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+LiveIcon.swift:127:15: error: 'Task' is only available in macOS 10.15 or newer
                        try? await Task.sleep(for: .milliseconds(150))
                                   ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:127:15: note: add 'if #available' version check
                        try? await Task.sleep(for: .milliseconds(150))
                                   ^
/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+LiveIcon.swift:127:20: error: 'sleep(for:tolerance:clock:)' is only available in macOS 13.0 or newer
                        try? await Task.sleep(for: .milliseconds(150))
                                        ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:127:20: note: add 'if #available' version check
                        try? await Task.sleep(for: .milliseconds(150))
                                        ^
/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+LiveIcon.swift:127:32: error: 'milliseconds' is only available in macOS 13.0 or newer
                        try? await Task.sleep(for: .milliseconds(150))
                                                    ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:127:32: note: add 'if #available' version check
                        try? await Task.sleep(for: .milliseconds(150))
                                                    ^
/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+LiveIcon.swift:128:4: error: 'withAnimation' is only available in macOS 10.15 or newer
                        withAnimation(.easeOut(duration: 0.15)) {
                        ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:128:4: note: add 'if #available' version check
                        withAnimation(.easeOut(duration: 0.15)) {
                        ^
/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+LiveIcon.swift:128:19: error: 'easeOut(duration:)' is only available in macOS 10.15 or newer
                        withAnimation(.easeOut(duration: 0.15)) {
                                       ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:128:19: note: add 'if #available' version check
                        withAnimation(.easeOut(duration: 0.15)) {
                                       ^
/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+LiveIcon.swift:129:5: error: setter for 'progress2' is only available in macOS 10.15 or newer
                                progress2 = 1
                                ^
/Users/admin/builder/spi-builder-workspace/SwiftUI/Sources/ProgressHUD+LiveIcon.swift:129:5: note: add 'if #available' version check
                                progress2 = 1
                                ^
/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 {
       ^
error: fatalError
BUILD FAILURE 5.10 macosSpm