The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of sort-state-university, reference main (6f721f), with Swift 5.9 for macOS (SPM) on 29 Sep 2024 22:52:14 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.54.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kylehughes/sort-state-university.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kylehughes/sort-state-university
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6f721f2 Improve quicksort algorithm with harmonic numbers
Cloned https://github.com/kylehughes/sort-state-university.git
Revision (git rev-parse @):
6f721f2274b0965dd5e54ba156c4e82e953a47d3
SUCCESS checkout https://github.com/kylehughes/sort-state-university.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/kylehughes/sort-state-university.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/14] Compiling SortStateUniversity Double+SortStateUniversity.swift
[2/14] Compiling SortStateUniversity Int+SortStateUniversity.swift
[3/14] Compiling SortStateUniversity InsertionSort.swift
[4/14] Compiling SortStateUniversity MergeSort+Merge.swift
[5/14] Compiling SortStateUniversity BuiltInSortingAlgorithmType.swift
[6/14] Compiling SortStateUniversity Comparison.swift
[7/14] Compiling SortStateUniversity Complexity.swift
[8/14] Compiling SortStateUniversity Array+SortStateUniversity.swift
[9/14] Emitting module SortStateUniversity
[10/15] Compiling SortStateUniversity Quicksort.swift
[11/15] Compiling SortStateUniversity SortingAlgorithm.swift
[12/15] Compiling SortStateUniversity SortingAlgorithmLabel.swift
[13/15] Compiling SortStateUniversity Quicksort+Partition.swift
[14/15] Compiling SortStateUniversity MergeSort.swift
[15/15] Compiling SortStateUniversity SortingAlgorithmStep.swift
Build complete! (6.73s)
Build complete.
Done.