The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build HapticsManager, reference main (106795), with Swift 5.10 for macOS (SPM) on 16 Nov 2024 04:49:56 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: 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
========================================
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/88] Fetching simplelogger
[89/149] Fetching simplelogger, defaultskit
Fetched https://github.com/markbattistella/DefaultsKit from cache (1.23s)
Fetched https://github.com/markbattistella/SimpleLogger from cache (1.23s)
Computing version for https://github.com/markbattistella/DefaultsKit
Computed https://github.com/markbattistella/DefaultsKit at 2.0.0 (0.42s)
Computing version for https://github.com/markbattistella/SimpleLogger
Computed https://github.com/markbattistella/SimpleLogger at 1.1.0 (0.42s)
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