Build Information
Successful build of Replay, reference 0.4.0 (f641f9), with Swift 6.2 for Linux on 17 Feb 2026 19:05:02 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattt/Replay.git
Reference: 0.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/mattt/Replay
* tag 0.4.0 -> FETCH_HEAD
HEAD is now at f641f9c Bump version to 0.4.0
Cloned https://github.com/mattt/Replay.git
Revision (git rev-parse @):
f641f9c06a4a01c73342aa0879a860591b608418
SUCCESS checkout https://github.com/mattt/Replay.git at 0.4.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/mattt/Replay.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:257b0ae9749b4eea8553a58f7bf60a672611c061e9b845ccfee371e7c1138ce8
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.git
[1/17159] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.82s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.0 (1.38s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.7.0
[1/1] Compiling plugin ReplayPlugin
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/24] Write sources
[11/24] Write swift-version-24593BA9C3E375BF.txt
[13/48] Emitting module ArgumentParserToolInfo
[14/48] Compiling ArgumentParserToolInfo ToolInfo.swift
[15/49] Wrapping AST for ArgumentParserToolInfo for debugging
[17/95] Compiling ArgumentParserToolInfo ToolInfo.swift
[18/95] Emitting module ArgumentParserToolInfo
[19/96] Wrapping AST for ArgumentParserToolInfo for debugging
[21/142] Emitting module Replay
/host/spi-builder-workspace/Sources/Replay/Playback.swift:185:65: warning: conformance of 'PlaybackURLProtocol' to protocol 'Sendable' is already unavailable
183 | /// For network requests (live/passthrough mode), responses are streamed incrementally,
184 | /// enabling support for Server-Sent Events and other streaming protocols.
185 | public final class PlaybackURLProtocol: URLProtocol, @unchecked Sendable {
| | `- warning: conformance of 'PlaybackURLProtocol' to protocol 'Sendable' is already unavailable
| `- note: 'PlaybackURLProtocol' inherits conformance to protocol 'Sendable' from superclass here
186 | private static let handledKey = "ReplayPlaybackHandled"
187 | private var streamTask: Task<Void, Never>?
[22/143] Compiling Replay Stub.swift
[23/144] Compiling Replay Replay+HTTPClient.swift
[24/144] Compiling Replay Replay.swift
[25/144] Compiling Replay Stub.swift
[26/144] Compiling ArgumentParser ArgumentVisibility.swift
[27/144] Compiling ArgumentParser CompletionKind.swift
[28/144] Compiling Replay Replay+HTTPClient.swift
[29/144] Compiling Replay Replay.swift
[30/144] Compiling Replay Matcher.swift
[31/144] Compiling ArgumentParser Errors.swift
[32/144] Compiling ArgumentParser Flag.swift
[33/144] Compiling Replay Playback.swift
/host/spi-builder-workspace/Sources/Replay/Playback.swift:185:65: warning: conformance of 'PlaybackURLProtocol' to protocol 'Sendable' is already unavailable
183 | /// For network requests (live/passthrough mode), responses are streamed incrementally,
184 | /// enabling support for Server-Sent Events and other streaming protocols.
185 | public final class PlaybackURLProtocol: URLProtocol, @unchecked Sendable {
| | `- warning: conformance of 'PlaybackURLProtocol' to protocol 'Sendable' is already unavailable
| `- note: 'PlaybackURLProtocol' inherits conformance to protocol 'Sendable' from superclass here
186 | private static let handledKey = "ReplayPlaybackHandled"
187 | private var streamTask: Task<Void, Never>?
[36/144] Emitting module Replay
/host/spi-builder-workspace/Sources/Replay/Playback.swift:185:65: warning: conformance of 'PlaybackURLProtocol' to protocol 'Sendable' is already unavailable
183 | /// For network requests (live/passthrough mode), responses are streamed incrementally,
184 | /// enabling support for Server-Sent Events and other streaming protocols.
185 | public final class PlaybackURLProtocol: URLProtocol, @unchecked Sendable {
| | `- warning: conformance of 'PlaybackURLProtocol' to protocol 'Sendable' is already unavailable
| `- note: 'PlaybackURLProtocol' inherits conformance to protocol 'Sendable' from superclass here
186 | private static let handledKey = "ReplayPlaybackHandled"
187 | private var streamTask: Task<Void, Never>?
[37/144] Compiling Replay Matcher.swift
[40/144] Compiling Replay Playback.swift
/host/spi-builder-workspace/Sources/Replay/Playback.swift:185:65: warning: conformance of 'PlaybackURLProtocol' to protocol 'Sendable' is already unavailable
183 | /// For network requests (live/passthrough mode), responses are streamed incrementally,
184 | /// enabling support for Server-Sent Events and other streaming protocols.
185 | public final class PlaybackURLProtocol: URLProtocol, @unchecked Sendable {
| | `- warning: conformance of 'PlaybackURLProtocol' to protocol 'Sendable' is already unavailable
| `- note: 'PlaybackURLProtocol' inherits conformance to protocol 'Sendable' from superclass here
186 | private static let handledKey = "ReplayPlaybackHandled"
187 | private var streamTask: Task<Void, Never>?
[41/144] Compiling Replay Traits.swift
[42/145] Wrapping AST for Replay for debugging
[44/145] Compiling Replay Traits.swift
[46/146] Compiling ArgumentParser Foundation.swift
[47/146] Compiling ArgumentParser Mutex.swift
[48/146] Compiling ArgumentParser Platform.swift
[49/146] Compiling ArgumentParser SequenceExtensions.swift
[50/146] Compiling ArgumentParser StringExtensions.swift
[51/146] Compiling ArgumentParser SwiftExtensions.swift
[51/152] Wrapping AST for Replay for debugging
[53/152] Emitting module ArgumentParser
[60/158] Compiling ArgumentParser Tree.swift
[61/158] Compiling ArgumentParser CodingKeyValidator.swift
[62/158] Compiling ArgumentParser NonsenseFlagsValidator.swift
[63/158] Compiling ArgumentParser ParsableArgumentsValidation.swift
[64/158] Compiling ArgumentParser PositionalArgumentsValidator.swift
[65/158] Compiling ArgumentParser UniqueNamesValidator.swift
[70/158] Compiling ArgumentParser NameSpecification.swift
[71/158] Compiling ArgumentParser Option.swift
[72/158] Compiling ArgumentParser OptionGroup.swift
[73/158] Compiling ArgumentParser InputOrigin.swift
[74/158] Compiling ArgumentParser Name.swift
[75/158] Compiling ArgumentParser Parsed.swift
[76/158] Compiling ArgumentParser ParsedValues.swift
[77/158] Compiling ArgumentParser ParserError.swift
[78/158] Compiling ArgumentParser SplitArguments.swift
[79/158] Compiling ArgumentParser DumpHelpGenerator.swift
[80/158] Compiling ArgumentParser HelpCommand.swift
[81/158] Compiling ArgumentParser HelpGenerator.swift
[82/158] Compiling ArgumentParser MessageInfo.swift
[83/158] Compiling ArgumentParser UsageGenerator.swift
[84/158] Compiling ArgumentParser CollectionExtensions.swift
[85/158] Emitting module ArgumentParser
[92/158] Compiling ArgumentParser BashCompletionsGenerator.swift
[93/158] Compiling ArgumentParser CompletionsGenerator.swift
[94/158] Compiling ArgumentParser FishCompletionsGenerator.swift
[95/158] Compiling ArgumentParser ZshCompletionsGenerator.swift
[96/158] Compiling ArgumentParser Argument.swift
[97/158] Compiling ArgumentParser ArgumentDiscussion.swift
[98/158] Compiling ArgumentParser ArgumentHelp.swift
[118/158] Compiling ArgumentParser ParentCommand.swift
[119/158] Compiling ArgumentParser AsyncParsableCommand.swift
[120/158] Compiling ArgumentParser CommandConfiguration.swift
[121/158] Compiling ArgumentParser CommandGroup.swift
[122/158] Compiling ArgumentParser EnumerableFlag.swift
[123/158] Compiling ArgumentParser ExpressibleByArgument.swift
[124/158] Compiling ArgumentParser ParsableArguments.swift
[125/158] Compiling ArgumentParser ParsableCommand.swift
[126/158] Compiling ArgumentParser ArgumentDecoder.swift
[127/158] Compiling ArgumentParser ArgumentDefinition.swift
[128/158] Compiling ArgumentParser ArgumentSet.swift
[129/158] Compiling ArgumentParser CommandParser.swift
[130/158] Compiling ArgumentParser InputKey.swift
[152/160] Wrapping AST for ArgumentParser for debugging
[155/176] Compiling ReplayCLI Validate.swift
[157/176] Compiling ReplayCLI Helpers.swift
[158/176] Compiling ReplayCLI Command.swift
[159/176] Emitting module ReplayCLI
[160/176] Compiling ReplayCLI Filter.swift
[161/176] Compiling ReplayCLI Inspect.swift
[162/176] Compiling ReplayCLI Command.swift
[163/176] Emitting module ReplayCLI
[164/176] Compiling ReplayCLI Filter.swift
[165/176] Compiling ReplayCLI Helpers.swift
[166/176] Compiling ReplayCLI Record.swift
[167/176] Compiling ReplayCLI Inspect.swift
[168/176] Compiling ReplayCLI Record.swift
[169/176] Compiling ReplayCLI Status.swift
[170/177] Wrapping AST for ReplayCLI for debugging
[171/177] Write Objects.LinkFileList
[173/177] Compiling ReplayCLI Status.swift
[174/178] Linking ReplayCLI
[175/178] Wrapping AST for ReplayCLI for debugging
[176/178] Write Objects.LinkFileList
[177/178] Linking ReplayCLI-tool
Build complete! (33.34s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.24.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
}
],
"manifest_display_name" : "Replay",
"name" : "Replay",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Replay",
"targets" : [
"Replay"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ReplayPlugin",
"targets" : [
"ReplayPlugin"
],
"type" : {
"plugin" : null
}
},
{
"name" : "ReplayCLI",
"targets" : [
"ReplayCLI"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "ReplayTests",
"module_type" : "SwiftTarget",
"name" : "ReplayTests",
"path" : "Tests/ReplayTests",
"sources" : [
"CaptureTests.swift",
"FilterTests.swift",
"HARTests.swift",
"LocalScopeTests.swift",
"MatcherTests.swift",
"PlaybackTests.swift",
"ReplayErrorTests.swift",
"ReplayHTTPClientTests.swift",
"ReplayNamespaceTests.swift",
"ReplayTests.swift",
"ReplayTraitTests.swift",
"StubTests.swift"
],
"target_dependencies" : [
"Replay"
],
"type" : "test"
},
{
"c99name" : "ReplayPlugin",
"module_type" : "PluginTarget",
"name" : "ReplayPlugin",
"path" : "Plugins/ReplayPlugin",
"plugin_capability" : {
"intent" : {
"description" : "HTTP recording and playback utilities",
"type" : "custom",
"verb" : "replay"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "Manage HAR replay archives",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_memberships" : [
"ReplayPlugin"
],
"sources" : [
"plugin.swift"
],
"target_dependencies" : [
"ReplayCLI"
],
"type" : "plugin"
},
{
"c99name" : "ReplayCLI",
"module_type" : "SwiftTarget",
"name" : "ReplayCLI",
"path" : "Sources/ReplayCLI",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"ReplayPlugin",
"ReplayCLI"
],
"sources" : [
"Command.swift",
"Helpers.swift",
"Subcommands/Filter.swift",
"Subcommands/Inspect.swift",
"Subcommands/Record.swift",
"Subcommands/Status.swift",
"Subcommands/Validate.swift"
],
"target_dependencies" : [
"Replay"
],
"type" : "executable"
},
{
"c99name" : "Replay",
"module_type" : "SwiftTarget",
"name" : "Replay",
"path" : "Sources/Replay",
"product_memberships" : [
"Replay",
"ReplayPlugin",
"ReplayCLI"
],
"sources" : [
"Capture.swift",
"Error.swift",
"Filter.swift",
"HAR.swift",
"Matcher.swift",
"Playback.swift",
"Replay+HTTPClient.swift",
"Replay.swift",
"Stub.swift",
"Traits.swift"
],
"type" : "library"
},
{
"c99name" : "IntegrationTests",
"module_type" : "SwiftTarget",
"name" : "IntegrationTests",
"path" : "Tests/IntegrationTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/IntegrationTests/Replays",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"ExampleAPITests.swift"
],
"target_dependencies" : [
"Replay"
],
"type" : "test"
}
],
"tools_version" : "6.1"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:257b0ae9749b4eea8553a58f7bf60a672611c061e9b845ccfee371e7c1138ce8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.