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 SofarKit, reference 0.1.0 (ff6808), with Swift 6.1 for Android on 27 May 2025 06:36:23 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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/dreymonde/sofarkit.git
Reference: 0.1.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/dreymonde/sofarkit
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at ff68082 Drop 'Sofar' from type names
Cloned https://github.com/dreymonde/sofarkit.git
Revision (git rev-parse @):
ff6808234f96e4c29a1f586db16b759aff849180
SUCCESS checkout https://github.com/dreymonde/sofarkit.git at 0.1.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/dreymonde/sofarkit.git
https://github.com/dreymonde/sofarkit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swiftsoup",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/scinfu/SwiftSoup"
    },
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.1.4",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow"
    },
    {
      "identity" : "swiftytexttable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.8.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/scottrhoyt/SwiftyTextTable"
    },
    {
      "identity" : "light",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dreymonde/Light"
    }
  ],
  "manifest_display_name" : "SofarKit",
  "name" : "SofarKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SofarKit",
      "targets" : [
        "SofarKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SofarManager",
      "targets" : [
        "SofarManager"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SofarManager",
      "module_type" : "SwiftTarget",
      "name" : "SofarManager",
      "path" : "Sources/SofarManager",
      "product_dependencies" : [
        "Light"
      ],
      "product_memberships" : [
        "SofarManager"
      ],
      "sources" : [
        "SofarManager.swift"
      ],
      "target_dependencies" : [
        "SofarKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SofarKitTests",
      "module_type" : "SwiftTarget",
      "name" : "SofarKitTests",
      "path" : "Tests/SofarKitTests",
      "product_dependencies" : [
        "Light"
      ],
      "sources" : [
        "SofarKitTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SofarKit",
        "SofarManager"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SofarKit",
      "module_type" : "SwiftTarget",
      "name" : "SofarKit",
      "path" : "Sources/SofarKit",
      "product_dependencies" : [
        "SwiftSoup",
        "Rainbow",
        "SwiftyTextTable"
      ],
      "product_memberships" : [
        "SofarKit",
        "SofarManager"
      ],
      "sources" : [
        "Event.swift",
        "EventParser.swift",
        "Highlight.swift",
        "HighlightParser.swift",
        "SofarKit.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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 -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:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/scottrhoyt/SwiftyTextTable
Fetching https://github.com/dreymonde/Light
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/scinfu/SwiftSoup
[1/75] Fetching light
[76/1271] Fetching light, rainbow
[1272/2200] Fetching light, rainbow, swiftytexttable
[1430/6108] Fetching light, rainbow, swiftytexttable, swiftsoup
Fetched https://github.com/dreymonde/Light from cache (0.28s)
[3259/6033] Fetching rainbow, swiftytexttable, swiftsoup
Fetched https://github.com/onevcat/Rainbow from cache (0.43s)
Fetched https://github.com/scottrhoyt/SwiftyTextTable from cache (0.43s)
Fetched https://github.com/scinfu/SwiftSoup from cache (0.43s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 3.2.0 (0.92s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable
Computed https://github.com/scottrhoyt/SwiftyTextTable at 0.9.0 (0.97s)
Computing version for https://github.com/scinfu/SwiftSoup
Computed https://github.com/scinfu/SwiftSoup at 1.7.5 (0.63s)
Computing version for https://github.com/dreymonde/Light
Computed https://github.com/dreymonde/Light at 0.3.0 (0.78s)
Fetching https://github.com/dreymonde/Shallows.git
[1/1076] Fetching shallows
Fetched https://github.com/dreymonde/Shallows.git from cache (0.33s)
Computing version for https://github.com/dreymonde/Shallows.git
Computed https://github.com/dreymonde/Shallows.git at 0.13.4 (3.76s)
Creating working copy for https://github.com/dreymonde/Shallows.git
Working copy of https://github.com/dreymonde/Shallows.git resolved at 0.13.4
Creating working copy for https://github.com/scottrhoyt/SwiftyTextTable
Working copy of https://github.com/scottrhoyt/SwiftyTextTable resolved at 0.9.0
Creating working copy for https://github.com/dreymonde/Light
Working copy of https://github.com/dreymonde/Light resolved at 0.3.0
Creating working copy for https://github.com/scinfu/SwiftSoup
Working copy of https://github.com/scinfu/SwiftSoup resolved at 1.7.5
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 3.2.0
Building for debugging...
[0/8] Write sources
[7/8] Write swift-version-24593BA9C3E375BF.txt
[9/85] Emitting module SwiftSoup
[10/92] Compiling Rainbow Style.swift
[11/92] Compiling Rainbow StringGenerator.swift
[12/93] Compiling Shallows WriteOnlyStorage.swift
[13/94] Compiling Rainbow String+Rainbow.swift
[14/94] Compiling Rainbow XcodeColorsSupport.swift
[15/94] Compiling Shallows Zip.swift
[16/94] Compiling SwiftSoup BooleanAttribute.swift
[17/94] Compiling SwiftSoup CharacterExt.swift
[18/94] Compiling Rainbow BackgroundColor.swift
[19/94] Compiling Rainbow CodesParser.swift
[20/94] Compiling SwiftSoup Selector.swift
[21/94] Compiling SwiftSoup SerializationException.swift
[22/94] Compiling SwiftSoup SimpleDictionary.swift
[23/94] Compiling SwiftSoup StreamReader.swift
[24/94] Compiling SwiftSoup String.swift
[25/94] Compiling SwiftSoup StringBuilder.swift
[26/94] Compiling SwiftSoup StringUtil.swift
[27/94] Compiling Rainbow ModesExtractor.swift
[28/94] Compiling Rainbow OutputTarget.swift
[29/94] Compiling SwiftSoup Attribute.swift
[30/94] Compiling SwiftSoup Attributes.swift
[31/94] Emitting module Shallows
[32/94] Compiling SwiftSoup Collector.swift
[33/94] Compiling SwiftSoup CombiningEvaluator.swift
[34/94] Compiling SwiftSoup OrderedSet.swift
[35/94] Compiling SwiftSoup ParseError.swift
[36/94] Compiling SwiftSoup ParseErrorList.swift
[37/94] Compiling SwiftSoup ParseSettings.swift
[38/94] Compiling SwiftSoup Parser.swift
[39/94] Compiling SwiftSoup Pattern.swift
[40/94] Compiling SwiftSoup QueryParser.swift
[41/94] Compiling SwiftSoup TokeniserState.swift
[42/94] Compiling SwiftSoup TreeBuilder.swift
[43/94] Compiling SwiftSoup UnicodeScalar.swift
[44/94] Compiling SwiftSoup Validate.swift
[45/94] Compiling SwiftSoup Whitelist.swift
[46/94] Compiling SwiftSoup XmlDeclaration.swift
[47/94] Compiling SwiftSoup XmlTreeBuilder.swift
[49/94] Compiling SwiftSoup Document.swift
[50/94] Compiling SwiftSoup ArrayExt.swift
[62/94] Compiling SwiftSoup CharacterReader.swift
[63/94] Compiling SwiftSoup Cleaner.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[66/95] Emitting module Rainbow
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:57:58: error: cannot find 'isatty' in scope
55 |         // Check if we are in any term env and the output is a tty.
56 |         let termType = getEnvValue("TERM")
57 |         if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
   |                                                          `- error: cannot find 'isatty' in scope
58 |             return .console
59 |         }
[67/95] Compiling Rainbow Rainbow.swift
[70/95] Emitting module SwiftyTextTable
[71/95] Compiling SwiftyTextTable TextTable.swift
[72/96] Compiling SwiftSoup StructuralEvaluator.swift
[73/96] Compiling SwiftSoup SwiftSoup.swift
[74/96] Compiling SwiftSoup Tag.swift
[75/96] Compiling SwiftSoup TextNode.swift
[76/96] Compiling SwiftSoup Token.swift
[77/96] Compiling SwiftSoup TokenQueue.swift
[78/96] Compiling SwiftSoup Tokeniser.swift
[79/96] Compiling SwiftSoup HtmlTreeBuilder.swift
[80/96] Compiling SwiftSoup HtmlTreeBuilderState.swift
[81/96] Compiling SwiftSoup HttpStatusException.swift
[82/96] Compiling SwiftSoup Node.swift
[83/96] Compiling SwiftSoup NodeTraversor.swift
[84/96] Compiling SwiftSoup NodeVisitor.swift
[85/96] Compiling SwiftSoup OrderedDictionary.swift
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:57:58: error: cannot find 'isatty' in scope
55 |         // Check if we are in any term env and the output is a tty.
56 |         let termType = getEnvValue("TERM")
57 |         if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
   |                                                          `- error: cannot find 'isatty' in scope
58 |             return .console
59 |         }
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:57:58: error: cannot find 'isatty' in scope
55 |         // Check if we are in any term env and the output is a tty.
56 |         let termType = getEnvValue("TERM")
57 |         if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
   |                                                          `- error: cannot find 'isatty' in scope
58 |             return .console
59 |         }
[89/96] Compiling SwiftSoup DocumentType.swift
[90/96] Compiling SwiftSoup Element.swift
[91/96] Compiling SwiftSoup Elements.swift
[92/96] Compiling SwiftSoup Entities.swift
[93/96] Compiling SwiftSoup Evaluator.swift
[94/96] Compiling SwiftSoup Exception.swift
[95/96] Compiling SwiftSoup FormElement.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
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/78] Compiling Rainbow Rainbow.swift
[3/79] Compiling SwiftSoup ArrayExt.swift
[4/79] Compiling SwiftSoup Attribute.swift
[5/79] Compiling Rainbow Style.swift
[6/79] Compiling Shallows WriteOnlyStorage.swift
[7/80] Compiling Rainbow StringGenerator.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/80] Emitting module Rainbow
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:57:58: error: cannot find 'isatty' in scope
55 |         // Check if we are in any term env and the output is a tty.
56 |         let termType = getEnvValue("TERM")
57 |         if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
   |                                                          `- error: cannot find 'isatty' in scope
58 |             return .console
59 |         }
[9/80] Compiling SwiftSoup CharacterExt.swift
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:57:58: error: cannot find 'isatty' in scope
55 |         // Check if we are in any term env and the output is a tty.
56 |         let termType = getEnvValue("TERM")
57 |         if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
   |                                                          `- error: cannot find 'isatty' in scope
58 |             return .console
59 |         }
[10/80] Compiling SwiftSoup CharacterReader.swift
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:57:58: error: cannot find 'isatty' in scope
55 |         // Check if we are in any term env and the output is a tty.
56 |         let termType = getEnvValue("TERM")
57 |         if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
   |                                                          `- error: cannot find 'isatty' in scope
58 |             return .console
59 |         }
[11/80] Compiling SwiftSoup Attributes.swift
[12/80] Compiling SwiftSoup BooleanAttribute.swift
[13/80] Compiling Rainbow XcodeColorsSupport.swift
[14/80] Compiling Rainbow String+Rainbow.swift
BUILD FAILURE 6.1 android