Build Information
Failed to build HapticsManager, reference main (106795
), with Swift 6.0 for macOS (SPM) on 16 Nov 2024 04:50:12 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.57.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 1067954 Merge branch 'main' of https://github.com/markbattistella/HapticsManager
Cloned https://github.com/markbattistella/HapticsManager.git
Revision (git rev-parse @):
1067954ae99d5bf4e58f5deaf018945a23d6f2bc
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/SimpleLogger
[1/61] Fetching defaultskit
[62/149] Fetching defaultskit, simplelogger
Fetched https://github.com/markbattistella/SimpleLogger from cache (0.69s)
Fetched https://github.com/markbattistella/DefaultsKit from cache (0.69s)
Computing version for https://github.com/markbattistella/SimpleLogger
Computed https://github.com/markbattistella/SimpleLogger at 1.1.0 (0.50s)
Computing version for https://github.com/markbattistella/DefaultsKit
Computed https://github.com/markbattistella/DefaultsKit at 2.0.0 (0.50s)
Creating working copy for https://github.com/markbattistella/SimpleLogger
Working copy of https://github.com/markbattistella/SimpleLogger resolved at 1.1.0
Creating working copy for https://github.com/markbattistella/DefaultsKit
Working copy of https://github.com/markbattistella/DefaultsKit resolved at 2.0.0
========================================
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",
"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",
"dependencies": [
{
"identity": "defaultskit",
"name": "DefaultsKit",
"url": "https://github.com/markbattistella/DefaultsKit",
"version": "2.0.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DefaultsKit",
"dependencies": [
]
},
{
"identity": "simplelogger",
"name": "SimpleLogger",
"url": "https://github.com/markbattistella/SimpleLogger",
"version": "1.1.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SimpleLogger",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/markbattistella/HapticsManager.git
[1/83] Fetching hapticsmanager
Fetched https://github.com/markbattistella/HapticsManager.git from cache (0.76s)
Fetching https://github.com/markbattistella/SimpleLogger from cache
Fetching https://github.com/markbattistella/DefaultsKit from cache
Fetched https://github.com/markbattistella/DefaultsKit from cache (0.46s)
Fetched https://github.com/markbattistella/SimpleLogger from cache (0.46s)
Computing version for https://github.com/markbattistella/DefaultsKit
Computed https://github.com/markbattistella/DefaultsKit at 2.0.0 (0.02s)
Computing version for https://github.com/markbattistella/SimpleLogger
Computed https://github.com/markbattistella/SimpleLogger at 1.1.0 (0.02s)
Creating working copy for https://github.com/markbattistella/HapticsManager.git
Working copy of https://github.com/markbattistella/HapticsManager.git resolved at main (1067954)
Creating working copy for https://github.com/markbattistella/DefaultsKit
Working copy of https://github.com/markbattistella/DefaultsKit resolved at 2.0.0
Creating working copy for https://github.com/markbattistella/SimpleLogger
Working copy of https://github.com/markbattistella/SimpleLogger resolved at 1.1.0
warning: '.resolve-product-dependencies': dependency 'hapticsmanager' is not used by any target
Found 2 product dependencies
- DefaultsKit
- SimpleLogger
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/markbattistella/HapticsManager.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
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 'SimpleLogger' which requires macos 12.0; consider changing the library 'HapticsManager' to require macos 12.0 or later, or the product 'SimpleLogger' to require macos 10.13 or earlier.
BUILD FAILURE 6.0 macosSpm