The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Replay, reference main (f641f9), with Swift 6.2 for Linux on 17 Feb 2026 19:05:46 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/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.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:         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-4609320-3":/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.88s)
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.33s)
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] Compiling Replay Replay+HTTPClient.swift
[14/49] Emitting module ArgumentParserToolInfo
[15/49] Compiling ArgumentParserToolInfo ToolInfo.swift
[16/50] Emitting module ArgumentParserToolInfo
[17/50] Compiling ArgumentParserToolInfo ToolInfo.swift
[19/51] Wrapping AST for ArgumentParserToolInfo for debugging
[22/143] Compiling Replay Replay+HTTPClient.swift
[23/143] Compiling Replay Replay.swift
[25/144] Compiling Replay Stub.swift
[26/144] Compiling ArgumentParser BashCompletionsGenerator.swift
[27/144] Compiling ArgumentParser CompletionsGenerator.swift
[28/144] Compiling ArgumentParser FishCompletionsGenerator.swift
[29/144] Compiling ArgumentParser ZshCompletionsGenerator.swift
[30/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>?
[31/144] Compiling Replay Stub.swift
[32/144] Compiling Replay Traits.swift
[33/144] Compiling Replay Matcher.swift
[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>?
[39/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>?
[40/145] Compiling Replay Matcher.swift
[41/145] 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>?
[42/145] Wrapping AST for Replay for debugging
[44/145] Compiling Replay Traits.swift
[45/146] Wrapping AST for Replay for debugging
[47/146] Compiling ArgumentParser Foundation.swift
[48/146] Compiling ArgumentParser Mutex.swift
[49/146] Compiling ArgumentParser Platform.swift
[50/146] Compiling ArgumentParser SequenceExtensions.swift
[51/146] Compiling ArgumentParser StringExtensions.swift
[52/146] Compiling ArgumentParser SwiftExtensions.swift
[53/152] Compiling ArgumentParser DumpHelpGenerator.swift
[54/152] Compiling ArgumentParser HelpCommand.swift
[55/152] Compiling ArgumentParser HelpGenerator.swift
[56/152] Compiling ArgumentParser MessageInfo.swift
[57/152] Compiling ArgumentParser UsageGenerator.swift
[58/152] Compiling ArgumentParser CollectionExtensions.swift
[63/158] Compiling ArgumentParser Argument.swift
[64/158] Compiling ArgumentParser ArgumentDiscussion.swift
[65/158] Compiling ArgumentParser ArgumentHelp.swift
[66/158] Emitting module ArgumentParser
[67/158] Compiling ArgumentParser Tree.swift
[68/158] Compiling ArgumentParser CodingKeyValidator.swift
[69/158] Compiling ArgumentParser NonsenseFlagsValidator.swift
[70/158] Compiling ArgumentParser ParsableArgumentsValidation.swift
[71/158] Compiling ArgumentParser PositionalArgumentsValidator.swift
[72/158] Compiling ArgumentParser UniqueNamesValidator.swift
[80/158] Emitting module ArgumentParser
[81/158] Compiling ArgumentParser ParsableCommand.swift
[82/158] Compiling ArgumentParser ArgumentDecoder.swift
[83/158] Compiling ArgumentParser ArgumentDefinition.swift
[84/158] Compiling ArgumentParser ArgumentSet.swift
[85/158] Compiling ArgumentParser CommandParser.swift
[86/158] Compiling ArgumentParser InputKey.swift
[105/158] Compiling ArgumentParser InputOrigin.swift
[106/158] Compiling ArgumentParser Name.swift
[107/158] Compiling ArgumentParser Parsed.swift
[108/158] Compiling ArgumentParser ParsedValues.swift
[109/158] Compiling ArgumentParser ParserError.swift
[110/158] Compiling ArgumentParser SplitArguments.swift
[111/158] Compiling ArgumentParser ArgumentVisibility.swift
[112/158] Compiling ArgumentParser CompletionKind.swift
[113/158] Compiling ArgumentParser Errors.swift
[114/158] Compiling ArgumentParser Flag.swift
[115/158] Compiling ArgumentParser NameSpecification.swift
[116/158] Compiling ArgumentParser Option.swift
[117/158] Compiling ArgumentParser OptionGroup.swift
[124/158] Compiling ArgumentParser ParentCommand.swift
[125/158] Compiling ArgumentParser AsyncParsableCommand.swift
[126/158] Compiling ArgumentParser CommandConfiguration.swift
[127/158] Compiling ArgumentParser CommandGroup.swift
[128/158] Compiling ArgumentParser EnumerableFlag.swift
[129/158] Compiling ArgumentParser ExpressibleByArgument.swift
[130/158] Compiling ArgumentParser ParsableArguments.swift
[152/160] Wrapping AST for ArgumentParser for debugging
[155/176] Emitting module ReplayCLI
[156/176] Compiling ReplayCLI Command.swift
[157/176] Compiling ReplayCLI Filter.swift
[158/176] Compiling ReplayCLI Record.swift
[159/176] Emitting module ReplayCLI
[160/176] Compiling ReplayCLI Command.swift
[161/176] Compiling ReplayCLI Validate.swift
[163/176] Compiling ReplayCLI Record.swift
[164/176] Compiling ReplayCLI Helpers.swift
[165/176] Compiling ReplayCLI Inspect.swift
[166/176] Compiling ReplayCLI Helpers.swift
[167/176] Compiling ReplayCLI Filter.swift
[168/176] Compiling ReplayCLI Status.swift
[169/176] Compiling ReplayCLI Inspect.swift
[170/176] Compiling ReplayCLI Status.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-tool
[177/178] Linking ReplayCLI
Build complete! (38.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.