Build Information
Successful build of Socket, reference main (5a936a), with Swift 6.2 for Linux on 20 Jun 2025 21:48:56 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OperatorFoundation/BlueSocket.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/OperatorFoundation/BlueSocket
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5a936a3 Update Package.swift
Cloned https://github.com/OperatorFoundation/BlueSocket.git
Revision (git rev-parse @):
5a936a3b46fc97e4220e92aa7c9e7d957710d629
SUCCESS checkout https://github.com/OperatorFoundation/BlueSocket.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/OperatorFoundation/BlueSocket.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" 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:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-argument-parser
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.92s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (1.30s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/18] Write sources
[7/18] Write swift-version-24593BA9C3E375BF.txt
[9/26] Emitting module Socket
[10/26] Emitting module ArgumentParserToolInfo
[11/26] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/27] Wrapping AST for ArgumentParserToolInfo for debugging
[14/65] Compiling Socket Socket+Equatable.swift
[15/65] Compiling Socket SocketProtocols.swift
[16/65] Compiling Socket SocketUtils.swift
[17/65] Compiling Socket Socket+Hashable.swift
[18/65] Compiling Socket Socket.swift
[19/66] Wrapping AST for Socket for debugging
[21/68] Emitting module ArgumentParser
[22/68] Compiling ArgumentParser BashCompletionsGenerator.swift
[23/68] Compiling ArgumentParser CompletionsGenerator.swift
[24/68] Compiling ArgumentParser FishCompletionsGenerator.swift
[25/68] Compiling ArgumentParser ZshCompletionsGenerator.swift
[26/68] Compiling ArgumentParser Argument.swift
[27/68] Compiling ArgumentParser ArgumentHelp.swift
[28/79] Compiling BlueSocketTestCommonLibrary Common.swift
[29/80] Emitting module BlueSocketTestCommonLibrary
/host/spi-builder-workspace/Sources/BlueSocketTestCommonLibrary/ServerOperation.swift:24:14: warning: class 'ServerOperation' must restate inherited '@unchecked Sendable' conformance
22 | import Socket
23 |
24 | public class ServerOperation: Operation {
| `- warning: class 'ServerOperation' must restate inherited '@unchecked Sendable' conformance
25 | let serverHandler: ServerHandler
26 | var clientHandlers: [ClientHandler]
[30/80] Compiling BlueSocketTestCommonLibrary SocketHandler.swift
[31/80] Compiling BlueSocketTestCommonLibrary ServerOperation.swift
/host/spi-builder-workspace/Sources/BlueSocketTestCommonLibrary/ServerOperation.swift:24:14: warning: class 'ServerOperation' must restate inherited '@unchecked Sendable' conformance
22 | import Socket
23 |
24 | public class ServerOperation: Operation {
| `- warning: class 'ServerOperation' must restate inherited '@unchecked Sendable' conformance
25 | let serverHandler: ServerHandler
26 | var clientHandlers: [ClientHandler]
[32/80] Compiling BlueSocketTestCommonLibrary ServerHandler.swift
[33/80] Compiling BlueSocketTestCommonLibrary ClientHandler.swift
[34/80] Compiling BlueSocketTestCommonLibrary Array+SocketHandler.swift
[35/80] Compiling BlueSocketTestCommonLibrary Array+ClientController.swift
[36/80] Compiling BlueSocketTestCommonLibrary ClientController.swift
[37/81] Compiling ArgumentParser ArgumentDefinition.swift
[38/81] Compiling ArgumentParser ArgumentSet.swift
[39/81] Compiling ArgumentParser CommandParser.swift
[40/81] Compiling ArgumentParser InputKey.swift
[41/81] Compiling ArgumentParser InputOrigin.swift
[43/81] Compiling ArgumentParser OptionGroup.swift
[44/81] Compiling ArgumentParser AsyncParsableCommand.swift
[45/81] Compiling ArgumentParser CommandConfiguration.swift
[46/81] Compiling ArgumentParser CommandGroup.swift
[47/81] Compiling ArgumentParser EnumerableFlag.swift
[48/81] Compiling ArgumentParser ArgumentVisibility.swift
[49/81] Compiling ArgumentParser CompletionKind.swift
[50/81] Compiling ArgumentParser Errors.swift
[51/81] Compiling ArgumentParser Flag.swift
[52/81] Compiling ArgumentParser NameSpecification.swift
[53/81] Compiling ArgumentParser Option.swift
[54/81] Compiling ArgumentParser ExpressibleByArgument.swift
[55/81] Compiling ArgumentParser ParsableArguments.swift
[56/81] Compiling ArgumentParser ParsableArgumentsValidation.swift
[57/81] Compiling ArgumentParser ParsableCommand.swift
[58/81] Compiling ArgumentParser ArgumentDecoder.swift
[59/81] Compiling ArgumentParser Name.swift
[60/81] Compiling ArgumentParser Parsed.swift
[61/81] Compiling ArgumentParser ParsedValues.swift
[62/81] Compiling ArgumentParser ParserError.swift
[63/81] Compiling ArgumentParser SplitArguments.swift
[64/81] Compiling ArgumentParser DumpHelpGenerator.swift
[65/81] Compiling ArgumentParser HelpCommand.swift
[66/81] Compiling ArgumentParser HelpGenerator.swift
[67/81] Compiling ArgumentParser MessageInfo.swift
[68/81] Compiling ArgumentParser UsageGenerator.swift
[68/81] Wrapping AST for BlueSocketTestCommonLibrary for debugging
[70/81] Compiling ArgumentParser CollectionExtensions.swift
[71/81] Compiling ArgumentParser Platform.swift
[72/81] Compiling ArgumentParser SequenceExtensions.swift
[73/81] Compiling ArgumentParser StringExtensions.swift
[74/81] Compiling ArgumentParser Tree.swift
[75/82] Wrapping AST for ArgumentParser for debugging
[77/86] Compiling BlueSocketTestServer main.swift
[78/86] Emitting module BlueSocketTestServer
[79/87] Wrapping AST for BlueSocketTestServer for debugging
[80/87] Write Objects.LinkFileList
[82/87] Emitting module BlueSocketTestClient
[83/87] Compiling BlueSocketTestClient main.swift
[84/88] Wrapping AST for BlueSocketTestClient for debugging
[85/88] Write Objects.LinkFileList
[86/88] Linking BlueSocketTestServer
[87/88] Linking BlueSocketTestClient
Build complete! (25.23s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "Socket",
"name" : "Socket",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Socket",
"targets" : [
"Socket"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "BlueSocketTestCommonLibrary",
"targets" : [
"BlueSocketTestCommonLibrary"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "BlueSocketTestServer",
"targets" : [
"BlueSocketTestServer"
],
"type" : {
"executable" : null
}
},
{
"name" : "BlueSocketTestClient",
"targets" : [
"BlueSocketTestClient"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "SocketTests",
"module_type" : "SwiftTarget",
"name" : "SocketTests",
"path" : "Tests/SocketTests",
"sources" : [
"SocketTests.swift",
"VerifyLinuxTestCount.swift"
],
"target_dependencies" : [
"Socket",
"BlueSocketTestCommonLibrary"
],
"type" : "test"
},
{
"c99name" : "Socket",
"module_type" : "SwiftTarget",
"name" : "Socket",
"path" : "Sources/Socket",
"product_memberships" : [
"Socket",
"BlueSocketTestCommonLibrary",
"BlueSocketTestServer",
"BlueSocketTestClient"
],
"sources" : [
"Socket+Equatable.swift",
"Socket+Hashable.swift",
"Socket.swift",
"SocketProtocols.swift",
"SocketUtils.swift"
],
"type" : "library"
},
{
"c99name" : "BlueSocketTestServer",
"module_type" : "SwiftTarget",
"name" : "BlueSocketTestServer",
"path" : "Sources/BlueSocketTestServer",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"BlueSocketTestServer"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"BlueSocketTestCommonLibrary"
],
"type" : "executable"
},
{
"c99name" : "BlueSocketTestCommonLibrary",
"module_type" : "SwiftTarget",
"name" : "BlueSocketTestCommonLibrary",
"path" : "Sources/BlueSocketTestCommonLibrary",
"product_memberships" : [
"BlueSocketTestCommonLibrary",
"BlueSocketTestServer",
"BlueSocketTestClient"
],
"sources" : [
"Array+ClientController.swift",
"Array+SocketHandler.swift",
"ClientController.swift",
"ClientHandler.swift",
"Common.swift",
"ServerHandler.swift",
"ServerOperation.swift",
"SocketHandler.swift"
],
"target_dependencies" : [
"Socket"
],
"type" : "library"
},
{
"c99name" : "BlueSocketTestClient",
"module_type" : "SwiftTarget",
"name" : "BlueSocketTestClient",
"path" : "Sources/BlueSocketTestClient",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"BlueSocketTestClient"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"BlueSocketTestCommonLibrary"
],
"type" : "executable"
}
],
"tools_version" : "5.8"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.