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 (8fae01), with Swift 5.10 for macOS (SPM) on 13 Sep 2024 12:48:01 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.53.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 8fae011 Update README.md
Cloned https://github.com/markbattistella/HapticsManager.git
Revision (git rev-parse @):
8fae011b8c463ef6153a29ed0193272d84809c56
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/88] Fetching simplelogger
[39/133] Fetching simplelogger, defaultskit
Fetched https://github.com/markbattistella/DefaultsKit from cache (1.24s)
Fetched https://github.com/markbattistella/SimpleLogger from cache (1.24s)
Computing version for https://github.com/markbattistella/SimpleLogger
Computed https://github.com/markbattistella/SimpleLogger at 1.0.1 (0.43s)
Computing version for https://github.com/markbattistella/DefaultsKit
Computed https://github.com/markbattistella/DefaultsKit at 1.1.1 (0.43s)
Creating working copy for https://github.com/markbattistella/DefaultsKit
Working copy of https://github.com/markbattistella/DefaultsKit resolved at 1.1.1
Creating working copy for https://github.com/markbattistella/SimpleLogger
Working copy of https://github.com/markbattistella/SimpleLogger resolved at 1.0.1
========================================
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": "1.2.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/77] Fetching hapticsmanager
Fetched https://github.com/markbattistella/HapticsManager.git from cache (0.67s)
Fetching https://github.com/markbattistella/SimpleLogger from cache
Fetching https://github.com/markbattistella/DefaultsKit from cache
Fetched https://github.com/markbattistella/SimpleLogger from cache (0.46s)
Fetched https://github.com/markbattistella/DefaultsKit from cache (0.46s)
Computing version for https://github.com/markbattistella/SimpleLogger
Computed https://github.com/markbattistella/SimpleLogger at 1.1.0 (0.03s)
Computing version for https://github.com/markbattistella/DefaultsKit
Computed https://github.com/markbattistella/DefaultsKit at 1.2.0 (0.02s)
Creating working copy for https://github.com/markbattistella/DefaultsKit
Working copy of https://github.com/markbattistella/DefaultsKit resolved at 1.2.0
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/HapticsManager.git
Working copy of https://github.com/markbattistella/HapticsManager.git resolved at main (8fae011)
warning: '.resolve-product-dependencies': dependency 'hapticsmanager' is not used by any target
Found 2 product dependencies
  - DefaultsKit
  - SimpleLogger
========================================
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
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