The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ErrorAssertions, reference 0.4.0 (fe2b59), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 05:45:32 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: 0.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SlaunchaMan/ErrorAssertions
 * tag               0.4.0      -> FETCH_HEAD
HEAD is now at fe2b592 Bump version in podspec.
Cloned https://github.com/SlaunchaMan/ErrorAssertions.git
Revision (git rev-parse @):
fe2b592844372f361f2a33bbbce6a48481b6c79e
SUCCESS checkout https://github.com/SlaunchaMan/ErrorAssertions.git at 0.4.0
========================================
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 AnonymousError.swift
[5/9] Emitting module ErrorAssertions
[6/9] Compiling ErrorAssertions RestorationHandler.swift
[7/9] Compiling ErrorAssertions AssertWrapper.swift
[8/9] Compiling ErrorAssertions PreconditionWrapper.swift
[9/9] Compiling ErrorAssertions FatalErrorWrapper.swift
[10/15] Compiling ErrorAssertionExpectations Unreachable.swift
[11/15] Compiling ErrorAssertionExpectations ClosureThread.swift
[12/15] Compiling ErrorAssertionExpectations PreconditionExpectations.swift
[13/15] Compiling ErrorAssertionExpectations FatalErrorExpectations.swift
[14/15] Emitting module ErrorAssertionExpectations
[15/15] Compiling ErrorAssertionExpectations AssertExpectations.swift
Build complete! (10.07s)
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.