The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ConcurrentDictionary, reference main (b92602), with Swift 6.2 for macOS (SPM) on 17 Dec 2025 17:19:50 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-cloud/swift-concurrent-dictionary.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swift-cloud/swift-concurrent-dictionary
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b92602b CustomDebugStringConvertible
Cloned https://github.com/swift-cloud/swift-concurrent-dictionary.git
Revision (git rev-parse @):
b92602b6e8680ea45f4a23156ca1cca1ef656e7c
SUCCESS checkout https://github.com/swift-cloud/swift-concurrent-dictionary.git at main
Fetching https://github.com/swift-cloud/swift-xxh3
[1/76] Fetching swift-xxh3
Fetched https://github.com/swift-cloud/swift-xxh3 from cache (0.65s)
Computing version for https://github.com/swift-cloud/swift-xxh3
Computed https://github.com/swift-cloud/swift-xxh3 at 1.0.3 (1.38s)
Creating working copy for https://github.com/swift-cloud/swift-xxh3
Working copy of https://github.com/swift-cloud/swift-xxh3 resolved at 1.0.3
========================================
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": "swift-concurrent-dictionary",
      "name": "ConcurrentDictionary",
      "url": "https://github.com/swift-cloud/swift-concurrent-dictionary.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-concurrent-dictionary",
      "dependencies": [
        {
          "identity": "swift-xxh3",
          "name": "XXH3",
          "url": "https://github.com/swift-cloud/swift-xxh3",
          "version": "1.0.3",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-xxh3",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/swift-cloud/swift-concurrent-dictionary.git
[1/41] Fetching swift-concurrent-dictionary
Fetched https://github.com/swift-cloud/swift-concurrent-dictionary.git from cache (0.68s)
Fetching https://github.com/swift-cloud/swift-xxh3 from cache
Fetched https://github.com/swift-cloud/swift-xxh3 from cache (0.45s)
Computing version for https://github.com/swift-cloud/swift-xxh3
Computed https://github.com/swift-cloud/swift-xxh3 at 1.0.3 (0.50s)
Creating working copy for https://github.com/swift-cloud/swift-xxh3
Working copy of https://github.com/swift-cloud/swift-xxh3 resolved at 1.0.3
Creating working copy for https://github.com/swift-cloud/swift-concurrent-dictionary.git
Working copy of https://github.com/swift-cloud/swift-concurrent-dictionary.git resolved at main (b92602b)
warning: '.resolve-product-dependencies': dependency 'swift-concurrent-dictionary' is not used by any target
Found 1 product dependencies
  - XXH3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/swift-cloud/swift-concurrent-dictionary.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-49B95AFC49DCD68C.txt
[4/5] Compiling XXH3 XXH3.swift
[5/5] Emitting module XXH3
[6/7] Compiling ConcurrentDictionary ConcurrentDictionary.swift
[7/7] Emitting module ConcurrentDictionary
Build complete! (3.02s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-xxh3",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-cloud/swift-xxh3"
    }
  ],
  "manifest_display_name" : "ConcurrentDictionary",
  "name" : "ConcurrentDictionary",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "26.0"
    },
    {
      "name" : "ios",
      "version" : "26.0"
    },
    {
      "name" : "tvos",
      "version" : "26.0"
    },
    {
      "name" : "watchos",
      "version" : "26.0"
    }
  ],
  "products" : [
    {
      "name" : "ConcurrentDictionary",
      "targets" : [
        "ConcurrentDictionary"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ConcurrentDictionaryTests",
      "module_type" : "SwiftTarget",
      "name" : "ConcurrentDictionaryTests",
      "path" : "Tests/ConcurrentDictionaryTests",
      "sources" : [
        "ConcurrentDictionaryTests.swift"
      ],
      "target_dependencies" : [
        "ConcurrentDictionary"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ConcurrentDictionary",
      "module_type" : "SwiftTarget",
      "name" : "ConcurrentDictionary",
      "path" : "Sources/ConcurrentDictionary",
      "product_dependencies" : [
        "XXH3"
      ],
      "product_memberships" : [
        "ConcurrentDictionary"
      ],
      "sources" : [
        "ConcurrentDictionary.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Done.