Build Information
Successful build of swift-commands with Swift 5.10 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/QiuZhiFei/swift-commands.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/QiuZhiFei/swift-commands
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at afa9d9f Merge pull request #11 from QiuZhiFei/dev
Cloned https://github.com/QiuZhiFei/swift-commands.git
Revision (git rev-parse @):
afa9d9f4ee15bac2baa27c515fe59088444c247f
SUCCESS checkout https://github.com/QiuZhiFei/swift-commands.git at main
========================================
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": "swift-commands",
"name": "swift-commands",
"url": "https://github.com/QiuZhiFei/swift-commands.git",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-commands",
"dependencies": [
]
}
]
}
Fetching https://github.com/QiuZhiFei/swift-commands.git from cache
Fetched https://github.com/QiuZhiFei/swift-commands.git from cache (0.41s)
Creating working copy for https://github.com/QiuZhiFei/swift-commands.git
Working copy of https://github.com/QiuZhiFei/swift-commands.git resolved at main (afa9d9f)
warning: '.resolve-product-dependencies': dependency 'swift-commands' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/QiuZhiFei/swift-commands.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[1/7] Write Examples-entitlement.plist
[3/7] Write swift-version-6044DDE57671499D.txt
[5/16] Compiling Commands CommandsDashcTransformer.swift
[6/16] Compiling Commands CommandsResponse.swift
[7/17] Compiling Commands CommandsResult.swift
[8/17] Compiling Commands CommandsENV.swift
[9/17] Compiling Commands CommandsArguments.swift
[10/17] Compiling Commands Commands.swift
[11/17] Compiling Commands CommandsAlias.swift
[12/17] Emitting module Commands
[13/17] Compiling Commands CommandsRequest.swift
[14/17] Compiling Commands CommandsTask.swift
[15/19] Emitting module Examples
[16/19] Compiling Examples main.swift
[16/19] Write Objects.LinkFileList
[17/19] Linking Examples
[18/19] Applying Examples
Build complete! (5.76s)
Build complete.
Done.