Build Information
Successful build of SWTools, reference main (b56b4e), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 16:37:48 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/Matt54633/SWTools.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Matt54633/SWTools
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b56b4e2 Add public function
Cloned https://github.com/Matt54633/SWTools.git
Revision (git rev-parse @):
b56b4e223b7d5af8e65645e19ff737a5a43851a3
SUCCESS checkout https://github.com/Matt54633/SWTools.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": "swtools",
"name": "SWTools",
"url": "https://github.com/Matt54633/SWTools.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SWTools",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/Matt54633/SWTools.git
[1/101] Fetching swtools
Fetched https://github.com/Matt54633/SWTools.git from cache (0.65s)
Creating working copy for https://github.com/Matt54633/SWTools.git
Working copy of https://github.com/Matt54633/SWTools.git resolved at main (b56b4e2)
warning: '.resolve-product-dependencies': dependency 'swtools' 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/Matt54633/SWTools.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/10] Emitting module SWTools
[4/10] Compiling SWTools Calendar Extensions.swift
[5/10] Compiling SWTools ShakeDetection.swift
[6/10] Compiling SWTools Safe Area Detection.swift
[7/10] Compiling SWTools iPad Detection.swift
[8/10] Compiling SWTools Color Extensions.swift
[9/10] Compiling SWTools MacOS Detection.swift
[10/10] Compiling SWTools Haptic Feedback.swift
Build complete! (10.44s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SWTools",
"name" : "SWTools",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "SWTools",
"targets" : [
"SWTools"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SWToolsTests",
"module_type" : "SwiftTarget",
"name" : "SWToolsTests",
"path" : "Tests/SWToolsTests",
"sources" : [
"SWToolsTests.swift"
],
"target_dependencies" : [
"SWTools"
],
"type" : "test"
},
{
"c99name" : "SWTools",
"module_type" : "SwiftTarget",
"name" : "SWTools",
"path" : "Sources/SWTools",
"product_memberships" : [
"SWTools"
],
"sources" : [
"Calendar Extensions/Calendar Extensions.swift",
"Color Extensions/Color Extensions.swift",
"Haptic Feedback/Haptic Feedback.swift",
"IPad Detection/iPad Detection.swift",
"MacOS Detection/MacOS Detection.swift",
"Safe Area Detection/Safe Area Detection.swift",
"Shake Detection/ShakeDetection.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.