Build Information
Successful build of swift-desktopia, reference 1.0.0 (76ef6c), with Swift 6.2 for macOS (SPM) on 8 Feb 2026 07:42:05 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sgade/swift-desktopia.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sgade/swift-desktopia
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 76ef6c5 Initial commit
Cloned https://github.com/sgade/swift-desktopia.git
Revision (git rev-parse @):
76ef6c5016360d21954a81110bc08426ff287ab9
SUCCESS checkout https://github.com/sgade/swift-desktopia.git at 1.0.0
Fetching https://github.com/sgade/SwiftSerial
[1/391] Fetching swiftserial
Fetched https://github.com/sgade/SwiftSerial from cache (1.25s)
Computing version for https://github.com/sgade/SwiftSerial
Computed https://github.com/sgade/SwiftSerial at 0.2.0 (1.76s)
Creating working copy for https://github.com/sgade/SwiftSerial
Working copy of https://github.com/sgade/SwiftSerial resolved at 0.2.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "swift-desktopia",
"name": "swift-desktopia",
"url": "https://github.com/sgade/swift-desktopia.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-desktopia",
"dependencies": [
{
"identity": "swiftserial",
"name": "SwiftSerial",
"url": "https://github.com/sgade/SwiftSerial",
"version": "0.2.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftSerial",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/sgade/swift-desktopia.git
[1/21] Fetching swift-desktopia
Fetched https://github.com/sgade/swift-desktopia.git from cache (0.56s)
Fetching https://github.com/sgade/SwiftSerial from cache
Fetched https://github.com/sgade/SwiftSerial from cache (0.45s)
Computing version for https://github.com/sgade/SwiftSerial
Computed https://github.com/sgade/SwiftSerial at 0.2.0 (0.51s)
Creating working copy for https://github.com/sgade/swift-desktopia.git
Working copy of https://github.com/sgade/swift-desktopia.git resolved at 1.0.0 (76ef6c5)
Creating working copy for https://github.com/sgade/SwiftSerial
Working copy of https://github.com/sgade/SwiftSerial resolved at 0.2.0
warning: '.resolve-product-dependencies': dependency 'swift-desktopia' is not used by any target
Found 1 product dependencies
- SwiftSerial
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/sgade/swift-desktopia.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-49B95AFC49DCD68C.txt
[4/10] Emitting module SwiftSerial
[5/10] Compiling SwiftSerial SerialPort.swift
[6/10] Compiling SwiftSerial PortMode.swift
[7/10] Compiling SwiftSerial BaudRate.swift
[8/10] Compiling SwiftSerial PortError.swift
[9/10] Compiling SwiftSerial ParityType.swift
[10/10] Compiling SwiftSerial DataBitsSize.swift
[11/20] Compiling DesktopiaProX Array+Safe.swift
[12/20] Compiling DesktopiaProX SerialPort+Command.swift
[13/20] Compiling DesktopiaProX Bool+UInt8.swift
[14/21] Compiling DesktopiaProX UInt8+Command.swift
[15/21] Compiling DesktopiaProX DesktopiaProXError.swift
[16/21] Compiling DesktopiaProX Desk.swift
[17/21] Compiling DesktopiaProX DeskProperties.swift
[18/21] Compiling DesktopiaProX Command.swift
[19/21] Compiling DesktopiaProX CommandID.swift
[20/21] Emitting module DesktopiaProX
[21/21] Compiling DesktopiaProX CommandSource.swift
Build complete! (7.41s)
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" : "/Users/admin/builder/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"
}
Done.