Build Information
Successful build of ZComNet, reference main (19c66c), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 13:26:27 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/simon-zwicker/ZComNet.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/simon-zwicker/ZComNet
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 19c66c6 Update Package.swift
Cloned https://github.com/simon-zwicker/ZComNet.git
Revision (git rev-parse @):
19c66c666c17c36018029419749fe53db9bf0d6f
SUCCESS checkout https://github.com/simon-zwicker/ZComNet.git at main
========================================
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": "zcomnet",
"name": "ZComNet",
"url": "https://github.com/simon-zwicker/ZComNet.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ZComNet",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/simon-zwicker/ZComNet.git
[1/244] Fetching zcomnet
Fetched https://github.com/simon-zwicker/ZComNet.git from cache (0.68s)
Creating working copy for https://github.com/simon-zwicker/ZComNet.git
Working copy of https://github.com/simon-zwicker/ZComNet.git resolved at main (19c66c6)
warning: '.resolve-product-dependencies': dependency 'zcomnet' 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/simon-zwicker/ZComNet.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/16] Compiling ZComNet Endpoint.swift
[4/16] Compiling ZComNet Encoding.swift
[5/16] Compiling ZComNet RequestHeader.swift
[6/16] Compiling ZComNet RequestMethod.swift
[7/16] Compiling ZComNet ImageType.swift
[8/16] Compiling ZComNet Loglevel.swift
[9/16] Compiling ZComNet Data.swift
[10/16] Emitting module ZComNet
[11/16] Compiling ZComNet Collection.swift
[12/16] Compiling ZComNet Logger.swift
/Users/admin/builder/spi-builder-workspace/Sources/ZComNet/Utils/Logger.swift:80:49: warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
78 |
79 | private func logBody() {
80 | guard let body = request?.httpBody, let string = String(data: body, encoding: .utf8) else { return }
| `- warning: immutable value 'string' was never used; consider replacing with '_' or removing it [#no-usage]
81 | print("[\(currentTime())][ZComNet][Body]:")
82 | print(body)
[13/16] Compiling ZComNet ErrorType.swift
[14/16] Compiling ZComNet ImageEncoder.swift
[15/16] Compiling ZComNet URLRequest.swift
[16/16] Compiling ZComNet ZComNet.swift
[17/17] Compiling ZComNet ZComNetService.swift
Build complete! (5.38s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ZComNet",
"name" : "ZComNet",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
}
],
"products" : [
{
"name" : "ZComNet",
"targets" : [
"ZComNet"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ZComNetTests",
"module_type" : "SwiftTarget",
"name" : "ZComNetTests",
"path" : "Tests/ZComNetTests",
"sources" : [
"ZComNetTests.swift"
],
"target_dependencies" : [
"ZComNet"
],
"type" : "test"
},
{
"c99name" : "ZComNet",
"module_type" : "SwiftTarget",
"name" : "ZComNet",
"path" : "Sources/ZComNet",
"product_memberships" : [
"ZComNet"
],
"sources" : [
"Utils/Endpoint.swift",
"Utils/Enumerations/Encoding.swift",
"Utils/Enumerations/ErrorType.swift",
"Utils/Enumerations/ImageEncoder.swift",
"Utils/Enumerations/ImageType.swift",
"Utils/Enumerations/Loglevel.swift",
"Utils/Enumerations/RequestHeader.swift",
"Utils/Enumerations/RequestMethod.swift",
"Utils/Extensions/Collection.swift",
"Utils/Extensions/Data.swift",
"Utils/Extensions/URLRequest.swift",
"Utils/Logger.swift",
"ZComNet.swift",
"ZComNetService.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.