Build Information
Successful build of SocketAddress, reference 0.2.0 (f5bf2f), with Swift 6.2 for Linux on 17 Nov 2025 05:42:12 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PADL/SocketAddress.git
Reference: 0.2.0
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/PADL/SocketAddress
* tag 0.2.0 -> FETCH_HEAD
HEAD is now at f5bf2f1 add withMutableSockAddr accessor
Cloned https://github.com/PADL/SocketAddress.git
Revision (git rev-parse @):
f5bf2f1daed55a3148ba3e939df32c36960b4195
SUCCESS checkout https://github.com/PADL/SocketAddress.git at 0.2.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/PADL/SocketAddress.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b3eaa5734a03a9b8084848018342ef6c4e4ec1a618756d8de460b693a5f488ea
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-system
[1/5182] Fetching swift-system
Fetched https://github.com/apple/swift-system from cache (0.43s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.3 (0.90s)
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.6.3
Building for debugging...
[0/4] Write sources
[2/4] Compiling CSystem shims.c
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/35] Emitting module SystemPackage
[6/39] Compiling SystemPackage Errno.swift
[7/39] Compiling SystemPackage ErrnoWindows.swift
[8/39] Compiling SystemPackage FileDescriptor.swift
[9/39] Compiling SystemPackage FileHelpers.swift
[10/39] Compiling SystemPackage FileOperations.swift
[11/39] Compiling SystemPackage SystemString.swift
[12/39] Compiling SystemPackage Util+StringArray.swift
[13/39] Compiling SystemPackage Util.swift
[14/39] Compiling SystemPackage UtilConsumers.swift
[15/39] Compiling SystemPackage Constants.swift
[16/39] Compiling SystemPackage Exports.swift
[17/39] Compiling SystemPackage Mocking.swift
[18/39] Compiling SystemPackage RawBuffer.swift
[19/39] Compiling SystemPackage Syscalls.swift
[20/39] Compiling SystemPackage WindowsSyscallAdapters.swift
[21/39] Compiling SystemPackage MachPort.swift
[22/39] Compiling SystemPackage PlatformString.swift
[23/39] Compiling SystemPackage FilePathSyntax.swift
[24/39] Compiling SystemPackage FilePathTemp.swift
[25/39] Compiling SystemPackage FilePathTempPosix.swift
[26/39] Compiling SystemPackage FilePathTempWindows.swift
[27/39] Compiling SystemPackage FilePath.swift
[28/39] Compiling SystemPackage FilePathComponentView.swift
[29/39] Compiling SystemPackage FilePathComponents.swift
[30/39] Compiling SystemPackage FilePathParsing.swift
[31/39] Compiling SystemPackage FilePathString.swift
[32/39] Compiling SystemPackage FilePathWindows.swift
[33/39] Compiling SystemPackage FilePermissions.swift
[34/39] Compiling SystemPackage IOCompletion.swift
[35/39] Compiling SystemPackage IORequest.swift
[36/39] Compiling SystemPackage IORing.swift
[37/39] Compiling SystemPackage RawIORequest.swift
[38/39] Compiling SystemPackage Backcompat.swift
[39/39] Compiling SystemPackage CInterop.swift
[41/43] Compiling SocketAddress Utils.swift
[42/43] Compiling SocketAddress SocketAddress.swift
[43/43] Emitting module SocketAddress
Build complete! (20.43s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-system",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-system"
}
],
"manifest_display_name" : "SocketAddress",
"name" : "SocketAddress",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
}
],
"products" : [
{
"name" : "SocketAddress",
"targets" : [
"SocketAddress"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CLinuxSockAddr",
"targets" : [
"CLinuxSockAddr"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SocketAddressTests",
"module_type" : "SwiftTarget",
"name" : "SocketAddressTests",
"path" : "Tests/SocketAddressTests",
"sources" : [
"SocketAddressTests.swift"
],
"target_dependencies" : [
"SocketAddress"
],
"type" : "test"
},
{
"c99name" : "SocketAddress",
"module_type" : "SwiftTarget",
"name" : "SocketAddress",
"path" : "Sources/SocketAddress",
"product_dependencies" : [
"SystemPackage"
],
"product_memberships" : [
"SocketAddress"
],
"sources" : [
"SocketAddress.swift",
"Utils.swift"
],
"target_dependencies" : [
"CLinuxSockAddr"
],
"type" : "library"
},
{
"c99name" : "CLinuxSockAddr",
"module_type" : "SystemLibraryTarget",
"name" : "CLinuxSockAddr",
"path" : "Sources/CLinuxSockAddr",
"product_memberships" : [
"SocketAddress",
"CLinuxSockAddr"
],
"sources" : [
],
"type" : "system-target"
}
],
"tools_version" : "5.9"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b3eaa5734a03a9b8084848018342ef6c4e4ec1a618756d8de460b693a5f488ea
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.