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 master (ff6808), with Swift 6.1 for Android on 27 May 2025 06:37:05 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
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-3":/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/scinfu/SwiftSoup
Fetching https://github.com/scottrhoyt/SwiftyTextTable
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/dreymonde/Light
[1/1196] Fetching rainbow
[1197/2125] Fetching rainbow, swiftytexttable
[2126/2200] Fetching rainbow, swiftytexttable, light
[2201/6108] Fetching rainbow, swiftytexttable, light, swiftsoup
Fetched https://github.com/dreymonde/Light from cache (0.29s)
[4744/6033] Fetching rainbow, swiftytexttable, swiftsoup
Fetched https://github.com/onevcat/Rainbow from cache (0.41s)
Fetched https://github.com/scottrhoyt/SwiftyTextTable from cache (0.41s)
Fetched https://github.com/scinfu/SwiftSoup from cache (0.41s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 3.2.0 (0.94s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable
Computed https://github.com/scottrhoyt/SwiftyTextTable at 0.9.0 (0.51s)
Computing version for https://github.com/scinfu/SwiftSoup
Computed https://github.com/scinfu/SwiftSoup at 1.7.5 (0.67s)
Computing version for https://github.com/dreymonde/Light
Computed https://github.com/dreymonde/Light at 0.3.0 (0.53s)
Fetching https://github.com/dreymonde/Shallows.git
[1/1076] Fetching shallows
Fetched https://github.com/dreymonde/Shallows.git from cache (0.25s)
Computing version for https://github.com/dreymonde/Shallows.git
Computed https://github.com/dreymonde/Shallows.git at 0.13.4 (2.77s)
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/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 3.2.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/dreymonde/Light
Working copy of https://github.com/dreymonde/Light resolved at 0.3.0
Creating working copy for https://github.com/scottrhoyt/SwiftyTextTable
Working copy of https://github.com/scottrhoyt/SwiftyTextTable resolved at 0.9.0
Building for debugging...
[0/8] Write sources
[7/8] Write swift-version-24593BA9C3E375BF.txt
[9/85] Emitting module Shallows
[10/86] Emitting module SwiftSoup
[11/93] Compiling Rainbow String+Rainbow.swift
[12/94] Compiling Shallows WriteOnlyStorage.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/94] 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 |         }
[14/94] Compiling Rainbow StringGenerator.swift
[15/94] Compiling Rainbow Style.swift
[16/94] Compiling Shallows Zip.swift
[17/94] Compiling Rainbow XcodeColorsSupport.swift
[18/94] Compiling SwiftSoup ParseSettings.swift
[19/94] Compiling SwiftSoup Parser.swift
[20/94] Compiling SwiftSoup ArrayExt.swift
[21/94] Compiling SwiftSoup Attribute.swift
[22/94] Compiling Rainbow Rainbow.swift
[23/94] Compiling SwiftSoup Attributes.swift
[24/94] Compiling SwiftSoup BooleanAttribute.swift
[31/94] Compiling SwiftSoup CharacterExt.swift
[32/94] Compiling SwiftSoup CharacterReader.swift
[33/94] Compiling SwiftSoup Cleaner.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 |         }
[36/94] Compiling SwiftSoup Selector.swift
[37/94] Compiling SwiftSoup SerializationException.swift
[38/94] Compiling SwiftSoup SimpleDictionary.swift
[39/94] Compiling SwiftSoup StreamReader.swift
[40/94] Compiling SwiftSoup String.swift
[41/94] Compiling SwiftSoup StringBuilder.swift
[42/94] Compiling SwiftSoup StringUtil.swift
[43/94] Compiling SwiftSoup Collector.swift
[44/94] Compiling SwiftSoup CombiningEvaluator.swift
[45/94] Compiling SwiftSoup Comment.swift
[46/94] Compiling SwiftSoup Connection.swift
[47/94] Compiling SwiftSoup DataNode.swift
[48/94] Compiling SwiftSoup DataUtil.swift
[49/94] Compiling SwiftSoup Document.swift
[50/94] Compiling SwiftSoup ParseError.swift
[51/94] Compiling SwiftSoup ParseErrorList.swift
[53/94] Compiling SwiftSoup OrderedSet.swift
[54/94] Emitting module SwiftyTextTable
[55/94] Compiling SwiftyTextTable TextTable.swift
[65/96] Compiling SwiftSoup Pattern.swift
[66/96] Compiling SwiftSoup QueryParser.swift
[67/96] Compiling SwiftSoup HtmlTreeBuilder.swift
[68/96] Compiling SwiftSoup HtmlTreeBuilderState.swift
[69/96] Compiling SwiftSoup HttpStatusException.swift
[70/96] Compiling SwiftSoup Node.swift
[71/96] Compiling SwiftSoup NodeTraversor.swift
[72/96] Compiling SwiftSoup NodeVisitor.swift
[73/96] Compiling SwiftSoup OrderedDictionary.swift
[74/96] Compiling SwiftSoup StructuralEvaluator.swift
[75/96] Compiling SwiftSoup SwiftSoup.swift
[76/96] Compiling SwiftSoup Tag.swift
[77/96] Compiling SwiftSoup TextNode.swift
[78/96] Compiling SwiftSoup Token.swift
[79/96] Compiling SwiftSoup TokenQueue.swift
[80/96] Compiling SwiftSoup Tokeniser.swift
[81/96] Compiling SwiftSoup TokeniserState.swift
[82/96] Compiling SwiftSoup TreeBuilder.swift
[83/96] Compiling SwiftSoup UnicodeScalar.swift
[84/96] Compiling SwiftSoup Validate.swift
[85/96] Compiling SwiftSoup Whitelist.swift
[86/96] Compiling SwiftSoup XmlDeclaration.swift
[87/96] Compiling SwiftSoup XmlTreeBuilder.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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 Style.swift
[3/79] Compiling Rainbow StringGenerator.swift
[4/79] Compiling SwiftSoup Attributes.swift
[5/79] Compiling SwiftSoup BooleanAttribute.swift
[6/79] Compiling SwiftSoup CharacterExt.swift
[7/79] Compiling SwiftSoup CharacterReader.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/79] Compiling SwiftSoup ArrayExt.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 |         }
[9/79] Compiling SwiftSoup Attribute.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/79] 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 |         }
[11/79] Compiling Rainbow String+Rainbow.swift
[12/79] Compiling Rainbow Rainbow.swift
[13/79] Compiling Shallows WriteOnlyStorage.swift
[14/80] Compiling Rainbow XcodeColorsSupport.swift
[15/80] Compiling SwiftSoup Cleaner.swift
[16/80] Compiling SwiftSoup Collector.swift
[17/80] Emitting module SwiftSoup
[18/80] Emitting module SwiftyTextTable
[19/80] Compiling SwiftyTextTable TextTable.swift
[22/88] Emitting module Shallows
BUILD FAILURE 6.1 android