Build Information
Successful build of CurrencyConverter 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/flight-school/currencyconverter.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/flight-school/currencyconverter
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at cb7f44f Use GitHub Actions for CI/CD (#2)
Cloned https://github.com/flight-school/currencyconverter.git
Revision (git rev-parse @):
cb7f44ffeae81beb5dd9945dc5c118f177641775
SUCCESS checkout https://github.com/flight-school/currencyconverter.git at master
Fetching https://github.com/Flight-School/Money.git
[1/469] Fetching money
Fetched https://github.com/Flight-School/Money.git (0.37s)
Computing version for https://github.com/Flight-School/Money.git
Computed https://github.com/Flight-School/Money.git at 1.0.1 (0.55s)
Creating working copy for https://github.com/Flight-School/Money.git
Working copy of https://github.com/Flight-School/Money.git resolved at 1.0.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "currencyconverter",
"name": "CurrencyConverter",
"url": "https://github.com/flight-school/currencyconverter.git",
"version": "unspecified",
"path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/currencyconverter",
"dependencies": [
{
"identity": "money",
"name": "Money",
"url": "https://github.com/Flight-School/Money.git",
"version": "1.4.0",
"path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Money",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/flight-school/currencyconverter.git
[1/86] Fetching currencyconverter
Fetched https://github.com/flight-school/currencyconverter.git (0.26s)
Fetching https://github.com/Flight-School/Money.git from cache
Fetched https://github.com/Flight-School/Money.git (0.21s)
Computing version for https://github.com/Flight-School/Money.git
Computed https://github.com/Flight-School/Money.git at 1.4.0 (0.02s)
Creating working copy for https://github.com/Flight-School/Money.git
Working copy of https://github.com/Flight-School/Money.git resolved at 1.4.0
Creating working copy for https://github.com/flight-school/currencyconverter.git
Working copy of https://github.com/flight-school/currencyconverter.git resolved at master
warning: '.resolve-product-dependencies': dependency 'currencyconverter' is not used by any target
Found 1 product dependencies
- Money
========================================
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/3] Compiling Money Money.swift
[2/3] Compiling Money Currency.swift
[3/3] Emitting module Money
[4/7] Emitting module CurrencyConverter
[5/7] Compiling CurrencyConverter BidirectionalCurrencyConverter.swift
[6/7] Compiling CurrencyConverter CurrencyPair.swift
[7/7] Compiling CurrencyConverter UnidirectionalCurrencyConverter.swift
Build complete! (7.51s)
Build complete.
Done.