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 ThemePark, reference main (432557), with Swift 6.1 for Android on 30 May 2025 18:33:17 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/ChimeHQ/ThemePark.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/ChimeHQ/ThemePark
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4325571 Remove explicit indent size
Cloned https://github.com/ChimeHQ/ThemePark.git
Revision (git rev-parse @):
43255713c27fdff877bef4ff132649beddc4697d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/ThemePark.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ChimeHQ/ThemePark.git
https://github.com/ChimeHQ/ThemePark.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "colortoolbox",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/raymondjavaxx/ColorToolbox"
    }
  ],
  "manifest_display_name" : "ThemePark",
  "name" : "ThemePark",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "ThemePark",
      "targets" : [
        "ThemePark"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ThemeParkTests",
      "module_type" : "SwiftTarget",
      "name" : "ThemeParkTests",
      "path" : "Tests/ThemeParkTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/ThemeParkTests/TestData",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "BBEditThemeTests.swift",
        "CodableStylerTests.swift",
        "TextMateThemeTests.swift",
        "XcodeThemeTests.swift"
      ],
      "target_dependencies" : [
        "ThemePark"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ThemePark",
      "module_type" : "SwiftTarget",
      "name" : "ThemePark",
      "path" : "Sources/ThemePark",
      "product_dependencies" : [
        "ColorToolbox"
      ],
      "product_memberships" : [
        "ThemePark"
      ],
      "sources" : [
        "BBEditTheme.swift",
        "CodableStyler.swift",
        "ConstantStyler.swift",
        "Query.swift",
        "QueryContextModifier.swift",
        "Style.swift",
        "StylingCache.swift",
        "SyntaxSpecifier.swift",
        "TextMateTheme.swift",
        "UTType+Themes.swift",
        "XcodeTheme.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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 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
Fetching https://github.com/raymondjavaxx/ColorToolbox
[1/317] Fetching colortoolbox
Fetched https://github.com/raymondjavaxx/ColorToolbox from cache (0.30s)
Computing version for https://github.com/raymondjavaxx/ColorToolbox
Computed https://github.com/raymondjavaxx/ColorToolbox at 1.1.0 (1.32s)
Creating working copy for https://github.com/raymondjavaxx/ColorToolbox
Working copy of https://github.com/raymondjavaxx/ColorToolbox resolved at 1.1.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/10] Compiling ColorToolbox Color+ColorToolbox.swift
/host/spi-builder-workspace/.build/checkouts/ColorToolbox/Sources/ColorToolbox/PlatformColor.swift:14:8: error: no such module 'AppKit'
12 | import UIKit
13 | #else
14 | import AppKit
   |        `- error: no such module 'AppKit'
15 | #endif
16 |
[5/10] Compiling ColorToolbox PlatformColor.swift
/host/spi-builder-workspace/.build/checkouts/ColorToolbox/Sources/ColorToolbox/PlatformColor.swift:14:8: error: no such module 'AppKit'
12 | import UIKit
13 | #else
14 | import AppKit
   |        `- error: no such module 'AppKit'
15 | #endif
16 |
[6/10] Compiling ColorToolbox PlatformColor+Brightness.swift
/host/spi-builder-workspace/.build/checkouts/ColorToolbox/Sources/ColorToolbox/PlatformColor.swift:14:8: error: no such module 'AppKit'
12 | import UIKit
13 | #else
14 | import AppKit
   |        `- error: no such module 'AppKit'
15 | #endif
16 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/10] Emitting module ColorToolbox
/host/spi-builder-workspace/.build/checkouts/ColorToolbox/Sources/ColorToolbox/PlatformColor.swift:14:8: error: no such module 'AppKit'
12 | import UIKit
13 | #else
14 | import AppKit
   |        `- error: no such module 'AppKit'
15 | #endif
16 |
[8/10] Compiling ColorToolbox PlatformColor+RelativeLuminance.swift
/host/spi-builder-workspace/.build/checkouts/ColorToolbox/Sources/ColorToolbox/PlatformColor.swift:14:8: error: no such module 'AppKit'
12 | import UIKit
13 | #else
14 | import AppKit
   |        `- error: no such module 'AppKit'
15 | #endif
16 |
[9/10] Compiling ColorToolbox PlatformColor+Hex.swift
/host/spi-builder-workspace/.build/checkouts/ColorToolbox/Sources/ColorToolbox/PlatformColor.swift:14:8: error: no such module 'AppKit'
12 | import UIKit
13 | #else
14 | import AppKit
   |        `- error: no such module 'AppKit'
15 | #endif
16 |
[10/10] Compiling ColorToolbox PlatformColor+Internal.swift
/host/spi-builder-workspace/.build/checkouts/ColorToolbox/Sources/ColorToolbox/PlatformColor.swift:14:8: error: no such module 'AppKit'
12 | import UIKit
13 | #else
14 | import AppKit
   |        `- error: no such module 'AppKit'
15 | #endif
16 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/8] Compiling ColorToolbox Color+ColorToolbox.swift
/host/spi-builder-workspace/.build/checkouts/ColorToolbox/Sources/ColorToolbox/PlatformColor.swift:14:8: error: no such module 'AppKit'
12 | import UIKit
13 | #else
14 | import AppKit
   |        `- error: no such module 'AppKit'
15 | #endif
16 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/8] Emitting module ColorToolbox
/host/spi-builder-workspace/.build/checkouts/ColorToolbox/Sources/ColorToolbox/PlatformColor.swift:14:8: error: no such module 'AppKit'
12 | import UIKit
13 | #else
14 | import AppKit
   |        `- error: no such module 'AppKit'
15 | #endif
16 |
[4/8] Compiling ColorToolbox PlatformColor+Brightness.swift
/host/spi-builder-workspace/.build/checkouts/ColorToolbox/Sources/ColorToolbox/PlatformColor.swift:14:8: error: no such module 'AppKit'
12 | import UIKit
13 | #else
14 | import AppKit
   |        `- error: no such module 'AppKit'
15 | #endif
16 |
[5/8] Compiling ColorToolbox PlatformColor+RelativeLuminance.swift
/host/spi-builder-workspace/.build/checkouts/ColorToolbox/Sources/ColorToolbox/PlatformColor.swift:14:8: error: no such module 'AppKit'
12 | import UIKit
13 | #else
14 | import AppKit
   |        `- error: no such module 'AppKit'
15 | #endif
16 |
[6/8] Compiling ColorToolbox PlatformColor+Internal.swift
/host/spi-builder-workspace/.build/checkouts/ColorToolbox/Sources/ColorToolbox/PlatformColor.swift:14:8: error: no such module 'AppKit'
12 | import UIKit
13 | #else
14 | import AppKit
   |        `- error: no such module 'AppKit'
15 | #endif
16 |
[7/8] Compiling ColorToolbox PlatformColor.swift
/host/spi-builder-workspace/.build/checkouts/ColorToolbox/Sources/ColorToolbox/PlatformColor.swift:14:8: error: no such module 'AppKit'
12 | import UIKit
13 | #else
14 | import AppKit
   |        `- error: no such module 'AppKit'
15 | #endif
16 |
[8/8] Compiling ColorToolbox PlatformColor+Hex.swift
/host/spi-builder-workspace/.build/checkouts/ColorToolbox/Sources/ColorToolbox/PlatformColor.swift:14:8: error: no such module 'AppKit'
12 | import UIKit
13 | #else
14 | import AppKit
   |        `- error: no such module 'AppKit'
15 | #endif
16 |
BUILD FAILURE 6.1 android