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 TooMuchTheme, reference main (427088), with Swift 6.1 for Android on 28 May 2025 06:42:20 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/ThatsJustCheesy/TooMuchTheme.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/ThatsJustCheesy/TooMuchTheme
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4270886 Fix typos in README
Cloned https://github.com/ThatsJustCheesy/TooMuchTheme.git
Revision (git rev-parse @):
427088605981dbf9b9c4cec50c48055378b2a162
SUCCESS checkout https://github.com/ThatsJustCheesy/TooMuchTheme.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ThatsJustCheesy/TooMuchTheme.git
https://github.com/ThatsJustCheesy/TooMuchTheme.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "footlessparser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.2",
            "upper_bound" : "0.6.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kareman/FootlessParser"
    }
  ],
  "manifest_display_name" : "TooMuchTheme",
  "name" : "TooMuchTheme",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "TooMuchTheme",
      "targets" : [
        "TooMuchTheme"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TooMuchThemeTests",
      "module_type" : "SwiftTarget",
      "name" : "TooMuchThemeTests",
      "path" : "Tests/TooMuchThemeTests",
      "sources" : [
        "ScopeSelectorMatchTests.swift",
        "ScopeSelectorParseTests.swift"
      ],
      "target_dependencies" : [
        "TooMuchTheme"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TooMuchTheme",
      "module_type" : "SwiftTarget",
      "name" : "TooMuchTheme",
      "path" : "Sources/TooMuchTheme",
      "product_dependencies" : [
        "FootlessParser"
      ],
      "product_memberships" : [
        "TooMuchTheme"
      ],
      "sources" : [
        "AttributedString.swift",
        "Color.swift",
        "Context.swift",
        "FontProvider.swift",
        "Scope.swift",
        "ScopeName.swift",
        "ScopeSelector.swift",
        "Style.swift",
        "Theme.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
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
Fetching https://github.com/kareman/FootlessParser
[1/1836] Fetching footlessparser
Fetched https://github.com/kareman/FootlessParser from cache (0.39s)
Computing version for https://github.com/kareman/FootlessParser
Computed https://github.com/kareman/FootlessParser at 0.5.2 (2.43s)
Creating working copy for https://github.com/kareman/FootlessParser
Working copy of https://github.com/kareman/FootlessParser resolved at 0.5.2
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/10] Compiling FootlessParser Parser.swift
[5/10] Compiling FootlessParser Parser+Operators.swift
[6/10] Emitting module FootlessParser
[7/10] Compiling FootlessParser Converters.swift
[8/10] Compiling FootlessParser Error.swift
[9/10] Compiling FootlessParser Parsers.swift
[10/10] Compiling FootlessParser StringParser.swift
[12/20] Compiling TooMuchTheme Scope.swift
/host/spi-builder-workspace/Sources/TooMuchTheme/Style.swift:1:8: error: no such module 'Foundation.NSAttributedString'
 1 | import Foundation.NSAttributedString
   |        `- error: no such module 'Foundation.NSAttributedString'
 2 |
 3 | public struct Style: Codable {
[13/20] Compiling TooMuchTheme Context.swift
/host/spi-builder-workspace/Sources/TooMuchTheme/Style.swift:1:8: error: no such module 'Foundation.NSAttributedString'
 1 | import Foundation.NSAttributedString
   |        `- error: no such module 'Foundation.NSAttributedString'
 2 |
 3 | public struct Style: Codable {
[14/20] Compiling TooMuchTheme FontProvider.swift
/host/spi-builder-workspace/Sources/TooMuchTheme/Style.swift:1:8: error: no such module 'Foundation.NSAttributedString'
 1 | import Foundation.NSAttributedString
   |        `- error: no such module 'Foundation.NSAttributedString'
 2 |
 3 | public struct Style: Codable {
[15/21] Compiling TooMuchTheme Style.swift
/host/spi-builder-workspace/Sources/TooMuchTheme/Style.swift:1:8: error: no such module 'Foundation.NSAttributedString'
 1 | import Foundation.NSAttributedString
   |        `- error: no such module 'Foundation.NSAttributedString'
 2 |
 3 | public struct Style: Codable {
[16/21] Compiling TooMuchTheme AttributedString.swift
/host/spi-builder-workspace/Sources/TooMuchTheme/Style.swift:1:8: error: no such module 'Foundation.NSAttributedString'
 1 | import Foundation.NSAttributedString
   |        `- error: no such module 'Foundation.NSAttributedString'
 2 |
 3 | public struct Style: Codable {
[17/21] Compiling TooMuchTheme Color.swift
/host/spi-builder-workspace/Sources/TooMuchTheme/Style.swift:1:8: error: no such module 'Foundation.NSAttributedString'
 1 | import Foundation.NSAttributedString
   |        `- error: no such module 'Foundation.NSAttributedString'
 2 |
 3 | public struct Style: Codable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/21] Emitting module TooMuchTheme
/host/spi-builder-workspace/Sources/TooMuchTheme/Style.swift:1:8: error: no such module 'Foundation.NSAttributedString'
 1 | import Foundation.NSAttributedString
   |        `- error: no such module 'Foundation.NSAttributedString'
 2 |
 3 | public struct Style: Codable {
[19/21] Compiling TooMuchTheme Theme.swift
/host/spi-builder-workspace/Sources/TooMuchTheme/Style.swift:1:8: error: no such module 'Foundation.NSAttributedString'
 1 | import Foundation.NSAttributedString
   |        `- error: no such module 'Foundation.NSAttributedString'
 2 |
 3 | public struct Style: Codable {
[20/21] Compiling TooMuchTheme ScopeName.swift
/host/spi-builder-workspace/Sources/TooMuchTheme/Style.swift:1:8: error: no such module 'Foundation.NSAttributedString'
 1 | import Foundation.NSAttributedString
   |        `- error: no such module 'Foundation.NSAttributedString'
 2 |
 3 | public struct Style: Codable {
[21/21] Compiling TooMuchTheme ScopeSelector.swift
/host/spi-builder-workspace/Sources/TooMuchTheme/Style.swift:1:8: error: no such module 'Foundation.NSAttributedString'
 1 | import Foundation.NSAttributedString
   |        `- error: no such module 'Foundation.NSAttributedString'
 2 |
 3 | public struct Style: Codable {
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/1] Write swift-version-24593BA9C3E375BF.txt
[2/8] Compiling FootlessParser Parser+Operators.swift
[3/8] Compiling FootlessParser Error.swift
[4/8] Emitting module FootlessParser
[5/8] Compiling FootlessParser Converters.swift
[6/8] Compiling FootlessParser Parser.swift
[7/8] Compiling FootlessParser Parsers.swift
[8/8] Compiling FootlessParser StringParser.swift
[10/18] Compiling TooMuchTheme ScopeName.swift
/host/spi-builder-workspace/Sources/TooMuchTheme/Style.swift:1:8: error: no such module 'Foundation.NSAttributedString'
 1 | import Foundation.NSAttributedString
   |        `- error: no such module 'Foundation.NSAttributedString'
 2 |
 3 | public struct Style: Codable {
[11/19] Compiling TooMuchTheme Style.swift
/host/spi-builder-workspace/Sources/TooMuchTheme/Style.swift:1:8: error: no such module 'Foundation.NSAttributedString'
 1 | import Foundation.NSAttributedString
   |        `- error: no such module 'Foundation.NSAttributedString'
 2 |
 3 | public struct Style: Codable {
[12/19] Compiling TooMuchTheme FontProvider.swift
/host/spi-builder-workspace/Sources/TooMuchTheme/Style.swift:1:8: error: no such module 'Foundation.NSAttributedString'
 1 | import Foundation.NSAttributedString
   |        `- error: no such module 'Foundation.NSAttributedString'
 2 |
 3 | public struct Style: Codable {
[13/19] Compiling TooMuchTheme Theme.swift
/host/spi-builder-workspace/Sources/TooMuchTheme/Style.swift:1:8: error: no such module 'Foundation.NSAttributedString'
 1 | import Foundation.NSAttributedString
   |        `- error: no such module 'Foundation.NSAttributedString'
 2 |
 3 | public struct Style: Codable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/19] Emitting module TooMuchTheme
/host/spi-builder-workspace/Sources/TooMuchTheme/Style.swift:1:8: error: no such module 'Foundation.NSAttributedString'
 1 | import Foundation.NSAttributedString
   |        `- error: no such module 'Foundation.NSAttributedString'
 2 |
 3 | public struct Style: Codable {
[15/19] Compiling TooMuchTheme Scope.swift
/host/spi-builder-workspace/Sources/TooMuchTheme/Style.swift:1:8: error: no such module 'Foundation.NSAttributedString'
 1 | import Foundation.NSAttributedString
   |        `- error: no such module 'Foundation.NSAttributedString'
 2 |
 3 | public struct Style: Codable {
[16/19] Compiling TooMuchTheme Context.swift
/host/spi-builder-workspace/Sources/TooMuchTheme/Style.swift:1:8: error: no such module 'Foundation.NSAttributedString'
 1 | import Foundation.NSAttributedString
   |        `- error: no such module 'Foundation.NSAttributedString'
 2 |
 3 | public struct Style: Codable {
[17/19] Compiling TooMuchTheme ScopeSelector.swift
/host/spi-builder-workspace/Sources/TooMuchTheme/Style.swift:1:8: error: no such module 'Foundation.NSAttributedString'
 1 | import Foundation.NSAttributedString
   |        `- error: no such module 'Foundation.NSAttributedString'
 2 |
 3 | public struct Style: Codable {
[18/19] Compiling TooMuchTheme AttributedString.swift
/host/spi-builder-workspace/Sources/TooMuchTheme/Style.swift:1:8: error: no such module 'Foundation.NSAttributedString'
 1 | import Foundation.NSAttributedString
   |        `- error: no such module 'Foundation.NSAttributedString'
 2 |
 3 | public struct Style: Codable {
[19/19] Compiling TooMuchTheme Color.swift
/host/spi-builder-workspace/Sources/TooMuchTheme/Style.swift:1:8: error: no such module 'Foundation.NSAttributedString'
 1 | import Foundation.NSAttributedString
   |        `- error: no such module 'Foundation.NSAttributedString'
 2 |
 3 | public struct Style: Codable {
BUILD FAILURE 6.1 android