Build Information
Successful build of BatchedCollection, reference main (8f18e1), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 20:16:47 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/berikv/BatchedCollection.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/berikv/BatchedCollection
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 8f18e16 Remove print from thest
Cloned https://github.com/berikv/BatchedCollection.git
Revision (git rev-parse @):
8f18e16bc291f90ede3f4b269dd701ce417a9c41
SUCCESS checkout https://github.com/berikv/BatchedCollection.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/berikv/BatchedCollection.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/5] Compiling BatchedCollection BatchedSubSequence.swift
[4/5] Compiling BatchedCollection BatchedCollection.swift
[5/5] Emitting module BatchedCollection
Build complete! (0.61s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "BatchedCollection",
"name" : "BatchedCollection",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "BatchedCollection",
"targets" : [
"BatchedCollection"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "BatchedCollectionTests",
"module_type" : "SwiftTarget",
"name" : "BatchedCollectionTests",
"path" : "Tests/BatchedCollectionTests",
"sources" : [
"BatchedSubSequenceTests.swift"
],
"target_dependencies" : [
"BatchedCollection"
],
"type" : "test"
},
{
"c99name" : "BatchedCollection",
"module_type" : "SwiftTarget",
"name" : "BatchedCollection",
"path" : "Sources/BatchedCollection",
"product_memberships" : [
"BatchedCollection"
],
"sources" : [
"BatchedCollection.swift",
"BatchedSubSequence.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Done.