Build Information
Successful build of Icebox 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/jakeheis/Icebox.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/jakeheis/Icebox
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 7e1e9e8 Update pathkit
Cloned https://github.com/jakeheis/Icebox.git
Revision (git rev-parse @):
7e1e9e8da2848fcefc6a182be8e811911d9dd694
SUCCESS checkout https://github.com/jakeheis/Icebox.git at master
Fetching https://github.com/kylef/Spectre.git from cache
Fetching https://github.com/kylef/PathKit from cache
Fetched https://github.com/kylef/PathKit (0.30s)
Computing version for https://github.com/kylef/PathKit
Fetched https://github.com/kylef/Spectre.git (0.31s)
Computed https://github.com/kylef/PathKit at 1.0.0 (0.07s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.9.0 (0.06s)
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.9.0
Creating working copy for https://github.com/kylef/PathKit
Working copy of https://github.com/kylef/PathKit resolved at 1.0.0
========================================
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": "icebox",
"name": "Icebox",
"url": "https://github.com/jakeheis/Icebox.git",
"version": "unspecified",
"path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Icebox",
"dependencies": [
{
"identity": "pathkit",
"name": "PathKit",
"url": "https://github.com/kylef/PathKit",
"version": "1.0.1",
"path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PathKit",
"dependencies": [
{
"identity": "spectre",
"name": "Spectre",
"url": "https://github.com/kylef/Spectre.git",
"version": "0.10.1",
"path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Spectre",
"dependencies": [
]
}
]
}
]
}
]
}
Fetching https://github.com/jakeheis/Icebox.git
[1/129] Fetching icebox
Fetched https://github.com/jakeheis/Icebox.git (0.40s)
Fetching https://github.com/kylef/PathKit from cache
Fetched https://github.com/kylef/PathKit (0.23s)
Computing version for https://github.com/kylef/PathKit
Computed https://github.com/kylef/PathKit at 1.0.1 (0.04s)
Fetching https://github.com/kylef/Spectre.git from cache
Fetched https://github.com/kylef/Spectre.git (0.22s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.06s)
Creating working copy for https://github.com/jakeheis/Icebox.git
Working copy of https://github.com/jakeheis/Icebox.git resolved at master
Creating working copy for https://github.com/kylef/PathKit
Working copy of https://github.com/kylef/PathKit resolved at 1.0.1
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
warning: '.resolve-product-dependencies': dependency 'icebox' is not used by any target
Found 1 product dependencies
- PathKit
========================================
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] Emitting module PathKit
[2/2] Compiling PathKit PathKit.swift
[3/7] Compiling Icebox RunResult.swift
[4/7] Compiling Icebox Loggger.swift
[5/7] Compiling Icebox Icebox.swift
[6/7] Emitting module Icebox
[7/7] Compiling Icebox LineTester.swift
Build complete! (18.55s)
Build complete.
Done.