Build Information
Successful build of FDChessboardView, reference master (fdcbb1), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 11:56:18 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/fulldecent/FDChessboardView.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fulldecent/FDChessboardView
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at fdcbb12 Merge pull request #19 from fulldecent/copilot/fix-f95d5eb1-72a9-4372-8916-5cf1f1fc0b16
Cloned https://github.com/fulldecent/FDChessboardView.git
Revision (git rev-parse @):
fdcbb12775c576f4d0872d144d66a9e8845f2600
SUCCESS checkout https://github.com/fulldecent/FDChessboardView.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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "fdchessboardview",
"name": "FDChessboardView",
"url": "https://github.com/fulldecent/FDChessboardView.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FDChessboardView",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/fulldecent/FDChessboardView.git
[1/611] Fetching fdchessboardview
Fetched https://github.com/fulldecent/FDChessboardView.git from cache (0.86s)
Creating working copy for https://github.com/fulldecent/FDChessboardView.git
Working copy of https://github.com/fulldecent/FDChessboardView.git resolved at master (fdcbb12)
warning: '.resolve-product-dependencies': dependency 'fdchessboardview' 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/fulldecent/FDChessboardView.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/6] Compiling FDChessboardView FDChessboardPiece.swift
[4/6] Compiling FDChessboardView FDChessboardImageData.swift
[5/6] Compiling FDChessboardView FDChessboardView.swift
[6/6] Emitting module FDChessboardView
Build complete! (4.76s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "FDChessboardView",
"name" : "FDChessboardView",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "FDChessboardView",
"targets" : [
"FDChessboardView"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FDChessboardViewTests",
"module_type" : "SwiftTarget",
"name" : "FDChessboardViewTests",
"path" : "Tests/FDChessboardViewTests",
"sources" : [
"FDChessboardViewTests.swift"
],
"target_dependencies" : [
"FDChessboardView"
],
"type" : "test"
},
{
"c99name" : "FDChessboardView",
"module_type" : "SwiftTarget",
"name" : "FDChessboardView",
"path" : "Sources/FDChessboardView",
"product_memberships" : [
"FDChessboardView"
],
"sources" : [
"FDChessboardImageData.swift",
"FDChessboardPiece.swift",
"FDChessboardView.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.