The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Replay, reference main (f641f9), with Swift 6.1 for Android on 17 Feb 2026 19:06:51 UTC.

Swift 6 data race errors: 6

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/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 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:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mattt/Replay.git
https://github.com/mattt/Replay.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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_dependencies" : [
        "AsyncHTTPClient"
      ],
      "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"
}
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/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/swift-server/async-http-client.git
[1/17159] Fetching swift-argument-parser
[5321/32247] Fetching swift-argument-parser, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.10s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.10s)
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.83s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.31.0 (0.57s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-log.git
[1/1820] Fetching swift-atomics
[602/4629] Fetching swift-atomics, swift-nio-transport-services
[1115/10289] Fetching swift-atomics, swift-nio-transport-services, swift-distributed-tracing
[1453/16341] Fetching swift-atomics, swift-nio-transport-services, swift-distributed-tracing, swift-algorithms
[1542/22778] Fetching swift-atomics, swift-nio-transport-services, swift-distributed-tracing, swift-algorithms, swift-nio-extras
[3459/29000] Fetching swift-atomics, swift-nio-transport-services, swift-distributed-tracing, swift-algorithms, swift-nio-extras, swift-log
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.59s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.72s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.74s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.74s)
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.77s)
Fetched https://github.com/apple/swift-log.git from cache (0.77s)
[1/11976] Fetching swift-nio-http2
[3115/27272] Fetching swift-nio-http2, swift-nio-ssl
[14884/109482] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (4.59s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.50s)
Fetched https://github.com/apple/swift-nio.git from cache (5.94s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.0 (8.07s)
Fetching https://github.com/apple/swift-service-context.git
[1/1180] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.28s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (4.02s)
Fetching https://github.com/apple/swift-numerics.git
[1/6410] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.53s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (1.50s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.91s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (1.03s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.39.1 (1.15s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (0.86s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.03s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (1.02s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.32.1 (1.37s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
[1/1692] Fetching swift-asn1
[408/8789] Fetching swift-asn1, swift-certificates
[1064/9993] Fetching swift-asn1, swift-certificates, swift-http-structured-headers
[3834/16135] Fetching swift-asn1, swift-certificates, swift-http-structured-headers, swift-async-algorithms
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.91s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.92s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.93s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.93s)
[1/2592] Fetching swift-service-lifecycle
[520/3543] Fetching swift-service-lifecycle, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.60s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.61s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.94.1 (3.30s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/19665] Fetching swift-collections
[591/25217] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.85s)
[2360/19665] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.39s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.1 (3.45s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.2 (1.19s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (3.50s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.93s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (0.75s)
Fetching https://github.com/apple/swift-crypto.git
[1/17526] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (4.60s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (7.60s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.92s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.88s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (2.40s)
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.10.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.94.1
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
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.6.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.32.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.2.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.18.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.2
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.39.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.9.1
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.31.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.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 ArgumentParserToolInfo ToolInfo.swift
[14/48] Emitting module ArgumentParserToolInfo
[16/49] Compiling ArgumentParserToolInfo ToolInfo.swift
[18/50] Wrapping AST for ArgumentParserToolInfo for debugging
[21/142] Compiling Replay Matcher.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[22/143] Compiling Replay Stub.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/143] Compiling ArgumentParser FishCompletionsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[24/143] Compiling ArgumentParser ZshCompletionsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/143] Compiling Replay Playback.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/143] Compiling Replay Replay.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/143] Compiling Replay Replay+HTTPClient.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/143] Emitting module Replay
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/143] Compiling ArgumentParser BashCompletionsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/143] Compiling ArgumentParser CompletionsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[31/143] Compiling Replay Stub.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[32/144] Compiling Replay Matcher.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[33/144] Compiling Replay Replay.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[34/144] Compiling Replay Replay+HTTPClient.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/144] Compiling Replay Playback.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/144] Emitting module Replay
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/144] Compiling Replay Traits.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[42/145] Wrapping AST for Replay for debugging
[44/145] Compiling ArgumentParser Foundation.swift
[45/145] Compiling ArgumentParser Mutex.swift
[46/145] Compiling ArgumentParser Platform.swift
[47/145] Compiling ArgumentParser SequenceExtensions.swift
[48/145] Compiling ArgumentParser StringExtensions.swift
[49/145] Compiling ArgumentParser SwiftExtensions.swift
[50/151] Compiling Replay Traits.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[51/152] Wrapping AST for Replay for debugging
[53/152] Compiling ArgumentParser InputOrigin.swift
[54/152] Compiling ArgumentParser Name.swift
[55/152] Compiling ArgumentParser Parsed.swift
[56/152] Compiling ArgumentParser ParsedValues.swift
[57/152] Compiling ArgumentParser ParserError.swift
[58/152] Compiling ArgumentParser SplitArguments.swift
[59/152] Compiling ArgumentParser Tree.swift
[60/152] Compiling ArgumentParser CodingKeyValidator.swift
[61/152] Compiling ArgumentParser NonsenseFlagsValidator.swift
[62/152] Compiling ArgumentParser ParsableArgumentsValidation.swift
[63/152] Compiling ArgumentParser PositionalArgumentsValidator.swift
[64/152] Compiling ArgumentParser UniqueNamesValidator.swift
[65/152] Compiling ArgumentParser DumpHelpGenerator.swift
[66/152] Compiling ArgumentParser HelpCommand.swift
[67/152] Compiling ArgumentParser HelpGenerator.swift
[68/152] Compiling ArgumentParser MessageInfo.swift
[69/152] Compiling ArgumentParser UsageGenerator.swift
[70/152] Compiling ArgumentParser CollectionExtensions.swift
[75/152] Compiling ArgumentParser Argument.swift
[76/152] Compiling ArgumentParser ArgumentDiscussion.swift
[77/152] Compiling ArgumentParser ArgumentHelp.swift
[78/152] Emitting module ArgumentParser
[85/158] Compiling ArgumentParser ParsableCommand.swift
[86/158] Compiling ArgumentParser ArgumentDecoder.swift
[87/158] Compiling ArgumentParser ArgumentDefinition.swift
[88/158] Compiling ArgumentParser ArgumentSet.swift
[89/158] Compiling ArgumentParser CommandParser.swift
[90/158] Compiling ArgumentParser InputKey.swift
[97/158] Compiling ArgumentParser ArgumentVisibility.swift
[98/158] Compiling ArgumentParser CompletionKind.swift
[99/158] Compiling ArgumentParser Errors.swift
[100/158] Compiling ArgumentParser Flag.swift
[101/158] Compiling ArgumentParser NameSpecification.swift
[102/158] Compiling ArgumentParser Option.swift
[103/158] Compiling ArgumentParser OptionGroup.swift
[104/158] Compiling ArgumentParser ParentCommand.swift
[105/158] Compiling ArgumentParser AsyncParsableCommand.swift
[106/158] Compiling ArgumentParser CommandConfiguration.swift
[107/158] Compiling ArgumentParser CommandGroup.swift
[108/158] Compiling ArgumentParser EnumerableFlag.swift
[109/158] Compiling ArgumentParser ExpressibleByArgument.swift
[110/158] Compiling ArgumentParser ParsableArguments.swift
[124/159] Wrapping AST for ArgumentParser for debugging
[126/167] Emitting module ArgumentParser
[134/167] Compiling ArgumentParser Tree.swift
[135/167] Compiling ArgumentParser CodingKeyValidator.swift
[136/167] Compiling ArgumentParser NonsenseFlagsValidator.swift
[137/167] Compiling ArgumentParser ParsableArgumentsValidation.swift
[138/167] Compiling ArgumentParser PositionalArgumentsValidator.swift
[139/167] Compiling ArgumentParser UniqueNamesValidator.swift
[140/167] Compiling ReplayCLI Command.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[141/167] Emitting module ReplayCLI
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[142/167] Compiling ReplayCLI Validate.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[143/167] Compiling ReplayCLI Record.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[157/167] Compiling ReplayCLI Inspect.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[158/167] Compiling ReplayCLI Helpers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[159/167] Compiling ReplayCLI Filter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[160/168] Wrapping AST for ArgumentParser for debugging
[162/168] Compiling ReplayCLI Status.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[163/177] Wrapping AST for ReplayCLI for debugging
[164/177] Write Objects.LinkFileList
[166/177] Compiling ReplayCLI Record.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[167/177] Compiling ReplayCLI Helpers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[168/177] Compiling ReplayCLI Inspect.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[169/177] Emitting module ReplayCLI
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[170/177] Compiling ReplayCLI Filter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[171/177] Compiling ReplayCLI Command.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[172/177] Compiling ReplayCLI Status.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[173/177] Compiling ReplayCLI Validate.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[174/178] Linking ReplayCLI-tool
[175/178] Wrapping AST for ReplayCLI for debugging
[176/178] Write Objects.LinkFileList
[177/178] Linking ReplayCLI
Build complete! (106.92s)
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_dependencies" : [
        "AsyncHTTPClient"
      ],
      "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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.