The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Pooling, reference master (a242c7), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 17:27:46 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/gitvalue/Pooling.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/gitvalue/Pooling
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at a242c7e Released version 1.0.1
Cloned https://github.com/gitvalue/Pooling.git
Revision (git rev-parse @):
a242c7e708f7e82c4f299e8f63218773f60c53d7
SUCCESS checkout https://github.com/gitvalue/Pooling.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/gitvalue/Pooling.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/6] Compiling Pooling Pooling.swift
[4/6] Compiling Pooling Pool.swift
[5/6] Emitting module Pooling
[6/6] Compiling Pooling PThreadMutex.swift
Build complete! (3.23s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Pooling",
  "name" : "Pooling",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Pooling",
      "targets" : [
        "Pooling"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PoolingTests",
      "module_type" : "SwiftTarget",
      "name" : "PoolingTests",
      "path" : "Tests/PoolingTests",
      "sources" : [
        "PoolingTests.swift"
      ],
      "target_dependencies" : [
        "Pooling"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Pooling",
      "module_type" : "SwiftTarget",
      "name" : "Pooling",
      "path" : "Sources/Pooling",
      "product_memberships" : [
        "Pooling"
      ],
      "sources" : [
        "PThreadMutex.swift",
        "Pool.swift",
        "Pooling.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.