Build Information
Successful build of SwiftUpnpTools, reference master (74d790), with Swift 6.3 for Linux on 21 Apr 2026 12:07:05 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/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/bjtj/swift-upnp-tools.git
Reference: master
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/bjtj/swift-upnp-tools
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 74d7901 Merge pull request #36 from bjtj/35-upnpserver-class-is-missing-another-header-field-in-event-message
Cloned https://github.com/bjtj/swift-upnp-tools.git
Revision (git rev-parse @):
74d790117ff3413e3b126cd4c021750f3dc079b9
SUCCESS checkout https://github.com/bjtj/swift-upnp-tools.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/bjtj/swift-upnp-tools.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/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/bjtj/swift-http-server.git
Fetching https://github.com/IBM-Swift/BlueSocket.git
Fetching https://github.com/bjtj/swift-xml.git
[1/199] Fetching swift-xml
[200/3141] Fetching swift-xml, bluesocket
[1760/3895] Fetching swift-xml, bluesocket, swift-http-server
Fetched https://github.com/bjtj/swift-http-server.git from cache (0.31s)
Fetched https://github.com/bjtj/swift-xml.git from cache (0.39s)
Fetched https://github.com/IBM-Swift/BlueSocket.git from cache (0.40s)
Computing version for https://github.com/bjtj/swift-xml.git
Computed https://github.com/bjtj/swift-xml.git at 0.1.14 (0.77s)
Computing version for https://github.com/bjtj/swift-http-server.git
Computed https://github.com/bjtj/swift-http-server.git at 0.1.23 (0.40s)
Computing version for https://github.com/IBM-Swift/BlueSocket.git
Computed https://github.com/IBM-Swift/BlueSocket.git at 1.0.200 (2.02s)
Creating working copy for https://github.com/bjtj/swift-http-server.git
Working copy of https://github.com/bjtj/swift-http-server.git resolved at 0.1.23
Creating working copy for https://github.com/bjtj/swift-xml.git
Working copy of https://github.com/bjtj/swift-xml.git resolved at 0.1.14
Creating working copy for https://github.com/IBM-Swift/BlueSocket.git
Working copy of https://github.com/IBM-Swift/BlueSocket.git resolved at 1.0.200
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/20] Emitting module SwiftXml
[7/21] Compiling SwiftXml XmlTokenizer.swift
[8/21] Compiling SwiftXml XmlDTD.swift
[9/21] Compiling SwiftXml XmlDocument.swift
[10/21] Compiling SwiftXml XmlParser.swift
[11/21] Compiling SwiftXml XmlText.swift
[12/21] Compiling SwiftXml XmlParseError.swift
[13/21] Compiling SwiftXml XmlAttribute.swift
[14/21] Compiling SwiftXml XmlComment.swift
[15/21] Compiling SwiftXml XmlNodeType.swift
[16/21] Compiling SwiftXml XmlElement.swift
[17/21] Compiling SwiftXml XmlNode.swift
[19/22] Compiling Socket SocketProtocols.swift
[20/22] Compiling Socket SocketUtils.swift
[21/22] Compiling Socket Socket.swift
[22/22] Emitting module Socket
[24/43] Emitting module SwiftHttpServer
[25/43] Compiling SwiftHttpServer TransferEncoding.swift
[26/43] Compiling SwiftHttpServer URLPathParser.swift
[27/45] Compiling SwiftHttpServer Network.swift
[28/45] Compiling SwiftHttpServer Transfer.swift
[29/45] Compiling SwiftHttpServer ChunkedTransfer.swift
[30/45] Compiling SwiftHttpServer FirstLine.swift
[31/45] Compiling SwiftHttpServer FixedTransfer.swift
[32/45] Compiling SwiftHttpServer HttpConnectionType.swift
[33/45] Compiling SwiftHttpServer HttpHeader.swift
[34/45] Compiling SwiftHttpServer HttpRequest.swift
[35/45] Compiling SwiftHttpServer HttpServerError.swift
[36/45] Compiling SwiftHttpServer HttpServerRouter.swift
[37/45] Compiling SwiftHttpServer HttpSpecVersion.swift
[38/45] Compiling SwiftHttpServer KeyValuePair.swift
[39/45] Compiling SwiftHttpServer KeyValuesDict.swift
[40/45] Compiling SwiftHttpServer HttpStatusCode.swift
[41/45] Compiling SwiftHttpServer HttpTransferEncoding.swift
[42/45] Compiling SwiftHttpServer InetAddress.swift
[43/45] Compiling SwiftHttpServer HttpRequestHandler.swift
[44/45] Compiling SwiftHttpServer HttpResponse.swift
[45/45] Compiling SwiftHttpServer HttpServer.swift
[47/80] Emitting module SwiftUpnpTools
[48/84] Compiling SwiftUpnpTools UPnPAction.swift
[49/84] Compiling SwiftUpnpTools UPnPActionArgument.swift
[50/84] Compiling SwiftUpnpTools UPnPActionArgumentDirection.swift
[51/84] Compiling SwiftUpnpTools UPnPActionError.swift
[52/84] Compiling SwiftUpnpTools UPnPActionInvoke.swift
[53/84] Compiling SwiftUpnpTools OrderedCaseInsensitiveProperties.swift
[54/84] Compiling SwiftUpnpTools OrderedProperties.swift
[55/84] Compiling SwiftUpnpTools XmlTag.swift
[56/84] Compiling SwiftUpnpTools system.swift
[57/84] Compiling SwiftUpnpTools UPnPService.swift
[58/84] Compiling SwiftUpnpTools UPnPSoapErrorResponse.swift
[59/84] Compiling SwiftUpnpTools UPnPSoapRequest.swift
[60/84] Compiling SwiftUpnpTools UPnPSoapResponse.swift
[61/84] Compiling SwiftUpnpTools UPnPSpecVersion.swift
[62/84] Compiling SwiftUpnpTools UPnPStateVariable.swift
[63/84] Compiling SwiftUpnpTools UPnPUsn.swift
[64/84] Compiling SwiftUpnpTools KeyValuePair.swift
[65/84] Compiling SwiftUpnpTools UPnPError.swift
[66/84] Compiling SwiftUpnpTools UPnPEventProperties.swift
[67/84] Compiling SwiftUpnpTools UPnPEventSubscriber.swift
[68/84] Compiling SwiftUpnpTools UPnPEventSubscription.swift
[69/84] Compiling SwiftUpnpTools UPnPIcon.swift
[70/84] Compiling SwiftUpnpTools HttpClient.swift
[71/84] Compiling SwiftUpnpTools SSDP.swift
[72/84] Compiling SwiftUpnpTools SSDPHeader.swift
[73/84] Compiling SwiftUpnpTools SSDPReceiver.swift
[74/84] Compiling SwiftUpnpTools TimeBase.swift
[75/84] Compiling SwiftUpnpTools UPnPModel.swift
[76/84] Compiling SwiftUpnpTools UPnPNts.swift
[77/84] Compiling SwiftUpnpTools UPnPScpd.swift
[78/84] Compiling SwiftUpnpTools UPnPScpdBuilder.swift
[79/84] Compiling SwiftUpnpTools UPnPServer.swift
[80/84] Compiling SwiftUpnpTools UPnPActionRequest.swift
[81/84] Compiling SwiftUpnpTools UPnPCallbackUrl.swift
[82/84] Compiling SwiftUpnpTools UPnPControlPoint.swift
[83/84] Compiling SwiftUpnpTools UPnPDevice.swift
[84/84] Compiling SwiftUpnpTools UPnPDeviceBuilder.swift
Build complete! (24.90s)
Build complete.
{
"dependencies" : [
{
"identity" : "bluesocket",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.200",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/IBM-Swift/BlueSocket.git"
},
{
"identity" : "swift-http-server",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.23",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/bjtj/swift-http-server.git"
},
{
"identity" : "swift-xml",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.14",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/bjtj/swift-xml.git"
}
],
"manifest_display_name" : "SwiftUpnpTools",
"name" : "SwiftUpnpTools",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftUpnpTools",
"targets" : [
"SwiftUpnpTools"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "swift_upnp_toolsTests",
"module_type" : "SwiftTarget",
"name" : "swift-upnp-toolsTests",
"path" : "Tests/swift-upnp-toolsTests",
"sources" : [
"ModelTests.swift",
"ServerTests.swift",
"SsdpTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SwiftUpnpTools"
],
"type" : "test"
},
{
"c99name" : "SwiftUpnpTools",
"module_type" : "SwiftTarget",
"name" : "SwiftUpnpTools",
"path" : "Sources/swift-upnp-tools",
"product_dependencies" : [
"Socket",
"SwiftHttpServer",
"SwiftXml"
],
"product_memberships" : [
"SwiftUpnpTools"
],
"sources" : [
"HttpClient.swift",
"SSDP.swift",
"SSDPHeader.swift",
"SSDPReceiver.swift",
"TimeBase.swift",
"UPnPAction.swift",
"UPnPActionArgument.swift",
"UPnPActionArgumentDirection.swift",
"UPnPActionError.swift",
"UPnPActionInvoke.swift",
"UPnPActionRequest.swift",
"UPnPCallbackUrl.swift",
"UPnPControlPoint.swift",
"UPnPDevice.swift",
"UPnPDeviceBuilder.swift",
"UPnPError.swift",
"UPnPEventProperties.swift",
"UPnPEventSubscriber.swift",
"UPnPEventSubscription.swift",
"UPnPIcon.swift",
"UPnPModel.swift",
"UPnPNts.swift",
"UPnPScpd.swift",
"UPnPScpdBuilder.swift",
"UPnPServer.swift",
"UPnPService.swift",
"UPnPSoapErrorResponse.swift",
"UPnPSoapRequest.swift",
"UPnPSoapResponse.swift",
"UPnPSpecVersion.swift",
"UPnPStateVariable.swift",
"UPnPUsn.swift",
"helper/KeyValuePair.swift",
"helper/OrderedCaseInsensitiveProperties.swift",
"helper/OrderedProperties.swift",
"helper/XmlTag.swift",
"helper/system.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
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.