Build Information
Successful build of ConsoleIO 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/wendyliga/ConsoleIO.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/wendyliga/ConsoleIO
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 3933eb8 Improve input (#1)
Cloned https://github.com/wendyliga/ConsoleIO.git
Revision (git rev-parse @):
3933eb8c8f4ce00d07c2a80896b6463bdf1d31d1
SUCCESS checkout https://github.com/wendyliga/ConsoleIO.git at master
Fetching https://github.com/wendyliga/SwiftKit.git from cache
Fetched https://github.com/wendyliga/SwiftKit.git (0.20s)
Computing version for https://github.com/wendyliga/SwiftKit.git
Computed https://github.com/wendyliga/SwiftKit.git at 2.0.1 (0.53s)
Creating working copy for https://github.com/wendyliga/SwiftKit.git
Working copy of https://github.com/wendyliga/SwiftKit.git resolved at 2.0.1
========================================
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": "consoleio",
"name": "ConsoleIO",
"url": "https://github.com/wendyliga/ConsoleIO.git",
"version": "unspecified",
"path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ConsoleIO",
"dependencies": [
{
"identity": "swiftkit",
"name": "SwiftKit",
"url": "https://github.com/wendyliga/SwiftKit.git",
"version": "2.4.2",
"path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftKit",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/wendyliga/ConsoleIO.git
[1/86] Fetching consoleio
Fetched https://github.com/wendyliga/ConsoleIO.git (0.29s)
Fetching https://github.com/wendyliga/SwiftKit.git from cache
Fetched https://github.com/wendyliga/SwiftKit.git (0.19s)
Computing version for https://github.com/wendyliga/SwiftKit.git
Computed https://github.com/wendyliga/SwiftKit.git at 2.4.2 (0.39s)
Creating working copy for https://github.com/wendyliga/SwiftKit.git
Working copy of https://github.com/wendyliga/SwiftKit.git resolved at 2.4.2
Creating working copy for https://github.com/wendyliga/ConsoleIO.git
Working copy of https://github.com/wendyliga/ConsoleIO.git resolved at master
warning: '.resolve-product-dependencies': dependency 'consoleio' is not used by any target
Found 1 product dependencies
- SwiftKit
========================================
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] Emitting module SwiftKit
[2/5] Compiling SwiftKit String+Extension.swift
[3/5] Compiling SwiftKit Result+Extension.swift
[4/5] Compiling SwiftKit Array+Extension.swift
[5/5] Compiling SwiftKit Error.swift
[6/8] Compiling ConsoleIO Output.swift
[7/8] Compiling ConsoleIO Input.swift
[8/8] Emitting module ConsoleIO
Build complete! (7.65s)
Build complete.
Done.