The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DebugReflect 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/omochi/DebugReflect.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/omochi/DebugReflect
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 1ba82d6 deployment target
Cloned https://github.com/omochi/DebugReflect.git
Revision (git rev-parse @):
1ba82d671bc5c48488c8cf7dd01cec6e4e9f6ca8
SUCCESS checkout https://github.com/omochi/DebugReflect.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "debugreflect",
      "name": "DebugReflect",
      "url": "https://github.com/omochi/DebugReflect.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DebugReflect",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/omochi/DebugReflect.git from cache
Fetched https://github.com/omochi/DebugReflect.git (0.21s)
Creating working copy for https://github.com/omochi/DebugReflect.git
Working copy of https://github.com/omochi/DebugReflect.git resolved at master
warning: '.resolve-product-dependencies': dependency 'debugreflect' 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/8] Compiling DebugReflect SwiftTypes.swift
[2/8] Compiling DebugReflect Util.swift
[3/8] Compiling DebugReflect DebugReflectable.swift
[4/8] Compiling DebugReflect IndentTextWriter.swift
[5/8] Compiling DebugReflect DebugReflectBuilder.swift
[6/8] Compiling DebugReflect DebugReflectValue.swift
[7/8] Emitting module DebugReflect
[8/8] Compiling DebugReflect DebugReflectWriter.swift
Build complete! (8.39s)
Build complete.
Done.