Build Information
Successful build of SortedArray, reference 0.7.0 (a521f7
), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 22:54:02 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: 0.7.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ole/sortedarray
* tag 0.7.0 -> FETCH_HEAD
HEAD is now at a521f75 Fix table formatting in Markdown
Cloned https://github.com/ole/sortedarray.git
Revision (git rev-parse @):
a521f750fccb0743ad082b7cb890a62e132c4fbf
SUCCESS checkout https://github.com/ole/sortedarray.git at 0.7.0
========================================
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.41s)
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.