Build Information
Successful build of sort-state-university, reference 1.3.0 (08c621
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 09:01:32 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
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/admin/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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/kylehughes/sort-state-university.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/12] Compiling SortStateUniversity SortingAlgorithm.swift
[4/13] Compiling SortStateUniversity SortingAlgorithmStep.swift
[5/13] Compiling SortStateUniversity SortingAlgorithmLabel.swift
[6/13] Compiling SortStateUniversity Array+SortStateUniversity.swift
[7/13] Compiling SortStateUniversity MergeSort+Merge.swift
[8/13] Compiling SortStateUniversity InsertionSort.swift
[9/13] Compiling SortStateUniversity Complexity.swift
[10/13] Compiling SortStateUniversity Comparison.swift
[11/13] Compiling SortStateUniversity Int+SortStateUniversity.swift
[12/13] Emitting module SortStateUniversity
[13/13] Compiling SortStateUniversity MergeSort.swift
Build complete! (3.87s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "sort-state-university",
"name" : "sort-state-university",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "SortStateUniversity",
"targets" : [
"SortStateUniversity"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SortStateUniversityTests",
"module_type" : "SwiftTarget",
"name" : "SortStateUniversityTests",
"path" : "Tests/SortStateUniversityTests",
"sources" : [
"Tests/ComparisonTests.swift",
"Tests/ComplexityTests.swift",
"Tests/Insertion Sort/InsertionSortTests.swift",
"Tests/Merge Sort/MergeSortTests.swift",
"Tests/SortingAlgorithmStepTests.swift",
"Tests/SortingAlgorithmTests.swift",
"Utilities/Extensions/SortStateUniversity/InsertionSort+SortStateUniversityTests.swift",
"Utilities/Extensions/SortStateUniversity/MergeSort+SortStateUniversityTests.swift",
"Utilities/SortInputFactory.swift",
"Utilities/SortTestHarness.swift"
],
"target_dependencies" : [
"SortStateUniversity"
],
"type" : "test"
},
{
"c99name" : "SortStateUniversity",
"module_type" : "SwiftTarget",
"name" : "SortStateUniversity",
"path" : "Sources/SortStateUniversity",
"product_memberships" : [
"SortStateUniversity"
],
"sources" : [
"Comparison.swift",
"Complexity.swift",
"Extensions/Standard Library/Array+SortStateUniversity.swift",
"Extensions/Standard Library/Int+SortStateUniversity.swift",
"Insertion Sort/InsertionSort.swift",
"Merge Sort/MergeSort+Merge.swift",
"Merge Sort/MergeSort.swift",
"SortingAlgorithm.swift",
"SortingAlgorithmLabel.swift",
"SortingAlgorithmStep.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.