The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Replay, reference 0.4.0 (f641f9), with Swift 6.3 for Linux on 18 Apr 2026 16:33:17 UTC.

Swift 6 data race errors: 0

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/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 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:         linux
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-4606859-1":/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/apple/swift-argument-parser.git
[1/17529] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.35s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (2.19s)
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-24593BA9C3E375BF.txt
[13/48] Compiling Replay Replay+HTTPClient.swift
[14/49] Compiling ArgumentParserToolInfo ToolInfo.swift
[15/49] Emitting module ArgumentParserToolInfo
[17/50] Compiling ArgumentParserToolInfo ToolInfo.swift
[20/51] Compiling Replay Matcher.swift
[21/52] 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/52] Compiling Replay Filter.swift
[23/52] Compiling Replay HAR.swift
[24/52] Compiling Replay Filter.swift
[25/52] Compiling Replay HAR.swift
[26/52] Compiling Replay Stub.swift
[27/52] Compiling Replay Replay.swift
[29/52] Compiling Replay Stub.swift
[30/52] Compiling Replay Replay+HTTPClient.swift
[31/52] Compiling Replay Traits.swift
[32/52] 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/52] Compiling Replay Matcher.swift
[34/52] 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/52] 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/53] Compiling Replay Traits.swift
[42/54] Wrapping AST for ArgumentParserToolInfo for debugging
[44/54] Wrapping AST for Replay for debugging
[47/146] Emitting module ArgumentParser
[48/152] Compiling ArgumentParser ParentCommand.swift
[49/152] Compiling ArgumentParser AsyncParsableCommand.swift
[50/152] Compiling ArgumentParser CommandConfiguration.swift
[51/152] Compiling ArgumentParser CommandGroup.swift
[52/152] Compiling ArgumentParser EnumerableFlag.swift
[53/152] Compiling ArgumentParser ExpressibleByArgument.swift
[54/152] Compiling ArgumentParser ParsableArguments.swift
[55/152] Emitting module ArgumentParser
[62/158] Compiling ArgumentParser Foundation.swift
[63/158] Compiling ArgumentParser Mutex.swift
[64/158] Compiling ArgumentParser Platform.swift
[65/158] Compiling ArgumentParser SequenceExtensions.swift
[66/158] Compiling ArgumentParser StringExtensions.swift
[67/158] Compiling ArgumentParser SwiftExtensions.swift
[68/158] Compiling ArgumentParser ArgumentVisibility.swift
[69/158] Compiling ArgumentParser CompletionKind.swift
[70/158] Compiling ArgumentParser Errors.swift
[71/158] Compiling ArgumentParser Flag.swift
[72/158] Compiling ArgumentParser NameSpecification.swift
[73/158] Compiling ArgumentParser Option.swift
[74/158] Compiling ArgumentParser OptionGroup.swift
[75/158] Compiling ArgumentParser ParsableCommand.swift
[76/158] Compiling ArgumentParser ArgumentDecoder.swift
[77/158] Compiling ArgumentParser ArgumentDefinition.swift
[78/158] Compiling ArgumentParser ArgumentSet.swift
[79/158] Compiling ArgumentParser CommandParser.swift
[80/158] Compiling ArgumentParser InputKey.swift
[82/158] Compiling ArgumentParser Tree.swift
[83/158] Compiling ArgumentParser CodingKeyValidator.swift
[84/158] Compiling ArgumentParser NonsenseFlagsValidator.swift
[85/158] Compiling ArgumentParser ParsableArgumentsValidation.swift
[86/158] Compiling ArgumentParser PositionalArgumentsValidator.swift
[87/158] Compiling ArgumentParser UniqueNamesValidator.swift
[88/158] Compiling ArgumentParser BashCompletionsGenerator.swift
[89/158] Compiling ArgumentParser CompletionsGenerator.swift
[90/158] Compiling ArgumentParser FishCompletionsGenerator.swift
[91/158] Compiling ArgumentParser ZshCompletionsGenerator.swift
[92/158] Compiling ArgumentParser Argument.swift
[93/158] Compiling ArgumentParser ArgumentDiscussion.swift
[94/158] Compiling ArgumentParser ArgumentHelp.swift
[102/158] Compiling ArgumentParser InputOrigin.swift
[103/158] Compiling ArgumentParser Name.swift
[104/158] Compiling ArgumentParser Parsed.swift
[105/158] Compiling ArgumentParser ParsedValues.swift
[106/158] Compiling ArgumentParser ParserError.swift
[107/158] Compiling ArgumentParser SplitArguments.swift
[108/158] Compiling ArgumentParser DumpHelpGenerator.swift
[109/158] Compiling ArgumentParser HelpCommand.swift
[110/158] Compiling ArgumentParser HelpGenerator.swift
[111/158] Compiling ArgumentParser MessageInfo.swift
[112/158] Compiling ArgumentParser UsageGenerator.swift
[113/158] Compiling ArgumentParser CollectionExtensions.swift
[145/159] Wrapping AST for ArgumentParser for debugging
[154/168] Compiling ReplayCLI Helpers.swift
[155/168] Compiling ReplayCLI Validate.swift
[156/168] Emitting module ReplayCLI
[156/168] Wrapping AST for ArgumentParser for debugging
[158/168] Compiling ReplayCLI Command.swift
[159/176] Compiling ReplayCLI Filter.swift
[160/176] Compiling ReplayCLI Inspect.swift
[161/176] Compiling ReplayCLI Record.swift
[162/176] Compiling ReplayCLI Validate.swift
[163/176] Compiling ReplayCLI Command.swift
[164/176] Compiling ReplayCLI Status.swift
[166/177] Compiling ReplayCLI Record.swift
[167/177] Compiling ReplayCLI Inspect.swift
[168/177] Compiling ReplayCLI Status.swift
[169/177] Compiling ReplayCLI Helpers.swift
[170/177] Emitting module ReplayCLI
[171/177] Compiling ReplayCLI Filter.swift
[172/178] Wrapping AST for ReplayCLI for debugging
[173/178] Write Objects.LinkFileList
[174/178] Wrapping AST for ReplayCLI for debugging
[175/178] Write Objects.LinkFileList
[176/178] Linking ReplayCLI
[177/178] Linking ReplayCLI-tool
Build complete! (46.87s)
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.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.