The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CrashReporter, reference master (30e31e), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 11:37:25 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/CleanCocoa/CrashReporter.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CleanCocoa/CrashReporter
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 30e31ea Merge pull request #11 from Cykelero/show-app-icon
Submodule path 'php/vendor/PHPMailer': checked out '511413a6eaeb167fa88282d437766d34510548b8'
Submodule 'php/vendor/PHPMailer' (https://github.com/PHPMailer/PHPMailer.git) registered for path 'php/vendor/PHPMailer'
Cloning into '/Users/admin/builder/spi-builder-workspace/php/vendor/PHPMailer'...
Cloned https://github.com/CleanCocoa/CrashReporter.git
Revision (git rev-parse @):
30e31eac5cad1ec7f34330a3bd3feba14c357aec
SUCCESS checkout https://github.com/CleanCocoa/CrashReporter.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": "crashreporter",
      "name": "CrashReporter",
      "url": "https://github.com/CleanCocoa/CrashReporter.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CrashReporter",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/CleanCocoa/CrashReporter.git
[1/493] Fetching crashreporter
Fetched https://github.com/CleanCocoa/CrashReporter.git from cache (1.03s)
Creating working copy for https://github.com/CleanCocoa/CrashReporter.git
Working copy of https://github.com/CleanCocoa/CrashReporter.git resolved at master (30e31ea)
warning: '.resolve-product-dependencies': dependency 'crashreporter' 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/CleanCocoa/CrashReporter.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying CrashReporterWindow.xib
[2/3] Write swift-version--6988338F2F200930.txt
[4/16] Compiling CrashReporter SendReportsAutomaticallySetting.swift
[5/16] Compiling CrashReporter URLResponse+statusIsOK.swift
[6/16] Compiling CrashReporter String+md5.swift
[7/16] Compiling CrashReporter OneShotDownload.swift
[8/16] Compiling CrashReporter HTTPURLResponse+valueForHTTPHeaderField.swift
[9/16] Compiling CrashReporter CrashReporter.swift
[10/16] Compiling CrashReporter CrashReporterBundle.swift
[11/16] Compiling CrashReporter EmailAddressSetting.swift
[12/16] Compiling CrashReporter Bundle+InfoKeys.swift
[13/16] Compiling CrashReporter CrashLog.swift
[14/16] Compiling CrashReporter CrashReporter+DefaultsKeys.swift
[15/16] Emitting module CrashReporter
[16/16] Compiling CrashReporter CrashReportWindowController.swift
[17/17] Compiling CrashReporter resource_bundle_accessor.swift
Build complete! (9.05s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/Info.plist
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CrashReporter",
  "name" : "CrashReporter",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    }
  ],
  "products" : [
    {
      "name" : "CrashReporter",
      "targets" : [
        "CrashReporter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CrashReporterTests",
      "module_type" : "SwiftTarget",
      "name" : "CrashReporterTests",
      "path" : "Tests/CrashReporterTests",
      "sources" : [
        "EmailAddressSettingTests.swift",
        "SendReportsAutomaticallySettingTests.swift"
      ],
      "target_dependencies" : [
        "CrashReporter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CrashReporter",
      "module_type" : "SwiftTarget",
      "name" : "CrashReporter",
      "path" : "Sources/CrashReporter",
      "product_memberships" : [
        "CrashReporter"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/CrashReporter/UI/CrashReporterWindow.xib",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "CrashLog.swift",
        "CrashReporter+DefaultsKeys.swift",
        "CrashReporter.swift",
        "CrashReporterBundle.swift",
        "EmailAddressSetting.swift",
        "Infrastructure/Bundle+InfoKeys.swift",
        "Infrastructure/HTTPURLResponse+valueForHTTPHeaderField.swift",
        "Infrastructure/OneShotDownload.swift",
        "Infrastructure/String+md5.swift",
        "Infrastructure/URLResponse+statusIsOK.swift",
        "SendReportsAutomaticallySetting.swift",
        "UI/CrashReportWindowController.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.