Build Information
Successful build of swift-http-client, reference v0.4.0 (192238), with Swift 6.1 for Linux on 25 Feb 2026 22:11:04 UTC.
Swift 6 data race errors: 5
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/grdsdev/swift-http-client.git
Reference: v0.4.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/grdsdev/swift-http-client
* tag v0.4.0 -> FETCH_HEAD
HEAD is now at 1922381 feat: migrate to Swift 6.0 with sending/consuming annotations (#9)
Cloned https://github.com/grdsdev/swift-http-client.git
Revision (git rev-parse @):
192238148a6c166e0edb4b5c96faadfd7d2734f8
SUCCESS checkout https://github.com/grdsdev/swift-http-client.git at v0.4.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/grdsdev/swift-http-client.git
https://github.com/grdsdev/swift-http-client.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-http-types",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-http-types"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
}
],
"manifest_display_name" : "swift-http-client",
"name" : "swift-http-client",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "maccatalyst",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "16.0"
}
],
"products" : [
{
"name" : "HTTPClient",
"targets" : [
"HTTPClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HTTPClientTests",
"module_type" : "SwiftTarget",
"name" : "HTTPClientTests",
"path" : "Tests/HTTPClientTests",
"sources" : [
"ClientTests.swift",
"ErrorTests.swift",
"HTTPBodyProgressTests.swift",
"HTTPBodyTests.swift",
"IntegrationTests.swift",
"LoggingMiddlewareTests.swift",
"MiddlewareTests.swift",
"MultipartFormDataIntegrationTests.swift",
"MultipartFormDataTests.swift",
"TestHelpers.swift"
],
"target_dependencies" : [
"HTTPClient"
],
"type" : "test"
},
{
"c99name" : "HTTPClient",
"module_type" : "SwiftTarget",
"name" : "HTTPClient",
"path" : "Sources/HTTPClient",
"product_dependencies" : [
"HTTPTypes",
"HTTPTypesFoundation",
"Logging",
"DequeModule"
],
"product_memberships" : [
"HTTPClient"
],
"sources" : [
"Base/PrettyStringConvertible.swift",
"Errors/ClientError.swift",
"Errors/RuntimeError.swift",
"Exports.swift",
"HTTPClientFoundation/BufferedStream/BufferedStream.swift",
"HTTPClientFoundation/BufferedStream/Lock.swift",
"HTTPClientFoundation/URLSessionBidirectionalStreaming/BidirectionalStreamingURLSessionDelegate.swift",
"HTTPClientFoundation/URLSessionBidirectionalStreaming/HTTPBodyOutputStreamBridge.swift",
"HTTPClientFoundation/URLSessionBidirectionalStreaming/URLSession+Extensions.swift",
"HTTPClientFoundation/URLSessionTransport.swift",
"Interface/AsyncSequenceCommon.swift",
"Interface/Client+MultipartFormData.swift",
"Interface/Client.swift",
"Interface/ClientTransport.swift",
"Interface/CurrencyTypes.swift",
"Interface/HTTPBody+Extensions.swift",
"Interface/HTTPBody+Progress.swift",
"Interface/HTTPBody.swift",
"Interface/MultipartFormData+HTTPBody.swift",
"Interface/MultipartFormData.swift",
"Middlewares/LoggingMiddleware.swift",
"MockClientTransport.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/apple/swift-http-types
Fetching https://github.com/apple/swift-log
[1/951] Fetching swift-http-types
[952/7041] Fetching swift-http-types, swift-log
[1561/27080] Fetching swift-http-types, swift-log, swift-collections
Fetched https://github.com/apple/swift-http-types from cache (0.87s)
Fetched https://github.com/apple/swift-log from cache (0.88s)
[2004/20039] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (2.40s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.5.1 (3.49s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (1.43s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.10.1 (1.01s)
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.10.1
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.3.0
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/37] Emitting module InternalCollectionsUtilities
[9/39] Compiling InternalCollectionsUtilities _SortedCollection.swift
[10/39] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[11/39] Compiling HTTPTypes HTTPParsedFields.swift
[12/40] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[13/40] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[14/40] Compiling HTTPTypes ISOLatin1String.swift
[15/40] Compiling InternalCollectionsUtilities UInt+reversed.swift
[16/40] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[17/40] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[18/40] Compiling InternalCollectionsUtilities Integer rank.swift
[19/40] Emitting module HTTPTypes
[20/40] Compiling InternalCollectionsUtilities Debugging.swift
[21/40] Compiling InternalCollectionsUtilities Descriptions.swift
[22/40] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[23/40] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[24/40] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[25/40] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[28/40] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[29/40] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[30/40] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[31/40] Compiling Logging LogHandler.swift
[32/41] Compiling HTTPTypes HTTPResponse.swift
[33/41] Compiling HTTPTypes HTTPRequest.swift
[35/56] Compiling DequeModule _DequeBuffer.swift
[36/56] Compiling DequeModule _DequeBufferHeader.swift
[37/58] Compiling HTTPTypes HTTPRequest+URL.swift
[38/58] Emitting module Logging
[39/58] Compiling Logging MetadataProvider.swift
[40/58] Compiling HTTPTypes NIOLock.swift
[41/58] Compiling Logging Locks.swift
[42/58] Compiling Logging Logging.swift
[44/59] Compiling DequeModule _DequeSlot.swift
[45/59] Compiling DequeModule _UnsafeWrappedBuffer.swift
[46/59] Compiling DequeModule Deque+Testing.swift
[47/59] Compiling DequeModule Deque._Storage.swift
[48/59] Compiling DequeModule Deque+Equatable.swift
[49/59] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[50/59] Compiling DequeModule Deque._UnsafeHandle.swift
[51/59] Compiling DequeModule Deque.swift
[52/59] Compiling DequeModule Deque+Extras.swift
[53/59] Compiling DequeModule Deque+Hashable.swift
[54/59] Compiling DequeModule Deque+CustomReflectable.swift
[55/59] Compiling DequeModule Deque+Descriptions.swift
[56/59] Compiling DequeModule Deque+Codable.swift
[57/59] Compiling DequeModule Deque+Collection.swift
[58/59] Emitting module DequeModule
[60/60] Compiling HTTPTypes HTTPFields.swift
[62/67] Emitting module HTTPTypesFoundation
[63/67] Compiling HTTPTypesFoundation HTTPTypesFoundation.swift
[64/67] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[65/67] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[66/67] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[67/67] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[69/89] Compiling HTTPClient BidirectionalStreamingURLSessionDelegate.swift
[70/89] Compiling HTTPClient HTTPBodyOutputStreamBridge.swift
[71/89] Compiling HTTPClient URLSession+Extensions.swift
[72/91] Compiling HTTPClient LoggingMiddleware.swift
[73/91] Compiling HTTPClient MockClientTransport.swift
[74/91] Compiling HTTPClient Client.swift
[75/91] Compiling HTTPClient ClientTransport.swift
[76/91] Compiling HTTPClient CurrencyTypes.swift
[77/91] Compiling HTTPClient HTTPBody+Extensions.swift
[78/91] Compiling HTTPClient HTTPBody+Progress.swift
[79/91] Compiling HTTPClient HTTPBody.swift
[80/91] Compiling HTTPClient MultipartFormData+HTTPBody.swift
[81/91] Compiling HTTPClient MultipartFormData.swift
[82/91] Compiling HTTPClient URLSessionTransport.swift
[83/91] Compiling HTTPClient AsyncSequenceCommon.swift
[84/91] Compiling HTTPClient Client+MultipartFormData.swift
[85/91] Compiling HTTPClient PrettyStringConvertible.swift
[86/91] Compiling HTTPClient ClientError.swift
[87/91] Compiling HTTPClient RuntimeError.swift
[88/91] Emitting module HTTPClient
[89/91] Compiling HTTPClient Exports.swift
[90/91] Compiling HTTPClient BufferedStream.swift
[91/91] Compiling HTTPClient Lock.swift
Build complete! (49.95s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-http-types",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-http-types"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
}
],
"manifest_display_name" : "swift-http-client",
"name" : "swift-http-client",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "maccatalyst",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "16.0"
}
],
"products" : [
{
"name" : "HTTPClient",
"targets" : [
"HTTPClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HTTPClientTests",
"module_type" : "SwiftTarget",
"name" : "HTTPClientTests",
"path" : "Tests/HTTPClientTests",
"sources" : [
"ClientTests.swift",
"ErrorTests.swift",
"HTTPBodyProgressTests.swift",
"HTTPBodyTests.swift",
"IntegrationTests.swift",
"LoggingMiddlewareTests.swift",
"MiddlewareTests.swift",
"MultipartFormDataIntegrationTests.swift",
"MultipartFormDataTests.swift",
"TestHelpers.swift"
],
"target_dependencies" : [
"HTTPClient"
],
"type" : "test"
},
{
"c99name" : "HTTPClient",
"module_type" : "SwiftTarget",
"name" : "HTTPClient",
"path" : "Sources/HTTPClient",
"product_dependencies" : [
"HTTPTypes",
"HTTPTypesFoundation",
"Logging",
"DequeModule"
],
"product_memberships" : [
"HTTPClient"
],
"sources" : [
"Base/PrettyStringConvertible.swift",
"Errors/ClientError.swift",
"Errors/RuntimeError.swift",
"Exports.swift",
"HTTPClientFoundation/BufferedStream/BufferedStream.swift",
"HTTPClientFoundation/BufferedStream/Lock.swift",
"HTTPClientFoundation/URLSessionBidirectionalStreaming/BidirectionalStreamingURLSessionDelegate.swift",
"HTTPClientFoundation/URLSessionBidirectionalStreaming/HTTPBodyOutputStreamBridge.swift",
"HTTPClientFoundation/URLSessionBidirectionalStreaming/URLSession+Extensions.swift",
"HTTPClientFoundation/URLSessionTransport.swift",
"Interface/AsyncSequenceCommon.swift",
"Interface/Client+MultipartFormData.swift",
"Interface/Client.swift",
"Interface/ClientTransport.swift",
"Interface/CurrencyTypes.swift",
"Interface/HTTPBody+Extensions.swift",
"Interface/HTTPBody+Progress.swift",
"Interface/HTTPBody.swift",
"Interface/MultipartFormData+HTTPBody.swift",
"Interface/MultipartFormData.swift",
"Middlewares/LoggingMiddleware.swift",
"MockClientTransport.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.