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 ColorWellKit, reference main (3fa347), with Swift 6.1 for Android on 29 May 2025 01:00:16 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jordanbaird/ColorWellKit.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/jordanbaird/ColorWellKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3fa347b Rework exclusivity lock
Cloned https://github.com/jordanbaird/ColorWellKit.git
Revision (git rev-parse @):
3fa347b87fe935a4e1a3fc728f87d3d25c6f8d52
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/jordanbaird/ColorWellKit.git at main
========================================
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/LockedState.swift",
        "Utilities/Logging.swift",
        "Utilities/ObjectAssociation.swift",
        "Utilities/Path.swift",
        "Views/Cocoa/CWColorWell.Style.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/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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/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
[4/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
[5/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
[6/26] 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
[7/26] 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
[8/26] 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
[9/26] 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
[10/26] 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
[11/26] 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
[12/26] 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
[13/26] 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
[14/26] 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
[15/26] 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
[16/26] 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
[17/26] 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
[18/26] 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
[19/26] Compiling ColorWellKit CWColorWell.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
[20/26] 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
[21/26] 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
[22/26] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/26] 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
[24/26] 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
[25/26] Compiling ColorWellKit LockedState.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
[26/26] 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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/23] 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
[3/23] 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
[4/23] 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
[5/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
[6/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
[7/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
[8/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
[9/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/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
[11/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
[12/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
[13/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
[14/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
[15/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
[16/25] Compiling ColorWellKit CWColorWell.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
[17/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
[18/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
[19/25] 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
[20/25] 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
[21/25] 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
[22/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
[23/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
[24/25] Compiling ColorWellKit LockedState.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 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
BUILD FAILURE 6.1 android