Build Information
Successful build of sort-state-university 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.34.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kylehughes/sort-state-university.git
Reference: 1.3.0
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/kylehughes/sort-state-university
* tag 1.3.0 -> FETCH_HEAD
HEAD is now at 08c6214 Implement Codable, Equatable, and Hashable conformance for SortingAlgorithmStep
Cloned https://github.com/kylehughes/sort-state-university.git
Revision (git rev-parse @):
08c6214712954428471151d8b73d80db0adbab39
SUCCESS checkout https://github.com/kylehughes/sort-state-university.git at 1.3.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "sort-state-university",
"name": "sort-state-university",
"url": "https://github.com/kylehughes/sort-state-university.git",
"version": "unspecified",
"path": "/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/sort-state-university",
"dependencies": [
]
}
]
}
Fetching https://github.com/kylehughes/sort-state-university.git
[1/482] Fetching sort-state-university
Fetched https://github.com/kylehughes/sort-state-university.git from cache (0.24s)
Creating working copy for https://github.com/kylehughes/sort-state-university.git
Working copy of https://github.com/kylehughes/sort-state-university.git resolved at 1.3.0 (08c6214)
warning: '.resolve-product-dependencies': dependency 'sort-state-university' 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/kylehughes/sort-state-university.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6044DDE57671499D.txt
[3/12] Compiling SortStateUniversity SortingAlgorithm.swift
[4/13] Compiling SortStateUniversity SortingAlgorithmStep.swift
[5/13] Compiling SortStateUniversity SortingAlgorithmLabel.swift
[6/13] Compiling SortStateUniversity MergeSort+Merge.swift
[7/13] Compiling SortStateUniversity Array+SortStateUniversity.swift
[8/13] Compiling SortStateUniversity Int+SortStateUniversity.swift
[9/13] Emitting module SortStateUniversity
[10/13] Compiling SortStateUniversity MergeSort.swift
[11/13] Compiling SortStateUniversity Comparison.swift
[12/13] Compiling SortStateUniversity Complexity.swift
[13/13] Compiling SortStateUniversity InsertionSort.swift
Build complete! (4.52s)
Build complete.
Done.