Build Information
Failed to build swift-log-format-and-pipe, reference master (aa23b8
), with Swift 6.1 for Android on 27 May 2025 08:29:18 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/Adorkable/swift-log-format-and-pipe.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/Adorkable/swift-log-format-and-pipe
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at aa23b8b Elaborate on docs and README (#5)
Cloned https://github.com/Adorkable/swift-log-format-and-pipe.git
Revision (git rev-parse @):
aa23b8bebf2c060ac0194715a6ed5c9af5f2d8bf
SUCCESS checkout https://github.com/Adorkable/swift-log-format-and-pipe.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/Adorkable/swift-log-format-and-pipe.git
https://github.com/Adorkable/swift-log-format-and-pipe.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
}
],
"manifest_display_name" : "swift-log-format-and-pipe",
"name" : "swift-log-format-and-pipe",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "LoggingFormatAndPipe",
"targets" : [
"LoggingFormatAndPipe"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LoggingFormatAndPipeTests",
"module_type" : "SwiftTarget",
"name" : "LoggingFormatAndPipeTests",
"path" : "Tests/LoggingFormatAndPipeTests",
"product_dependencies" : [
"Logging"
],
"sources" : [
"FormatterTests.swift",
"HandlerTests.swift",
"LoggerTextOutputStreamPipeTests.swift",
"TestLogging.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"LoggingFormatAndPipe"
],
"type" : "test"
},
{
"c99name" : "LoggingFormatAndPipe",
"module_type" : "SwiftTarget",
"name" : "LoggingFormatAndPipe",
"path" : "Sources/LoggingFormatAndPipe",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"LoggingFormatAndPipe"
],
"sources" : [
"BasicFormatter.swift",
"Formatter.swift",
"Handler.swift",
"LoggerTextOutputStreamPipe.swift",
"Pipe.swift"
],
"type" : "library"
}
],
"tools_version" : "5.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/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.68s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.58s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/8] Compiling Logging LogHandler.swift
[5/8] Emitting module Logging
[6/8] Compiling Logging Locks.swift
[7/8] Compiling Logging MetadataProvider.swift
[8/8] Compiling Logging Logging.swift
[10/15] Compiling LoggingFormatAndPipe LoggerTextOutputStreamPipe.swift
/host/spi-builder-workspace/Sources/LoggingFormatAndPipe/LoggerTextOutputStreamPipe.swift:11:8: error: no such module 'Glibc'
9 | import Darwin
10 | #else
11 | import Glibc
| `- error: no such module 'Glibc'
12 | #endif
13 |
[11/15] Compiling LoggingFormatAndPipe Handler.swift
/host/spi-builder-workspace/Sources/LoggingFormatAndPipe/LoggerTextOutputStreamPipe.swift:11:8: error: no such module 'Glibc'
9 | import Darwin
10 | #else
11 | import Glibc
| `- error: no such module 'Glibc'
12 | #endif
13 |
[12/15] Compiling LoggingFormatAndPipe Pipe.swift
/host/spi-builder-workspace/Sources/LoggingFormatAndPipe/LoggerTextOutputStreamPipe.swift:11:8: error: no such module 'Glibc'
9 | import Darwin
10 | #else
11 | import Glibc
| `- error: no such module 'Glibc'
12 | #endif
13 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/15] Emitting module LoggingFormatAndPipe
/host/spi-builder-workspace/Sources/LoggingFormatAndPipe/LoggerTextOutputStreamPipe.swift:11:8: error: no such module 'Glibc'
9 | import Darwin
10 | #else
11 | import Glibc
| `- error: no such module 'Glibc'
12 | #endif
13 |
[14/15] Compiling LoggingFormatAndPipe Formatter.swift
/host/spi-builder-workspace/Sources/LoggingFormatAndPipe/LoggerTextOutputStreamPipe.swift:11:8: error: no such module 'Glibc'
9 | import Darwin
10 | #else
11 | import Glibc
| `- error: no such module 'Glibc'
12 | #endif
13 |
[15/15] Compiling LoggingFormatAndPipe BasicFormatter.swift
/host/spi-builder-workspace/Sources/LoggingFormatAndPipe/LoggerTextOutputStreamPipe.swift:11:8: error: no such module 'Glibc'
9 | import Darwin
10 | #else
11 | import Glibc
| `- error: no such module 'Glibc'
12 | #endif
13 |
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/6] Compiling Logging MetadataProvider.swift
[3/6] Compiling Logging LogHandler.swift
[4/6] Emitting module Logging
[5/6] Compiling Logging Locks.swift
[6/6] Compiling Logging Logging.swift
[8/13] Compiling LoggingFormatAndPipe Pipe.swift
/host/spi-builder-workspace/Sources/LoggingFormatAndPipe/LoggerTextOutputStreamPipe.swift:11:8: error: no such module 'Glibc'
9 | import Darwin
10 | #else
11 | import Glibc
| `- error: no such module 'Glibc'
12 | #endif
13 |
[9/13] Compiling LoggingFormatAndPipe LoggerTextOutputStreamPipe.swift
/host/spi-builder-workspace/Sources/LoggingFormatAndPipe/LoggerTextOutputStreamPipe.swift:11:8: error: no such module 'Glibc'
9 | import Darwin
10 | #else
11 | import Glibc
| `- error: no such module 'Glibc'
12 | #endif
13 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/13] Emitting module LoggingFormatAndPipe
/host/spi-builder-workspace/Sources/LoggingFormatAndPipe/LoggerTextOutputStreamPipe.swift:11:8: error: no such module 'Glibc'
9 | import Darwin
10 | #else
11 | import Glibc
| `- error: no such module 'Glibc'
12 | #endif
13 |
[11/13] Compiling LoggingFormatAndPipe Handler.swift
/host/spi-builder-workspace/Sources/LoggingFormatAndPipe/LoggerTextOutputStreamPipe.swift:11:8: error: no such module 'Glibc'
9 | import Darwin
10 | #else
11 | import Glibc
| `- error: no such module 'Glibc'
12 | #endif
13 |
[12/13] Compiling LoggingFormatAndPipe Formatter.swift
/host/spi-builder-workspace/Sources/LoggingFormatAndPipe/LoggerTextOutputStreamPipe.swift:11:8: error: no such module 'Glibc'
9 | import Darwin
10 | #else
11 | import Glibc
| `- error: no such module 'Glibc'
12 | #endif
13 |
[13/13] Compiling LoggingFormatAndPipe BasicFormatter.swift
/host/spi-builder-workspace/Sources/LoggingFormatAndPipe/LoggerTextOutputStreamPipe.swift:11:8: error: no such module 'Glibc'
9 | import Darwin
10 | #else
11 | import Glibc
| `- error: no such module 'Glibc'
12 | #endif
13 |
BUILD FAILURE 6.1 android