Build Information
Successful build of BatchedCollection, reference main (8f18e1), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 20:19:56 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "batchedcollection",
"name": "BatchedCollection",
"url": "https://github.com/berikv/BatchedCollection.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BatchedCollection",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/berikv/BatchedCollection.git
[1/79] Fetching batchedcollection
Fetched https://github.com/berikv/BatchedCollection.git from cache (1.08s)
Creating working copy for https://github.com/berikv/BatchedCollection.git
Working copy of https://github.com/berikv/BatchedCollection.git resolved at main (8f18e16)
warning: '.resolve-product-dependencies': dependency 'batchedcollection' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/berikv/BatchedCollection.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/5] Emitting module BatchedCollection
[4/5] Compiling BatchedCollection BatchedSubSequence.swift
[5/5] Compiling BatchedCollection BatchedCollection.swift
Build complete! (0.75s)
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.