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 main (53a56e), with Swift 6.1 for Wasm on 29 May 2025 10:29:40 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bdrelling/KippleUI.git
Reference: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 53a56ef Fixed AlertHandler MainActor references
Cloned https://github.com/bdrelling/KippleUI.git
Revision (git rev-parse @):
53a56ef7d3b94856869ee8ecea7db1d82459e0f1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/bdrelling/KippleUI.git at main
========================================
Build
========================================
Selected platform:         wasm
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" : {
        "revision" : [
          "7b64f96fa67d68b35722029f2ef02a417a911b62"
        ]
      },
      "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/Protocols/StorageCodable.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/EmojiFlag.swift",
        "SwiftUI/Core/Views/EnvironmentReader.swift",
        "SwiftUI/Core/Views/HScrollStack.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-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/bdrelling/Kipple
[17/1664] Fetching kipple
Fetched https://github.com/bdrelling/Kipple from cache (1.19s)
Fetching https://github.com/bdrelling/KippleTools
Fetching https://github.com/kishikawakatsumi/KeychainAccess
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/apple/swift-algorithms
Fetching https://github.com/apple/swift-log
Fetching https://github.com/devicekit/DeviceKit
[1/720] Fetching kippletools
[721/5106] Fetching kippletools, keychainaccess
Fetched https://github.com/bdrelling/KippleTools from cache (0.29s)
[2281/4386] Fetching keychainaccess
[3598/10345] Fetching keychainaccess, swift-algorithms
[4667/14181] Fetching keychainaccess, swift-algorithms, swift-log
[7972/18247] Fetching keychainaccess, swift-algorithms, swift-log, devicekit
[15010/34838] Fetching keychainaccess, swift-algorithms, swift-log, devicekit, swift-collections
Fetched https://github.com/apple/swift-algorithms from cache (0.65s)
[15109/28879] Fetching keychainaccess, swift-log, devicekit, swift-collections
Fetched https://github.com/kishikawakatsumi/KeychainAccess from cache (0.75s)
Fetched https://github.com/apple/swift-log from cache (0.76s)
Fetched https://github.com/devicekit/DeviceKit from cache (0.77s)
[4480/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.57s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess
Computed https://github.com/kishikawakatsumi/KeychainAccess at 4.2.2 (4.78s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (0.90s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.61s)
Computing version for https://github.com/bdrelling/KippleTools
Computed https://github.com/bdrelling/KippleTools at 0.5.4 (3.61s)
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/nicklockwood/SwiftFormat
[1/15379] Fetching swift-argument-parser
[12766/63561] Fetching swift-argument-parser, swiftformat
Fetched https://github.com/apple/swift-argument-parser from cache (20.72s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (21.39s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (21.89s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (0.49s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.54s)
Computing version for https://github.com/devicekit/DeviceKit
Computed https://github.com/devicekit/DeviceKit at 5.6.0 (0.48s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (0.62s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.56.2 (0.72s)
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/kishikawakatsumi/KeychainAccess
Working copy of https://github.com/kishikawakatsumi/KeychainAccess resolved at 4.2.2
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
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/bdrelling/Kipple
Working copy of https://github.com/bdrelling/Kipple resolved at 7b64f96fa67d68b35722029f2ef02a417a911b62
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/bdrelling/KippleTools
Working copy of https://github.com/bdrelling/KippleTools resolved at 0.5.4
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
[2/13] Copying Pixellate.metal
[2/13] Copying Testing.metal
[2/13] Write sources
[2/13] Copying Checkerboard.metal
[2/13] Write sources
[12/13] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/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.
[15/51] Emitting module KippleShaders
[16/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.
[17/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.
[18/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.
[19/51] Compiling KippleShaders Bundle+Convenience.swift
[20/51] Compiling KippleFonts FontTester.swift
/host/spi-builder-workspace/Sources/KippleFonts/Extensions/Font+Convenience.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 convenience methods for working with fonts.
[21/51] Compiling KippleFonts FontIterator.swift
/host/spi-builder-workspace/Sources/KippleFonts/Extensions/Font+Convenience.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 convenience methods for working with fonts.
[22/52] Compiling KippleFonts SystemFontIterator.swift
/host/spi-builder-workspace/Sources/KippleFonts/Extensions/Font+Convenience.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 convenience methods for working with fonts.
[23/52] Compiling KippleFonts View+Font.swift
/host/spi-builder-workspace/Sources/KippleFonts/Extensions/Font+Convenience.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 convenience methods for working with fonts.
[24/52] Compiling KippleFonts UXFont.swift
/host/spi-builder-workspace/Sources/KippleFonts/Extensions/Font+Convenience.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 convenience methods for working with fonts.
[25/52] 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)
[26/52] 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)
[27/52] 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)
[28/52] Compiling KippleFonts TextStyleIterator.swift
/host/spi-builder-workspace/Sources/KippleFonts/Extensions/Font+Convenience.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 convenience methods for working with fonts.
[29/52] Compiling KippleShaders KippleShaderLibrary.swift
[30/52] Compiling KippleShaders View+Checkerboard.swift
[31/52] Compiling KippleShaders View+Pixellate.swift
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:10: note: while building module 'wasi_emulated_signal' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:
 26 | #include <setjmp.h>
 27 | #endif
 28 | #include <signal.h>
    |          `- note: while building module 'wasi_emulated_signal' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:
 29 | #include <stddef.h>
 30 | #include <stdio.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "signal.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/signal.h:2:2: error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  1 | #ifndef _WASI_EMULATED_SIGNAL
  2 | #error "wasm lacks signal support; to enable minimal signal emulation, \
    |  `- error: "wasm lacks signal support; to enable minimal signal emulation, compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  3 | compile with -D_WASI_EMULATED_SIGNAL and link with -lwasi-emulated-signal"
  4 | #else
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "CoreFoundation.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/CoreFoundation.h:28:10: error: could not build module 'wasi_emulated_signal'
 26 | #include <setjmp.h>
 27 | #endif
 28 | #include <signal.h>
    |          `- error: could not build module 'wasi_emulated_signal'
 29 | #include <stddef.h>
 30 | #include <stdio.h>
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:10: note: while building module 'wasi_emulated_mman' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:
 84 | #undef _WASI_EMULATED_MMAN
 85 | #define _WASI_EMULATED_MMAN
 86 | #include <sys/mman.h>
    |          `- note: while building module 'wasi_emulated_mman' imported from /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/CoreFoundation/ForSwiftFoundationOnly.h:86:
 87 | #elif TARGET_OS_LINUX
 88 | #include <errno.h>
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sys/mman.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/sys/mman.h:2:2: error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  1 | #ifndef _WASI_EMULATED_MMAN
  2 | #error "WASI lacks a true mmap; to enable minimal mmap emulation, \
    |  `- error: "WASI lacks a true mmap; to enable minimal mmap emulation, compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  3 | compile with -D_WASI_EMULATED_MMAN and link with -lwasi-emulated-mman"
  4 | #else
[32/52] Compiling KippleFonts Font+Convenience.swift
/host/spi-builder-workspace/Sources/KippleFonts/Extensions/Font+Convenience.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 convenience methods for working with fonts.
[33/52] Compiling KippleFonts Font+Custom.swift
/host/spi-builder-workspace/Sources/KippleFonts/Extensions/Font+Convenience.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 convenience methods for working with fonts.
error: emit-module command failed with exit code 1 (use -v to see invocation)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-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/41] 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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/41] 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.
[6/41] 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.
[7/41] 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.
[8/41] 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)
/host/spi-builder-workspace/Sources/KippleFonts/Extensions/Font+Convenience.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 convenience methods for working with fonts.
[9/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)
/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 wasm