Build Information
Failed to build Example3D, reference 0.1.4 (f4c5b9), with Swift 6.1 for Android on 27 May 2025 11:58:29 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/jeremyabannister/example3d.git
Reference: 0.1.4
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/jeremyabannister/example3d
* tag 0.1.4 -> FETCH_HEAD
HEAD is now at f4c5b99 Updated to make use of additional API from Object3D 0.2.1;
Cloned https://github.com/jeremyabannister/example3d.git
Revision (git rev-parse @):
f4c5b99d6347bc92d8d22bb822ffa26355b1d3cd
SUCCESS checkout https://github.com/jeremyabannister/example3d.git at 0.1.4
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/jeremyabannister/example3d.git
https://github.com/jeremyabannister/example3d.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "object3d",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jeremyabannister/Object3D.git"
}
],
"manifest_display_name" : "Example3D",
"name" : "Example3D",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Example3D",
"targets" : [
"Example3D"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Example3DTests",
"module_type" : "SwiftTarget",
"name" : "Example3DTests",
"path" : "Tests/Example3DTests",
"sources" : [
"Example3DTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Example3D"
],
"type" : "test"
},
{
"c99name" : "Example3D",
"module_type" : "SwiftTarget",
"name" : "Example3D",
"path" : "Sources/Example3D",
"product_dependencies" : [
"Object3D"
],
"product_memberships" : [
"Example3D"
],
"sources" : [
"RoundedBox.swift",
"Slide.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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 -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/jeremyabannister/Object3D.git
[1/113] Fetching object3d
Fetched https://github.com/jeremyabannister/Object3D.git from cache (0.34s)
Computing version for https://github.com/jeremyabannister/Object3D.git
Computed https://github.com/jeremyabannister/Object3D.git at 0.2.7 (1.40s)
Fetching https://github.com/jeremyabannister/Geometry3DValueTypes.git
Fetching https://github.com/jeremyabannister/JBStandardLibraryExtensions.git
warning: 'jbstandardlibraryextensions': skipping cache due to an error: Failed to clone repository https://github.com/jeremyabannister/JBStandardLibraryExtensions.git:
Cloning into bare repository '/root/.cache/org.swift.swiftpm/repositories/JBStandardLibraryExtensions-aa9813b6'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
[1/121] Fetching geometry3dvaluetypes
Fetched https://github.com/jeremyabannister/Geometry3DValueTypes.git from cache (0.43s)
Fetching https://github.com/jeremyabannister/JBStandardLibraryExtensions.git
warning: 'jbstandardlibraryextensions': skipping cache due to an error: Failed to clone repository https://github.com/jeremyabannister/JBStandardLibraryExtensions.git:
Cloning into bare repository '/root/.cache/org.swift.swiftpm/repositories/JBStandardLibraryExtensions-aa9813b6'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
error: Failed to clone repository https://github.com/jeremyabannister/JBStandardLibraryExtensions.git:
Cloning into bare repository '/host/spi-builder-workspace/.build/repositories/JBStandardLibraryExtensions-aa9813b6'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Updating https://github.com/jeremyabannister/Object3D.git
Updated https://github.com/jeremyabannister/Object3D.git (0.24s)
Computing version for https://github.com/jeremyabannister/Object3D.git
Computed https://github.com/jeremyabannister/Object3D.git at 0.2.7 (1.18s)
Fetching https://github.com/jeremyabannister/JBStandardLibraryExtensions.git
Updating https://github.com/jeremyabannister/Geometry3DValueTypes.git
warning: 'jbstandardlibraryextensions': skipping cache due to an error: Failed to clone repository https://github.com/jeremyabannister/JBStandardLibraryExtensions.git:
Cloning into bare repository '/root/.cache/org.swift.swiftpm/repositories/JBStandardLibraryExtensions-aa9813b6'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Fetching https://github.com/jeremyabannister/JBStandardLibraryExtensions.git
Updated https://github.com/jeremyabannister/Geometry3DValueTypes.git (0.21s)
warning: 'jbstandardlibraryextensions': skipping cache due to an error: Failed to clone repository https://github.com/jeremyabannister/JBStandardLibraryExtensions.git:
Cloning into bare repository '/root/.cache/org.swift.swiftpm/repositories/JBStandardLibraryExtensions-aa9813b6'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
error: Failed to clone repository https://github.com/jeremyabannister/JBStandardLibraryExtensions.git:
Cloning into bare repository '/host/spi-builder-workspace/.build/repositories/JBStandardLibraryExtensions-aa9813b6'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
BUILD FAILURE 6.1 android