Build Information
Successful build of swift-resource-pool, reference 0.2.0 (b38256), with Swift 6.0 for macOS (SPM) on 22 Dec 2025 02:35:17 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build 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.0
Building package at path: $PWD
https://github.com/coenttb/swift-resource-pool.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/4] Compiling ResourcePool ResourcePool.swift
[4/4] Emitting module ResourcePool
Build complete! (1.00s)
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.