Build Information
Successful build of Termbox, reference main (996008
), with Swift 6.2 (beta) for Android on 18 Jun 2025 19:14:46 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dduan/Termbox.git
Reference: main
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/dduan/Termbox
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9960082 Update licence
Cloned https://github.com/dduan/Termbox.git
Revision (git rev-parse @):
9960082c5b59805ba2ad8e272620ef8c5f58daa9
SUCCESS checkout https://github.com/dduan/Termbox.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/dduan/Termbox.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/9] Write sources
[2/9] Compiling utf8.c
[3/9] Write swift-version-8C5A4AE7A8CE2BA.txt
[4/9] Compiling termbox.c
[6/11] Emitting module Termbox
[7/11] Compiling Termbox Termbox.swift
[8/13] Wrapping AST for Termbox for debugging
[10/14] Compiling paint main.swift
[11/14] Emitting module paint
[12/15] Wrapping AST for paint for debugging
[13/15] Write Objects.LinkFileList
[14/15] Linking paint
Build complete! (11.50s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Termbox",
"name" : "Termbox",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Termbox",
"targets" : [
"Termbox"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ctermbox",
"targets" : [
"ctermbox"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "paint",
"targets" : [
"paint"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "paint",
"module_type" : "SwiftTarget",
"name" : "paint",
"path" : "Examples/paint",
"product_memberships" : [
"paint"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Termbox"
],
"type" : "executable"
},
{
"c99name" : "ctermbox",
"module_type" : "ClangTarget",
"name" : "ctermbox",
"path" : "Sources/ctermbox",
"product_memberships" : [
"Termbox",
"ctermbox",
"paint"
],
"sources" : [
"src/termbox.c",
"src/utf8.c"
],
"type" : "library"
},
{
"c99name" : "Termbox",
"module_type" : "SwiftTarget",
"name" : "Termbox",
"path" : "Sources/Termbox",
"product_memberships" : [
"Termbox",
"paint"
],
"sources" : [
"Termbox.swift"
],
"target_dependencies" : [
"ctermbox"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.