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 SwiftUIColor, reference 0.6.0 (cfea55), with Swift 6.1 for Android on 29 May 2025 20:55:46 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/p-x9/SwiftUIColor.git
Reference: 0.6.0
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/p-x9/SwiftUIColor
 * tag               0.6.0      -> FETCH_HEAD
HEAD is now at cfea559 Merge pull request #16 from p-x9/feature/ios18-preview-error
Cloned https://github.com/p-x9/SwiftUIColor.git
Revision (git rev-parse @):
cfea559bcbd681899a8b815e8e84eaadd8be8c2e
SUCCESS checkout https://github.com/p-x9/SwiftUIColor.git at 0.6.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/p-x9/SwiftUIColor.git
https://github.com/p-x9/SwiftUIColor.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftUIColor",
  "name" : "SwiftUIColor",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "SwiftUIColor",
      "targets" : [
        "SwiftUIColor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "prepare-swiftui-color",
      "targets" : [
        "prepare-swiftui-color"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "prepare_swiftui_color",
      "module_type" : "SwiftTarget",
      "name" : "prepare-swiftui-color",
      "path" : "Sources/prepare-swiftui-color",
      "product_memberships" : [
        "prepare-swiftui-color"
      ],
      "sources" : [
        "Generator.swift",
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftUIColorTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUIColorTests",
      "path" : "Tests/SwiftUIColorTests",
      "sources" : [
        "SwiftUIColorTests.swift"
      ],
      "target_dependencies" : [
        "SwiftUIColor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftUIColor",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUIColor",
      "path" : "Sources/SwiftUIColor",
      "product_memberships" : [
        "SwiftUIColor"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftUIColor/Assets/Media.xcassets",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Color+iOS.swift",
        "Color+macOS.swift",
        "Color+tvOS.swift",
        "Color+universal.swift",
        "Color+visionOS.swift",
        "Color+watchOS.swift",
        "PreviewWorkaround.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/7] Write sources
[2/7] Copying Media.xcassets
[3/7] Write swift-version-24593BA9C3E375BF.txt
[5/18] Compiling SwiftUIColor Color+watchOS.swift
/host/spi-builder-workspace/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
  2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
  3 |
  4 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  5 |
  6 | public extension Color {
[6/19] Compiling SwiftUIColor Color+iOS.swift
/host/spi-builder-workspace/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
  2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
  3 |
  4 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  5 |
  6 | public extension Color {
[7/19] Compiling SwiftUIColor Color+macOS.swift
/host/spi-builder-workspace/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
  2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
  3 |
  4 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  5 |
  6 | public extension Color {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/19] Emitting module SwiftUIColor
/host/spi-builder-workspace/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
  2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
  3 |
  4 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  5 |
  6 | public extension Color {
[9/19] Compiling SwiftUIColor Color+visionOS.swift
/host/spi-builder-workspace/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
  2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
  3 |
  4 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  5 |
  6 | public extension Color {
[10/19] Compiling SwiftUIColor PreviewWorkaround.swift
/host/spi-builder-workspace/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
  2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
  3 |
  4 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  5 |
  6 | public extension Color {
[11/19] Compiling SwiftUIColor Color+tvOS.swift
/host/spi-builder-workspace/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
  2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
  3 |
  4 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  5 |
  6 | public extension Color {
[12/19] Compiling SwiftUIColor Color+universal.swift
/host/spi-builder-workspace/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
  2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
  3 |
  4 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  5 |
  6 | public extension Color {
[13/19] Compiling SwiftUIColor resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
  2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
  3 |
  4 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  5 |
  6 | public extension Color {
[14/19] Emitting module prepare_swiftui_color
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/4] Write swift-version-24593BA9C3E375BF.txt
[2/15] Compiling prepare_swiftui_color main.swift
/host/spi-builder-workspace/Sources/prepare-swiftui-color/main.swift:16:21: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
14 |
15 | func run() throws {
16 |     let arguments = ProcessInfo().arguments
   |                     `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
17 |
18 |     guard arguments.count == 3 else {
FoundationEssentials.ProcessInfo.init:2:10: note: 'init()' declared here
1 | class ProcessInfo {
2 | internal init()}
  |          `- note: 'init()' declared here
3 |
[3/15] Compiling SwiftUIColor Color+visionOS.swift
/host/spi-builder-workspace/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
  2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
  3 |
  4 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  5 |
  6 | public extension Color {
[4/16] Compiling SwiftUIColor Color+iOS.swift
/host/spi-builder-workspace/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
  2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
  3 |
  4 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  5 |
  6 | public extension Color {
[5/16] Compiling SwiftUIColor Color+macOS.swift
/host/spi-builder-workspace/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
  2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
  3 |
  4 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  5 |
  6 | public extension Color {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/16] Emitting module SwiftUIColor
/host/spi-builder-workspace/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
  2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
  3 |
  4 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  5 |
  6 | public extension Color {
[7/16] Compiling SwiftUIColor Color+watchOS.swift
/host/spi-builder-workspace/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
  2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
  3 |
  4 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  5 |
  6 | public extension Color {
[8/16] Compiling SwiftUIColor Color+universal.swift
/host/spi-builder-workspace/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
  2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
  3 |
  4 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  5 |
  6 | public extension Color {
[9/16] Compiling SwiftUIColor PreviewWorkaround.swift
/host/spi-builder-workspace/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
  2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
  3 |
  4 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  5 |
  6 | public extension Color {
[10/16] Compiling SwiftUIColor Color+tvOS.swift
/host/spi-builder-workspace/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
  2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
  3 |
  4 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  5 |
  6 | public extension Color {
[11/16] Compiling SwiftUIColor resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/SwiftUIColor/Color+iOS.swift:4:8: error: no such module 'SwiftUI'
  2 | // Generated by SwiftUIColor (https://github.com/p-x9/SwiftUIColor)
  3 |
  4 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  5 |
  6 | public extension Color {
[12/16] Emitting module prepare_swiftui_color
BUILD FAILURE 6.1 android