Build Information
Successful build of DockerClient, reference 1.0.0 (470e2f), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 05:08:02 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/valeriomazzeo/docker-client-swift.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/valeriomazzeo/docker-client-swift
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 470e2f9 response type
Cloned https://github.com/valeriomazzeo/docker-client-swift.git
Revision (git rev-parse @):
470e2f96046563648174ef2602abe3de9f777006
SUCCESS checkout https://github.com/valeriomazzeo/docker-client-swift.git at 1.0.0
========================================
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": "docker-client-swift",
"name": "DockerClient",
"url": "https://github.com/valeriomazzeo/docker-client-swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/docker-client-swift",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/valeriomazzeo/docker-client-swift.git
[1/38] Fetching docker-client-swift
Fetched https://github.com/valeriomazzeo/docker-client-swift.git from cache (0.57s)
Creating working copy for https://github.com/valeriomazzeo/docker-client-swift.git
Working copy of https://github.com/valeriomazzeo/docker-client-swift.git resolved at 1.0.0 (470e2f9)
warning: '.resolve-product-dependencies': dependency 'docker-client-swift' 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/valeriomazzeo/docker-client-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Compiling Ccurl anchor.c
[2/3] Write swift-version--6988338F2F200930.txt
[4/6] Emitting module DockerClient
[5/6] Compiling DockerClient DockerClient.swift
[6/6] Compiling DockerClient CURLTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/DockerClient/CURLTask.swift:150:70: warning: initialization of 'UnsafeMutableRawPointer' results in a dangling pointer [#TemporaryPointers]
148 |
149 | curl_easy_setopt_long(self.curl, CURLOPT_POSTFIELDSIZE_LARGE, bytes.count)
150 | curl_easy_setopt_void(self.curl, CURLOPT_COPYPOSTFIELDS, UnsafeMutableRawPointer(mutating: bytes))
| | |- note: implicit argument conversion from '[UInt8]' to 'UnsafeRawPointer' produces a pointer valid only for the duration of the call to 'init(mutating:)'
| | `- note: use the 'withUnsafeBytes' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
| `- warning: initialization of 'UnsafeMutableRawPointer' results in a dangling pointer [#TemporaryPointers]
151 | }
152 |
[#TemporaryPointers]: <https://docs.swift.org/compiler/documentation/diagnostics/temporary-pointers>
Build complete! (3.62s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "DockerClient",
"name" : "DockerClient",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "DockerClient",
"targets" : [
"DockerClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DockerClient",
"module_type" : "SwiftTarget",
"name" : "DockerClient",
"path" : "Sources/DockerClient",
"product_memberships" : [
"DockerClient"
],
"sources" : [
"CURLTask.swift",
"DockerClient.swift"
],
"target_dependencies" : [
"Ccurl"
],
"type" : "library"
},
{
"c99name" : "Ccurl",
"module_type" : "ClangTarget",
"name" : "Ccurl",
"path" : "Sources/Ccurl",
"product_memberships" : [
"DockerClient"
],
"sources" : [
"anchor.c"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.