Build Information
Successful build of Touchpad, reference main (1555c8), with Swift 6.3 for macOS (SPM) on 22 Apr 2026 16:23:44 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/timi2506/Touchpad.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/timi2506/Touchpad
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 1555c83 Create LICENSE
Cloned https://github.com/timi2506/Touchpad.git
Revision (git rev-parse @):
1555c832bc3904680f957b7ff4badbbcfac1e417
SUCCESS checkout https://github.com/timi2506/Touchpad.git at main
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "touchpad",
"name": "Touchpad",
"url": "https://github.com/timi2506/Touchpad.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Touchpad",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/timi2506/Touchpad.git
[1/128] Fetching touchpad
Fetched https://github.com/timi2506/Touchpad.git from cache (0.92s)
Creating working copy for https://github.com/timi2506/Touchpad.git
Working copy of https://github.com/timi2506/Touchpad.git resolved at main (1555c83)
warning: '.resolve-product-dependencies': dependency 'touchpad' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/timi2506/Touchpad.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/4] Compiling Touchpad Touchpad.swift
[4/4] Emitting module Touchpad
Build complete! (8.46s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Touchpad",
"name" : "Touchpad",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "Touchpad",
"targets" : [
"Touchpad"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Touchpad",
"module_type" : "SwiftTarget",
"name" : "Touchpad",
"path" : "Sources/Touchpad",
"product_memberships" : [
"Touchpad"
],
"sources" : [
"Touchpad.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.