Build Information
Failed to build HapticsManager, reference main (d67ddc), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 20:56:02 UTC.
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/markbattistella/HapticsManager.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/markbattistella/HapticsManager
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d67ddcb 2026-04-12
Cloned https://github.com/markbattistella/HapticsManager.git
Revision (git rev-parse @):
d67ddcb037f11a4e09df8369b8de72526f082f72
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/markbattistella/HapticsManager.git at main
Fetching https://github.com/markbattistella/DefaultsKit
Fetching https://github.com/markbattistella/TriggerKit
[1/34] Fetching triggerkit
[35/147] Fetching triggerkit, defaultskit
Fetched https://github.com/markbattistella/TriggerKit from cache (0.59s)
Fetched https://github.com/markbattistella/DefaultsKit from cache (0.60s)
Computing version for https://github.com/markbattistella/TriggerKit
Computed https://github.com/markbattistella/TriggerKit at 26.1.9 (1.18s)
Computing version for https://github.com/markbattistella/DefaultsKit
Computed https://github.com/markbattistella/DefaultsKit at 26.1.9 (0.57s)
Creating working copy for https://github.com/markbattistella/DefaultsKit
Working copy of https://github.com/markbattistella/DefaultsKit resolved at 26.1.9
Creating working copy for https://github.com/markbattistella/TriggerKit
Working copy of https://github.com/markbattistella/TriggerKit resolved at 26.1.9
========================================
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": "hapticsmanager",
"name": "HapticsManager",
"url": "https://github.com/markbattistella/HapticsManager.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/HapticsManager",
"traits": [
"default"
],
"dependencies": [
{
"identity": "defaultskit",
"name": "DefaultsKit",
"url": "https://github.com/markbattistella/DefaultsKit",
"version": "26.2.21",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DefaultsKit",
"traits": [
"default"
],
"dependencies": [
]
},
{
"identity": "triggerkit",
"name": "TriggerKit",
"url": "https://github.com/markbattistella/TriggerKit",
"version": "26.2.21",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TriggerKit",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/markbattistella/HapticsManager.git
[1/201] Fetching hapticsmanager
Fetched https://github.com/markbattistella/HapticsManager.git from cache (0.74s)
Fetching https://github.com/markbattistella/DefaultsKit from cache
Fetching https://github.com/markbattistella/TriggerKit from cache
Fetched https://github.com/markbattistella/DefaultsKit from cache (0.50s)
Fetched https://github.com/markbattistella/TriggerKit from cache (0.50s)
Computing version for https://github.com/markbattistella/TriggerKit
Computed https://github.com/markbattistella/TriggerKit at 26.2.21 (0.59s)
Computing version for https://github.com/markbattistella/DefaultsKit
Computed https://github.com/markbattistella/DefaultsKit at 26.2.21 (0.05s)
Creating working copy for https://github.com/markbattistella/TriggerKit
Working copy of https://github.com/markbattistella/TriggerKit resolved at 26.2.21
Creating working copy for https://github.com/markbattistella/DefaultsKit
Working copy of https://github.com/markbattistella/DefaultsKit resolved at 26.2.21
Creating working copy for https://github.com/markbattistella/HapticsManager.git
Working copy of https://github.com/markbattistella/HapticsManager.git resolved at main (d67ddcb)
warning: '.resolve-product-dependencies': dependency 'hapticsmanager' is not used by any target
Found 2 product dependencies
- DefaultsKit
- TriggerKit
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/markbattistella/HapticsManager.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
error: the library 'HapticsManager' requires macos 10.13, but depends on the product 'DefaultsKit' which requires macos 11.0; consider changing the library 'HapticsManager' to require macos 11.0 or later, or the product 'DefaultsKit' to require macos 10.13 or earlier.
error: the library 'HapticsManager' requires macos 10.13, but depends on the product 'TriggerKit' which requires macos 11.0; consider changing the library 'HapticsManager' to require macos 11.0 or later, or the product 'TriggerKit' to require macos 10.13 or earlier.
BUILD FAILURE 6.3 macosSpm