Build Information
Successful build of PianoKeyboard, reference master (05e015), with Swift 6.2 for macOS (SPM) on 25 Mar 2026 07:28:23 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.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/garynewby/PianoKeyboard.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/garynewby/PianoKeyboard
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 05e0152 Further refactor
Cloned https://github.com/garynewby/PianoKeyboard.git
Revision (git rev-parse @):
05e0152c8045e902315fbca4e5f7763ea12f7902
SUCCESS checkout https://github.com/garynewby/PianoKeyboard.git at master
========================================
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": "pianokeyboard",
"name": "PianoKeyboard",
"url": "https://github.com/garynewby/PianoKeyboard.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PianoKeyboard",
"dependencies": [
]
}
]
}
Fetching https://github.com/garynewby/PianoKeyboard.git
[1/1220] Fetching pianokeyboard
Fetched https://github.com/garynewby/PianoKeyboard.git from cache (1.19s)
Creating working copy for https://github.com/garynewby/PianoKeyboard.git
Working copy of https://github.com/garynewby/PianoKeyboard.git resolved at master (05e0152)
warning: '.resolve-product-dependencies': dependency 'pianokeyboard' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/garynewby/PianoKeyboard.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/12] Compiling PianoKeyboard TouchesView.swift
[4/12] Compiling PianoKeyboard ModernStyle.swift
/Users/admin/builder/spi-builder-workspace/Source/Styles/ModernStyle.swift:41:17: warning: initialization of immutable value 'height' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
39 | return Canvas { context, size in
40 | let width = size.width
41 | let height = size.height
| `- warning: initialization of immutable value 'height' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
42 | let cornerRadius = width * 0.007
43 |
[5/12] Compiling PianoKeyboard RoundedCornersShape.swift
[6/12] Compiling PianoKeyboard ClassicStyle.swift
/Users/admin/builder/spi-builder-workspace/Source/Styles/ClassicStyle.swift:64:17: warning: initialization of immutable value 'height' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
62 | return Canvas { context, size in
63 | let width = size.width
64 | let height = size.height
| `- warning: initialization of immutable value 'height' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
65 | let cornerRadius = width * cornerRadiusMultiplier
66 |
[7/12] Compiling PianoKeyboard Note.swift
[8/12] Compiling PianoKeyboard PianoKeyViewModel.swift
[9/12] Compiling PianoKeyboard KeyboardStyle.swift
[10/12] Emitting module PianoKeyboard
[11/12] Compiling PianoKeyboard PianoKeyboardView.swift
[12/12] Compiling PianoKeyboard PianoKeyboardViewModel.swift
Build complete! (8.19s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "PianoKeyboard",
"name" : "PianoKeyboard",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "PianoKeyboard",
"targets" : [
"PianoKeyboard"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PianoKeyboardTests",
"module_type" : "SwiftTarget",
"name" : "PianoKeyboardTests",
"path" : "Tests/PianoKeyboardTests",
"sources" : [
"PianoKeyboardTests.swift"
],
"target_dependencies" : [
"PianoKeyboard"
],
"type" : "test"
},
{
"c99name" : "PianoKeyboard",
"module_type" : "SwiftTarget",
"name" : "PianoKeyboard",
"path" : "Source",
"product_memberships" : [
"PianoKeyboard"
],
"sources" : [
"KeyboardStyle.swift",
"Note.swift",
"PianoKeyViewModel.swift",
"PianoKeyboardView.swift",
"PianoKeyboardViewModel.swift",
"RoundedCornersShape.swift",
"Styles/ClassicStyle.swift",
"Styles/ModernStyle.swift",
"TouchesView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.