The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Kyu 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/reddavis/Kyu.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/reddavis/Kyu
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 4d439ef Add MIT license
Cloned https://github.com/reddavis/Kyu.git
Revision (git rev-parse @):
4d439ef25834eafcd2a10d86d0cbe9db126f8604
SUCCESS checkout https://github.com/reddavis/Kyu.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": "kyu",
      "name": "Kyu",
      "url": "https://github.com/reddavis/Kyu.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Kyu",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/reddavis/Kyu.git
[1/96] Fetching kyu
Fetched https://github.com/reddavis/Kyu.git (0.27s)
Creating working copy for https://github.com/reddavis/Kyu.git
Working copy of https://github.com/reddavis/Kyu.git resolved at master
warning: '.resolve-product-dependencies': dependency 'kyu' 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/6] Compiling Kyu Logger.swift
[2/6] Compiling Kyu Directory.swift
[3/6] Compiling Kyu Kyu.swift
[4/6] Compiling Kyu Job.swift
[5/6] Emitting module Kyu
[6/6] Compiling Kyu Runner.swift
Build complete! (7.10s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/KyuTests/Supporting Files/Info.plist
Build complete.
Done.