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 SwiftCollections, reference main (6f7c1d), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 00:45:04 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/jmgc/SwiftCollections.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jmgc/SwiftCollections
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6f7c1de Create SwiftCollections.xcscheme
Cloned https://github.com/jmgc/SwiftCollections.git
Revision (git rev-parse @):
6f7c1de5ae173ff0ecf1016ae51e3b8b9abbe2a5
SUCCESS checkout https://github.com/jmgc/SwiftCollections.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/jmgc/SwiftCollections.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 SwiftCollections BidirectionalList.swift
[4/9] Compiling SwiftCollections List.swift
[5/9] Emitting module SwiftCollections
[6/9] Compiling SwiftCollections Utils.swift
[7/9] Compiling SwiftCollections RBSet.swift
[8/9] Compiling SwiftCollections CircularList.swift
[9/9] Compiling SwiftCollections RBDictionary.swift
Build complete! (4.17s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftCollections",
  "name" : "SwiftCollections",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftCollections",
      "targets" : [
        "SwiftCollections"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftCollectionsTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCollectionsTests",
      "path" : "Tests/SwiftCollectionsTests",
      "sources" : [
        "BidirectionalListTests.swift",
        "CircularListTests.swift",
        "ListTest.swift",
        "RBDictionaryTest.swift",
        "RBSetTest.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SwiftCollections"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftCollections",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCollections",
      "path" : "Sources/SwiftCollections",
      "product_memberships" : [
        "SwiftCollections"
      ],
      "sources" : [
        "BidirectionalList.swift",
        "CircularList.swift",
        "List.swift",
        "RBDictionary.swift",
        "RBSet.swift",
        "Utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.