The Swift Package Index logo.Swift Package Index

Build Information

Successful build of git-kit 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/BinaryBirds/git-kit.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/BinaryBirds/git-kit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 73d72ae license
Cloned https://github.com/BinaryBirds/git-kit.git
Revision (git rev-parse @):
73d72ae6d29f7d1e46c7e51af7e1988c1cf0ca31
SUCCESS checkout https://github.com/BinaryBirds/git-kit.git at main
Fetching https://github.com/binarybirds/shell-kit from cache
Fetched https://github.com/binarybirds/shell-kit (0.19s)
Computing version for https://github.com/binarybirds/shell-kit
Computed https://github.com/binarybirds/shell-kit at 1.0.1 (0.44s)
Creating working copy for https://github.com/binarybirds/shell-kit
Working copy of https://github.com/binarybirds/shell-kit resolved at 1.0.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "git-kit",
      "name": "git-kit",
      "url": "https://github.com/BinaryBirds/git-kit.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/git-kit",
      "dependencies": [
        {
          "identity": "shell-kit",
          "name": "shell-kit",
          "url": "https://github.com/binarybirds/shell-kit",
          "version": "1.0.1",
          "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/shell-kit",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/BinaryBirds/git-kit.git
[1/21] Fetching git-kit
Fetched https://github.com/BinaryBirds/git-kit.git (0.25s)
Fetching https://github.com/binarybirds/shell-kit from cache
Fetched https://github.com/binarybirds/shell-kit (0.20s)
Computing version for https://github.com/binarybirds/shell-kit
Computed https://github.com/binarybirds/shell-kit at 1.0.1 (0.01s)
Creating working copy for https://github.com/BinaryBirds/git-kit.git
Working copy of https://github.com/BinaryBirds/git-kit.git resolved at main
Creating working copy for https://github.com/binarybirds/shell-kit
Working copy of https://github.com/binarybirds/shell-kit resolved at 1.0.1
warning: '.resolve-product-dependencies': dependency 'git-kit' is not used by any target
Found 1 product dependencies
  - shell-kit
========================================
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 ShellKit Shell.swift
[2/2] Emitting module ShellKit
[3/4] Compiling GitKit Git.swift
[4/4] Emitting module GitKit
Build complete! (7.66s)
Build complete.
Done.