The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Injector 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.25.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ptrkstr/Injector.git
Reference: 2.0.1
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/ptrkstr/Injector
 * tag               2.0.1      -> FETCH_HEAD
HEAD is now at 22dccc2 Update to Factory 1.3.7
Cloned https://github.com/ptrkstr/Injector.git
Revision (git rev-parse @):
22dccc25935bd12ba6301f012ed001cb314b9cda
SUCCESS checkout https://github.com/ptrkstr/Injector.git at 2.0.1
========================================
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/2] Compiling Factory Factory.swift
[2/2] Emitting module Factory
[3/4] Emitting module Injector
[4/4] Compiling Injector Injector.swift
Build complete! (9.09s)
Fetching https://github.com/hmlongco/Factory.git from cache
Fetched https://github.com/hmlongco/Factory.git (0.25s)
Computing version for https://github.com/hmlongco/Factory.git
Computed https://github.com/hmlongco/Factory.git at 1.3.7 (0.03s)
Creating working copy for https://github.com/hmlongco/Factory.git
Working copy of https://github.com/hmlongco/Factory.git resolved at 1.3.7
Build complete.
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "injector",
      "name": "Injector",
      "url": "https://github.com/ptrkstr/Injector.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Injector",
      "dependencies": [
        {
          "identity": "factory",
          "name": "Factory",
          "url": "https://github.com/hmlongco/Factory.git",
          "version": "1.3.7",
          "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Factory",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/ptrkstr/Injector.git from cache
Fetched https://github.com/ptrkstr/Injector.git (0.15s)
Fetching https://github.com/hmlongco/Factory.git from cache
Fetched https://github.com/hmlongco/Factory.git (0.22s)
Computing version for https://github.com/hmlongco/Factory.git
Computed https://github.com/hmlongco/Factory.git at 1.3.7 (0.03s)
Creating working copy for https://github.com/ptrkstr/Injector.git
Working copy of https://github.com/ptrkstr/Injector.git resolved at 2.0.1
Creating working copy for https://github.com/hmlongco/Factory.git
Working copy of https://github.com/hmlongco/Factory.git resolved at 1.3.7
warning: '.resolve-product-dependencies': dependency 'injector' is not used by any target
Found 1 product dependencies
  - Factory
Done.