The Swift Package Index logo.Swift Package Index

Build Information

Successful build of BatchedCollection, reference v0.0.3 (212afb), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 20:19:34 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/berikv/BatchedCollection.git
Reference: v0.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/berikv/BatchedCollection
 * tag               v0.0.3     -> FETCH_HEAD
HEAD is now at 212afb8 Remove not-so-serious visual, tidy ups and examples
Cloned https://github.com/berikv/BatchedCollection.git
Revision (git rev-parse @):
212afb84decc1b7917f2a12a8bbea7a1cf5d4bf4
SUCCESS checkout https://github.com/berikv/BatchedCollection.git at v0.0.3
========================================
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.11s)
Creating working copy for https://github.com/berikv/BatchedCollection.git
Working copy of https://github.com/berikv/BatchedCollection.git resolved at v0.0.3 (212afb8)
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] Compiling BatchedCollection BatchedCollection.swift
[4/5] Emitting module BatchedCollection
[5/5] Compiling BatchedCollection BatchedSubSequence.swift
Build complete! (0.74s)
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.