Build Information
Failed to build HapticsManager, reference 1.2.1 (106795
), with Swift 5.10 for macOS (SPM) on 16 Nov 2024 04:49:57 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.57.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/markbattistella/HapticsManager.git
Reference: 1.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/markbattistella/HapticsManager
* tag 1.2.1 -> FETCH_HEAD
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 1.2.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/markbattistella/HapticsManager.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
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 (1.15s)
Fetched https://github.com/markbattistella/DefaultsKit from cache (1.15s)
Computing version for https://github.com/markbattistella/DefaultsKit
Computed https://github.com/markbattistella/DefaultsKit at 2.0.0 (0.35s)
Computing version for https://github.com/markbattistella/SimpleLogger
Computed https://github.com/markbattistella/SimpleLogger at 1.1.0 (0.35s)
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
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 5.10 macosSpm