The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ExceptionCatcher with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sindresorhus/ExceptionCatcher.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/sindresorhus/ExceptionCatcher
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 81cf83b Minor tweaks
Cloned https://github.com/sindresorhus/ExceptionCatcher.git
Revision (git rev-parse @):
81cf83b117ec368e2ebb7fbcd9f7a3deb115ab07
SUCCESS checkout https://github.com/sindresorhus/ExceptionCatcher.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "exceptioncatcher",
      "name": "ExceptionCatcher",
      "url": "https://github.com/sindresorhus/ExceptionCatcher.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ExceptionCatcher",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/sindresorhus/ExceptionCatcher.git
[1/69] Fetching exceptioncatcher
Fetched https://github.com/sindresorhus/ExceptionCatcher.git (0.25s)
Creating working copy for https://github.com/sindresorhus/ExceptionCatcher.git
Working copy of https://github.com/sindresorhus/ExceptionCatcher.git resolved at main
warning: '.resolve-product-dependencies': dependency 'exceptioncatcher' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/1] Compiling Internal ExceptionCatcher.m
[2/3] Compiling ExceptionCatcher ExceptionCatcher.swift
[3/3] Emitting module ExceptionCatcher
Build complete! (8.70s)
Build complete.
Done.