The Swift Package Index logo.Swift Package Index

Build Information

Successful build of XCTAssertCrash, reference master (4b414b), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 00:55:04 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/norio-nomura/xctassertcrash.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/norio-nomura/xctassertcrash
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 4b414b3 [GitHub Actions] Update action-swiftlint to 3.0.1
Cloned https://github.com/norio-nomura/xctassertcrash.git
Revision (git rev-parse @):
4b414b3b865299332b4b0c185c530fe3ea681867
SUCCESS checkout https://github.com/norio-nomura/xctassertcrash.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "xctassertcrash",
      "name": "XCTAssertCrash",
      "url": "https://github.com/norio-nomura/xctassertcrash.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/xctassertcrash",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/norio-nomura/xctassertcrash.git
[1/224] Fetching xctassertcrash
Fetched https://github.com/norio-nomura/xctassertcrash.git from cache (0.66s)
Creating working copy for https://github.com/norio-nomura/xctassertcrash.git
Working copy of https://github.com/norio-nomura/xctassertcrash.git resolved at master (4b414b3)
warning: '.resolve-product-dependencies': dependency 'xctassertcrash' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/norio-nomura/xctassertcrash.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version--6988338F2F200930.txt
[2/4] Compiling CMachExceptionHandler mach_excServer.c
[3/4] Compiling CMachExceptionHandler CMachExceptionHandler.c
[5/10] Compiling XCTAssertCrash XCTAssertCrash.swift
[6/10] Compiling XCTAssertCrash ThreadState.swift
[7/10] Compiling XCTAssertCrash SwiftReportFatalErrorsToDebugger.swift
[8/10] Compiling XCTAssertCrash MachException.swift
[9/10] Compiling XCTAssertCrash PosixSignal.swift
[10/10] Emitting module XCTAssertCrash
Build complete! (11.59s)
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.