Build Information
Failed to build FuturaFunc, reference 0.2.0 (e7c47e
), with Swift 6.1 for Android on 27 May 2025 19:05:48 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>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kaqu/FuturaFunc.git
Reference: 0.2.0
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/kaqu/FuturaFunc
* tag 0.2.0 -> FETCH_HEAD
HEAD is now at e7c47e9 update README
Cloned https://github.com/kaqu/FuturaFunc.git
Revision (git rev-parse @):
e7c47e91f9a74240eccf7212d5ad78705a5cb6bc
SUCCESS checkout https://github.com/kaqu/FuturaFunc.git at 0.2.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/kaqu/FuturaFunc.git
https://github.com/kaqu/FuturaFunc.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "futuraasync",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kaqu/FuturaAsync.git"
}
],
"manifest_display_name" : "FuturaFunc",
"name" : "FuturaFunc",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "FuturaFunc",
"targets" : [
"FuturaFunc"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FuturaFuncTests",
"module_type" : "SwiftTarget",
"name" : "FuturaFuncTests",
"path" : "Tests/FuturaFuncTests",
"product_dependencies" : [
"FuturaAsync"
],
"sources" : [
"FuturaFuncAsyncTests.swift",
"FuturaFuncTests.swift"
],
"target_dependencies" : [
"FuturaFunc"
],
"type" : "test"
},
{
"c99name" : "FuturaFunc",
"module_type" : "SwiftTarget",
"name" : "FuturaFunc",
"path" : "Sources/FuturaFunc",
"product_dependencies" : [
"FuturaAsync"
],
"product_memberships" : [
"FuturaFunc"
],
"sources" : [
"AsyncFunc.swift",
"FuturaFunc.swift",
"PrecedenceGroups.swift"
],
"type" : "library"
}
],
"tools_version" : "4.1"
}
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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/kaqu/FuturaAsync.git
[1/460] Fetching futuraasync
Fetched https://github.com/kaqu/FuturaAsync.git from cache (0.26s)
Computing version for https://github.com/kaqu/FuturaAsync.git
Computed https://github.com/kaqu/FuturaAsync.git at 0.9.1 (0.98s)
Creating working copy for https://github.com/kaqu/FuturaAsync.git
Working copy of https://github.com/kaqu/FuturaAsync.git resolved at 0.9.1
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/17] Emitting module FuturaAsync
/host/spi-builder-workspace/.build/checkouts/FuturaAsync/Sources/FuturaAsync/Synchronization/Lock.swift:4:12: error: no such module 'Darwin'
2 | import Glibc
3 | #else
4 | import Darwin
| `- error: no such module 'Darwin'
5 | #endif
6 |
[5/17] Compiling FuturaAsync Delayed.swift
/host/spi-builder-workspace/.build/checkouts/FuturaAsync/Sources/FuturaAsync/Synchronization/Lock.swift:4:12: error: no such module 'Darwin'
2 | import Glibc
3 | #else
4 | import Darwin
| `- error: no such module 'Darwin'
5 | #endif
6 |
[6/17] Compiling FuturaAsync FailableFuture.swift
/host/spi-builder-workspace/.build/checkouts/FuturaAsync/Sources/FuturaAsync/Synchronization/Lock.swift:4:12: error: no such module 'Darwin'
2 | import Glibc
3 | #else
4 | import Darwin
| `- error: no such module 'Darwin'
5 | #endif
6 |
[7/18] Compiling FuturaAsync Lock.swift
/host/spi-builder-workspace/.build/checkouts/FuturaAsync/Sources/FuturaAsync/Synchronization/Lock.swift:4:12: error: no such module 'Darwin'
2 | import Glibc
3 | #else
4 | import Darwin
| `- error: no such module 'Darwin'
5 | #endif
6 |
[8/18] Compiling FuturaAsync Worker.swift
/host/spi-builder-workspace/.build/checkouts/FuturaAsync/Sources/FuturaAsync/Synchronization/Lock.swift:4:12: error: no such module 'Darwin'
2 | import Glibc
3 | #else
4 | import Darwin
| `- error: no such module 'Darwin'
5 | #endif
6 |
[9/18] Compiling FuturaAsync ExecutionContext.swift
/host/spi-builder-workspace/.build/checkouts/FuturaAsync/Sources/FuturaAsync/Synchronization/Lock.swift:4:12: error: no such module 'Darwin'
2 | import Glibc
3 | #else
4 | import Darwin
| `- error: no such module 'Darwin'
5 | #endif
6 |
[10/18] Compiling FuturaAsync Schedule.swift
/host/spi-builder-workspace/.build/checkouts/FuturaAsync/Sources/FuturaAsync/Synchronization/Lock.swift:4:12: error: no such module 'Darwin'
2 | import Glibc
3 | #else
4 | import Darwin
| `- error: no such module 'Darwin'
5 | #endif
6 |
[11/18] Compiling FuturaAsync Future+Join.swift
/host/spi-builder-workspace/.build/checkouts/FuturaAsync/Sources/FuturaAsync/Synchronization/Lock.swift:4:12: error: no such module 'Darwin'
2 | import Glibc
3 | #else
4 | import Darwin
| `- error: no such module 'Darwin'
5 | #endif
6 |
[12/18] Compiling FuturaAsync Future.swift
/host/spi-builder-workspace/.build/checkouts/FuturaAsync/Sources/FuturaAsync/Synchronization/Lock.swift:4:12: error: no such module 'Darwin'
2 | import Glibc
3 | #else
4 | import Darwin
| `- error: no such module 'Darwin'
5 | #endif
6 |
[13/18] Compiling FuturaAsync FutureHandler.swift
/host/spi-builder-workspace/.build/checkouts/FuturaAsync/Sources/FuturaAsync/Synchronization/Lock.swift:4:12: error: no such module 'Darwin'
2 | import Glibc
3 | #else
4 | import Darwin
| `- error: no such module 'Darwin'
5 | #endif
6 |
[14/18] Compiling FuturaAsync Promise.swift
/host/spi-builder-workspace/.build/checkouts/FuturaAsync/Sources/FuturaAsync/Synchronization/Lock.swift:4:12: error: no such module 'Darwin'
2 | import Glibc
3 | #else
4 | import Darwin
| `- error: no such module 'Darwin'
5 | #endif
6 |
[15/18] Compiling FuturaAsync Catchable.swift
/host/spi-builder-workspace/.build/checkouts/FuturaAsync/Sources/FuturaAsync/Synchronization/Lock.swift:4:12: error: no such module 'Darwin'
2 | import Glibc
3 | #else
4 | import Darwin
| `- error: no such module 'Darwin'
5 | #endif
6 |
[16/18] Compiling FuturaAsync DispatchQueueWorker.swift
/host/spi-builder-workspace/.build/checkouts/FuturaAsync/Sources/FuturaAsync/Synchronization/Lock.swift:4:12: error: no such module 'Darwin'
2 | import Glibc
3 | #else
4 | import Darwin
| `- error: no such module 'Darwin'
5 | #endif
6 |
[17/18] Compiling FuturaAsync PromiseError.swift
/host/spi-builder-workspace/.build/checkouts/FuturaAsync/Sources/FuturaAsync/Synchronization/Lock.swift:4:12: error: no such module 'Darwin'
2 | import Glibc
3 | #else
4 | import Darwin
| `- error: no such module 'Darwin'
5 | #endif
6 |
[18/18] Compiling FuturaAsync Result.swift
/host/spi-builder-workspace/.build/checkouts/FuturaAsync/Sources/FuturaAsync/Synchronization/Lock.swift:4:12: error: no such module 'Darwin'
2 | import Glibc
3 | #else
4 | import Darwin
| `- error: no such module 'Darwin'
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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
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/15] Compiling FuturaAsync PromiseError.swift
/host/spi-builder-workspace/.build/checkouts/FuturaAsync/Sources/FuturaAsync/Synchronization/Lock.swift:4:12: error: no such module 'Darwin'
2 | import Glibc
3 | #else
4 | import Darwin
| `- error: no such module 'Darwin'
5 | #endif
6 |
[3/15] Compiling FuturaAsync Result.swift
/host/spi-builder-workspace/.build/checkouts/FuturaAsync/Sources/FuturaAsync/Synchronization/Lock.swift:4:12: error: no such module 'Darwin'
2 | import Glibc
3 | #else
4 | import Darwin
| `- error: no such module 'Darwin'
5 | #endif
6 |
[4/16] Compiling FuturaAsync FutureHandler.swift
/host/spi-builder-workspace/.build/checkouts/FuturaAsync/Sources/FuturaAsync/Synchronization/Lock.swift:4:12: error: no such module 'Darwin'
2 | import Glibc
3 | #else
4 | import Darwin
| `- error: no such module 'Darwin'
5 | #endif
6 |
[5/16] Compiling FuturaAsync Promise.swift
/host/spi-builder-workspace/.build/checkouts/FuturaAsync/Sources/FuturaAsync/Synchronization/Lock.swift:4:12: error: no such module 'Darwin'
2 | import Glibc
3 | #else
4 | import Darwin
| `- error: no such module 'Darwin'
5 | #endif
6 |
[6/16] Compiling FuturaAsync Future+Join.swift
/host/spi-builder-workspace/.build/checkouts/FuturaAsync/Sources/FuturaAsync/Synchronization/Lock.swift:4:12: error: no such module 'Darwin'
2 | import Glibc
3 | #else
4 | import Darwin
| `- error: no such module 'Darwin'
5 | #endif
6 |
[7/16] Compiling FuturaAsync Future.swift
/host/spi-builder-workspace/.build/checkouts/FuturaAsync/Sources/FuturaAsync/Synchronization/Lock.swift:4:12: error: no such module 'Darwin'
2 | import Glibc
3 | #else
4 | import Darwin
| `- error: no such module 'Darwin'
5 | #endif
6 |
[8/16] Compiling FuturaAsync Worker.swift
/host/spi-builder-workspace/.build/checkouts/FuturaAsync/Sources/FuturaAsync/Synchronization/Lock.swift:4:12: error: no such module 'Darwin'
2 | import Glibc
3 | #else
4 | import Darwin
| `- error: no such module 'Darwin'
5 | #endif
6 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/16] Emitting module FuturaAsync
/host/spi-builder-workspace/.build/checkouts/FuturaAsync/Sources/FuturaAsync/Synchronization/Lock.swift:4:12: error: no such module 'Darwin'
2 | import Glibc
3 | #else
4 | import Darwin
| `- error: no such module 'Darwin'
5 | #endif
6 |
[10/16] Compiling FuturaAsync Delayed.swift
/host/spi-builder-workspace/.build/checkouts/FuturaAsync/Sources/FuturaAsync/Synchronization/Lock.swift:4:12: error: no such module 'Darwin'
2 | import Glibc
3 | #else
4 | import Darwin
| `- error: no such module 'Darwin'
5 | #endif
6 |
[11/16] Compiling FuturaAsync FailableFuture.swift
/host/spi-builder-workspace/.build/checkouts/FuturaAsync/Sources/FuturaAsync/Synchronization/Lock.swift:4:12: error: no such module 'Darwin'
2 | import Glibc
3 | #else
4 | import Darwin
| `- error: no such module 'Darwin'
5 | #endif
6 |
[12/16] Compiling FuturaAsync ExecutionContext.swift
/host/spi-builder-workspace/.build/checkouts/FuturaAsync/Sources/FuturaAsync/Synchronization/Lock.swift:4:12: error: no such module 'Darwin'
2 | import Glibc
3 | #else
4 | import Darwin
| `- error: no such module 'Darwin'
5 | #endif
6 |
[13/16] Compiling FuturaAsync Schedule.swift
/host/spi-builder-workspace/.build/checkouts/FuturaAsync/Sources/FuturaAsync/Synchronization/Lock.swift:4:12: error: no such module 'Darwin'
2 | import Glibc
3 | #else
4 | import Darwin
| `- error: no such module 'Darwin'
5 | #endif
6 |
[14/16] Compiling FuturaAsync Catchable.swift
/host/spi-builder-workspace/.build/checkouts/FuturaAsync/Sources/FuturaAsync/Synchronization/Lock.swift:4:12: error: no such module 'Darwin'
2 | import Glibc
3 | #else
4 | import Darwin
| `- error: no such module 'Darwin'
5 | #endif
6 |
[15/16] Compiling FuturaAsync DispatchQueueWorker.swift
/host/spi-builder-workspace/.build/checkouts/FuturaAsync/Sources/FuturaAsync/Synchronization/Lock.swift:4:12: error: no such module 'Darwin'
2 | import Glibc
3 | #else
4 | import Darwin
| `- error: no such module 'Darwin'
5 | #endif
6 |
[16/16] Compiling FuturaAsync Lock.swift
/host/spi-builder-workspace/.build/checkouts/FuturaAsync/Sources/FuturaAsync/Synchronization/Lock.swift:4:12: error: no such module 'Darwin'
2 | import Glibc
3 | #else
4 | import Darwin
| `- error: no such module 'Darwin'
5 | #endif
6 |
BUILD FAILURE 6.1 android