Build Information
Failed to build ColorWellKit, reference 1.1.2 (42fd8c
), with Swift 6.1 for Android on 29 May 2025 00:59:48 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jordanbaird/ColorWellKit.git
Reference: 1.1.2
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/jordanbaird/ColorWellKit
* tag 1.1.2 -> FETCH_HEAD
HEAD is now at 42fd8c4 Release 1.1.2
Cloned https://github.com/jordanbaird/ColorWellKit.git
Revision (git rev-parse @):
42fd8c4a4b47398eb2e4ce9eda3a0927e897c4bd
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/jordanbaird/ColorWellKit.git at 1.1.2
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/jordanbaird/ColorWellKit.git
https://github.com/jordanbaird/ColorWellKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "ColorWellKit",
"name" : "ColorWellKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
}
],
"products" : [
{
"name" : "ColorWellKit",
"targets" : [
"ColorWellKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ColorWellKitTests",
"module_type" : "SwiftTarget",
"name" : "ColorWellKitTests",
"path" : "Tests/ColorWellKitTests",
"sources" : [
"ColorWellKitTests.swift"
],
"target_dependencies" : [
"ColorWellKit"
],
"type" : "test"
},
{
"c99name" : "ColorWellKit",
"module_type" : "SwiftTarget",
"name" : "ColorWellKit",
"path" : "Sources/ColorWellKit",
"product_memberships" : [
"ColorWellKit"
],
"sources" : [
"Utilities/ColorHelpers.swift",
"Utilities/Extensions.swift",
"Utilities/Geometry.swift",
"Utilities/LocalEventMonitor.swift",
"Utilities/Logging.swift",
"Utilities/ObjectAssociation.swift",
"Utilities/Path.swift",
"Views/Cocoa/CWColorWell.swift",
"Views/Cocoa/CWColorWellBaseControl.swift",
"Views/Cocoa/CWColorWellDelegate.swift",
"Views/Cocoa/CWColorWellLayoutView.swift",
"Views/Cocoa/CWColorWellPopover.swift",
"Views/Cocoa/CWColorWellSegment.swift",
"Views/Cocoa/Style.swift",
"Views/SwiftUI/Backports.swift",
"Views/SwiftUI/ColorPanelMode.swift",
"Views/SwiftUI/ColorWell.swift",
"Views/SwiftUI/ColorWellRepresentable.swift",
"Views/SwiftUI/ColorWellSecondaryActionDelegate.swift",
"Views/SwiftUI/ColorWellStyle.swift",
"Views/SwiftUI/EnvironmentValues.swift",
"Views/SwiftUI/ViewModifiers.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/23] Compiling ColorWellKit CWColorWellDelegate.swift
/host/spi-builder-workspace/Sources/ColorWellKit/Utilities/ColorHelpers.swift:6:8: error: no such module 'AppKit'
4 | //
5 |
6 | import AppKit
| `- error: no such module 'AppKit'
7 |
8 | // MARK: - ColorInfo
[4/23] Compiling ColorWellKit CWColorWellLayoutView.swift
/host/spi-builder-workspace/Sources/ColorWellKit/Utilities/ColorHelpers.swift:6:8: error: no such module 'AppKit'
4 | //
5 |
6 | import AppKit
| `- error: no such module 'AppKit'
7 |
8 | // MARK: - ColorInfo
[5/23] Compiling ColorWellKit CWColorWellPopover.swift
/host/spi-builder-workspace/Sources/ColorWellKit/Utilities/ColorHelpers.swift:6:8: error: no such module 'AppKit'
4 | //
5 |
6 | import AppKit
| `- error: no such module 'AppKit'
7 |
8 | // MARK: - ColorInfo
[6/25] Compiling ColorWellKit Path.swift
/host/spi-builder-workspace/Sources/ColorWellKit/Utilities/ColorHelpers.swift:6:8: error: no such module 'AppKit'
4 | //
5 |
6 | import AppKit
| `- error: no such module 'AppKit'
7 |
8 | // MARK: - ColorInfo
[7/25] Compiling ColorWellKit CWColorWell.swift
/host/spi-builder-workspace/Sources/ColorWellKit/Utilities/ColorHelpers.swift:6:8: error: no such module 'AppKit'
4 | //
5 |
6 | import AppKit
| `- error: no such module 'AppKit'
7 |
8 | // MARK: - ColorInfo
[8/25] Compiling ColorWellKit CWColorWellBaseControl.swift
/host/spi-builder-workspace/Sources/ColorWellKit/Utilities/ColorHelpers.swift:6:8: error: no such module 'AppKit'
4 | //
5 |
6 | import AppKit
| `- error: no such module 'AppKit'
7 |
8 | // MARK: - ColorInfo
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/25] Emitting module ColorWellKit
/host/spi-builder-workspace/Sources/ColorWellKit/Utilities/ColorHelpers.swift:6:8: error: no such module 'AppKit'
4 | //
5 |
6 | import AppKit
| `- error: no such module 'AppKit'
7 |
8 | // MARK: - ColorInfo
[10/25] Compiling ColorWellKit EnvironmentValues.swift
/host/spi-builder-workspace/Sources/ColorWellKit/Utilities/ColorHelpers.swift:6:8: error: no such module 'AppKit'
4 | //
5 |
6 | import AppKit
| `- error: no such module 'AppKit'
7 |
8 | // MARK: - ColorInfo
[11/25] Compiling ColorWellKit ViewModifiers.swift
/host/spi-builder-workspace/Sources/ColorWellKit/Utilities/ColorHelpers.swift:6:8: error: no such module 'AppKit'
4 | //
5 |
6 | import AppKit
| `- error: no such module 'AppKit'
7 |
8 | // MARK: - ColorInfo
[12/25] Compiling ColorWellKit ColorPanelMode.swift
/host/spi-builder-workspace/Sources/ColorWellKit/Utilities/ColorHelpers.swift:6:8: error: no such module 'AppKit'
4 | //
5 |
6 | import AppKit
| `- error: no such module 'AppKit'
7 |
8 | // MARK: - ColorInfo
[13/25] Compiling ColorWellKit ColorWell.swift
/host/spi-builder-workspace/Sources/ColorWellKit/Utilities/ColorHelpers.swift:6:8: error: no such module 'AppKit'
4 | //
5 |
6 | import AppKit
| `- error: no such module 'AppKit'
7 |
8 | // MARK: - ColorInfo
[14/25] Compiling ColorWellKit ColorWellRepresentable.swift
/host/spi-builder-workspace/Sources/ColorWellKit/Utilities/ColorHelpers.swift:6:8: error: no such module 'AppKit'
4 | //
5 |
6 | import AppKit
| `- error: no such module 'AppKit'
7 |
8 | // MARK: - ColorInfo
[15/25] Compiling ColorWellKit ColorWellSecondaryActionDelegate.swift
/host/spi-builder-workspace/Sources/ColorWellKit/Utilities/ColorHelpers.swift:6:8: error: no such module 'AppKit'
4 | //
5 |
6 | import AppKit
| `- error: no such module 'AppKit'
7 |
8 | // MARK: - ColorInfo
[16/25] Compiling ColorWellKit ColorWellStyle.swift
/host/spi-builder-workspace/Sources/ColorWellKit/Utilities/ColorHelpers.swift:6:8: error: no such module 'AppKit'
4 | //
5 |
6 | import AppKit
| `- error: no such module 'AppKit'
7 |
8 | // MARK: - ColorInfo
[17/25] Compiling ColorWellKit CWColorWellSegment.swift
/host/spi-builder-workspace/Sources/ColorWellKit/Utilities/ColorHelpers.swift:6:8: error: no such module 'AppKit'
4 | //
5 |
6 | import AppKit
| `- error: no such module 'AppKit'
7 |
8 | // MARK: - ColorInfo
[18/25] Compiling ColorWellKit Style.swift
/host/spi-builder-workspace/Sources/ColorWellKit/Utilities/ColorHelpers.swift:6:8: error: no such module 'AppKit'
4 | //
5 |
6 | import AppKit
| `- error: no such module 'AppKit'
7 |
8 | // MARK: - ColorInfo
[19/25] Compiling ColorWellKit Backports.swift
/host/spi-builder-workspace/Sources/ColorWellKit/Utilities/ColorHelpers.swift:6:8: error: no such module 'AppKit'
4 | //
5 |
6 | import AppKit
| `- error: no such module 'AppKit'
7 |
8 | // MARK: - ColorInfo
[20/25] Compiling ColorWellKit LocalEventMonitor.swift
/host/spi-builder-workspace/Sources/ColorWellKit/Utilities/ColorHelpers.swift:6:8: error: no such module 'AppKit'
4 | //
5 |
6 | import AppKit
| `- error: no such module 'AppKit'
7 |
8 | // MARK: - ColorInfo
[21/25] Compiling ColorWellKit Logging.swift
/host/spi-builder-workspace/Sources/ColorWellKit/Utilities/ColorHelpers.swift:6:8: error: no such module 'AppKit'
4 | //
5 |
6 | import AppKit
| `- error: no such module 'AppKit'
7 |
8 | // MARK: - ColorInfo
[22/25] Compiling ColorWellKit ObjectAssociation.swift
/host/spi-builder-workspace/Sources/ColorWellKit/Utilities/ColorHelpers.swift:6:8: error: no such module 'AppKit'
4 | //
5 |
6 | import AppKit
| `- error: no such module 'AppKit'
7 |
8 | // MARK: - ColorInfo
[23/25] Compiling ColorWellKit ColorHelpers.swift
/host/spi-builder-workspace/Sources/ColorWellKit/Utilities/ColorHelpers.swift:6:8: error: no such module 'AppKit'
4 | //
5 |
6 | import AppKit
| `- error: no such module 'AppKit'
7 |
8 | // MARK: - ColorInfo
[24/25] Compiling ColorWellKit Extensions.swift
/host/spi-builder-workspace/Sources/ColorWellKit/Utilities/ColorHelpers.swift:6:8: error: no such module 'AppKit'
4 | //
5 |
6 | import AppKit
| `- error: no such module 'AppKit'
7 |
8 | // MARK: - ColorInfo
[25/25] Compiling ColorWellKit Geometry.swift
/host/spi-builder-workspace/Sources/ColorWellKit/Utilities/ColorHelpers.swift:6:8: error: no such module 'AppKit'
4 | //
5 |
6 | import AppKit
| `- error: no such module 'AppKit'
7 |
8 | // MARK: - ColorInfo
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/22] Compiling ColorWellKit ColorWellSecondaryActionDelegate.swift
/host/spi-builder-workspace/Sources/ColorWellKit/Utilities/ColorHelpers.swift:6:8: error: no such module 'AppKit'
4 | //
5 |
6 | import AppKit
| `- error: no such module 'AppKit'
7 |
8 | // MARK: - ColorInfo
[3/22] Compiling ColorWellKit ColorWellStyle.swift
/host/spi-builder-workspace/Sources/ColorWellKit/Utilities/ColorHelpers.swift:6:8: error: no such module 'AppKit'
4 | //
5 |
6 | import AppKit
| `- error: no such module 'AppKit'
7 |
8 | // MARK: - ColorInfo
[4/22] Compiling ColorWellKit ColorPanelMode.swift
/host/spi-builder-workspace/Sources/ColorWellKit/Utilities/ColorHelpers.swift:6:8: error: no such module 'AppKit'
4 | //
5 |
6 | import AppKit
| `- error: no such module 'AppKit'
7 |
8 | // MARK: - ColorInfo
[5/22] Compiling ColorWellKit ColorWell.swift
/host/spi-builder-workspace/Sources/ColorWellKit/Utilities/ColorHelpers.swift:6:8: error: no such module 'AppKit'
4 | //
5 |
6 | import AppKit
| `- error: no such module 'AppKit'
7 |
8 | // MARK: - ColorInfo
[6/22] Compiling ColorWellKit ColorWellRepresentable.swift
/host/spi-builder-workspace/Sources/ColorWellKit/Utilities/ColorHelpers.swift:6:8: error: no such module 'AppKit'
4 | //
5 |
6 | import AppKit
| `- error: no such module 'AppKit'
7 |
8 | // MARK: - ColorInfo
[7/24] Compiling ColorWellKit CWColorWellSegment.swift
/host/spi-builder-workspace/Sources/ColorWellKit/Utilities/ColorHelpers.swift:6:8: error: no such module 'AppKit'
4 | //
5 |
6 | import AppKit
| `- error: no such module 'AppKit'
7 |
8 | // MARK: - ColorInfo
[8/24] Compiling ColorWellKit Style.swift
/host/spi-builder-workspace/Sources/ColorWellKit/Utilities/ColorHelpers.swift:6:8: error: no such module 'AppKit'
4 | //
5 |
6 | import AppKit
| `- error: no such module 'AppKit'
7 |
8 | // MARK: - ColorInfo
[9/24] Compiling ColorWellKit Backports.swift
/host/spi-builder-workspace/Sources/ColorWellKit/Utilities/ColorHelpers.swift:6:8: error: no such module 'AppKit'
4 | //
5 |
6 | import AppKit
| `- error: no such module 'AppKit'
7 |
8 | // MARK: - ColorInfo
[10/24] Compiling ColorWellKit Path.swift
/host/spi-builder-workspace/Sources/ColorWellKit/Utilities/ColorHelpers.swift:6:8: error: no such module 'AppKit'
4 | //
5 |
6 | import AppKit
| `- error: no such module 'AppKit'
7 |
8 | // MARK: - ColorInfo
[11/24] Compiling ColorWellKit CWColorWell.swift
/host/spi-builder-workspace/Sources/ColorWellKit/Utilities/ColorHelpers.swift:6:8: error: no such module 'AppKit'
4 | //
5 |
6 | import AppKit
| `- error: no such module 'AppKit'
7 |
8 | // MARK: - ColorInfo
[12/24] Compiling ColorWellKit CWColorWellBaseControl.swift
/host/spi-builder-workspace/Sources/ColorWellKit/Utilities/ColorHelpers.swift:6:8: error: no such module 'AppKit'
4 | //
5 |
6 | import AppKit
| `- error: no such module 'AppKit'
7 |
8 | // MARK: - ColorInfo
[13/24] Compiling ColorWellKit LocalEventMonitor.swift
/host/spi-builder-workspace/Sources/ColorWellKit/Utilities/ColorHelpers.swift:6:8: error: no such module 'AppKit'
4 | //
5 |
6 | import AppKit
| `- error: no such module 'AppKit'
7 |
8 | // MARK: - ColorInfo
[14/24] Compiling ColorWellKit Logging.swift
/host/spi-builder-workspace/Sources/ColorWellKit/Utilities/ColorHelpers.swift:6:8: error: no such module 'AppKit'
4 | //
5 |
6 | import AppKit
| `- error: no such module 'AppKit'
7 |
8 | // MARK: - ColorInfo
[15/24] Compiling ColorWellKit ObjectAssociation.swift
/host/spi-builder-workspace/Sources/ColorWellKit/Utilities/ColorHelpers.swift:6:8: error: no such module 'AppKit'
4 | //
5 |
6 | import AppKit
| `- error: no such module 'AppKit'
7 |
8 | // MARK: - ColorInfo
[16/24] Compiling ColorWellKit ColorHelpers.swift
/host/spi-builder-workspace/Sources/ColorWellKit/Utilities/ColorHelpers.swift:6:8: error: no such module 'AppKit'
4 | //
5 |
6 | import AppKit
| `- error: no such module 'AppKit'
7 |
8 | // MARK: - ColorInfo
[17/24] Compiling ColorWellKit Extensions.swift
/host/spi-builder-workspace/Sources/ColorWellKit/Utilities/ColorHelpers.swift:6:8: error: no such module 'AppKit'
4 | //
5 |
6 | import AppKit
| `- error: no such module 'AppKit'
7 |
8 | // MARK: - ColorInfo
[18/24] Compiling ColorWellKit Geometry.swift
/host/spi-builder-workspace/Sources/ColorWellKit/Utilities/ColorHelpers.swift:6:8: error: no such module 'AppKit'
4 | //
5 |
6 | import AppKit
| `- error: no such module 'AppKit'
7 |
8 | // MARK: - ColorInfo
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/24] Emitting module ColorWellKit
/host/spi-builder-workspace/Sources/ColorWellKit/Utilities/ColorHelpers.swift:6:8: error: no such module 'AppKit'
4 | //
5 |
6 | import AppKit
| `- error: no such module 'AppKit'
7 |
8 | // MARK: - ColorInfo
[20/24] Compiling ColorWellKit EnvironmentValues.swift
/host/spi-builder-workspace/Sources/ColorWellKit/Utilities/ColorHelpers.swift:6:8: error: no such module 'AppKit'
4 | //
5 |
6 | import AppKit
| `- error: no such module 'AppKit'
7 |
8 | // MARK: - ColorInfo
[21/24] Compiling ColorWellKit ViewModifiers.swift
/host/spi-builder-workspace/Sources/ColorWellKit/Utilities/ColorHelpers.swift:6:8: error: no such module 'AppKit'
4 | //
5 |
6 | import AppKit
| `- error: no such module 'AppKit'
7 |
8 | // MARK: - ColorInfo
[22/24] Compiling ColorWellKit CWColorWellDelegate.swift
/host/spi-builder-workspace/Sources/ColorWellKit/Utilities/ColorHelpers.swift:6:8: error: no such module 'AppKit'
4 | //
5 |
6 | import AppKit
| `- error: no such module 'AppKit'
7 |
8 | // MARK: - ColorInfo
[23/24] Compiling ColorWellKit CWColorWellLayoutView.swift
/host/spi-builder-workspace/Sources/ColorWellKit/Utilities/ColorHelpers.swift:6:8: error: no such module 'AppKit'
4 | //
5 |
6 | import AppKit
| `- error: no such module 'AppKit'
7 |
8 | // MARK: - ColorInfo
[24/24] Compiling ColorWellKit CWColorWellPopover.swift
/host/spi-builder-workspace/Sources/ColorWellKit/Utilities/ColorHelpers.swift:6:8: error: no such module 'AppKit'
4 | //
5 |
6 | import AppKit
| `- error: no such module 'AppKit'
7 |
8 | // MARK: - ColorInfo
BUILD FAILURE 6.1 android