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 1.2.1 (106795), with Swift 6.0 for macOS (SPM) on 16 Nov 2024 04:50:58 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

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
Fetching https://github.com/markbattistella/DefaultsKit
Fetching https://github.com/markbattistella/SimpleLogger
[3/88] Fetching simplelogger
[89/149] Fetching simplelogger, defaultskit
Fetched https://github.com/markbattistella/DefaultsKit from cache (0.73s)
Fetched https://github.com/markbattistella/SimpleLogger from cache (0.73s)
Computing version for https://github.com/markbattistella/SimpleLogger
Computed https://github.com/markbattistella/SimpleLogger at 1.1.0 (0.44s)
Computing version for https://github.com/markbattistella/DefaultsKit
Computed https://github.com/markbattistella/DefaultsKit at 2.0.0 (0.43s)
Creating working copy for https://github.com/markbattistella/DefaultsKit
Working copy of https://github.com/markbattistella/DefaultsKit resolved at 2.0.0
Creating working copy for https://github.com/markbattistella/SimpleLogger
Working copy of https://github.com/markbattistella/SimpleLogger resolved at 1.1.0
========================================
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": "2.0.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/83] Fetching hapticsmanager
Fetched https://github.com/markbattistella/HapticsManager.git from cache (0.79s)
Fetching https://github.com/markbattistella/SimpleLogger from cache
Fetching https://github.com/markbattistella/DefaultsKit from cache
Fetched https://github.com/markbattistella/DefaultsKit from cache (0.48s)
Fetched https://github.com/markbattistella/SimpleLogger from cache (0.48s)
Computing version for https://github.com/markbattistella/DefaultsKit
Computed https://github.com/markbattistella/DefaultsKit at 2.0.0 (0.02s)
Computing version for https://github.com/markbattistella/SimpleLogger
Computed https://github.com/markbattistella/SimpleLogger at 1.1.0 (0.02s)
Creating working copy for https://github.com/markbattistella/DefaultsKit
Working copy of https://github.com/markbattistella/DefaultsKit resolved at 2.0.0
Creating working copy for https://github.com/markbattistella/HapticsManager.git
Working copy of https://github.com/markbattistella/HapticsManager.git resolved at 1.2.1 (1067954)
Creating working copy for https://github.com/markbattistella/SimpleLogger
Working copy of https://github.com/markbattistella/SimpleLogger resolved at 1.1.0
warning: '.resolve-product-dependencies': dependency 'hapticsmanager' is not used by any target
Found 2 product dependencies
  - DefaultsKit
  - SimpleLogger
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/markbattistella/HapticsManager.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
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 6.0 macosSpm