The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-collections-differentiable, reference main (8f3d3c), with Swift 6.1 for macOS (SPM) on 19 Apr 2026 11:04:46 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/differentiable-swift/swift-collections-differentiable.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/differentiable-swift/swift-collections-differentiable
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8f3d3cb ci: remove Swift 6.1.3 add 6.3 and drop macOS 15 support
Cloned https://github.com/differentiable-swift/swift-collections-differentiable.git
Revision (git rev-parse @):
8f3d3cb46cc306236635cb42cd05adf51d227b9a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/differentiable-swift/swift-collections-differentiable.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/differentiable-swift/swift-collections-differentiable.git
https://github.com/differentiable-swift/swift-collections-differentiable.git
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-differentiation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/differentiable-swift/swift-differentiation.git"
    }
  ],
  "manifest_display_name" : "swift-collections-differentiable",
  "name" : "swift-collections-differentiable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "26.0"
    },
    {
      "name" : "ios",
      "version" : "26.0"
    }
  ],
  "products" : [
    {
      "name" : "CollectionsDifferentiable",
      "targets" : [
        "CollectionsDifferentiable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OrderedCollectionsDifferentiable",
      "targets" : [
        "OrderedCollectionsDifferentiable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OrderedCollectionsDifferentiableTests",
      "module_type" : "SwiftTarget",
      "name" : "OrderedCollectionsDifferentiableTests",
      "path" : "Tests/OrderedCollectionsDifferentiableTests",
      "sources" : [
        "OrderedDictionary+DifferentiableTests.swift",
        "OrderedDictionary+UpdateTests.swift",
        "OrderedDictionaryValues+DifferentiableTests.swift"
      ],
      "target_dependencies" : [
        "OrderedCollectionsDifferentiable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OrderedCollectionsDifferentiable",
      "module_type" : "SwiftTarget",
      "name" : "OrderedCollectionsDifferentiable",
      "path" : "Sources/OrderedCollectionsDifferentiable",
      "product_dependencies" : [
        "OrderedCollections",
        "Differentiation"
      ],
      "product_memberships" : [
        "CollectionsDifferentiable",
        "OrderedCollectionsDifferentiable"
      ],
      "sources" : [
        "OrderedCollections.swift",
        "OrderedDictionary+Differentiable.swift",
        "OrderedDictionary+Update.swift",
        "OrderedDictionaryValues+Differentiable.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CollectionsDifferentiable",
      "module_type" : "SwiftTarget",
      "name" : "CollectionsDifferentiable",
      "path" : "Sources/CollectionsDifferentiable",
      "product_dependencies" : [
        "Collections"
      ],
      "product_memberships" : [
        "CollectionsDifferentiable"
      ],
      "sources" : [
        "Collections.swift"
      ],
      "target_dependencies" : [
        "OrderedCollectionsDifferentiable"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
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/differentiable-swift/swift-differentiation.git
Fetching https://github.com/apple/swift-collections.git from cache
[1/1266] Fetching swift-differentiation
Fetched https://github.com/differentiable-swift/swift-differentiation.git from cache (1.94s)
Fetched https://github.com/apple/swift-collections.git from cache (1.99s)
Computing version for https://github.com/differentiable-swift/swift-differentiation.git
Computed https://github.com/differentiable-swift/swift-differentiation.git at 2.0.1 (2.53s)
Fetching https://github.com/differentiable-swift/swift-differentiation-stdlib.git
[1/79] Fetching swift-differentiation-stdlib
Fetched https://github.com/differentiable-swift/swift-differentiation-stdlib.git from cache (1.06s)
Computing version for https://github.com/differentiable-swift/swift-differentiation-stdlib.git
error: Dependencies could not be resolved because 'swift-differentiation-stdlib' contains incompatible tools version (6.2.0) and root depends on 'swift-differentiation' 2.0.0..<3.0.0.
'swift-differentiation' >= 2.0.0 practically depends on 'swift-differentiation-stdlib' 602.0.0..<603.0.0 because 'swift-differentiation' 2.0.0 depends on 'swift-differentiation-stdlib' 602.0.0..<603.0.0 and 'swift-differentiation' 2.0.1 depends on 'swift-differentiation-stdlib' 602.0.1..<603.0.0.
'swift-differentiation' {2.0.0, 2.0.2..<3.0.0} practically depends on 'swift-differentiation-stdlib' 602.0.0..<603.0.0 because no versions of 'swift-differentiation' match the requirement 2.0.2..<3.0.0 and 'swift-differentiation' 2.0.0 depends on 'swift-differentiation-stdlib' 602.0.0..<603.0.0.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Updating https://github.com/differentiable-swift/swift-differentiation.git
Updating https://github.com/apple/swift-collections.git
Updated https://github.com/apple/swift-collections.git (0.58s)
Updated https://github.com/differentiable-swift/swift-differentiation.git (0.58s)
Computing version for https://github.com/differentiable-swift/swift-differentiation.git
Computed https://github.com/differentiable-swift/swift-differentiation.git at 2.0.1 (0.65s)
Updating https://github.com/differentiable-swift/swift-differentiation-stdlib.git
Updated https://github.com/differentiable-swift/swift-differentiation-stdlib.git (0.42s)
Computing version for https://github.com/differentiable-swift/swift-differentiation-stdlib.git
error: Dependencies could not be resolved because 'swift-differentiation-stdlib' contains incompatible tools version (6.2.0) and root depends on 'swift-differentiation' 2.0.0..<3.0.0.
'swift-differentiation' >= 2.0.0 practically depends on 'swift-differentiation-stdlib' 602.0.0..<603.0.0 because 'swift-differentiation' 2.0.0 depends on 'swift-differentiation-stdlib' 602.0.0..<603.0.0 and 'swift-differentiation' 2.0.1 depends on 'swift-differentiation-stdlib' 602.0.1..<603.0.0.
'swift-differentiation' {2.0.0, 2.0.2..<3.0.0} practically depends on 'swift-differentiation-stdlib' 602.0.0..<603.0.0 because no versions of 'swift-differentiation' match the requirement 2.0.2..<3.0.0 and 'swift-differentiation' 2.0.0 depends on 'swift-differentiation-stdlib' 602.0.0..<603.0.0.
BUILD FAILURE 6.1 macosSpm