The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Pool, reference master (4f4259), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 13:39:56 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/reswifq/pool.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/reswifq/pool
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 4f42595 Update README.md
Cloned https://github.com/reswifq/pool.git
Revision (git rev-parse @):
4f4259579e3b356e3d6464303087b2e3713d1a87
SUCCESS checkout https://github.com/reswifq/pool.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/reswifq/pool.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 Pool Pool.swift
[4/4] Emitting module Pool
Build complete! (3.05s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Pool",
  "name" : "Pool",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Pool",
      "targets" : [
        "Pool"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PoolTests",
      "module_type" : "SwiftTarget",
      "name" : "PoolTests",
      "path" : "Tests/PoolTests",
      "sources" : [
        "PoolTests.swift"
      ],
      "target_dependencies" : [
        "Pool"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Pool",
      "module_type" : "SwiftTarget",
      "name" : "Pool",
      "path" : "Sources/Pool",
      "product_memberships" : [
        "Pool"
      ],
      "sources" : [
        "Pool.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.