Build Information
Successful build of RomanNumeralKit 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/kylehughes/RomanNumeralKit.git
Reference: mainline
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/kylehughes/RomanNumeralKit
* branch mainline -> FETCH_HEAD
* [new branch] mainline -> origin/mainline
HEAD is now at 8a5bd84 Remove framework Twitter account from top of README
Cloned https://github.com/kylehughes/RomanNumeralKit.git
Revision (git rev-parse @):
8a5bd84f5d70e73df81a00b04a13558bb8f43904
SUCCESS checkout https://github.com/kylehughes/RomanNumeralKit.git at mainline
========================================
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": "romannumeralkit",
"name": "RomanNumeralKit",
"url": "https://github.com/kylehughes/RomanNumeralKit.git",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RomanNumeralKit",
"dependencies": [
]
}
]
}
Fetching https://github.com/kylehughes/RomanNumeralKit.git from cache
Fetched https://github.com/kylehughes/RomanNumeralKit.git (0.22s)
Creating working copy for https://github.com/kylehughes/RomanNumeralKit.git
Working copy of https://github.com/kylehughes/RomanNumeralKit.git resolved at mainline
warning: '.resolve-product-dependencies': dependency 'romannumeralkit' 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/24] Compiling RomanNumeralKit Calendar+RomanNumeral.swift
[2/24] Compiling RomanNumeralKit DateComponents+RomanNumeral.swift
[3/24] Compiling RomanNumeralKit Int+RomanNumeral.swift
[4/24] Compiling RomanNumeralKit Sequence+Sorting.swift
[5/27] Compiling RomanNumeralKit SubtractiveRomanNumeralSymbol.swift
[6/27] Compiling RomanNumeralKit SubtractiveRomanNumeralSymbolConvertible.swift
[7/27] Compiling RomanNumeralKit SubtractiveRomanNumeralSymbolsConvertible.swift
[8/27] Compiling RomanNumeralKit AdditiveRomanNumeralSymbolConvertible.swift
[9/27] Compiling RomanNumeralKit AdditiveRomanNumeralSymbolsConvertible.swift
[10/27] Compiling RomanNumeralKit RomanNumeralArithmeticError.swift
[11/27] Compiling RomanNumeralKit String+RomanNumeral.swift
[12/27] Compiling RomanNumeralKit AdditiveRomanNumeral.swift
[13/27] Compiling RomanNumeralKit AdditiveRomanNumeralConvertible.swift
[14/27] Compiling RomanNumeralKit AdditiveRomanNumeralSymbolCondenser.swift
[15/27] Compiling RomanNumeralKit RomanNumeralSymbolConvertible.swift
[16/27] Compiling RomanNumeralKit RomanNumeralSymbolError.swift
[17/27] Compiling RomanNumeralKit RomanNumeralSymbolProtocol.swift
[18/27] Compiling RomanNumeralKit RomanNumeralSymbolsConvertible.swift
[19/27] Compiling RomanNumeralKit RomanNumeralTallyMark.swift
[20/27] Compiling RomanNumeralKit RomanNumeralTallyMarkGroup.swift
[21/27] Emitting module RomanNumeralKit
[22/27] Compiling RomanNumeralKit RomanNumeralError.swift
[23/27] Compiling RomanNumeralKit RomanNumeralProtocol.swift
[24/27] Compiling RomanNumeralKit RomanNumeralSymbol.swift
[25/27] Compiling RomanNumeralKit RomanNumerals.swift
[26/27] Compiling RomanNumeralKit RomanNumeral.swift
[27/27] Compiling RomanNumeralKit RomanNumeralConvertible.swift
Build complete! (11.55s)
Build complete.
Done.