The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of OrderedDictionary, reference v4.0.2 (06fd5e), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 06:04:38 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/lukaskubanek/OrderedDictionary.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/9] Compiling OrderedDictionary OrderedDictionarySlice.swift
[4/9] Compiling OrderedDictionary OrderedDictionary+Deprecated.swift
[5/9] Compiling OrderedDictionary Dictionary+OrderedDictionary.swift
[6/9] Compiling OrderedDictionary OrderedDictionary.swift
[7/9] Emitting module OrderedDictionary
[8/9] Compiling OrderedDictionary OrderedDictionary+Description.swift
[9/9] Compiling OrderedDictionary OrderedDictionary+Codable.swift
Build complete! (0.82s)
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.