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.2 (beta) for Android on 17 Jun 2025 12:23:30 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
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.2
Building package at path:  $PWD
https://github.com/dreymonde/sofarkit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/scottrhoyt/SwiftyTextTable
Fetching https://github.com/scinfu/SwiftSoup
[1/929] Fetching swiftytexttable
[429/2125] Fetching swiftytexttable, rainbow
[1660/6041] Fetching swiftytexttable, rainbow, swiftsoup
Fetching https://github.com/dreymonde/Light
Fetched https://github.com/onevcat/Rainbow from cache (0.59s)
[2809/4845] Fetching swiftytexttable, swiftsoup
[4846/4920] Fetching swiftytexttable, swiftsoup, light
Fetched https://github.com/scottrhoyt/SwiftyTextTable from cache (0.83s)
Fetched https://github.com/scinfu/SwiftSoup from cache (0.83s)
Fetched https://github.com/dreymonde/Light from cache (0.27s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 3.2.0 (1.59s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable
Computed https://github.com/scottrhoyt/SwiftyTextTable at 0.9.0 (1.40s)
Computing version for https://github.com/scinfu/SwiftSoup
Computed https://github.com/scinfu/SwiftSoup at 1.7.5 (0.69s)
Computing version for https://github.com/dreymonde/Light
Computed https://github.com/dreymonde/Light at 0.3.0 (1.02s)
Fetching https://github.com/dreymonde/Shallows.git
[1/1076] Fetching shallows
Fetched https://github.com/dreymonde/Shallows.git from cache (0.31s)
Computing version for https://github.com/dreymonde/Shallows.git
Computed https://github.com/dreymonde/Shallows.git at 0.13.4 (3.11s)
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/dreymonde/Shallows.git
Working copy of https://github.com/dreymonde/Shallows.git resolved at 0.13.4
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/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
Building for debugging...
[0/8] Write sources
[7/8] Write swift-version-8C5A4AE7A8CE2BA.txt
[9/85] Compiling Rainbow Style.swift
[10/86] Compiling Shallows WriteOnlyStorage.swift
[11/87] Compiling SwiftSoup ArrayExt.swift
[12/87] Compiling SwiftSoup Attribute.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/87] 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/87] Compiling Rainbow StringGenerator.swift
[15/87] Compiling Rainbow String+Rainbow.swift
[16/87] Compiling Rainbow XcodeColorsSupport.swift
[17/87] Compiling SwiftSoup HtmlTreeBuilderState.swift
[18/87] Compiling SwiftSoup HttpStatusException.swift
[19/87] Compiling Shallows Zip.swift
[20/87] Compiling SwiftSoup CharacterExt.swift
[21/87] Compiling SwiftSoup CharacterReader.swift
[22/87] Compiling SwiftSoup Attributes.swift
[24/87] Compiling SwiftSoup BooleanAttribute.swift
[26/87] Emitting module Shallows
[29/87] Compiling SwiftSoup Cleaner.swift
[30/87] Compiling SwiftSoup HtmlTreeBuilder.swift
[31/87] Compiling SwiftSoup Node.swift
[32/87] Compiling SwiftSoup NodeTraversor.swift
[33/88] Compiling Rainbow Rainbow.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 |         }
[41/88] Compiling SwiftSoup NodeVisitor.swift
[42/88] Compiling SwiftSoup OrderedDictionary.swift
[43/95] Emitting module SwiftSoup
[45/95] Compiling SwiftSoup Selector.swift
[46/95] Compiling SwiftSoup SerializationException.swift
[47/95] Compiling SwiftSoup SimpleDictionary.swift
[48/95] Compiling SwiftSoup StreamReader.swift
[49/95] Compiling SwiftSoup String.swift
[50/95] Compiling SwiftSoup StringBuilder.swift
[51/95] Compiling SwiftSoup StringUtil.swift
[52/95] Compiling SwiftSoup StructuralEvaluator.swift
[53/95] Compiling SwiftSoup SwiftSoup.swift
[54/95] Compiling SwiftSoup Tag.swift
[55/95] Compiling SwiftSoup TextNode.swift
[56/95] Compiling SwiftSoup Token.swift
[57/95] Compiling SwiftSoup TokenQueue.swift
[58/95] Compiling SwiftSoup Tokeniser.swift
[59/95] Compiling SwiftSoup OrderedSet.swift
[60/95] Compiling SwiftSoup ParseError.swift
[61/95] Compiling SwiftSoup ParseErrorList.swift
[62/95] Compiling SwiftSoup ParseSettings.swift
[63/95] Compiling SwiftSoup Parser.swift
[64/95] Compiling SwiftSoup Pattern.swift
[65/95] Compiling SwiftSoup QueryParser.swift
[66/95] Compiling SwiftyTextTable TextTable.swift
[67/95] Emitting module SwiftyTextTable
[75/96] Compiling SwiftSoup DocumentType.swift
[76/96] Compiling SwiftSoup Element.swift
[77/96] Compiling SwiftSoup Elements.swift
[78/96] Compiling SwiftSoup Entities.swift
[79/96] Compiling SwiftSoup Evaluator.swift
[80/96] Compiling SwiftSoup Exception.swift
[81/96] Compiling SwiftSoup FormElement.swift
[82/96] Compiling SwiftSoup Collector.swift
[83/96] Compiling SwiftSoup CombiningEvaluator.swift
[84/96] Compiling SwiftSoup Comment.swift
[85/96] Compiling SwiftSoup Connection.swift
[86/96] Compiling SwiftSoup DataNode.swift
[87/96] Compiling SwiftSoup DataUtil.swift
[88/96] Compiling SwiftSoup Document.swift
BUILD FAILURE 6.2 android