Build Information
Successful build of SocketAddress, reference main (195f4b
), with Swift 6.1 for Linux on 29 Apr 2025 12:51:41 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PADL/SocketAddress.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/PADL/SocketAddress
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 195f4b6 more Android build fixes
Cloned https://github.com/PADL/SocketAddress.git
Revision (git rev-parse @):
195f4b64eb7d69894026e24131551068ee10143e
SUCCESS checkout https://github.com/PADL/SocketAddress.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/PADL/SocketAddress.git
https://github.com/PADL/SocketAddress.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-system
[1/4364] Fetching swift-system
Fetched https://github.com/apple/swift-system from cache (0.42s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.4.2 (0.85s)
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.4.2
Building for debugging...
[0/4] Write sources
[2/4] Write swift-version-24593BA9C3E375BF.txt
[3/4] Compiling CSystem shims.c
[5/32] Emitting module SystemPackage
[6/35] Compiling SystemPackage FileOperations.swift
[7/35] Compiling SystemPackage FilePath.swift
[8/35] Compiling SystemPackage FilePathComponentView.swift
[9/35] Compiling SystemPackage FilePathComponents.swift
[10/35] Compiling SystemPackage Errno.swift
[11/35] Compiling SystemPackage ErrnoWindows.swift
[12/35] Compiling SystemPackage FileDescriptor.swift
[13/35] Compiling SystemPackage FileHelpers.swift
[14/35] Compiling SystemPackage MachPort.swift
[15/35] Compiling SystemPackage PlatformString.swift
[16/35] Compiling SystemPackage SystemString.swift
[17/35] Compiling SystemPackage FilePathTempPosix.swift
[18/35] Compiling SystemPackage FilePathTempWindows.swift
[19/35] Compiling SystemPackage FilePathWindows.swift
[20/35] Compiling SystemPackage FilePermissions.swift
[21/35] Compiling SystemPackage Util+StringArray.swift
[22/35] Compiling SystemPackage Util.swift
[23/35] Compiling SystemPackage UtilConsumers.swift
[24/35] Compiling SystemPackage FilePathParsing.swift
[25/35] Compiling SystemPackage FilePathString.swift
[26/35] Compiling SystemPackage FilePathSyntax.swift
[27/35] Compiling SystemPackage FilePathTemp.swift
[28/35] Compiling SystemPackage Mocking.swift
[29/35] Compiling SystemPackage RawBuffer.swift
[30/35] Compiling SystemPackage Syscalls.swift
[31/35] Compiling SystemPackage WindowsSyscallAdapters.swift
[32/35] Compiling SystemPackage Backcompat.swift
[33/35] Compiling SystemPackage CInterop.swift
[34/35] Compiling SystemPackage Constants.swift
[35/35] Compiling SystemPackage Exports.swift
[37/39] Compiling SocketAddress Utils.swift
[38/39] Compiling SocketAddress SocketAddress.swift
/host/spi-builder-workspace/Sources/SocketAddress/SocketAddress.swift:79:1: warning: extension declares a conformance of imported type 'sockaddr' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'SwiftGlibc' introduce this conformance in the future
77 | }
78 |
79 | extension sockaddr: SocketAddress, @unchecked
| |- warning: extension declares a conformance of imported type 'sockaddr' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'SwiftGlibc' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
80 | Sendable {
81 | public static var family: sa_family_t {
/host/spi-builder-workspace/Sources/SocketAddress/SocketAddress.swift:178:1: warning: extension declares a conformance of imported type 'sockaddr_in' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'SwiftGlibc' introduce this conformance in the future
176 | }
177 |
178 | extension sockaddr_in: SocketAddress, @unchecked
| |- warning: extension declares a conformance of imported type 'sockaddr_in' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'SwiftGlibc' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
179 | Sendable {
180 | public static var family: sa_family_t {
/host/spi-builder-workspace/Sources/SocketAddress/SocketAddress.swift:234:1: warning: extension declares a conformance of imported type 'sockaddr_in6' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'SwiftGlibc' introduce this conformance in the future
232 | }
233 |
234 | extension sockaddr_in6: SocketAddress, @unchecked
| |- warning: extension declares a conformance of imported type 'sockaddr_in6' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'SwiftGlibc' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
235 | Sendable {
236 | public static var family: sa_family_t {
/host/spi-builder-workspace/Sources/SocketAddress/SocketAddress.swift:290:1: warning: extension declares a conformance of imported type 'sockaddr_un' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'SwiftGlibc' introduce this conformance in the future
288 | }
289 |
290 | extension sockaddr_un: SocketAddress, @unchecked
| |- warning: extension declares a conformance of imported type 'sockaddr_un' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'SwiftGlibc' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
291 | Sendable {
292 | public static var family: sa_family_t {
/host/spi-builder-workspace/Sources/SocketAddress/SocketAddress.swift:358:1: warning: extension declares a conformance of imported type 'sockaddr_ll' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'CLinuxSockAddr' introduce this conformance in the future
356 |
357 | #if os(Linux)
358 | extension sockaddr_ll: SocketAddress, @unchecked
| |- warning: extension declares a conformance of imported type 'sockaddr_ll' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'CLinuxSockAddr' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
359 | Sendable {
360 | public static var family: sa_family_t {
/host/spi-builder-workspace/Sources/SocketAddress/SocketAddress.swift:422:1: warning: extension declares a conformance of imported type 'sockaddr_nl' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'CLinuxSockAddr' introduce this conformance in the future
420 | }
421 |
422 | extension sockaddr_nl: SocketAddress, @unchecked Sendable {
| |- warning: extension declares a conformance of imported type 'sockaddr_nl' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'CLinuxSockAddr' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
423 | public static var family: sa_family_t {
424 | sa_family_t(AF_NETLINK)
/host/spi-builder-workspace/Sources/SocketAddress/SocketAddress.swift:467:1: warning: extension declares a conformance of imported type 'sockaddr_storage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'SwiftGlibc' introduce this conformance in the future
465 | #endif
466 |
467 | extension sockaddr_storage: SocketAddress, @unchecked
| |- warning: extension declares a conformance of imported type 'sockaddr_storage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'SwiftGlibc' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
468 | Sendable {
469 | public static var family: sa_family_t {
[39/39] Emitting module SocketAddress
/host/spi-builder-workspace/Sources/SocketAddress/SocketAddress.swift:79:1: warning: extension declares a conformance of imported type 'sockaddr' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'SwiftGlibc' introduce this conformance in the future
77 | }
78 |
79 | extension sockaddr: SocketAddress, @unchecked
| |- warning: extension declares a conformance of imported type 'sockaddr' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'SwiftGlibc' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
80 | Sendable {
81 | public static var family: sa_family_t {
/host/spi-builder-workspace/Sources/SocketAddress/SocketAddress.swift:178:1: warning: extension declares a conformance of imported type 'sockaddr_in' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'SwiftGlibc' introduce this conformance in the future
176 | }
177 |
178 | extension sockaddr_in: SocketAddress, @unchecked
| |- warning: extension declares a conformance of imported type 'sockaddr_in' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'SwiftGlibc' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
179 | Sendable {
180 | public static var family: sa_family_t {
/host/spi-builder-workspace/Sources/SocketAddress/SocketAddress.swift:234:1: warning: extension declares a conformance of imported type 'sockaddr_in6' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'SwiftGlibc' introduce this conformance in the future
232 | }
233 |
234 | extension sockaddr_in6: SocketAddress, @unchecked
| |- warning: extension declares a conformance of imported type 'sockaddr_in6' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'SwiftGlibc' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
235 | Sendable {
236 | public static var family: sa_family_t {
/host/spi-builder-workspace/Sources/SocketAddress/SocketAddress.swift:290:1: warning: extension declares a conformance of imported type 'sockaddr_un' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'SwiftGlibc' introduce this conformance in the future
288 | }
289 |
290 | extension sockaddr_un: SocketAddress, @unchecked
| |- warning: extension declares a conformance of imported type 'sockaddr_un' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'SwiftGlibc' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
291 | Sendable {
292 | public static var family: sa_family_t {
/host/spi-builder-workspace/Sources/SocketAddress/SocketAddress.swift:358:1: warning: extension declares a conformance of imported type 'sockaddr_ll' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'CLinuxSockAddr' introduce this conformance in the future
356 |
357 | #if os(Linux)
358 | extension sockaddr_ll: SocketAddress, @unchecked
| |- warning: extension declares a conformance of imported type 'sockaddr_ll' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'CLinuxSockAddr' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
359 | Sendable {
360 | public static var family: sa_family_t {
/host/spi-builder-workspace/Sources/SocketAddress/SocketAddress.swift:422:1: warning: extension declares a conformance of imported type 'sockaddr_nl' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'CLinuxSockAddr' introduce this conformance in the future
420 | }
421 |
422 | extension sockaddr_nl: SocketAddress, @unchecked Sendable {
| |- warning: extension declares a conformance of imported type 'sockaddr_nl' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'CLinuxSockAddr' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
423 | public static var family: sa_family_t {
424 | sa_family_t(AF_NETLINK)
/host/spi-builder-workspace/Sources/SocketAddress/SocketAddress.swift:467:1: warning: extension declares a conformance of imported type 'sockaddr_storage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'SwiftGlibc' introduce this conformance in the future
465 | #endif
466 |
467 | extension sockaddr_storage: SocketAddress, @unchecked
| |- warning: extension declares a conformance of imported type 'sockaddr_storage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'SwiftGlibc' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
468 | Sendable {
469 | public static var family: sa_family_t {
Build complete! (7.80s)
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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.