Build Information
Successful build of Replay, reference main (f641f9), with Swift 6.3 for Android on 18 Apr 2026 16:32:55 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattt/Replay.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/mattt/Replay
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/mattt/Replay.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/apple/swift-argument-parser.git
[1/17529] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.96s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (1.41s)
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.1
[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--4F562202D5529B1.txt
[13/48] Emitting module ArgumentParserToolInfo
[14/48] 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>?
[15/49] Compiling Replay Replay+HTTPClient.swift
[16/50] Compiling ArgumentParserToolInfo ToolInfo.swift
[17/50] Emitting module ArgumentParserToolInfo
[18/50] Compiling ArgumentParserToolInfo ToolInfo.swift
[20/52] Wrapping AST for ArgumentParserToolInfo for debugging
[23/144] Compiling Replay Stub.swift
[24/144] Compiling ArgumentParser BashCompletionsGenerator.swift
[25/144] Compiling ArgumentParser CompletionsGenerator.swift
[26/144] Compiling Replay Replay+HTTPClient.swift
[27/144] Compiling Replay Replay.swift
[28/144] Compiling Replay Traits.swift
[29/144] Compiling ArgumentParser FishCompletionsGenerator.swift
[30/144] Compiling ArgumentParser ZshCompletionsGenerator.swift
[31/144] Compiling Replay Matcher.swift
[32/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>?
[33/145] Wrapping AST for Replay for debugging
[35/145] Emitting module ArgumentParser
[36/151] 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>?
[39/151] Compiling ArgumentParser AsyncParsableCommand.swift
[40/151] Compiling ArgumentParser CommandConfiguration.swift
[41/151] Compiling ArgumentParser CommandGroup.swift
[42/151] Compiling ArgumentParser EnumerableFlag.swift
[43/151] Compiling ArgumentParser StringExtensions.swift
[44/151] Compiling ArgumentParser ParsableArguments.swift
[45/151] Compiling Replay Replay.swift
[46/151] Compiling Replay Stub.swift
[49/151] Compiling ArgumentParser ArgumentVisibility.swift
[50/151] Compiling ArgumentParser CompletionKind.swift
[51/151] Compiling ArgumentParser Errors.swift
[52/151] Compiling ArgumentParser Flag.swift
[53/151] Compiling ArgumentParser NameSpecification.swift
[54/151] Compiling ArgumentParser ExpressibleByArgument.swift
[55/151] Compiling ArgumentParser OptionGroup.swift
[56/151] Compiling Replay Traits.swift
[57/151] Compiling ArgumentParser ArgumentVisibility.swift
[58/151] Compiling ArgumentParser CompletionKind.swift
[59/151] Compiling ArgumentParser Errors.swift
[60/151] Compiling ArgumentParser Flag.swift
[61/151] Compiling ArgumentParser NameSpecification.swift
[62/151] Compiling ArgumentParser InputKey.swift
[63/151] Compiling ArgumentParser DumpHelpGenerator.swift
[64/151] Compiling Replay Matcher.swift
[65/151] 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>?
[66/152] Wrapping AST for Replay for debugging
[68/152] Compiling ArgumentParser Tree.swift
[69/152] Compiling ArgumentParser CodingKeyValidator.swift
[70/152] Compiling ArgumentParser NonsenseFlagsValidator.swift
[71/152] Compiling ArgumentParser ParsableArgumentsValidation.swift
[72/152] Compiling ArgumentParser PositionalArgumentsValidator.swift
[73/152] Compiling ArgumentParser UniqueNamesValidator.swift
[78/152] Compiling ArgumentParser Argument.swift
[79/152] Compiling ArgumentParser ArgumentDiscussion.swift
[80/152] Compiling ArgumentParser ArgumentHelp.swift
[81/152] Emitting module ArgumentParser
[82/158] Compiling ArgumentParser InputOrigin.swift
[83/158] Compiling ArgumentParser Name.swift
[84/158] Compiling ArgumentParser Parsed.swift
[85/158] Compiling ArgumentParser ParsedValues.swift
[86/158] Compiling ArgumentParser ParserError.swift
[87/158] Compiling ArgumentParser SplitArguments.swift
[88/158] Compiling ArgumentParser DumpHelpGenerator.swift
[89/158] Compiling ArgumentParser HelpCommand.swift
[90/158] Compiling ArgumentParser HelpGenerator.swift
[91/158] Compiling ArgumentParser MessageInfo.swift
[92/158] Compiling ArgumentParser UsageGenerator.swift
[93/158] Compiling ArgumentParser CollectionExtensions.swift
[100/158] Compiling ArgumentParser ParentCommand.swift
[114/158] Compiling ArgumentParser HelpCommand.swift
[115/158] Compiling ArgumentParser HelpGenerator.swift
[116/158] Compiling ArgumentParser MessageInfo.swift
[117/158] Compiling ArgumentParser UsageGenerator.swift
[118/158] Compiling ArgumentParser CollectionExtensions.swift
[126/167] Wrapping AST for ArgumentParser for debugging
[141/167] Compiling ReplayCLI Validate.swift
[142/167] Compiling ArgumentParser Tree.swift
[143/167] Compiling ArgumentParser CodingKeyValidator.swift
[144/167] Compiling ArgumentParser NonsenseFlagsValidator.swift
[145/167] Compiling ArgumentParser ParsableArgumentsValidation.swift
[146/167] Compiling ArgumentParser PositionalArgumentsValidator.swift
[147/167] Compiling ArgumentParser UniqueNamesValidator.swift
[148/167] Compiling ReplayCLI Helpers.swift
[149/167] Compiling ReplayCLI Inspect.swift
[156/168] Compiling ReplayCLI Command.swift
[157/168] Emitting module ReplayCLI
[158/168] Compiling ReplayCLI Status.swift
[159/168] Compiling ReplayCLI Filter.swift
[160/168] Compiling ReplayCLI Record.swift
[162/172] Wrapping AST for ArgumentParser for debugging
[163/173] Wrapping AST for ReplayCLI for debugging
[164/177] Write Objects.LinkFileList
[166/177] Compiling ReplayCLI Command.swift
[166/177] Linking ReplayCLI-tool
[168/177] Compiling ReplayCLI Validate.swift
[169/177] Compiling ReplayCLI Inspect.swift
[170/177] Compiling ReplayCLI Filter.swift
[171/177] Emitting module ReplayCLI
[172/177] Compiling ReplayCLI Helpers.swift
[173/177] Compiling ReplayCLI Record.swift
[174/177] Compiling ReplayCLI Status.swift
[175/178] Wrapping AST for ReplayCLI for debugging
[176/178] Write Objects.LinkFileList
[177/178] Linking ReplayCLI
Build complete! (68.85s)
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"
}
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Done.