Build Information
Failed to build TaskProgress, reference 1.1.1 (07bfe3
), with Swift 6.1 for Android on 30 May 2025 03:54:38 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/Jomy10/TaskProgress.git
Reference: 1.1.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/Jomy10/TaskProgress
* tag 1.1.1 -> FETCH_HEAD
HEAD is now at 07bfe33 fix intermediate messages
Cloned https://github.com/Jomy10/TaskProgress.git
Revision (git rev-parse @):
07bfe331d4c9b1d50b6795c0a1a691fe7bc207c5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Jomy10/TaskProgress.git at 1.1.1
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/Jomy10/TaskProgress.git
https://github.com/Jomy10/TaskProgress.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "TaskProgress",
"name" : "TaskProgress",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "TaskProgress",
"targets" : [
"TaskProgress"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Example",
"targets" : [
"Example"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "TaskProgress",
"module_type" : "SwiftTarget",
"name" : "TaskProgress",
"path" : "Sources/TaskProgress",
"product_memberships" : [
"TaskProgress",
"Example"
],
"sources" : [
"Ansi.swift",
"TaskProgress.swift"
],
"type" : "library"
},
{
"c99name" : "Example",
"module_type" : "SwiftTarget",
"name" : "Example",
"path" : "Sources/Example",
"product_memberships" : [
"Example"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"TaskProgress"
],
"type" : "executable"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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 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
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
[4/10] Compiling TaskProgress Ansi.swift
[5/10] Emitting module TaskProgress
[6/10] Compiling TaskProgress TaskProgress.swift
/host/spi-builder-workspace/Sources/TaskProgress/TaskProgress.swift:44:8: error: cannot find 'isatty' in scope
42 | self.showIntermediateMessages = showIntermediateMessages
43 | self.showFinishedTasks = true
44 | if isatty(STDOUT_FILENO) == 1 {
| `- error: cannot find 'isatty' in scope
45 | self.outputWith = outputWith
46 | self.useColor = true
/host/spi-builder-workspace/Sources/TaskProgress/TaskProgress.swift:44:15: error: cannot find 'STDOUT_FILENO' in scope
42 | self.showIntermediateMessages = showIntermediateMessages
43 | self.showFinishedTasks = true
44 | if isatty(STDOUT_FILENO) == 1 {
| `- error: cannot find 'STDOUT_FILENO' in scope
45 | self.outputWith = outputWith
46 | self.useColor = true
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/5] Write swift-version-24593BA9C3E375BF.txt
[2/8] Emitting module TaskProgress
[3/8] Compiling TaskProgress Ansi.swift
[4/8] Compiling TaskProgress TaskProgress.swift
/host/spi-builder-workspace/Sources/TaskProgress/TaskProgress.swift:44:8: error: cannot find 'isatty' in scope
42 | self.showIntermediateMessages = showIntermediateMessages
43 | self.showFinishedTasks = true
44 | if isatty(STDOUT_FILENO) == 1 {
| `- error: cannot find 'isatty' in scope
45 | self.outputWith = outputWith
46 | self.useColor = true
/host/spi-builder-workspace/Sources/TaskProgress/TaskProgress.swift:44:15: error: cannot find 'STDOUT_FILENO' in scope
42 | self.showIntermediateMessages = showIntermediateMessages
43 | self.showFinishedTasks = true
44 | if isatty(STDOUT_FILENO) == 1 {
| `- error: cannot find 'STDOUT_FILENO' in scope
45 | self.outputWith = outputWith
46 | self.useColor = true
BUILD FAILURE 6.1 android