Build Information
Successful build of SwiftEureka, reference main (de579d), with Swift 6.3 for Linux on 22 Apr 2026 12:15:24 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/putridparrot/SwiftEureka.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/putridparrot/SwiftEureka
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at de579d5 Update README.md with badges
Cloned https://github.com/putridparrot/SwiftEureka.git
Revision (git rev-parse @):
de579d50de341fc08bd0c30780d59540318620b1
SUCCESS checkout https://github.com/putridparrot/SwiftEureka.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/putridparrot/SwiftEureka.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/apple/swift-log.git
[1/6636] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (2.26s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (3.08s)
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
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/9] Compiling Logging LogEvent.swift
[5/9] Compiling Logging MetadataProvider.swift
[6/9] Emitting module Logging
[7/9] Compiling Logging Locks.swift
[8/9] Compiling Logging LogHandler.swift
[9/9] Compiling Logging Logging.swift
[11/21] Compiling SwiftEureka DataCenterInfo.swift
[12/21] Compiling SwiftEureka DataCenterName.swift
[13/21] Compiling SwiftEureka ActionType.swift
[14/21] Compiling SwiftEureka BoolFromString.swift
[15/21] Emitting module SwiftEureka
[16/21] Compiling SwiftEureka EurekaClient.swift
[17/21] Compiling SwiftEureka InstanceInfo+Json.swift
[18/22] Compiling SwiftEureka LeaseInfo.swift
[19/22] Compiling SwiftEureka Port.swift
[20/22] Compiling SwiftEureka InstanceStatus.swift
[21/22] Compiling SwiftEureka InstanceInfo.swift
[22/22] Compiling SwiftEureka String+Dictionary.swift
Build complete! (18.61s)
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" : "/host/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" : "/host/spi-builder-workspace/Tests/SwiftEurekaTests/findAll.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/SwiftEurekaTests/findByAppId.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/SwiftEurekaTests/findByAppIdInstanceId.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/SwiftEurekaTests/findByInstanceId.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/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"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.