Build Information
Successful build of SWTools, reference main (b56b4e), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 14:07:00 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Matt54633/SWTools.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/10] Compiling SWTools Haptic Feedback.swift
[4/10] Compiling SWTools MacOS Detection.swift
[5/10] Compiling SWTools Calendar Extensions.swift
[6/10] Compiling SWTools ShakeDetection.swift
[7/10] Compiling SWTools iPad Detection.swift
[8/10] Emitting module SWTools
[9/10] Compiling SWTools Color Extensions.swift
[10/10] Compiling SWTools Safe Area Detection.swift
Build complete! (9.40s)
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.