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 1.0.3 (9519f7), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 08:11:37 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Sam-Spencer/Bunker.git
Reference: 1.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Sam-Spencer/Bunker
 * tag               1.0.3      -> FETCH_HEAD
HEAD is now at 9519f7e Sort descriptor bug fix
Cloned https://github.com/Sam-Spencer/Bunker.git
Revision (git rev-parse @):
9519f7eb2d950be3b5966f935c7e6063dc8dd67b
SUCCESS checkout https://github.com/Sam-Spencer/Bunker.git at 1.0.3
Fetching https://github.com/alexruperez/SecurePropertyStorage
[1/4142] Fetching securepropertystorage
Fetched https://github.com/alexruperez/SecurePropertyStorage from cache (3.53s)
Computing version for https://github.com/alexruperez/SecurePropertyStorage
Computed https://github.com/alexruperez/SecurePropertyStorage at 0.8.0 (4.04s)
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.58s)
Fetching https://github.com/alexruperez/SecurePropertyStorage from cache
Fetched https://github.com/alexruperez/SecurePropertyStorage from cache (0.43s)
Computing version for https://github.com/alexruperez/SecurePropertyStorage
Computed https://github.com/alexruperez/SecurePropertyStorage at 0.8.0 (0.49s)
Creating working copy for https://github.com/alexruperez/SecurePropertyStorage
Working copy of https://github.com/alexruperez/SecurePropertyStorage resolved at 0.8.0
Creating working copy for https://github.com/Sam-Spencer/Bunker.git
Working copy of https://github.com/Sam-Spencer/Bunker.git resolved at 1.0.3 (9519f7e)
warning: '.resolve-product-dependencies': dependency 'bunker' is not used by any target
Found 1 product dependencies
  - SecurePropertyStorage
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Sam-Spencer/Bunker.git
https://github.com/Sam-Spencer/Bunker.git
{
  "dependencies" : [
    {
      "identity" : "securepropertystorage",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/alexruperez/SecurePropertyStorage"
    }
  ],
  "manifest_display_name" : "Bunker",
  "name" : "Bunker",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "Bunker",
      "targets" : [
        "Bunker"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BunkerTests",
      "module_type" : "SwiftTarget",
      "name" : "BunkerTests",
      "path" : "Tests/BunkerTests",
      "sources" : [
        "BunkerTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Bunker"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Bunker",
      "module_type" : "SwiftTarget",
      "name" : "Bunker",
      "path" : "Sources/Bunker",
      "product_dependencies" : [
        "SecurePropertyStorage"
      ],
      "product_memberships" : [
        "Bunker"
      ],
      "sources" : [
        "Bunker.swift",
        "BunkerNotifier.swift",
        "BunkerResource.swift",
        "BunkerSearch.swift",
        "BunkerSource.swift",
        "SearchBar.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
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
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.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
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.1 macosSpm