The Swift Package Index logo.Swift Package Index

Build Information

Successful build of OrderedDictionary, reference master (06fd5e), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 06:02:12 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lukaskubanek/OrderedDictionary
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
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 OrderedDictionary+Description.swift
[4/9] Compiling OrderedDictionary OrderedDictionarySlice.swift
[5/9] Compiling OrderedDictionary OrderedDictionary+Deprecated.swift
[6/9] Compiling OrderedDictionary Dictionary+OrderedDictionary.swift
[7/9] Compiling OrderedDictionary OrderedDictionary+Codable.swift
[8/9] Compiling OrderedDictionary OrderedDictionary.swift
[9/9] Emitting module OrderedDictionary
Build complete! (0.83s)
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.