The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-resource-pool, reference 0.2.0 (b38256), with Swift 6.1 for macOS (SPM) on 22 Dec 2025 02:36:26 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/coenttb/swift-resource-pool.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/coenttb/swift-resource-pool
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at b382569 feat: make package Foundation-free for Swift Embedded compatibility
Cloned https://github.com/coenttb/swift-resource-pool.git
Revision (git rev-parse @):
b3825696c01cb48ba9da82856fa7a4f9fe7069d0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/coenttb/swift-resource-pool.git at 0.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/coenttb/swift-resource-pool.git
https://github.com/coenttb/swift-resource-pool.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-resource-pool",
  "name" : "swift-resource-pool",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "ResourcePool",
      "targets" : [
        "ResourcePool"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "ResourcePoolTests",
      "module_type" : "SwiftTarget",
      "name" : "ResourcePoolTests",
      "path" : "Tests/ResourcePoolTests",
      "sources" : [
        "ReadmeVerificationTests.swift",
        "ResourcePoolBasicTests.swift",
        "ResourcePoolConcurrencyTests.swift",
        "ResourcePoolLifecycleTests.swift",
        "ResourcePoolPerformanceTests.swift",
        "TestMocks.swift"
      ],
      "target_dependencies" : [
        "ResourcePool"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ResourcePool",
      "module_type" : "SwiftTarget",
      "name" : "ResourcePool",
      "path" : "Sources/ResourcePool",
      "product_memberships" : [
        "ResourcePool"
      ],
      "sources" : [
        "ResourcePool.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/4] Compiling ResourcePool ResourcePool.swift
[4/4] Emitting module ResourcePool
Build complete! (0.98s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-resource-pool",
  "name" : "swift-resource-pool",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "ResourcePool",
      "targets" : [
        "ResourcePool"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "ResourcePoolTests",
      "module_type" : "SwiftTarget",
      "name" : "ResourcePoolTests",
      "path" : "Tests/ResourcePoolTests",
      "sources" : [
        "ReadmeVerificationTests.swift",
        "ResourcePoolBasicTests.swift",
        "ResourcePoolConcurrencyTests.swift",
        "ResourcePoolLifecycleTests.swift",
        "ResourcePoolPerformanceTests.swift",
        "TestMocks.swift"
      ],
      "target_dependencies" : [
        "ResourcePool"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ResourcePool",
      "module_type" : "SwiftTarget",
      "name" : "ResourcePool",
      "path" : "Sources/ResourcePool",
      "product_memberships" : [
        "ResourcePool"
      ],
      "sources" : [
        "ResourcePool.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.