Build Information
Successful build of CoreCLI 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/toshi0383/CoreCLI.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/toshi0383/CoreCLI
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 104c93f Fix default ArgumentParser
Cloned https://github.com/toshi0383/CoreCLI.git
Revision (git rev-parse @):
104c93ffb603b892e2665cac68fe9b4c5b5a7376
SUCCESS checkout https://github.com/toshi0383/CoreCLI.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "corecli",
"name": "CoreCLI",
"url": "https://github.com/toshi0383/CoreCLI.git",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CoreCLI",
"dependencies": [
]
}
]
}
Fetching https://github.com/toshi0383/CoreCLI.git
[2/68] Fetching corecli
Fetched https://github.com/toshi0383/CoreCLI.git (0.26s)
Creating working copy for https://github.com/toshi0383/CoreCLI.git
Working copy of https://github.com/toshi0383/CoreCLI.git resolved at master
warning: '.resolve-product-dependencies': dependency 'corecli' 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/5] Compiling CoreCLI CommandType.swift
[2/5] Compiling CoreCLI ArgumentParser.swift
[3/5] Compiling CoreCLI AutoArgumentsDecodable.swift
[4/5] Emitting module CoreCLI
[5/5] Compiling CoreCLI CommandRunner.swift
Build complete! (6.86s)
Build complete.
Done.