The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Replay, reference 0.4.0 (f641f9), with Swift 6.3 for Android on 18 Apr 2026 16:32:54 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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:         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-3":/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.78s)
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.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.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] Compiling ArgumentParserToolInfo ToolInfo.swift
[16/49] Emitting module ArgumentParserToolInfo
[17/49] Compiling ArgumentParserToolInfo ToolInfo.swift
[18/50] Wrapping AST for ArgumentParserToolInfo for debugging
[21/142] Compiling Replay Replay+HTTPClient.swift
[22/143] 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>?
[23/143] Compiling ArgumentParser BashCompletionsGenerator.swift
[24/143] Compiling ArgumentParser CompletionsGenerator.swift
[25/143] Compiling ArgumentParser FishCompletionsGenerator.swift
[26/143] Compiling ArgumentParser ZshCompletionsGenerator.swift
[27/143] Compiling Replay Matcher.swift
[28/143] Compiling Replay Replay.swift
[29/143] Compiling Replay Stub.swift
[30/143] 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>?
[31/143] Compiling Replay Traits.swift
[35/145] Compiling Replay Replay+HTTPClient.swift
[36/145] 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>?
[36/145] Wrapping AST for Replay for debugging
[38/145] Emitting module ArgumentParser
[39/151] Compiling Replay Stub.swift
[40/151] Compiling Replay Replay.swift
[41/151] Compiling ArgumentParser Foundation.swift
[42/151] Compiling ArgumentParser Mutex.swift
[43/151] Compiling ArgumentParser Platform.swift
[44/151] Compiling ArgumentParser SequenceExtensions.swift
[45/151] Compiling ArgumentParser StringExtensions.swift
[46/151] Compiling ArgumentParser SwiftExtensions.swift
[49/151] Compiling Replay Matcher.swift
[50/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>?
[51/151] Compiling ArgumentParser ParentCommand.swift
[52/151] Compiling ArgumentParser AsyncParsableCommand.swift
[53/151] Compiling ArgumentParser CommandConfiguration.swift
[54/151] Compiling ArgumentParser CommandGroup.swift
[55/151] Compiling ArgumentParser EnumerableFlag.swift
[56/151] Compiling ArgumentParser ExpressibleByArgument.swift
[57/151] Compiling ArgumentParser ParsableArguments.swift
[58/151] Compiling ArgumentParser DumpHelpGenerator.swift
[59/151] Compiling ArgumentParser HelpCommand.swift
[60/151] Compiling ArgumentParser HelpGenerator.swift
[61/151] Compiling ArgumentParser MessageInfo.swift
[62/151] Compiling ArgumentParser UsageGenerator.swift
[63/151] Compiling ArgumentParser CollectionExtensions.swift
[64/151] Compiling ArgumentParser Tree.swift
[65/151] Compiling ArgumentParser CodingKeyValidator.swift
[66/151] Compiling ArgumentParser NonsenseFlagsValidator.swift
[67/151] Compiling ArgumentParser ParsableArgumentsValidation.swift
[68/151] Compiling ArgumentParser PositionalArgumentsValidator.swift
[69/151] Compiling ArgumentParser UniqueNamesValidator.swift
[70/151] Compiling ArgumentParser InputOrigin.swift
[71/151] Compiling ArgumentParser Name.swift
[72/151] Compiling ArgumentParser Parsed.swift
[73/151] Compiling ArgumentParser ParsedValues.swift
[74/151] Compiling ArgumentParser ParserError.swift
[75/151] Compiling ArgumentParser SplitArguments.swift
[76/151] Compiling ArgumentParser ArgumentVisibility.swift
[77/151] Compiling ArgumentParser CompletionKind.swift
[78/151] Compiling ArgumentParser Errors.swift
[79/151] Compiling ArgumentParser Flag.swift
[80/151] Compiling ArgumentParser NameSpecification.swift
[81/151] Compiling ArgumentParser Option.swift
[82/151] Compiling ArgumentParser OptionGroup.swift
[87/151] Compiling ArgumentParser Argument.swift
[88/151] Compiling ArgumentParser ArgumentDiscussion.swift
[89/151] Compiling ArgumentParser ArgumentHelp.swift
[90/151] Compiling Replay Traits.swift
[91/152] Wrapping AST for Replay for debugging
[93/152] Emitting module ArgumentParser
[94/158] Compiling ArgumentParser ParsableCommand.swift
[95/158] Compiling ArgumentParser ArgumentDecoder.swift
[96/158] Compiling ArgumentParser ArgumentDefinition.swift
[97/158] Compiling ArgumentParser ArgumentSet.swift
[98/158] Compiling ArgumentParser CommandParser.swift
[99/158] Compiling ArgumentParser InputKey.swift
[113/158] Compiling ArgumentParser Tree.swift
[114/158] Compiling ArgumentParser CodingKeyValidator.swift
[115/158] Compiling ArgumentParser NonsenseFlagsValidator.swift
[116/158] Compiling ArgumentParser ParsableArgumentsValidation.swift
[117/158] Compiling ArgumentParser PositionalArgumentsValidator.swift
[118/158] Compiling ArgumentParser UniqueNamesValidator.swift
[132/159] Wrapping AST for ArgumentParser for debugging
[134/167] Compiling ReplayCLI Validate.swift
[135/167] Compiling ReplayCLI Helpers.swift
[136/167] Compiling ReplayCLI Inspect.swift
[137/167] Compiling ReplayCLI Record.swift
[138/167] Compiling ReplayCLI Command.swift
[139/167] Emitting module ReplayCLI
[140/167] Compiling ReplayCLI Filter.swift
[147/167] Compiling ReplayCLI Status.swift
[148/168] Wrapping AST for ReplayCLI for debugging
[149/168] Write Objects.LinkFileList
[164/169] Linking ReplayCLI-tool
[165/169] Wrapping AST for ArgumentParser for debugging
[167/177] Compiling ReplayCLI Helpers.swift
[168/177] Compiling ReplayCLI Command.swift
[169/177] Emitting module ReplayCLI
[170/177] Compiling ReplayCLI Validate.swift
[171/177] Compiling ReplayCLI Inspect.swift
[172/177] Compiling ReplayCLI Filter.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! (69.27s)
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.