Build Information
Successful build of CollectionAlgorithms, reference main (c62496), with Swift 6.2 for macOS (SPM) on 1 Jul 2025 14:12:06 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SangaleBhushan/CollectionAlgorithms.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SangaleBhushan/CollectionAlgorithms
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c62496f Update README.md
Cloned https://github.com/SangaleBhushan/CollectionAlgorithms.git
Revision (git rev-parse @):
c62496f08891b6ec44d77f7b32fc4f1b61be62b1
SUCCESS checkout https://github.com/SangaleBhushan/CollectionAlgorithms.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/SangaleBhushan/CollectionAlgorithms.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/22] Emitting module CollectionAlgorithms
[4/24] Compiling CollectionAlgorithms Unique.swift
[5/24] Compiling CollectionAlgorithms Windowed.swift
[6/24] Compiling CollectionAlgorithms IsSorted.swift
[7/24] Compiling CollectionAlgorithms KthSmallest.swift
[8/24] Compiling CollectionAlgorithms Partitioned.swift
[9/24] Compiling CollectionAlgorithms Permutations.swift
[10/24] Compiling CollectionAlgorithms StandardDeviation.swift
[11/24] Compiling CollectionAlgorithms Sum.swift
[12/24] Compiling CollectionAlgorithms Bounds.swift
[13/24] Compiling CollectionAlgorithms Chunked.swift
[14/24] Compiling CollectionAlgorithms CountWhere.swift
[15/24] Compiling CollectionAlgorithms Frequencies.swift
[16/24] Compiling CollectionAlgorithms Average.swift
[17/24] Compiling CollectionAlgorithms BinarySearch.swift
[18/24] Compiling CollectionAlgorithms BinarySearchClosest.swift
[19/24] Compiling CollectionAlgorithms Grouped.swift
[20/24] Compiling CollectionAlgorithms IndexOfMinMax.swift
[21/24] Compiling CollectionAlgorithms Rotate.swift
[22/24] Compiling CollectionAlgorithms Sample.swift
[23/24] Compiling CollectionAlgorithms Median.swift
[24/24] Compiling CollectionAlgorithms Mode.swift
Build complete! (5.06s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "CollectionAlgorithms",
"name" : "CollectionAlgorithms",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "CollectionAlgorithms",
"targets" : [
"CollectionAlgorithms"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CollectionAlgorithmsTests",
"module_type" : "SwiftTarget",
"name" : "CollectionAlgorithmsTests",
"path" : "Tests/CollectionAlgorithmsTests",
"sources" : [
"CollectionAlgorithmsTests.swift"
],
"target_dependencies" : [
"CollectionAlgorithms"
],
"type" : "test"
},
{
"c99name" : "CollectionAlgorithms",
"module_type" : "SwiftTarget",
"name" : "CollectionAlgorithms",
"path" : "Sources/CollectionAlgorithms",
"product_memberships" : [
"CollectionAlgorithms"
],
"sources" : [
"Average.swift",
"BinarySearch.swift",
"BinarySearchClosest.swift",
"Bounds.swift",
"Chunked.swift",
"CountWhere.swift",
"Frequencies.swift",
"Grouped.swift",
"IndexOfMinMax.swift",
"IsSorted.swift",
"KthSmallest.swift",
"Median.swift",
"Mode.swift",
"Partitioned.swift",
"Permutations.swift",
"Rotate.swift",
"Sample.swift",
"StandardDeviation.swift",
"Sum.swift",
"Unique.swift",
"Windowed.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Done.