The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Spectre 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/kylef/spectre.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/kylef/spectre
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 26cc5e9 release: 0.10.1
Cloned https://github.com/kylef/spectre.git
Revision (git rev-parse @):
26cc5e9ae0947092c7139ef7ba612e34646086c7
SUCCESS checkout https://github.com/kylef/spectre.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "spectre",
      "name": "Spectre",
      "url": "https://github.com/kylef/spectre.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/spectre",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/kylef/spectre.git
[11/1021] Fetching spectre
Fetched https://github.com/kylef/spectre.git (0.29s)
Creating working copy for https://github.com/kylef/spectre.git
Working copy of https://github.com/kylef/spectre.git resolved at master
warning: '.resolve-product-dependencies': dependency 'spectre' 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...
[1/10] Emitting module Spectre
[2/11] Compiling Spectre XCTest.swift
[3/11] Compiling Spectre Reporters.swift
[4/11] Compiling Spectre Expectation.swift
[5/11] Compiling Spectre Failure.swift
[6/11] Compiling Spectre GlobalContext.swift
[7/11] Compiling Spectre Reporter.swift
[8/11] Compiling Spectre Path.swift
[9/11] Compiling Spectre Global.swift
[10/11] Compiling Spectre Case.swift
[11/11] Compiling Spectre Context.swift
Build complete! (14.79s)
Build complete.
Done.