Build Information
Failed to build Speck, reference 0.0.5 (6e68d0), with Swift 6.1 for Android on 27 May 2025 14:24:36 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bppr/speck.git
Reference: 0.0.5
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/bppr/speck
* tag 0.0.5 -> FETCH_HEAD
HEAD is now at 6e68d00 adopt new SPM package format, adds new assert for change 'from/to'
Cloned https://github.com/bppr/speck.git
Revision (git rev-parse @):
6e68d00bd3e5697c413618a33ac0705595b63a91
SUCCESS checkout https://github.com/bppr/speck.git at 0.0.5
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/bppr/speck.git
https://github.com/bppr/speck.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "Speck",
"name" : "Speck",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Speck",
"targets" : [
"Speck"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SpeckCoreTests",
"module_type" : "SwiftTarget",
"name" : "SpeckCoreTests",
"path" : "Tests/SpeckCoreTests",
"sources" : [
"BasicExpectationTest.swift",
"ExampleTest.swift",
"ReporterTest.swift",
"SuiteTest.swift"
],
"target_dependencies" : [
"SpeckCore"
],
"type" : "test"
},
{
"c99name" : "SpeckCore",
"module_type" : "SwiftTarget",
"name" : "SpeckCore",
"path" : "Sources/SpeckCore",
"product_memberships" : [
"Speck"
],
"sources" : [
"BasicExpectation.swift",
"Cursor.swift",
"Example.swift",
"Reporter.swift",
"SpeckCore.swift",
"Status.swift",
"Suite.swift",
"Timer.swift"
],
"type" : "library"
},
{
"c99name" : "SpeckAssertsTests",
"module_type" : "SwiftTarget",
"name" : "SpeckAssertsTests",
"path" : "Tests/SpeckAssertsTests",
"sources" : [
"ArrayTest.swift",
"CollectionTest.swift",
"ComparableTest.swift",
"DictionaryTest.swift",
"ExpectationTest.swift"
],
"target_dependencies" : [
"SpeckAsserts"
],
"type" : "test"
},
{
"c99name" : "SpeckAsserts",
"module_type" : "SwiftTarget",
"name" : "SpeckAsserts",
"path" : "Sources/SpeckAsserts",
"product_memberships" : [
"Speck"
],
"sources" : [
"Array.swift",
"Collection.swift",
"Comparable.swift",
"Dictionary.swift",
"Equatable.swift",
"Expectation.swift",
"Sequence.swift",
"String.swift",
"VoidExpectation.swift"
],
"target_dependencies" : [
"SpeckCore"
],
"type" : "library"
},
{
"c99name" : "Speck",
"module_type" : "SwiftTarget",
"name" : "Speck",
"path" : "Sources/Speck",
"product_memberships" : [
"Speck"
],
"sources" : [
"Context.swift",
"Core.swift",
"Reporter.swift",
"expect.swift",
"run.swift"
],
"target_dependencies" : [
"SpeckCore",
"SpeckAsserts"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/12] Compiling SpeckCore Suite.swift
/host/spi-builder-workspace/Sources/SpeckCore/Timer.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.C
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[6/13] Compiling SpeckCore Status.swift
/host/spi-builder-workspace/Sources/SpeckCore/Timer.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.C
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[7/13] Compiling SpeckCore Reporter.swift
/host/spi-builder-workspace/Sources/SpeckCore/Timer.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.C
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[8/13] Compiling SpeckCore SpeckCore.swift
/host/spi-builder-workspace/Sources/SpeckCore/Timer.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.C
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[9/13] Compiling SpeckCore Timer.swift
/host/spi-builder-workspace/Sources/SpeckCore/Timer.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.C
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[10/13] Compiling SpeckCore Example.swift
/host/spi-builder-workspace/Sources/SpeckCore/Timer.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.C
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[11/13] Compiling SpeckCore Cursor.swift
/host/spi-builder-workspace/Sources/SpeckCore/Timer.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.C
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/13] Emitting module SpeckCore
/host/spi-builder-workspace/Sources/SpeckCore/Timer.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.C
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[13/13] Compiling SpeckCore BasicExpectation.swift
/host/spi-builder-workspace/Sources/SpeckCore/Timer.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.C
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/9] Compiling SpeckCore Status.swift
/host/spi-builder-workspace/Sources/SpeckCore/Timer.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.C
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[3/9] Compiling SpeckCore Suite.swift
/host/spi-builder-workspace/Sources/SpeckCore/Timer.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.C
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[4/10] Compiling SpeckCore Reporter.swift
/host/spi-builder-workspace/Sources/SpeckCore/Timer.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.C
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[5/10] Compiling SpeckCore Example.swift
/host/spi-builder-workspace/Sources/SpeckCore/Timer.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.C
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[6/10] Compiling SpeckCore Cursor.swift
/host/spi-builder-workspace/Sources/SpeckCore/Timer.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.C
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[7/10] Compiling SpeckCore SpeckCore.swift
/host/spi-builder-workspace/Sources/SpeckCore/Timer.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.C
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/10] Emitting module SpeckCore
/host/spi-builder-workspace/Sources/SpeckCore/Timer.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.C
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[9/10] Compiling SpeckCore BasicExpectation.swift
/host/spi-builder-workspace/Sources/SpeckCore/Timer.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.C
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[10/10] Compiling SpeckCore Timer.swift
/host/spi-builder-workspace/Sources/SpeckCore/Timer.swift:4:8: error: no such module 'Glibc'
2 | import Darwin.C
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
BUILD FAILURE 6.1 android