Build Information
Failed to build SSpec, reference 0.2.3 (2e6842
), with Swift 6.1 for Android on 27 May 2025 10:25:04 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/dimakura/sspec.git
Reference: 0.2.3
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
* tag 0.2.3 -> FETCH_HEAD
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 0.2.3
========================================
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-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/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.26s)
Fetched https://github.com/onevcat/Rainbow from cache (0.29s)
Computing version for https://github.com/jkandzi/Progress.swift
Computed https://github.com/jkandzi/Progress.swift at 0.4.0 (1.09s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 3.2.0 (0.65s)
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/jkandzi/Progress.swift
Working copy of https://github.com/jkandzi/Progress.swift resolved at 0.4.0
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/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 |
[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 |
[7/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 |
[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 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/16] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/16] 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 |
[4/16] 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 |
[5/16] 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 |
BUILD FAILURE 6.1 android