Build Information
Successful build of swiftredunda, reference 0.1.6 (771499), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 00:34:14 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/sobotics/swiftredunda.git
Reference: 0.1.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sobotics/swiftredunda
* tag 0.1.6 -> FETCH_HEAD
HEAD is now at 7714992 fix version not sent
Cloned https://github.com/sobotics/swiftredunda.git
Revision (git rev-parse @):
7714992103dcd46c5728af51de9d179fe4fac0d8
SUCCESS checkout https://github.com/sobotics/swiftredunda.git at 0.1.6
========================================
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": "swiftredunda",
"name": "swiftredunda",
"url": "https://github.com/sobotics/swiftredunda.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftredunda",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/sobotics/swiftredunda.git
[1/80] Fetching swiftredunda
Fetched https://github.com/sobotics/swiftredunda.git from cache (0.66s)
Creating working copy for https://github.com/sobotics/swiftredunda.git
Working copy of https://github.com/sobotics/swiftredunda.git resolved at 0.1.6 (7714992)
warning: '.resolve-product-dependencies': dependency 'swiftredunda' 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/sobotics/swiftredunda.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/6] Emitting module SwiftRedunda
[4/6] Compiling SwiftRedunda RedundaPingResponse.swift
[5/6] Compiling SwiftRedunda RedundaClient.swift
[6/6] Compiling SwiftRedunda RedundaPingService.swift
Build complete! (3.07s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swiftredunda",
"name" : "swiftredunda",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftRedunda",
"targets" : [
"SwiftRedunda"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "swiftredundaTests",
"module_type" : "SwiftTarget",
"name" : "swiftredundaTests",
"path" : "Tests/swiftredundaTests",
"sources" : [
"swiftredundaTests.swift"
],
"target_dependencies" : [
"SwiftRedunda"
],
"type" : "test"
},
{
"c99name" : "SwiftRedunda",
"module_type" : "SwiftTarget",
"name" : "SwiftRedunda",
"path" : "Sources",
"product_memberships" : [
"SwiftRedunda"
],
"sources" : [
"swiftredunda/RedundaClient.swift",
"swiftredunda/RedundaPingResponse.swift",
"swiftredunda/RedundaPingService.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.