Build Information
Successful build of Socket, reference main (5a936a), with Swift 6.3 for Linux on 14 Apr 2026 03:23:06 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/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.3
Building package at path: $PWD
https://github.com/OperatorFoundation/BlueSocket.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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-argument-parser
[1/17523] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.70s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (1.09s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/19] Write sources
[8/19] Write swift-version-24593BA9C3E375BF.txt
[10/27] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/27] Emitting module ArgumentParserToolInfo
[12/28] Wrapping AST for ArgumentParserToolInfo for debugging
[14/74] Compiling Socket SocketProtocols.swift
[15/74] Compiling Socket SocketUtils.swift
[16/74] Compiling ArgumentParser ParentCommand.swift
[17/74] Compiling ArgumentParser AsyncParsableCommand.swift
[18/74] Compiling ArgumentParser CommandConfiguration.swift
[19/74] Compiling ArgumentParser CommandGroup.swift
[20/74] Compiling ArgumentParser EnumerableFlag.swift
[21/74] Compiling ArgumentParser ExpressibleByArgument.swift
[22/74] Compiling ArgumentParser ParsableArguments.swift
[23/80] Compiling Socket Socket+Equatable.swift
[24/80] Compiling Socket Socket+Hashable.swift
[25/80] Emitting module Socket
[26/80] Compiling Socket Socket.swift
[28/81] Compiling ArgumentParser InputOrigin.swift
[29/81] Compiling ArgumentParser Name.swift
[30/81] Compiling ArgumentParser Parsed.swift
[31/81] Compiling ArgumentParser ParsedValues.swift
[32/81] Compiling ArgumentParser ParserError.swift
[33/81] Compiling ArgumentParser SplitArguments.swift
[33/81] Wrapping AST for Socket for debugging
[35/89] Emitting module ArgumentParser
[36/89] Compiling ArgumentParser ArgumentVisibility.swift
[37/89] Compiling ArgumentParser CompletionKind.swift
[38/89] Compiling ArgumentParser Errors.swift
[39/89] Compiling ArgumentParser Flag.swift
[40/89] Compiling ArgumentParser NameSpecification.swift
[41/89] Compiling ArgumentParser Option.swift
[42/89] Compiling ArgumentParser OptionGroup.swift
[43/89] Compiling BlueSocketTestCommonLibrary ClientHandler.swift
[44/90] 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]
[45/90] Compiling ArgumentParser DumpHelpGenerator.swift
[46/90] Compiling ArgumentParser HelpCommand.swift
[47/90] Compiling ArgumentParser HelpGenerator.swift
[48/90] Compiling ArgumentParser MessageInfo.swift
[49/90] Compiling ArgumentParser UsageGenerator.swift
[50/90] Compiling ArgumentParser CollectionExtensions.swift
[51/90] Compiling BlueSocketTestCommonLibrary Common.swift
[52/90] Compiling BlueSocketTestCommonLibrary ServerHandler.swift
[53/90] 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]
[54/90] Compiling BlueSocketTestCommonLibrary Array+ClientController.swift
[55/90] Compiling BlueSocketTestCommonLibrary SocketHandler.swift
[56/90] Compiling ArgumentParser Tree.swift
[57/90] Compiling ArgumentParser CodingKeyValidator.swift
[58/90] Compiling ArgumentParser NonsenseFlagsValidator.swift
[59/90] Compiling ArgumentParser ParsableArgumentsValidation.swift
[60/90] Compiling ArgumentParser PositionalArgumentsValidator.swift
[61/90] Compiling ArgumentParser UniqueNamesValidator.swift
[62/90] Compiling BlueSocketTestCommonLibrary Array+SocketHandler.swift
[63/90] Compiling BlueSocketTestCommonLibrary ClientController.swift
[64/91] Wrapping AST for BlueSocketTestCommonLibrary for debugging
[66/91] Compiling ArgumentParser Foundation.swift
[67/91] Compiling ArgumentParser Mutex.swift
[68/91] Compiling ArgumentParser Platform.swift
[69/91] Compiling ArgumentParser SequenceExtensions.swift
[70/91] Compiling ArgumentParser StringExtensions.swift
[71/91] Compiling ArgumentParser SwiftExtensions.swift
[72/91] Compiling ArgumentParser BashCompletionsGenerator.swift
[73/91] Compiling ArgumentParser CompletionsGenerator.swift
[74/91] Compiling ArgumentParser FishCompletionsGenerator.swift
[75/91] Compiling ArgumentParser ZshCompletionsGenerator.swift
[76/91] Compiling ArgumentParser Argument.swift
[77/91] Compiling ArgumentParser ArgumentDiscussion.swift
[78/91] Compiling ArgumentParser ArgumentHelp.swift
[79/91] Compiling ArgumentParser ParsableCommand.swift
[80/91] Compiling ArgumentParser ArgumentDecoder.swift
[81/91] Compiling ArgumentParser ArgumentDefinition.swift
[82/91] Compiling ArgumentParser ArgumentSet.swift
[83/91] Compiling ArgumentParser CommandParser.swift
[84/91] Compiling ArgumentParser InputKey.swift
[85/96] Wrapping AST for ArgumentParser for debugging
[87/96] Emitting module BlueSocketTestServer
[88/96] Compiling BlueSocketTestServer main.swift
[90/97] Emitting module BlueSocketTestClient
[91/97] Compiling BlueSocketTestClient main.swift
[91/97] Wrapping AST for BlueSocketTestServer for debugging
[92/98] Write Objects.LinkFileList
[94/98] Wrapping AST for BlueSocketTestClient for debugging
[95/98] Write Objects.LinkFileList
[96/98] Linking BlueSocketTestServer
[97/98] Linking BlueSocketTestClient
Build complete! (17.70s)
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.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.