Build Information
Successful build of swift-desktopia, reference main (ac3a46), with Swift 6.2 for Linux on 5 Mar 2026 03:56:06 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sgade/swift-desktopia.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/sgade/swift-desktopia
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ac3a46c Update product link
Cloned https://github.com/sgade/swift-desktopia.git
Revision (git rev-parse @):
ac3a46c66f681bc00b483e658568f0b3959a1c95
SUCCESS checkout https://github.com/sgade/swift-desktopia.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/sgade/swift-desktopia.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:257b0ae9749b4eea8553a58f7bf60a672611c061e9b845ccfee371e7c1138ce8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/sgade/SwiftSerial
[1/391] Fetching swiftserial
Fetched https://github.com/sgade/SwiftSerial from cache (0.32s)
Computing version for https://github.com/sgade/SwiftSerial
Computed https://github.com/sgade/SwiftSerial at 0.2.0 (0.61s)
Creating working copy for https://github.com/sgade/SwiftSerial
Working copy of https://github.com/sgade/SwiftSerial resolved at 0.2.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/10] Compiling SwiftSerial DataBitsSize.swift
[5/10] Compiling SwiftSerial ParityType.swift
[6/10] Compiling SwiftSerial BaudRate.swift
[7/10] Compiling SwiftSerial PortError.swift
[8/10] Emitting module SwiftSerial
[9/10] Compiling SwiftSerial PortMode.swift
[10/10] Compiling SwiftSerial SerialPort.swift
[12/21] Compiling DesktopiaProX Bool+UInt8.swift
[13/22] Compiling DesktopiaProX DeskProperties.swift
[14/22] Compiling DesktopiaProX DesktopiaProXError.swift
[15/22] Compiling DesktopiaProX Array+Safe.swift
[16/22] Compiling DesktopiaProX UInt8+Command.swift
[17/22] Compiling DesktopiaProX SerialPort+Command.swift
[18/22] Emitting module DesktopiaProX
[19/22] Compiling DesktopiaProX Command.swift
[20/22] Compiling DesktopiaProX CommandID.swift
[21/22] Compiling DesktopiaProX CommandSource.swift
[22/22] Compiling DesktopiaProX Desk.swift
Build complete! (10.14s)
Build complete.
{
"dependencies" : [
{
"identity" : "swiftserial",
"requirement" : {
"exact" : [
"0.2.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/sgade/SwiftSerial"
}
],
"manifest_display_name" : "swift-desktopia",
"name" : "swift-desktopia",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "DesktopiaProX",
"targets" : [
"DesktopiaProX"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DesktopiaProX",
"module_type" : "SwiftTarget",
"name" : "DesktopiaProX",
"path" : "Sources/DesktopiaProX",
"product_dependencies" : [
"SwiftSerial"
],
"product_memberships" : [
"DesktopiaProX"
],
"sources" : [
"Command.swift",
"CommandID.swift",
"CommandSource.swift",
"Desk.swift",
"DeskProperties.swift",
"DesktopiaProXError.swift",
"Extensions/Array+Safe.swift",
"Extensions/Bool+UInt8.swift",
"Extensions/SerialPort+Command.swift",
"Extensions/UInt8+Command.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:257b0ae9749b4eea8553a58f7bf60a672611c061e9b845ccfee371e7c1138ce8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.