Build Information
Successful build of HapticKit, reference main (0e65cb), with Swift 6.0 for macOS (SPM) on 2 Apr 2026 10:24:05 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ErsanQ/HapticKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ErsanQ/HapticKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 0e65cb7 fix: resolve invalid test paths and empty targets for SPI compatibility
Cloned https://github.com/ErsanQ/HapticKit.git
Revision (git rev-parse @):
0e65cb72d4441393420d9623b4fd17b7d33aa1d5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ErsanQ/HapticKit.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/ErsanQ/HapticKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/7] Compiling HapticKit HapticKitFallback.swift
[4/7] Compiling HapticKit Haptic.swift
[5/7] Compiling HapticKit HapticStyle.swift
[6/7] Compiling HapticKit View+Haptic.swift
[7/7] Emitting module HapticKit
Build complete! (8.69s)
Build complete.
{
"default_localization" : "en",
"dependencies" : [
],
"manifest_display_name" : "HapticKit",
"name" : "HapticKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "HapticKit",
"targets" : [
"HapticKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HapticKitTests",
"module_type" : "SwiftTarget",
"name" : "HapticKitTests",
"path" : "Tests/HapticKitTests",
"sources" : [
"HapticKitTests.swift"
],
"target_dependencies" : [
"HapticKit"
],
"type" : "test"
},
{
"c99name" : "HapticKit",
"module_type" : "SwiftTarget",
"name" : "HapticKit",
"path" : "Sources/HapticKit",
"product_memberships" : [
"HapticKit"
],
"sources" : [
"Haptic.swift",
"HapticKitFallback.swift",
"HapticStyle.swift",
"View+Haptic.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.