The Swift Package Index logo.Swift Package Index

Build Information

Successful build of XCTAssertCrash, reference 0.2.0 (880c52), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 02:47:05 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/norio-nomura/xctassertcrash.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/norio-nomura/xctassertcrash
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at 880c524 Bump version to 0.2.0
Cloned https://github.com/norio-nomura/xctassertcrash.git
Revision (git rev-parse @):
880c5241254da53f32caf77248ee3d25cb2a9630
SUCCESS checkout https://github.com/norio-nomura/xctassertcrash.git at 0.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/norio-nomura/xctassertcrash.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version-1EA4D86E10B52AF.txt
[2/4] Compiling CMachExceptionHandler CMachExceptionHandler.c
[3/4] Compiling CMachExceptionHandler mach_excServer.c
[5/10] Compiling XCTAssertCrash PosixSignal.swift
[6/10] Emitting module XCTAssertCrash
[7/10] Compiling XCTAssertCrash MachException.swift
[8/10] Compiling XCTAssertCrash XCTAssertCrash.swift
[9/10] Compiling XCTAssertCrash SwiftReportFatalErrorsToDebugger.swift
[10/10] Compiling XCTAssertCrash ThreadState.swift
Build complete! (9.55s)
Build complete.
{
  "c_language_standard" : "gnu99",
  "dependencies" : [
  ],
  "manifest_display_name" : "XCTAssertCrash",
  "name" : "XCTAssertCrash",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "ios",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "XCTAssertCrash",
      "targets" : [
        "XCTAssertCrash"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XCTAssertCrashTests",
      "module_type" : "SwiftTarget",
      "name" : "XCTAssertCrashTests",
      "path" : "Tests/XCTAssertCrashTests",
      "sources" : [
        "AbortTests.swift",
        "XCTAssertCrashTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "XCTAssertCrash"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XCTAssertCrash",
      "module_type" : "SwiftTarget",
      "name" : "XCTAssertCrash",
      "path" : "Sources/XCTAssertCrash",
      "product_memberships" : [
        "XCTAssertCrash"
      ],
      "sources" : [
        "MachException.swift",
        "PosixSignal.swift",
        "SwiftReportFatalErrorsToDebugger.swift",
        "ThreadState.swift",
        "XCTAssertCrash.swift"
      ],
      "target_dependencies" : [
        "CMachExceptionHandler"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CMachExceptionHandler",
      "module_type" : "ClangTarget",
      "name" : "CMachExceptionHandler",
      "path" : "Sources/CMachExceptionHandler",
      "product_memberships" : [
        "XCTAssertCrash"
      ],
      "sources" : [
        "CMachExceptionHandler.c",
        "mach_excServer.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.