The Swift Package Index logo.Swift Package Index

Build Information

Failed to build HapticsManager, reference 26.4.12 (d67ddc), with Swift 6.1 for macOS (SPM) on 17 Apr 2026 20:07:05 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/markbattistella/HapticsManager.git
Reference: 26.4.12
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/markbattistella/HapticsManager
 * tag               26.4.12    -> FETCH_HEAD
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 26.4.12
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/markbattistella/HapticsManager.git
https://github.com/markbattistella/HapticsManager.git
{
  "dependencies" : [
    {
      "identity" : "defaultskit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "26.0.0",
            "upper_bound" : "27.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/markbattistella/DefaultsKit"
    },
    {
      "identity" : "triggerkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "26.0.0",
            "upper_bound" : "27.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/markbattistella/TriggerKit"
    }
  ],
  "manifest_display_name" : "HapticsManager",
  "name" : "HapticsManager",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "HapticsManager",
      "targets" : [
        "HapticsManager"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HapticsManagerPresets",
      "targets" : [
        "HapticsManagerPresets"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HapticsManagerPresets",
      "module_type" : "SwiftTarget",
      "name" : "HapticsManagerPresets",
      "path" : "Sources/HapticsManagerPresets",
      "product_memberships" : [
        "HapticsManagerPresets"
      ],
      "sources" : [
        "HapticPreset+ContinuousPatterns+A-M.swift",
        "HapticPreset+ContinuousPatterns+N-Z.swift",
        "HapticPreset+DiscretePatterns+A-M.swift",
        "HapticPreset+DiscretePatterns+N-Z.swift",
        "HapticPreset+Support.swift",
        "HapticPreset.swift"
      ],
      "target_dependencies" : [
        "HapticsManager"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HapticsManager",
      "module_type" : "SwiftTarget",
      "name" : "HapticsManager",
      "path" : "Sources/HapticsManager",
      "product_dependencies" : [
        "DefaultsKit",
        "TriggerKit"
      ],
      "product_memberships" : [
        "HapticsManager",
        "HapticsManagerPresets"
      ],
      "sources" : [
        "CustomHaptic.swift",
        "HapticEngineManager.swift",
        "HapticFeedbackPerformer.swift",
        "HapticFeedbackSettings.swift",
        "HapticUserDefaultsKey.swift",
        "UserDefaults+Ext.swift",
        "View+Ext.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Fetching https://github.com/markbattistella/TriggerKit
Fetching https://github.com/markbattistella/DefaultsKit
[1/34] Fetching triggerkit
[35/147] Fetching triggerkit, defaultskit
Fetched https://github.com/markbattistella/DefaultsKit from cache (0.67s)
Fetched https://github.com/markbattistella/TriggerKit from cache (0.67s)
Computing version for https://github.com/markbattistella/TriggerKit
Computed https://github.com/markbattistella/TriggerKit at 26.2.21 (1.16s)
Computing version for https://github.com/markbattistella/DefaultsKit
Computed https://github.com/markbattistella/DefaultsKit at 26.2.21 (0.47s)
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
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.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.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.1 macosSpm