Build Information
Successful build of Clack 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/polpielladev/clack-swift.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/polpielladev/clack-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at fcd94bb Adds `select` component
Cloned https://github.com/polpielladev/clack-swift.git
Revision (git rev-parse @):
fcd94bbdec8e840dd04c1b2fa74c16d803dfeebb
SUCCESS checkout https://github.com/polpielladev/clack-swift.git at main
Fetching https://github.com/pakLebah/ANSITerminal.git from cache
Fetched https://github.com/pakLebah/ANSITerminal.git (0.14s)
Computing version for https://github.com/pakLebah/ANSITerminal.git
Computed https://github.com/pakLebah/ANSITerminal.git at 0.0.3 (0.45s)
Creating working copy for https://github.com/pakLebah/ANSITerminal.git
Working copy of https://github.com/pakLebah/ANSITerminal.git resolved at 0.0.3
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "clack-swift",
"name": "Clack",
"url": "https://github.com/polpielladev/clack-swift.git",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/clack-swift",
"dependencies": [
{
"identity": "ansiterminal",
"name": "ANSITerminal",
"url": "https://github.com/pakLebah/ANSITerminal.git",
"version": "0.0.3",
"path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ANSITerminal",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/polpielladev/clack-swift.git
[1/94] Fetching clack-swift
Fetched https://github.com/polpielladev/clack-swift.git (0.21s)
Fetching https://github.com/pakLebah/ANSITerminal.git from cache
Fetched https://github.com/pakLebah/ANSITerminal.git (0.16s)
Computing version for https://github.com/pakLebah/ANSITerminal.git
Computed https://github.com/pakLebah/ANSITerminal.git at 0.0.3 (0.01s)
Creating working copy for https://github.com/pakLebah/ANSITerminal.git
Working copy of https://github.com/pakLebah/ANSITerminal.git resolved at 0.0.3
Creating working copy for https://github.com/polpielladev/clack-swift.git
Working copy of https://github.com/polpielladev/clack-swift.git resolved at main
warning: '.resolve-product-dependencies': dependency 'clack-swift' is not used by any target
Found 1 product dependencies
- ANSITerminal
========================================
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] Emitting module ANSITerminal
[2/6] Compiling ANSITerminal ansiScreen.swift
[3/6] Compiling ANSITerminal ansiKeyboard.swift
[4/6] Compiling ANSITerminal ansiAttribute.swift
[5/6] Compiling ANSITerminal ANSITerminal.swift
[6/15] Compiling Clack Text.swift
[7/15] Emitting module Clack
[8/15] Compiling Clack OptionState.swift
[9/15] Compiling Clack Option.swift
[10/15] Compiling Clack Clack.swift
[11/15] Compiling Clack Intro.swift
[12/15] Compiling Clack Picker.swift
[13/15] Compiling Clack Outro.swift
[14/15] Compiling Clack HeadlessUserInput.swift
[15/16] Compiling Clack ANSIChar.swift
[16/18] Emitting module ClackExample
[17/18] Compiling ClackExample main.swift
[17/18] Linking ClackExample
Build complete! (8.74s)
Build complete.
Done.