Build Information
Failed to build SSpec, reference master (2e6842
), with Swift 6.1 for Android on 27 May 2025 10:25:10 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/dimakura/sspec.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/dimakura/sspec
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 2e68427 Extensibility fixes (#33)
Cloned https://github.com/dimakura/sspec.git
Revision (git rev-parse @):
2e6842709607cdbfd3013e7df0dbe32b60932656
SUCCESS checkout https://github.com/dimakura/sspec.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/dimakura/sspec.git
https://github.com/dimakura/sspec.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow"
},
{
"identity" : "progress.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jkandzi/Progress.swift"
}
],
"manifest_display_name" : "SSpec",
"name" : "SSpec",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SSpec",
"targets" : [
"SSpec"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SSpecTests",
"module_type" : "SwiftTarget",
"name" : "SSpecTests",
"path" : "Tests/SSpecTests",
"sources" : [
"Extensions/DummyExtension.swift",
"General/ArraySpec.swift",
"General/BeforeAfterSpec.swift",
"General/BoolSpec.swift",
"General/EquatableSpec.swift",
"General/NilableSpec.swift",
"General/StringSpec.swift",
"SSpec/ExtensionSpec.swift",
"SSpec/NodeSpec.swift",
"SSpec/SessionSpec.swift",
"SSpec/VersionSpec.swift",
"SSpecTests.swift"
],
"target_dependencies" : [
"SSpec"
],
"type" : "test"
},
{
"c99name" : "SSpec",
"module_type" : "SwiftTarget",
"name" : "SSpec",
"path" : "Sources/SSpec",
"product_dependencies" : [
"Rainbow",
"Progress"
],
"product_memberships" : [
"SSpec"
],
"sources" : [
"Collectors/DotReporter.swift",
"Collectors/ProgressReporter.swift",
"Collectors/Reporter.swift",
"Collectors/SpecReporter.swift",
"Collectors/TimeTaken.swift",
"Collectors/Welcomer.swift",
"Expectations/Array.swift",
"Expectations/Bool.swift",
"Expectations/Change.swift",
"Expectations/Comparable.swift",
"Expectations/Equatable.swift",
"Expectations/Generic.swift",
"Expectations/String.swift",
"Expectations/ToString.swift",
"SSpec.swift",
"Session/Events.swift",
"Session/Session.swift",
"Session/Tree.swift",
"Tree/After.swift",
"Tree/Before.swift",
"Tree/Describe.swift",
"Tree/Example.swift",
"Tree/IdGenerator.swift",
"Tree/Node.swift",
"Tree/Root.swift",
"Version.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/jkandzi/Progress.swift
Fetching https://github.com/onevcat/Rainbow
[1/465] Fetching progress.swift
[466/1661] Fetching progress.swift, rainbow
Fetched https://github.com/jkandzi/Progress.swift from cache (0.28s)
Fetched https://github.com/onevcat/Rainbow from cache (0.28s)
Computing version for https://github.com/jkandzi/Progress.swift
Computed https://github.com/jkandzi/Progress.swift at 0.4.0 (1.10s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 3.2.0 (0.62s)
Creating working copy for https://github.com/jkandzi/Progress.swift
Working copy of https://github.com/jkandzi/Progress.swift resolved at 0.4.0
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/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/19] Compiling Progress Utilities.swift
/host/spi-builder-workspace/.build/checkouts/Progress.swift/Sources/Utilities.swift:32:12: error: no such module 'Darwin.C'
30 | import Glibc
31 | #else
32 | import Darwin.C
| `- error: no such module 'Darwin.C'
33 | #endif
34 |
[6/19] Compiling Progress ProgressElements.swift
/host/spi-builder-workspace/.build/checkouts/Progress.swift/Sources/Utilities.swift:32:12: error: no such module 'Darwin.C'
30 | import Glibc
31 | #else
32 | import Darwin.C
| `- error: no such module 'Darwin.C'
33 | #endif
34 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/19] Emitting module Progress
/host/spi-builder-workspace/.build/checkouts/Progress.swift/Sources/Utilities.swift:32:12: error: no such module 'Darwin.C'
30 | import Glibc
31 | #else
32 | import Darwin.C
| `- error: no such module 'Darwin.C'
33 | #endif
34 |
[8/19] Compiling Progress Progress.swift
/host/spi-builder-workspace/.build/checkouts/Progress.swift/Sources/Utilities.swift:32:12: error: no such module 'Darwin.C'
30 | import Glibc
31 | #else
32 | import Darwin.C
| `- error: no such module 'Darwin.C'
33 | #endif
34 |
[9/19] Compiling Rainbow Style.swift
[10/20] Compiling Rainbow StringGenerator.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/20] 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 | }
[12/20] Compiling Rainbow String+Rainbow.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/16] Compiling Rainbow StringGenerator.swift
[3/16] Compiling Rainbow Style.swift
[4/17] Compiling Rainbow Color.swift
[5/17] Compiling Rainbow ControlCode.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/17] Emitting module Progress
/host/spi-builder-workspace/.build/checkouts/Progress.swift/Sources/Utilities.swift:32:12: error: no such module 'Darwin.C'
30 | import Glibc
31 | #else
32 | import Darwin.C
| `- error: no such module 'Darwin.C'
33 | #endif
34 |
[7/17] Compiling Progress ProgressElements.swift
/host/spi-builder-workspace/.build/checkouts/Progress.swift/Sources/Utilities.swift:32:12: error: no such module 'Darwin.C'
30 | import Glibc
31 | #else
32 | import Darwin.C
| `- error: no such module 'Darwin.C'
33 | #endif
34 |
[8/17] Compiling Progress Utilities.swift
/host/spi-builder-workspace/.build/checkouts/Progress.swift/Sources/Utilities.swift:32:12: error: no such module 'Darwin.C'
30 | import Glibc
31 | #else
32 | import Darwin.C
| `- error: no such module 'Darwin.C'
33 | #endif
34 |
[9/17] Compiling Rainbow String+Rainbow.swift
[10/17] Compiling Progress Progress.swift
/host/spi-builder-workspace/.build/checkouts/Progress.swift/Sources/Utilities.swift:32:12: error: no such module 'Darwin.C'
30 | import Glibc
31 | #else
32 | import Darwin.C
| `- error: no such module 'Darwin.C'
33 | #endif
34 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/17] Compiling Rainbow BackgroundColor.swift
[12/17] Compiling Rainbow CodesParser.swift
[13/17] 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 | }
BUILD FAILURE 6.1 android