The Swift Package Index logo.Swift Package Index

Build Information

Successful build of OrderedDictionary, reference v4.0.2 (06fd5e), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 15:33:02 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.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/lukaskubanek/OrderedDictionary.git
Reference: v4.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lukaskubanek/OrderedDictionary
 * tag               v4.0.2     -> FETCH_HEAD
HEAD is now at 06fd5ea Updated to Xcode 13.2
Cloned https://github.com/lukaskubanek/OrderedDictionary.git
Revision (git rev-parse @):
06fd5ea31a9888769b3bae03e4d134da1cf69c50
SUCCESS checkout https://github.com/lukaskubanek/OrderedDictionary.git at v4.0.2
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "ordereddictionary",
      "name": "OrderedDictionary",
      "url": "https://github.com/lukaskubanek/OrderedDictionary.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/OrderedDictionary",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/lukaskubanek/OrderedDictionary.git
[1/1700] Fetching ordereddictionary
Fetched https://github.com/lukaskubanek/OrderedDictionary.git from cache (1.21s)
Creating working copy for https://github.com/lukaskubanek/OrderedDictionary.git
Working copy of https://github.com/lukaskubanek/OrderedDictionary.git resolved at v4.0.2 (06fd5ea)
warning: '.resolve-product-dependencies': dependency 'ordereddictionary' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/lukaskubanek/OrderedDictionary.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/9] Compiling OrderedDictionary OrderedDictionarySlice.swift
[4/9] Compiling OrderedDictionary Dictionary+OrderedDictionary.swift
[5/9] Compiling OrderedDictionary OrderedDictionary+Codable.swift
[6/9] Compiling OrderedDictionary OrderedDictionary+Deprecated.swift
[7/9] Compiling OrderedDictionary OrderedDictionary.swift
[8/9] Emitting module OrderedDictionary
[9/9] Compiling OrderedDictionary OrderedDictionary+Description.swift
Build complete! (0.88s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "OrderedDictionary",
  "name" : "OrderedDictionary",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "OrderedDictionary",
      "targets" : [
        "OrderedDictionary"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OrderedDictionaryTests",
      "module_type" : "SwiftTarget",
      "name" : "OrderedDictionaryTests",
      "path" : "Tests/OrderedDictionaryTests",
      "sources" : [
        "AccessTests.swift",
        "CapacityTests.swift",
        "CodingTests.swift",
        "DescriptionTests.swift",
        "InitializationTests.swift",
        "InsertionsTests.swift",
        "MapFilterTests.swift",
        "RemovalTests.swift",
        "ReorderingTests.swift",
        "SortingTests.swift",
        "SubscriptAmbiguityTests.swift",
        "UpdatesTests.swift",
        "XCTUnwrapShim.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "OrderedDictionary"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OrderedDictionary",
      "module_type" : "SwiftTarget",
      "name" : "OrderedDictionary",
      "path" : "Sources/OrderedDictionary",
      "product_memberships" : [
        "OrderedDictionary"
      ],
      "sources" : [
        "Dictionary+OrderedDictionary.swift",
        "OrderedDictionary+Codable.swift",
        "OrderedDictionary+Deprecated.swift",
        "OrderedDictionary+Description.swift",
        "OrderedDictionary.swift",
        "OrderedDictionarySlice.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.