Build Information
Failed to build CleevioUI, reference master (1f4acd), with Swift 6.1 for Linux on 3 Jul 2025 21:46:40 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cleevio/CleevioUI.git
Reference: master
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/cleevio/CleevioUI
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 1f4acd0 Merge pull request #6 from cleevio/feature/maxSizePreferenceKey
Cloned https://github.com/cleevio/CleevioUI.git
Revision (git rev-parse @):
1f4acd08843d406125104d346ddf26ef74e5d0ff
SUCCESS checkout https://github.com/cleevio/CleevioUI.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/cleevio/CleevioUI.git
https://github.com/cleevio/CleevioUI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "CleevioUI",
"name" : "CleevioUI",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "CleevioUI",
"targets" : [
"CleevioUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "CleevioUITests",
"module_type" : "SwiftTarget",
"name" : "CleevioUITests",
"path" : "Tests/CleevioUITests",
"sources" : [
"AsyncButtonTests.swift",
"CleevioUITests.swift",
"FlowLayoutTests.swift"
],
"target_dependencies" : [
"CleevioUI"
],
"type" : "test"
},
{
"c99name" : "CleevioUI",
"module_type" : "SwiftTarget",
"name" : "CleevioUI",
"path" : "Sources/CleevioUI",
"product_memberships" : [
"CleevioUI"
],
"sources" : [
"AsyncButton.swift",
"ButtonStyles/ButtonStateColorSet.swift",
"ButtonStyles/ButtonStylesPreviews.swift",
"ButtonStyles/IsLoadingPrimitiveButtonStyle.swift",
"ButtonStyles/RoundedStroke.swift",
"ButtonStyles/SolidButtonStyle+.swift",
"ButtonStyles/SolidButtonStyle.swift",
"Environment/LoadingKey.swift",
"Environment/StringError.swift",
"Extensions/UIWindow+topViewController.swift",
"Layout/FlowLayout.swift",
"Models/Accessibility/AccessibilityContext.swift",
"Models/Accessibility/AccessibilityIdentifier.swift",
"Models/Accessibility/ContextAccessibilityModifier.swift",
"Models/TextFieldType.swift",
"Modifiers/CorneredBorder.swift",
"Modifiers/Frame.swift",
"Modifiers/Overlay.swift",
"Modifiers/ReadSize.swift",
"Modifiers/Shadow.swift",
"Modifiers/Shake.swift",
"Modifiers/Shape+.swift",
"Modifiers/ViewWidth.swift",
"Passthrough/PassThroughView.swift",
"Passthrough/PassThroughWindow.swift",
"ProgressViewStyles/DotProgressViewStyle.swift",
"ProgressViewStyles/FloatingProgressViewStyle.swift",
"ViewControllers/ClearBackgroundUIHostingController.swift",
"Views/BaseUIViewControllerRepresentable.swift",
"Views/CLStepperView.swift",
"Views/CircleProgress/CircleProgressAppearance.swift",
"Views/CircleProgress/CircleProgressView.swift",
"Views/CircleProgress/Strategy/CircularProgressBarStategy.swift",
"Views/Inputs/CleevioInputField.swift",
"Views/Inputs/CleevioTextField.swift",
"Views/Inputs/FieldState.swift",
"Views/Inputs/InputsPreviews.swift",
"Views/Inputs/UITextFieldRepresentable.swift",
"Views/MapView.swift",
"Views/Segmented/SegmentedControl.swift",
"Views/Segmented/SegmentedPreviews.swift",
"Views/Segmented/SegmentedTabView.swift",
"Views/Segmented/Selectable.swift",
"Views/StatePreview.swift",
"Views/ToggleStyle/CheckBoxStateColorSet.swift",
"Views/ToggleStyle/CheckBoxStyle.swift",
"Views/ToggleStyle/ToggleExtension.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/45] Emitting module CleevioUI
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[4/50] Compiling CleevioUI InputsPreviews.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[5/50] Compiling CleevioUI UITextFieldRepresentable.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[6/50] Compiling CleevioUI MapView.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[7/50] Compiling CleevioUI SegmentedControl.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[8/50] Compiling CleevioUI SegmentedPreviews.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[9/50] Compiling CleevioUI SegmentedTabView.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[10/50] Compiling CleevioUI Selectable.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[11/50] Compiling CleevioUI StatePreview.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[12/50] Compiling CleevioUI CheckBoxStateColorSet.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[13/50] Compiling CleevioUI CheckBoxStyle.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[14/50] Compiling CleevioUI ToggleExtension.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[15/50] Compiling CleevioUI ReadSize.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[16/50] Compiling CleevioUI Shadow.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[17/50] Compiling CleevioUI Shake.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[18/50] Compiling CleevioUI Shape+.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[19/50] Compiling CleevioUI ViewWidth.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[20/50] Compiling CleevioUI PassThroughView.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[21/50] Compiling CleevioUI AccessibilityIdentifier.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[22/50] Compiling CleevioUI ContextAccessibilityModifier.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[23/50] Compiling CleevioUI TextFieldType.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[24/50] Compiling CleevioUI CorneredBorder.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[25/50] Compiling CleevioUI Frame.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[26/50] Compiling CleevioUI Overlay.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[27/50] Compiling CleevioUI AsyncButton.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[28/50] Compiling CleevioUI ButtonStateColorSet.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[29/50] Compiling CleevioUI ButtonStylesPreviews.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[30/50] Compiling CleevioUI IsLoadingPrimitiveButtonStyle.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[31/50] Compiling CleevioUI RoundedStroke.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[32/50] Compiling CleevioUI SolidButtonStyle+.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[33/50] Compiling CleevioUI CircleProgressAppearance.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[34/50] Compiling CleevioUI CircleProgressView.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[35/50] Compiling CleevioUI CircularProgressBarStategy.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[36/50] Compiling CleevioUI CleevioInputField.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[37/50] Compiling CleevioUI CleevioTextField.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[38/50] Compiling CleevioUI FieldState.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[39/50] Compiling CleevioUI SolidButtonStyle.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[40/50] Compiling CleevioUI LoadingKey.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[41/50] Compiling CleevioUI StringError.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[42/50] Compiling CleevioUI UIWindow+topViewController.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[43/50] Compiling CleevioUI FlowLayout.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[44/50] Compiling CleevioUI AccessibilityContext.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[45/50] Compiling CleevioUI PassThroughWindow.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[46/50] Compiling CleevioUI DotProgressViewStyle.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[47/50] Compiling CleevioUI FloatingProgressViewStyle.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[48/50] Compiling CleevioUI ClearBackgroundUIHostingController.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[49/50] Compiling CleevioUI BaseUIViewControllerRepresentable.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[50/50] Compiling CleevioUI CLStepperView.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/44] Compiling CleevioUI CircleProgressAppearance.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[3/44] Compiling CleevioUI CircleProgressView.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[4/44] Compiling CleevioUI CircularProgressBarStategy.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[5/44] Compiling CleevioUI CleevioInputField.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[6/44] Compiling CleevioUI CleevioTextField.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[7/44] Compiling CleevioUI FieldState.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[8/49] Compiling CleevioUI AccessibilityIdentifier.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[9/49] Compiling CleevioUI ContextAccessibilityModifier.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[10/49] Compiling CleevioUI TextFieldType.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[11/49] Compiling CleevioUI CorneredBorder.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[12/49] Compiling CleevioUI Frame.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[13/49] Compiling CleevioUI Overlay.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[14/49] Compiling CleevioUI AsyncButton.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[15/49] Compiling CleevioUI ButtonStateColorSet.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[16/49] Compiling CleevioUI ButtonStylesPreviews.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[17/49] Compiling CleevioUI IsLoadingPrimitiveButtonStyle.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[18/49] Compiling CleevioUI RoundedStroke.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[19/49] Compiling CleevioUI SolidButtonStyle+.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/49] Emitting module CleevioUI
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[21/49] Compiling CleevioUI SolidButtonStyle.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[22/49] Compiling CleevioUI LoadingKey.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[23/49] Compiling CleevioUI StringError.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[24/49] Compiling CleevioUI UIWindow+topViewController.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[25/49] Compiling CleevioUI FlowLayout.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[26/49] Compiling CleevioUI AccessibilityContext.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[27/49] Compiling CleevioUI Selectable.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[28/49] Compiling CleevioUI StatePreview.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[29/49] Compiling CleevioUI CheckBoxStateColorSet.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[30/49] Compiling CleevioUI CheckBoxStyle.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[31/49] Compiling CleevioUI ToggleExtension.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[32/49] Compiling CleevioUI InputsPreviews.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[33/49] Compiling CleevioUI UITextFieldRepresentable.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[34/49] Compiling CleevioUI MapView.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[35/49] Compiling CleevioUI SegmentedControl.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[36/49] Compiling CleevioUI SegmentedPreviews.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[37/49] Compiling CleevioUI SegmentedTabView.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[38/49] Compiling CleevioUI ReadSize.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[39/49] Compiling CleevioUI Shadow.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[40/49] Compiling CleevioUI Shake.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[41/49] Compiling CleevioUI Shape+.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[42/49] Compiling CleevioUI ViewWidth.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[43/49] Compiling CleevioUI PassThroughView.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[44/49] Compiling CleevioUI PassThroughWindow.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[45/49] Compiling CleevioUI DotProgressViewStyle.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[46/49] Compiling CleevioUI FloatingProgressViewStyle.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[47/49] Compiling CleevioUI ClearBackgroundUIHostingController.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[48/49] Compiling CleevioUI BaseUIViewControllerRepresentable.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
[49/49] Compiling CleevioUI CLStepperView.swift
/host/spi-builder-workspace/Sources/CleevioUI/AsyncButton.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | /// An option set that defines behaviors for `AsyncButton`.
BUILD FAILURE 6.1 linux