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 Checkit, reference 0.0.2 (f2b91b), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 04:21: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/karwa/swift-checkit.git
Reference: 0.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/karwa/swift-checkit
 * tag               0.0.2      -> FETCH_HEAD
HEAD is now at f2b91bd Disable BidirectionalCollection in-place index formation tests, due to SR-13874
Cloned https://github.com/karwa/swift-checkit.git
Revision (git rev-parse @):
f2b91bd4ec068a0ab8a73051c0077d1e1b614b43
SUCCESS checkout https://github.com/karwa/swift-checkit.git at 0.0.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/karwa/swift-checkit.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/7] Compiling Checkit FloatingPointChecker.swift
[4/7] Compiling Checkit CollectionChecker.swift
[5/7] Compiling Checkit SinglePassSequenceChecker.swift
[6/7] Emitting module Checkit
[7/7] Compiling Checkit XCTAssertionContext.swift
Build complete! (9.77s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Checkit",
  "name" : "Checkit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Checkit",
      "targets" : [
        "Checkit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CheckitTests",
      "module_type" : "SwiftTarget",
      "name" : "CheckitTests",
      "path" : "Tests/CheckitTests",
      "sources" : [
        "CollectionCheckerTests.swift",
        "FloatingPointCheckerTests.swift",
        "SinglePassSequenceCheckerTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Checkit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Checkit",
      "module_type" : "SwiftTarget",
      "name" : "Checkit",
      "path" : "Sources/Checkit",
      "product_memberships" : [
        "Checkit"
      ],
      "sources" : [
        "CollectionChecker.swift",
        "FloatingPointChecker.swift",
        "SinglePassSequenceChecker.swift",
        "XCTAssertionContext.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.