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 0.1.1 (47ef19), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 00:48:33 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: 0.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jmgc/SwiftCollections
 * tag               0.1.1      -> FETCH_HEAD
HEAD is now at 47ef197 Make open the List classes.
Cloned https://github.com/jmgc/SwiftCollections.git
Revision (git rev-parse @):
47ef1971721c124d071294fc0457247512d1bd09
SUCCESS checkout https://github.com/jmgc/SwiftCollections.git at 0.1.1
========================================
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 RBSet.swift
[4/9] Compiling SwiftCollections Utils.swift
[5/9] Compiling SwiftCollections CircularList.swift
[6/9] Compiling SwiftCollections BidirectionalList.swift
[7/9] Compiling SwiftCollections RBDictionary.swift
[8/9] Compiling SwiftCollections List.swift
[9/9] Emitting module SwiftCollections
Build complete! (3.86s)
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.