The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ErrorAssertions, reference main (466b92), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 05:45:22 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/SlaunchaMan/ErrorAssertions.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SlaunchaMan/ErrorAssertions
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 466b920 Merge pull request #16 from SlaunchaMan/dependabot/bundler/cocoapods-downloader-1.6.3
Cloned https://github.com/SlaunchaMan/ErrorAssertions.git
Revision (git rev-parse @):
466b9208031131bf283531e945c28dc79ed9e2dc
SUCCESS checkout https://github.com/SlaunchaMan/ErrorAssertions.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/SlaunchaMan/ErrorAssertions.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/9] Compiling ErrorAssertions RestorationHandler.swift
[5/9] Compiling ErrorAssertions PreconditionWrapper.swift
[6/9] Compiling ErrorAssertions AnonymousError.swift
[7/9] Compiling ErrorAssertions FatalErrorWrapper.swift
[8/9] Emitting module ErrorAssertions
[9/9] Compiling ErrorAssertions AssertWrapper.swift
[10/15] Compiling ErrorAssertionExpectations ClosureThread.swift
[11/15] Compiling ErrorAssertionExpectations Unreachable.swift
[12/15] Compiling ErrorAssertionExpectations PreconditionExpectations.swift
[13/15] Emitting module ErrorAssertionExpectations
[14/15] Compiling ErrorAssertionExpectations AssertExpectations.swift
[15/15] Compiling ErrorAssertionExpectations FatalErrorExpectations.swift
Build complete! (10.08s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ErrorAssertions",
  "name" : "ErrorAssertions",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ErrorAssertions",
      "targets" : [
        "ErrorAssertions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ErrorAssertionExpectations",
      "targets" : [
        "ErrorAssertionExpectations"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4",
    "4.2",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "ErrorAssertionsTests",
      "module_type" : "SwiftTarget",
      "name" : "ErrorAssertionsTests",
      "path" : "Tests/ErrorAssertionsTests",
      "sources" : [
        "AssertTests.swift",
        "FatalErrorTests.swift",
        "PreconditionTests.swift",
        "TestError.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ErrorAssertions",
        "ErrorAssertionExpectations"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ErrorAssertions",
      "module_type" : "SwiftTarget",
      "name" : "ErrorAssertions",
      "path" : "Sources/ErrorAssertions",
      "product_memberships" : [
        "ErrorAssertions",
        "ErrorAssertionExpectations"
      ],
      "sources" : [
        "AssertWrapper.swift",
        "FatalErrorWrapper.swift",
        "PreconditionWrapper.swift",
        "Utilities/AnonymousError.swift",
        "Utilities/RestorationHandler.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ErrorAssertionExpectations",
      "module_type" : "SwiftTarget",
      "name" : "ErrorAssertionExpectations",
      "path" : "Sources/ErrorAssertionExpectations",
      "product_memberships" : [
        "ErrorAssertionExpectations"
      ],
      "sources" : [
        "AssertExpectations.swift",
        "FatalErrorExpectations.swift",
        "PreconditionExpectations.swift",
        "Utilities/ClosureThread.swift",
        "Utilities/Unreachable.swift"
      ],
      "target_dependencies" : [
        "ErrorAssertions"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.