The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build HapticsManager, reference 25.11.26 (61122a), with Swift 6.2 for macOS (SPM) on 26 Nov 2025 12:38:25 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/markbattistella/HapticsManager.git
Reference: 25.11.26
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/markbattistella/HapticsManager
 * tag               25.11.26   -> FETCH_HEAD
HEAD is now at 61122af 2025-11-26
Cloned https://github.com/markbattistella/HapticsManager.git
Revision (git rev-parse @):
61122af9f8e8db9cefc60441dde38473f9d63f8c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/markbattistella/HapticsManager.git at 25.11.26
Fetching https://github.com/markbattistella/DefaultsKit
Fetching https://github.com/markbattistella/TriggerKit
[1/31] Fetching triggerkit
[32/139] Fetching triggerkit, defaultskit
Fetched https://github.com/markbattistella/TriggerKit from cache (0.70s)
Fetched https://github.com/markbattistella/DefaultsKit from cache (0.70s)
Computing version for https://github.com/markbattistella/TriggerKit
Computed https://github.com/markbattistella/TriggerKit at 1.0.1 (1.29s)
Computing version for https://github.com/markbattistella/DefaultsKit
Computed https://github.com/markbattistella/DefaultsKit at 25.11.22 (0.56s)
Creating working copy for https://github.com/markbattistella/TriggerKit
Working copy of https://github.com/markbattistella/TriggerKit resolved at 1.0.1
Creating working copy for https://github.com/markbattistella/DefaultsKit
Working copy of https://github.com/markbattistella/DefaultsKit resolved at 25.11.22
========================================
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": "25.11.22",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DefaultsKit",
          "dependencies": [
          ]
        },
        {
          "identity": "triggerkit",
          "name": "TriggerKit",
          "url": "https://github.com/markbattistella/TriggerKit",
          "version": "1.0.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TriggerKit",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/markbattistella/HapticsManager.git
[1/170] Fetching hapticsmanager
Fetched https://github.com/markbattistella/HapticsManager.git from cache (0.82s)
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.53s)
Fetched https://github.com/markbattistella/TriggerKit from cache (0.53s)
Computing version for https://github.com/markbattistella/DefaultsKit
Computed https://github.com/markbattistella/DefaultsKit at 25.11.22 (0.58s)
Computing version for https://github.com/markbattistella/TriggerKit
Computed https://github.com/markbattistella/TriggerKit at 1.0.1 (0.03s)
Creating working copy for https://github.com/markbattistella/HapticsManager.git
Working copy of https://github.com/markbattistella/HapticsManager.git resolved at 25.11.26 (61122af)
Creating working copy for https://github.com/markbattistella/DefaultsKit
Working copy of https://github.com/markbattistella/DefaultsKit resolved at 25.11.22
Creating working copy for https://github.com/markbattistella/TriggerKit
Working copy of https://github.com/markbattistella/TriggerKit resolved at 1.0.1
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.2
Building package at path:  $PWD
https://github.com/markbattistella/HapticsManager.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.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.2 macosSpm