Build Information
Failed to build StreamReader, reference 1.0.1 (0cabaa
), with Swift 6.1 for Android on 27 May 2025 13:21:53 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/mxcl/streamreader.git
Reference: 1.0.1
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/mxcl/streamreader
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at 0cabaa9 Update Path.swift dep version to 1.0.0-alpha.1
Cloned https://github.com/mxcl/streamreader.git
Revision (git rev-parse @):
0cabaa9d539037da1b25b8cbe58a8ecafaedea67
SUCCESS checkout https://github.com/mxcl/streamreader.git at 1.0.1
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/mxcl/streamreader.git
https://github.com/mxcl/streamreader.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "path.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0-alpha.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mxcl/Path.swift"
}
],
"manifest_display_name" : "StreamReader",
"name" : "StreamReader",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "StreamReader",
"targets" : [
"StreamReader"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "StreamReader",
"module_type" : "SwiftTarget",
"name" : "StreamReader",
"path" : ".",
"product_dependencies" : [
"Path"
],
"product_memberships" : [
"StreamReader"
],
"sources" : [
"StreamReader.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/mxcl/Path.swift
[1/1059] Fetching path.swift
Fetched https://github.com/mxcl/Path.swift from cache (0.59s)
Computing version for https://github.com/mxcl/Path.swift
Computed https://github.com/mxcl/Path.swift at 1.4.1 (1.18s)
Creating working copy for https://github.com/mxcl/Path.swift
Working copy of https://github.com/mxcl/Path.swift resolved at 1.4.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/13] Emitting module Path
/host/spi-builder-workspace/.build/checkouts/Path.swift/Sources/Path.swift:3:13: error: no such module 'Darwin'
1 | import Foundation
2 | #if !os(Linux)
3 | import func Darwin.realpath
| `- error: no such module 'Darwin'
4 | let _realpath = Darwin.realpath
5 | #else
[5/13] Compiling Path Path+FileManager.swift
/host/spi-builder-workspace/.build/checkouts/Path.swift/Sources/Path.swift:3:13: error: no such module 'Darwin'
1 | import Foundation
2 | #if !os(Linux)
3 | import func Darwin.realpath
| `- error: no such module 'Darwin'
4 | let _realpath = Darwin.realpath
5 | #else
[6/13] Compiling Path Path+StringConvertibles.swift
/host/spi-builder-workspace/.build/checkouts/Path.swift/Sources/Path.swift:3:13: error: no such module 'Darwin'
1 | import Foundation
2 | #if !os(Linux)
3 | import func Darwin.realpath
| `- error: no such module 'Darwin'
4 | let _realpath = Darwin.realpath
5 | #else
[7/13] Compiling Path Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Path.swift/Sources/Path.swift:3:13: error: no such module 'Darwin'
1 | import Foundation
2 | #if !os(Linux)
3 | import func Darwin.realpath
| `- error: no such module 'Darwin'
4 | let _realpath = Darwin.realpath
5 | #else
[8/13] Compiling Path Path+Attributes.swift
/host/spi-builder-workspace/.build/checkouts/Path.swift/Sources/Path.swift:3:13: error: no such module 'Darwin'
1 | import Foundation
2 | #if !os(Linux)
3 | import func Darwin.realpath
| `- error: no such module 'Darwin'
4 | let _realpath = Darwin.realpath
5 | #else
[9/13] Compiling Path Path+Codable.swift
/host/spi-builder-workspace/.build/checkouts/Path.swift/Sources/Path.swift:3:13: error: no such module 'Darwin'
1 | import Foundation
2 | #if !os(Linux)
3 | import func Darwin.realpath
| `- error: no such module 'Darwin'
4 | let _realpath = Darwin.realpath
5 | #else
[10/13] Compiling Path Path+CommonDirectories.swift
/host/spi-builder-workspace/.build/checkouts/Path.swift/Sources/Path.swift:3:13: error: no such module 'Darwin'
1 | import Foundation
2 | #if !os(Linux)
3 | import func Darwin.realpath
| `- error: no such module 'Darwin'
4 | let _realpath = Darwin.realpath
5 | #else
[11/14] Compiling Path Path.swift
/host/spi-builder-workspace/.build/checkouts/Path.swift/Sources/Path.swift:3:13: error: no such module 'Darwin'
1 | import Foundation
2 | #if !os(Linux)
3 | import func Darwin.realpath
| `- error: no such module 'Darwin'
4 | let _realpath = Darwin.realpath
5 | #else
[12/14] Compiling Path Path+ls.swift
/host/spi-builder-workspace/.build/checkouts/Path.swift/Sources/Path.swift:3:13: error: no such module 'Darwin'
1 | import Foundation
2 | #if !os(Linux)
3 | import func Darwin.realpath
| `- error: no such module 'Darwin'
4 | let _realpath = Darwin.realpath
5 | #else
[13/14] Compiling Path PathToBool.swift
/host/spi-builder-workspace/.build/checkouts/Path.swift/Sources/Path.swift:3:13: error: no such module 'Darwin'
1 | import Foundation
2 | #if !os(Linux)
3 | import func Darwin.realpath
| `- error: no such module 'Darwin'
4 | let _realpath = Darwin.realpath
5 | #else
[14/14] Compiling Path Pathish.swift
/host/spi-builder-workspace/.build/checkouts/Path.swift/Sources/Path.swift:3:13: error: no such module 'Darwin'
1 | import Foundation
2 | #if !os(Linux)
3 | import func Darwin.realpath
| `- error: no such module 'Darwin'
4 | let _realpath = Darwin.realpath
5 | #else
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/11] Compiling Path PathToBool.swift
/host/spi-builder-workspace/.build/checkouts/Path.swift/Sources/Path.swift:3:13: error: no such module 'Darwin'
1 | import Foundation
2 | #if !os(Linux)
3 | import func Darwin.realpath
| `- error: no such module 'Darwin'
4 | let _realpath = Darwin.realpath
5 | #else
[3/12] Compiling Path Pathish.swift
/host/spi-builder-workspace/.build/checkouts/Path.swift/Sources/Path.swift:3:13: error: no such module 'Darwin'
1 | import Foundation
2 | #if !os(Linux)
3 | import func Darwin.realpath
| `- error: no such module 'Darwin'
4 | let _realpath = Darwin.realpath
5 | #else
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/12] Emitting module Path
/host/spi-builder-workspace/.build/checkouts/Path.swift/Sources/Path.swift:3:13: error: no such module 'Darwin'
1 | import Foundation
2 | #if !os(Linux)
3 | import func Darwin.realpath
| `- error: no such module 'Darwin'
4 | let _realpath = Darwin.realpath
5 | #else
[5/12] Compiling Path Path+Codable.swift
/host/spi-builder-workspace/.build/checkouts/Path.swift/Sources/Path.swift:3:13: error: no such module 'Darwin'
1 | import Foundation
2 | #if !os(Linux)
3 | import func Darwin.realpath
| `- error: no such module 'Darwin'
4 | let _realpath = Darwin.realpath
5 | #else
[6/12] Compiling Path Path+CommonDirectories.swift
/host/spi-builder-workspace/.build/checkouts/Path.swift/Sources/Path.swift:3:13: error: no such module 'Darwin'
1 | import Foundation
2 | #if !os(Linux)
3 | import func Darwin.realpath
| `- error: no such module 'Darwin'
4 | let _realpath = Darwin.realpath
5 | #else
[7/12] Compiling Path Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Path.swift/Sources/Path.swift:3:13: error: no such module 'Darwin'
1 | import Foundation
2 | #if !os(Linux)
3 | import func Darwin.realpath
| `- error: no such module 'Darwin'
4 | let _realpath = Darwin.realpath
5 | #else
[8/12] Compiling Path Path+Attributes.swift
/host/spi-builder-workspace/.build/checkouts/Path.swift/Sources/Path.swift:3:13: error: no such module 'Darwin'
1 | import Foundation
2 | #if !os(Linux)
3 | import func Darwin.realpath
| `- error: no such module 'Darwin'
4 | let _realpath = Darwin.realpath
5 | #else
[9/12] Compiling Path Path+StringConvertibles.swift
/host/spi-builder-workspace/.build/checkouts/Path.swift/Sources/Path.swift:3:13: error: no such module 'Darwin'
1 | import Foundation
2 | #if !os(Linux)
3 | import func Darwin.realpath
| `- error: no such module 'Darwin'
4 | let _realpath = Darwin.realpath
5 | #else
[10/12] Compiling Path Path+ls.swift
/host/spi-builder-workspace/.build/checkouts/Path.swift/Sources/Path.swift:3:13: error: no such module 'Darwin'
1 | import Foundation
2 | #if !os(Linux)
3 | import func Darwin.realpath
| `- error: no such module 'Darwin'
4 | let _realpath = Darwin.realpath
5 | #else
[11/12] Compiling Path Path+FileManager.swift
/host/spi-builder-workspace/.build/checkouts/Path.swift/Sources/Path.swift:3:13: error: no such module 'Darwin'
1 | import Foundation
2 | #if !os(Linux)
3 | import func Darwin.realpath
| `- error: no such module 'Darwin'
4 | let _realpath = Darwin.realpath
5 | #else
[12/12] Compiling Path Path.swift
/host/spi-builder-workspace/.build/checkouts/Path.swift/Sources/Path.swift:3:13: error: no such module 'Darwin'
1 | import Foundation
2 | #if !os(Linux)
3 | import func Darwin.realpath
| `- error: no such module 'Darwin'
4 | let _realpath = Darwin.realpath
5 | #else
BUILD FAILURE 6.1 android