Build Information
Failed to build KippleUI, reference 0.5.4 (95c816
), with Swift 6.1 for Wasm on 29 May 2025 10:28:28 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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: 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: 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" : {
"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-4609320-2":/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/KippleTools
Fetching https://github.com/bdrelling/Kipple
[1/720] Fetching kippletools
[239/2384] Fetching kippletools, kipple
Fetched https://github.com/bdrelling/KippleTools from cache (1.22s)
Fetched https://github.com/bdrelling/Kipple from cache (1.28s)
Computing version for https://github.com/bdrelling/KippleTools
Computed https://github.com/bdrelling/KippleTools at 0.5.4 (4.44s)
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/apple/swift-argument-parser
[1/15379] Fetching swift-argument-parser
[11997/63561] Fetching swift-argument-parser, swiftformat
Fetched https://github.com/apple/swift-argument-parser from cache (1.28s)
[4337/48182] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (28.77s)
Computing version for https://github.com/bdrelling/Kipple
Computed https://github.com/bdrelling/Kipple at 0.14.3 (33.84s)
Fetching https://github.com/apple/swift-log
Fetching https://github.com/kishikawakatsumi/KeychainAccess
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/devicekit/DeviceKit
[1/3836] Fetching swift-log
[2226/8222] Fetching swift-log, keychainaccess
[4539/12288] Fetching swift-log, keychainaccess, devicekit
[4968/28879] Fetching swift-log, keychainaccess, devicekit, swift-collections
Fetched https://github.com/apple/swift-log from cache (3.71s)
Fetched https://github.com/devicekit/DeviceKit from cache (3.71s)
Fetched https://github.com/kishikawakatsumi/KeychainAccess from cache (3.72s)
Fetched https://github.com/apple/swift-collections from cache (3.74s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess
Computed https://github.com/kishikawakatsumi/KeychainAccess at 4.2.2 (5.67s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.48s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (0.45s)
Computing version for https://github.com/devicekit/DeviceKit
Computed https://github.com/devicekit/DeviceKit at 5.6.0 (0.49s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (0.87s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.56.2 (0.97s)
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/kishikawakatsumi/KeychainAccess
Working copy of https://github.com/kishikawakatsumi/KeychainAccess resolved at 4.2.2
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/bdrelling/KippleTools
Working copy of https://github.com/bdrelling/KippleTools resolved at 0.5.4
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/Kipple
Working copy of https://github.com/bdrelling/Kipple resolved at 0.14.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-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
[3/13] Copying Testing.metal
[3/13] Copying Pixellate.metal
[3/13] Copying Checkerboard.metal
[3/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 KippleShaders
/host/spi-builder-workspace/Sources/KippleShaders/Helpers/KippleShaderLibrary.swift:3:8: error: no such module 'Metal'
1 | // Copyright © 2024 Brian Drelling. All rights reserved.
2 |
3 | import Metal
| `- error: no such module 'Metal'
4 | import MetalPerformanceShaders
5 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/51] Emitting module KippleFonts
/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.
[16/51] Compiling KippleFoundation BinaryInteger+Clamped.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.
[17/51] Compiling KippleFoundation Bool+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.
[18/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.
[19/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.
[20/52] Compiling KippleShaders KippleShaderLibrary.swift
/host/spi-builder-workspace/Sources/KippleShaders/Helpers/KippleShaderLibrary.swift:3:8: error: no such module 'Metal'
1 | // Copyright © 2024 Brian Drelling. All rights reserved.
2 |
3 | import Metal
| `- error: no such module 'Metal'
4 | import MetalPerformanceShaders
5 |
[21/52] 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.
[22/52] Compiling KippleShaders View+Checkerboard.swift
/host/spi-builder-workspace/Sources/KippleShaders/Helpers/KippleShaderLibrary.swift:3:8: error: no such module 'Metal'
1 | // Copyright © 2024 Brian Drelling. All rights reserved.
2 |
3 | import Metal
| `- error: no such module 'Metal'
4 | import MetalPerformanceShaders
5 |
[23/52] 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.
[24/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)
[25/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.
[26/52] 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.
[27/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.
[28/52] 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)
[29/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)
[30/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)
[31/52] 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.
[32/52] 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.
/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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/41] Emitting module KippleShaders
/host/spi-builder-workspace/Sources/KippleShaders/Helpers/KippleShaderLibrary.swift:3:8: error: no such module 'Metal'
1 | // Copyright © 2024 Brian Drelling. All rights reserved.
2 |
3 | import Metal
| `- error: no such module 'Metal'
4 | import MetalPerformanceShaders
5 |
[5/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.
[6/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)
[7/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)
[8/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.
[9/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.
[10/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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/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)
[12/41] 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.
BUILD FAILURE 6.1 wasm