Build Information
Successful build of SortedArray, reference main (54c863
), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 22:54:07 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/ole/sortedarray.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ole/sortedarray
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 54c8639 Merge pull request #33 from ole/fix-lastWhere
Cloned https://github.com/ole/sortedarray.git
Revision (git rev-parse @):
54c8639696fb5b7de2cff0c4b0016372d1d9414f
SUCCESS checkout https://github.com/ole/sortedarray.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/ole/sortedarray.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/4] Compiling SortedArray SortedArray.swift
[4/4] Emitting module SortedArray
Build complete! (3.50s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SortedArray",
"name" : "SortedArray",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SortedArray",
"targets" : [
"SortedArray"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"4"
],
"targets" : [
{
"c99name" : "UnitTests",
"module_type" : "SwiftTarget",
"name" : "UnitTests",
"path" : "Tests/UnitTests",
"sources" : [
"SortedArrayTests.swift",
"TestHelpers.swift"
],
"target_dependencies" : [
"SortedArray"
],
"type" : "test"
},
{
"c99name" : "SortedArray",
"module_type" : "SwiftTarget",
"name" : "SortedArray",
"path" : "Sources",
"product_memberships" : [
"SortedArray"
],
"sources" : [
"SortedArray.swift"
],
"type" : "library"
},
{
"c99name" : "PerformanceTests",
"module_type" : "SwiftTarget",
"name" : "PerformanceTests",
"path" : "Tests/PerformanceTests",
"sources" : [
"PerformanceTests.swift"
],
"target_dependencies" : [
"SortedArray"
],
"type" : "test"
}
],
"tools_version" : "4.0"
}
Done.