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 Bunker, reference main (2d4436), with Swift 6.0 for macOS (SPM) on 27 Nov 2024 23:12:05 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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Sam-Spencer/Bunker.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Sam-Spencer/Bunker
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2d4436a Update README.md
Cloned https://github.com/Sam-Spencer/Bunker.git
Revision (git rev-parse @):
2d4436a5d1501ab8dd384babba9170f89528ff80
SUCCESS checkout https://github.com/Sam-Spencer/Bunker.git at main
Fetching https://github.com/alexruperez/SecurePropertyStorage
[1/4142] Fetching securepropertystorage
Fetched https://github.com/alexruperez/SecurePropertyStorage from cache (4.11s)
Computing version for https://github.com/alexruperez/SecurePropertyStorage
Computed https://github.com/alexruperez/SecurePropertyStorage at 0.8.0 (0.44s)
Creating working copy for https://github.com/alexruperez/SecurePropertyStorage
Working copy of https://github.com/alexruperez/SecurePropertyStorage resolved at 0.8.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": "bunker",
      "name": "Bunker",
      "url": "https://github.com/Sam-Spencer/Bunker.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Bunker",
      "dependencies": [
        {
          "identity": "securepropertystorage",
          "name": "SecurePropertyStorage",
          "url": "https://github.com/alexruperez/SecurePropertyStorage",
          "version": "0.8.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SecurePropertyStorage",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/Sam-Spencer/Bunker.git
[1/63] Fetching bunker
Fetched https://github.com/Sam-Spencer/Bunker.git from cache (0.68s)
Fetching https://github.com/alexruperez/SecurePropertyStorage from cache
Fetched https://github.com/alexruperez/SecurePropertyStorage from cache (0.47s)
Computing version for https://github.com/alexruperez/SecurePropertyStorage
Computed https://github.com/alexruperez/SecurePropertyStorage at 0.8.0 (0.03s)
Creating working copy for https://github.com/Sam-Spencer/Bunker.git
Working copy of https://github.com/Sam-Spencer/Bunker.git resolved at main (2d4436a)
Creating working copy for https://github.com/alexruperez/SecurePropertyStorage
Working copy of https://github.com/alexruperez/SecurePropertyStorage resolved at 0.8.0
warning: '.resolve-product-dependencies': dependency 'bunker' is not used by any target
Found 1 product dependencies
  - SecurePropertyStorage
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/Sam-Spencer/Bunker.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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
error: the library 'Bunker' requires macos 10.15, but depends on the product 'SecurePropertyStorage' which requires macos 11.0; consider changing the library 'Bunker' to require macos 11.0 or later, or the product 'SecurePropertyStorage' to require macos 10.15 or earlier.
BUILD FAILURE 6.0 macosSpm