Build Information
Successful build of SwiftEureka, reference v0.1.9-alpha (a375b9), with Swift 6.3 for macOS (SPM) on 22 Apr 2026 12:14:16 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/putridparrot/SwiftEureka.git
Reference: v0.1.9-alpha
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/putridparrot/SwiftEureka
* tag v0.1.9-alpha -> FETCH_HEAD
HEAD is now at a375b9f Disable all test code for non-Linux
Cloned https://github.com/putridparrot/SwiftEureka.git
Revision (git rev-parse @):
a375b9f88789d8ea4b21115bac79124f0762a722
SUCCESS checkout https://github.com/putridparrot/SwiftEureka.git at v0.1.9-alpha
Fetching https://github.com/apple/swift-log.git
[1/6636] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.11s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.4.4 (1.79s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.4.4
========================================
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": "swifteureka",
"name": "SwiftEureka",
"url": "https://github.com/putridparrot/SwiftEureka.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftEureka",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-log",
"name": "swift-log",
"url": "https://github.com/apple/swift-log.git",
"version": "1.12.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
"traits": [
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/putridparrot/SwiftEureka.git
[1/201] Fetching swifteureka
Fetched https://github.com/putridparrot/SwiftEureka.git from cache (0.61s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.50s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (1.09s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.12.0
Creating working copy for https://github.com/putridparrot/SwiftEureka.git
Working copy of https://github.com/putridparrot/SwiftEureka.git resolved at v0.1.9-alpha (a375b9f)
warning: '.resolve-product-dependencies': dependency 'swifteureka' is not used by any target
Found 1 product dependencies
- swift-log
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/putridparrot/SwiftEureka.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/7] Compiling Logging LogHandler.swift
[5/7] Compiling Logging Locks.swift
[6/7] Compiling Logging Logging.swift
[7/7] Emitting module Logging
[8/18] Compiling SwiftEureka Port.swift
[9/19] Compiling SwiftEureka String+Dictionary.swift
[10/19] Compiling SwiftEureka InstanceStatus.swift
[11/19] Compiling SwiftEureka LeaseInfo.swift
[12/19] Compiling SwiftEureka InstanceInfo.swift
[13/19] Compiling SwiftEureka InstanceInfo+Json.swift
[14/19] Compiling SwiftEureka DataCenterName.swift
[15/19] Compiling SwiftEureka DataCenterInfo.swift
[16/19] Compiling SwiftEureka EurekaClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftEureka/EurekaClient.swift:262:21: warning: capture of 'self' with non-Sendable type 'EurekaClient' in a '@Sendable' closure [#SendableClosureCaptures]
34 | }
35 |
36 | public struct EurekaClient {
| `- note: consider making struct 'EurekaClient' conform to the 'Sendable' protocol
37 | private let rootUrl = "eureka"
38 |
:
260 | if let error = error {
261 | continuation.resume(returning: .failure(HTTPError.transportError(error)))
262 | logger?.error("\(error)")
| `- warning: capture of 'self' with non-Sendable type 'EurekaClient' in a '@Sendable' closure [#SendableClosureCaptures]
263 | return
264 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[17/19] Compiling SwiftEureka ActionType.swift
[18/19] Compiling SwiftEureka BoolFromString.swift
[19/19] Emitting module SwiftEureka
Build complete! (5.44s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
}
],
"manifest_display_name" : "SwiftEureka",
"name" : "SwiftEureka",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "SwiftEureka",
"targets" : [
"SwiftEureka"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftEurekaTests",
"module_type" : "SwiftTarget",
"name" : "SwiftEurekaTests",
"path" : "Tests/SwiftEurekaTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftEurekaTests/findAll.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftEurekaTests/findByAppId.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftEurekaTests/findByAppIdInstanceId.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftEurekaTests/findByInstanceId.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftEurekaTests/findBySecureVipAddress.json",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"SwiftEurekaTests.swift",
"URLSessionMock.swift"
],
"target_dependencies" : [
"SwiftEureka"
],
"type" : "test"
},
{
"c99name" : "SwiftEureka",
"module_type" : "SwiftTarget",
"name" : "SwiftEureka",
"path" : "Sources/SwiftEureka",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"SwiftEureka"
],
"sources" : [
"ActionType.swift",
"BoolFromString.swift",
"DataCenterInfo.swift",
"DataCenterName.swift",
"EurekaClient.swift",
"InstanceInfo+Json.swift",
"InstanceInfo.swift",
"InstanceStatus.swift",
"LeaseInfo.swift",
"Port.swift",
"String+Dictionary.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.