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 KippleUI, reference 0.5.4 (95c816), with Swift 6.1 for Android on 29 May 2025 10:29:24 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bdrelling/KippleUI.git
Reference: 0.5.4
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/bdrelling/KippleUI
 * tag               0.5.4      -> FETCH_HEAD
HEAD is now at 95c816d Removed bugged Ubuntu font
Cloned https://github.com/bdrelling/KippleUI.git
Revision (git rev-parse @):
95c816df7ce77e1f560039f41736c6c921f3d23a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/bdrelling/KippleUI.git at 0.5.4
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/bdrelling/KippleUI.git
https://github.com/bdrelling/KippleUI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "kipple",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.14.2",
            "upper_bound" : "0.15.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/bdrelling/Kipple"
    },
    {
      "identity" : "kippletools",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.3",
            "upper_bound" : "0.6.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/bdrelling/KippleTools"
    }
  ],
  "manifest_display_name" : "KippleUI",
  "name" : "KippleUI",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "KippleUI",
      "targets" : [
        "KippleUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "KippleColors",
      "targets" : [
        "KippleColors"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "KippleFonts",
      "targets" : [
        "KippleFonts"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "KippleHaptics",
      "targets" : [
        "KippleHaptics"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "KippleShaders",
      "targets" : [
        "KippleShaders"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "KippleShapes",
      "targets" : [
        "KippleShapes"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KippleUI",
      "module_type" : "SwiftTarget",
      "name" : "KippleUI",
      "path" : "Sources/KippleUI",
      "product_dependencies" : [
        "KippleFoundation"
      ],
      "product_memberships" : [
        "KippleUI"
      ],
      "sources" : [
        "CoreGraphics/Extensions/CGFloat+Convenience.swift",
        "CoreGraphics/Extensions/CGPoint+Convenience.swift",
        "CoreGraphics/Extensions/CGRect+Convenience.swift",
        "CoreGraphics/Extensions/CGSize+Convenience.swift",
        "CrossPlatformSupport/NavigationBarItemTitleDisplayMode+Convenience.swift",
        "CrossPlatformSupport/ToolbarItemPlacement+Convenience.swift",
        "CrossPlatformSupport/TypeAliases.swift",
        "CrossPlatformSupport/UIImage+ScalePreservingAspectRatio.swift",
        "CrossPlatformSupport/View+NavigationBarConvenience.swift",
        "Exports.swift",
        "Imported/AnimatableShape.swift",
        "Imported/Binding+Convenience.swift",
        "Imported/DynamicTypeExamples.swift",
        "Imported/NoButtonStyle.swift",
        "Imported/RangedDoubleFormatStyle.swift",
        "Imported/RangedIntegerFormatStyle.swift",
        "Imported/ScaledBezier.swift",
        "Imported/String+CopyToClipboard.swift",
        "Imported/View+Copying.swift",
        "Imported/View+DisableDynamicType.swift",
        "Imported/View+PreventDimming.swift",
        "Imported/View+PreviewAsFullScreenCover.swift",
        "Imported/View+PreviewAsSheet.swift",
        "Imported/View+Pulsing.swift",
        "Imported/View+Rotating.swift",
        "Imported/ViewRepresentable+StaticPreview.swift",
        "Kipple+Constants.swift",
        "SwiftUI/Core/Extensions/EdgeInsets+Convenience.swift",
        "SwiftUI/Core/Extensions/EnvironmentValues+IsDebugging.swift",
        "SwiftUI/Core/Extensions/EnvironmentValues+IsHighlighted.swift",
        "SwiftUI/Core/Extensions/LazyHGrid+Convenience.swift",
        "SwiftUI/Core/Extensions/LazyVGrid+Convenience.swift",
        "SwiftUI/Core/Extensions/LinearGradient+Fading.swift",
        "SwiftUI/Core/Extensions/Slider+BinaryInteger.swift",
        "SwiftUI/Core/Extensions/Text+Markdown.swift",
        "SwiftUI/Core/Extensions/View+Convenience.swift",
        "SwiftUI/Core/Extensions/View+OnRotate.swift",
        "SwiftUI/Core/Protocols/StateEnabledButtonStyle.swift",
        "SwiftUI/Core/ViewModifiers/KipplePickerStyle.swift",
        "SwiftUI/Core/ViewModifiers/NavigationHidden.swift",
        "SwiftUI/Core/ViewModifiers/ParallaxMotion.swift",
        "SwiftUI/Core/ViewModifiers/View+AlertHandler.swift",
        "SwiftUI/Core/ViewModifiers/View+Align.swift",
        "SwiftUI/Core/ViewModifiers/View+DisableAnimations.swift",
        "SwiftUI/Core/ViewModifiers/View+DisableLigatures.swift",
        "SwiftUI/Core/ViewModifiers/View+Modifed.swift",
        "SwiftUI/Core/ViewModifiers/View+NavigationBarBackButton.swift",
        "SwiftUI/Core/ViewModifiers/View+NavigationBarBackground.swift",
        "SwiftUI/Core/ViewModifiers/View+OnLoad.swift",
        "SwiftUI/Core/ViewModifiers/View+ReadSize.swift",
        "SwiftUI/Core/ViewModifiers/View+Refreshable.swift",
        "SwiftUI/Core/ViewModifiers/View+ReverseMask.swift",
        "SwiftUI/Core/ViewModifiers/View+Snapshot.swift",
        "SwiftUI/Core/ViewModifiers/View+UnevenCornerRadius.swift",
        "SwiftUI/Core/Views/AsyncButton.swift",
        "SwiftUI/Core/Views/DismissReader.swift",
        "SwiftUI/Core/Views/EnvironmentReader.swift",
        "SwiftUI/Core/Views/KipplePicker.swift",
        "SwiftUI/Core/Views/Modal.swift",
        "SwiftUI/Core/Views/NavigatorStack.swift",
        "SwiftUI/Core/Views/RefreshingView.swift",
        "SwiftUI/Previews/Enums/PreviewDeviceType.swift",
        "SwiftUI/Previews/Extensions/ColorScheme+Convenience.swift",
        "SwiftUI/Previews/Extensions/PreviewMatrix+Convenience.swift",
        "SwiftUI/Previews/ViewModifiers/PreviewBackground.swift",
        "SwiftUI/Previews/ViewModifiers/PreviewMatrix+Layout.swift",
        "SwiftUI/Previews/ViewModifiers/PreviewMatrix.swift",
        "SwiftUI/Previews/ViewModifiers/View+PreviewBlendModes.swift",
        "SwiftUI/Previews/ViewModifiers/View+PreviewInModal.swift",
        "SwiftUI/Previews/Views/ColorPalette.swift"
      ],
      "target_dependencies" : [
        "KippleColors",
        "KippleFonts",
        "KippleHaptics",
        "KippleShaders",
        "KippleShapes"
      ],
      "type" : "library"
    },
    {
      "c99name" : "KippleShapes",
      "module_type" : "SwiftTarget",
      "name" : "KippleShapes",
      "path" : "Sources/KippleShapes",
      "product_memberships" : [
        "KippleUI",
        "KippleShapes"
      ],
      "sources" : [
        "Extensions/Shape+FillAndStroke.swift",
        "Shapes/Hexagon.swift",
        "Shapes/PointedStar.swift",
        "Shapes/Polygon.swift",
        "Shapes/Quadrilateral.swift",
        "Shapes/Triangle.swift",
        "Views/Sphere.swift"
      ],
      "target_dependencies" : [
        "KippleColors"
      ],
      "type" : "library"
    },
    {
      "c99name" : "KippleShadersTests",
      "module_type" : "SwiftTarget",
      "name" : "KippleShadersTests",
      "path" : "Tests/KippleShadersTests",
      "sources" : [
        "MetalPerformanceShadersTests.swift",
        "ShaderLibraryTests.swift"
      ],
      "target_dependencies" : [
        "KippleShaders"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KippleShaders",
      "module_type" : "SwiftTarget",
      "name" : "KippleShaders",
      "path" : "Sources/KippleShaders",
      "product_memberships" : [
        "KippleUI",
        "KippleShaders"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/KippleShaders/Shaders/Checkerboard.metal",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/KippleShaders/Shaders/Pixellate.metal",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/KippleShaders/Shaders/Testing.metal",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Extensions/Bundle+Convenience.swift",
        "Helpers/KippleShaderLibrary.swift",
        "View+Checkerboard.swift",
        "View+Pixellate.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "KippleHaptics",
      "module_type" : "SwiftTarget",
      "name" : "KippleHaptics",
      "path" : "Sources/KippleHaptics",
      "product_memberships" : [
        "KippleUI",
        "KippleHaptics"
      ],
      "sources" : [
        "Helpers/HapticGenerator.swift",
        "ViewModifiers/View+HapticFeedback.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "KippleFontsTests",
      "module_type" : "SwiftTarget",
      "name" : "KippleFontsTests",
      "path" : "Tests/KippleFontsTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/KippleFontsTests/Resources/UbuntuMono/UbuntuMono-B.ttf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/KippleFontsTests/Resources/UbuntuMono/UbuntuMono-BI.ttf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/KippleFontsTests/Resources/UbuntuMono/UbuntuMono-R.ttf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/KippleFontsTests/Resources/UbuntuMono/UbuntuMono-RI.ttf",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Extensions/Font+UbuntuMono.swift",
        "Tests/FontExtensionTests.swift",
        "Tests/FontManagerTests.swift"
      ],
      "target_dependencies" : [
        "KippleFonts"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KippleFonts",
      "module_type" : "SwiftTarget",
      "name" : "KippleFonts",
      "path" : "Sources/KippleFonts",
      "product_memberships" : [
        "KippleUI",
        "KippleFonts"
      ],
      "sources" : [
        "Extensions/Font+Convenience.swift",
        "Extensions/Font+Custom.swift",
        "Extensions/FontTextStyle+Convenience.swift",
        "Helpers/FontManager.swift",
        "TypeAliases/UXFont.swift",
        "ViewModifiers/View+Font.swift",
        "Views/FontIterator.swift",
        "Views/FontTester.swift",
        "Views/SystemFontIterator.swift",
        "Views/TextStyleIterator.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "KippleColorsTests",
      "module_type" : "SwiftTarget",
      "name" : "KippleColorsTests",
      "path" : "Tests/KippleColorsTests",
      "sources" : [
        "ColorAdjustedTests.swift",
        "ColorHexTests.swift",
        "UXColorAdjustedTests.swift",
        "UXColorHexTests.swift"
      ],
      "target_dependencies" : [
        "KippleColors"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KippleColors",
      "module_type" : "SwiftTarget",
      "name" : "KippleColors",
      "path" : "Sources/KippleColors",
      "product_memberships" : [
        "KippleUI",
        "KippleColors",
        "KippleShapes"
      ],
      "sources" : [
        "Extensions/Color+Adjusted.swift",
        "Extensions/Color+Hex.swift",
        "TypeAliases/UXColor.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/bdrelling/KippleTools
Fetching https://github.com/bdrelling/Kipple
[1/720] Fetching kippletools
[599/2384] Fetching kippletools, kipple
Fetched https://github.com/bdrelling/KippleTools from cache (1.30s)
Fetched https://github.com/bdrelling/Kipple from cache (1.37s)
Computing version for https://github.com/bdrelling/KippleTools
Computed https://github.com/bdrelling/KippleTools at 0.5.4 (5.37s)
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/nicklockwood/SwiftFormat
[1/15379] Fetching swift-argument-parser
[12920/63561] Fetching swift-argument-parser, swiftformat
Fetched https://github.com/apple/swift-argument-parser from cache (47.91s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (48.99s)
Computing version for https://github.com/bdrelling/Kipple
Computed https://github.com/bdrelling/Kipple at 0.14.3 (50.32s)
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/apple/swift-log
Fetching https://github.com/devicekit/DeviceKit
Fetching https://github.com/kishikawakatsumi/KeychainAccess
[1/3836] Fetching swift-log
[193/8222] Fetching swift-log, keychainaccess
[364/12288] Fetching swift-log, keychainaccess, devicekit
[3278/28879] Fetching swift-log, keychainaccess, devicekit, swift-collections
Fetched https://github.com/apple/swift-log from cache (1.36s)
[12459/25043] Fetching keychainaccess, devicekit, swift-collections
Fetched https://github.com/devicekit/DeviceKit from cache (1.78s)
Fetched https://github.com/kishikawakatsumi/KeychainAccess from cache (1.80s)
[7632/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (2.82s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess
Computed https://github.com/kishikawakatsumi/KeychainAccess at 4.2.2 (4.02s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.96s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (2.53s)
Computing version for https://github.com/devicekit/DeviceKit
Computed https://github.com/devicekit/DeviceKit at 5.6.0 (1.05s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (1.27s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.56.2 (1.09s)
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.56.2
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess
Working copy of https://github.com/kishikawakatsumi/KeychainAccess resolved at 4.2.2
Creating working copy for https://github.com/bdrelling/KippleTools
Working copy of https://github.com/bdrelling/KippleTools resolved at 0.5.4
Creating working copy for https://github.com/devicekit/DeviceKit
Working copy of https://github.com/devicekit/DeviceKit resolved at 5.6.0
Creating working copy for https://github.com/bdrelling/Kipple
Working copy of https://github.com/bdrelling/Kipple resolved at 0.14.3
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
[1/1] Compiling plugin SwiftFormatPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/13] Write sources
[8/13] Copying Testing.metal
[8/13] Copying Pixellate.metal
[8/13] Copying Checkerboard.metal
[8/13] Write sources
[12/13] Write swift-version-24593BA9C3E375BF.txt
[14/51] Compiling KippleHaptics View+HapticFeedback.swift
/host/spi-builder-workspace/Sources/KippleHaptics/ViewModifiers/View+HapticFeedback.swift:3:8: error: no such module 'SwiftUI'
 1 | // Copyright © 2024 Brian Drelling. All rights reserved.
 2 |
 3 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 4 |
 5 | #if os(iOS)
[15/51] Compiling KippleColors UXColor.swift
/host/spi-builder-workspace/Sources/KippleColors/Extensions/Color+Adjusted.swift:3:8: error: no such module 'SwiftUI'
  1 | // Copyright © 2024 Brian Drelling. All rights reserved.
  2 |
  3 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  4 |
  5 | /// Extension to provide methods for adjusting the brightness of colors.
[16/51] Compiling KippleColors Color+Hex.swift
/host/spi-builder-workspace/Sources/KippleColors/Extensions/Color+Adjusted.swift:3:8: error: no such module 'SwiftUI'
  1 | // Copyright © 2024 Brian Drelling. All rights reserved.
  2 |
  3 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  4 |
  5 | /// Extension to provide methods for adjusting the brightness of colors.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/51] Emitting module KippleColors
/host/spi-builder-workspace/Sources/KippleColors/Extensions/Color+Adjusted.swift:3:8: error: no such module 'SwiftUI'
  1 | // Copyright © 2024 Brian Drelling. All rights reserved.
  2 |
  3 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  4 |
  5 | /// Extension to provide methods for adjusting the brightness of colors.
[18/51] Compiling KippleColors Color+Adjusted.swift
/host/spi-builder-workspace/Sources/KippleColors/Extensions/Color+Adjusted.swift:3:8: error: no such module 'SwiftUI'
  1 | // Copyright © 2024 Brian Drelling. All rights reserved.
  2 |
  3 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  4 |
  5 | /// Extension to provide methods for adjusting the brightness of colors.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/51] Emitting module KippleHaptics
/host/spi-builder-workspace/Sources/KippleHaptics/ViewModifiers/View+HapticFeedback.swift:3:8: error: no such module 'SwiftUI'
 1 | // Copyright © 2024 Brian Drelling. All rights reserved.
 2 |
 3 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 4 |
 5 | #if os(iOS)
/host/spi-builder-workspace/Sources/KippleHaptics/ViewModifiers/View+HapticFeedback.swift:3:8: error: no such module 'SwiftUI'
 1 | // Copyright © 2024 Brian Drelling. All rights reserved.
 2 |
 3 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 4 |
 5 | #if os(iOS)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin SwiftFormatPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/31] Compiling KippleHaptics View+HapticFeedback.swift
/host/spi-builder-workspace/Sources/KippleHaptics/ViewModifiers/View+HapticFeedback.swift:3:8: error: no such module 'SwiftUI'
 1 | // Copyright © 2024 Brian Drelling. All rights reserved.
 2 |
 3 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 4 |
 5 | #if os(iOS)
[5/41] Compiling KippleHaptics HapticGenerator.swift
/host/spi-builder-workspace/Sources/KippleHaptics/ViewModifiers/View+HapticFeedback.swift:3:8: error: no such module 'SwiftUI'
 1 | // Copyright © 2024 Brian Drelling. All rights reserved.
 2 |
 3 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 4 |
 5 | #if os(iOS)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/41] Emitting module KippleHaptics
/host/spi-builder-workspace/Sources/KippleHaptics/ViewModifiers/View+HapticFeedback.swift:3:8: error: no such module 'SwiftUI'
 1 | // Copyright © 2024 Brian Drelling. All rights reserved.
 2 |
 3 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 4 |
 5 | #if os(iOS)
BUILD FAILURE 6.1 android