Build Information
Successful build of Replay, reference 0.4.0 (f641f9), with Swift 6.1 for Android on 17 Feb 2026 19:07:03 UTC.
Swift 6 data race errors: 6
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.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.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-4606859-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/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/17159] Fetching swift-argument-parser
[5321/32247] Fetching swift-argument-parser, async-http-client
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.78s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.01s)
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.69s)
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.63s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/2809] Fetching swift-nio-transport-services
[30/8469] Fetching swift-nio-transport-services, swift-distributed-tracing
[961/10289] Fetching swift-nio-transport-services, swift-distributed-tracing, swift-atomics
[3338/16341] Fetching swift-nio-transport-services, swift-distributed-tracing, swift-atomics, swift-algorithms
[4911/22778] Fetching swift-nio-transport-services, swift-distributed-tracing, swift-atomics, swift-algorithms, swift-nio-extras
[6475/29000] Fetching swift-nio-transport-services, swift-distributed-tracing, swift-atomics, swift-algorithms, swift-nio-extras, swift-log
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.67s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.67s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.71s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.71s)
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-log.git from cache (0.81s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.81s)
[1/11976] Fetching swift-nio-http2
[4433/27272] Fetching swift-nio-http2, swift-nio-ssl
[13248/109482] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.25s)
[35371/97506] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.17s)
[36995/82210] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.81s)
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.29s)
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.35s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.94s)
Fetching https://github.com/apple/swift-numerics.git
[1/6410] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.52s)
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.39s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.90s)
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 (0.96s)
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.07s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (0.96s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.61s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (3.62s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.32.1 (4.25s)
Fetching https://github.com/apple/swift-http-types.git
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/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-certificates.git
[1/1204] Fetching swift-http-structured-headers
[1205/3796] Fetching swift-http-structured-headers, swift-service-lifecycle
[1828/5488] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-asn1
[1930/6439] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-asn1, swift-http-types
[6440/12581] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-asn1, swift-http-types, swift-async-algorithms
[7116/19678] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-asn1, swift-http-types, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.61s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.61s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.61s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.65s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.65s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.65s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.94.1 (2.03s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/19665] Fetching swift-collections
[1771/25217] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.24s)
Fetched https://github.com/apple/swift-collections.git from cache (1.27s)
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 (1.76s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.2 (2.41s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (2.43s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (1.87s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (0.68s)
Fetching https://github.com/apple/swift-crypto.git
[1/17526] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.51s)
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 (3.53s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.68s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.79s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (2.19s)
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-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-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/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/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-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-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-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-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-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-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.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-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-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-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-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/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/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-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-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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.18.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] Emitting module ArgumentParserToolInfo
[15/48] Compiling ArgumentParserToolInfo ToolInfo.swift
[18/50] Wrapping AST for ArgumentParserToolInfo for debugging
[21/142] Compiling ArgumentParser ArgumentVisibility.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/142] Compiling ArgumentParser CompletionKind.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/142] 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
[24/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
[25/143] 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
[26/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
[27/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
[28/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
[29/143] Compiling ArgumentParser Errors.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 Flag.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 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
[32/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
[33/145] 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/145] 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
[35/145] 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
<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
[39/145] 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
[40/145] 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
[41/145] Emitting module ArgumentParser
[41/145] Wrapping AST for Replay for debugging
<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
[45/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
[46/152] Compiling ArgumentParser Foundation.swift
[47/152] Compiling ArgumentParser Mutex.swift
[48/152] Compiling ArgumentParser Platform.swift
[49/152] Compiling ArgumentParser SequenceExtensions.swift
[50/152] Compiling ArgumentParser StringExtensions.swift
[51/152] Compiling ArgumentParser SwiftExtensions.swift
[52/152] Wrapping AST for Replay for debugging
[54/152] Compiling ArgumentParser InputOrigin.swift
[55/152] Compiling ArgumentParser Name.swift
[56/152] Compiling ArgumentParser Parsed.swift
[57/152] Compiling ArgumentParser ParsedValues.swift
[58/152] Compiling ArgumentParser ParserError.swift
[59/152] Compiling ArgumentParser SplitArguments.swift
[60/152] Compiling ArgumentParser DumpHelpGenerator.swift
[61/152] Compiling ArgumentParser HelpCommand.swift
[62/152] Compiling ArgumentParser HelpGenerator.swift
[63/152] Compiling ArgumentParser MessageInfo.swift
[64/152] Compiling ArgumentParser UsageGenerator.swift
[65/152] Compiling ArgumentParser CollectionExtensions.swift
[66/152] Compiling ArgumentParser Tree.swift
[67/152] Compiling ArgumentParser CodingKeyValidator.swift
[68/152] Compiling ArgumentParser NonsenseFlagsValidator.swift
[69/152] Compiling ArgumentParser ParsableArgumentsValidation.swift
[70/152] Compiling ArgumentParser PositionalArgumentsValidator.swift
[71/152] Compiling ArgumentParser UniqueNamesValidator.swift
[72/152] Compiling ArgumentParser ParsableCommand.swift
[73/152] Compiling ArgumentParser ArgumentDecoder.swift
[74/152] Compiling ArgumentParser ArgumentDefinition.swift
[75/152] Compiling ArgumentParser ArgumentSet.swift
[76/152] Compiling ArgumentParser CommandParser.swift
[77/152] Compiling ArgumentParser InputKey.swift
[78/152] Compiling ArgumentParser ParentCommand.swift
[79/152] Compiling ArgumentParser AsyncParsableCommand.swift
[80/152] Compiling ArgumentParser CommandConfiguration.swift
[81/152] Compiling ArgumentParser CommandGroup.swift
[82/152] Compiling ArgumentParser EnumerableFlag.swift
[83/152] Compiling ArgumentParser ExpressibleByArgument.swift
[84/152] Compiling ArgumentParser ParsableArguments.swift
[85/152] Compiling ArgumentParser BashCompletionsGenerator.swift
[86/152] Compiling ArgumentParser CompletionsGenerator.swift
[87/152] Compiling ArgumentParser FishCompletionsGenerator.swift
[88/152] Compiling ArgumentParser ZshCompletionsGenerator.swift
[89/152] Compiling ArgumentParser Argument.swift
[90/152] Compiling ArgumentParser ArgumentDiscussion.swift
[91/152] Compiling ArgumentParser ArgumentHelp.swift
[96/158] Compiling ArgumentParser NameSpecification.swift
[97/158] Compiling ArgumentParser Option.swift
[98/158] Compiling ArgumentParser OptionGroup.swift
[112/159] Emitting module ArgumentParser
[113/159] Wrapping AST for ArgumentParser for debugging
[115/167] Compiling ArgumentParser Tree.swift
[116/167] Compiling ArgumentParser CodingKeyValidator.swift
[117/167] Compiling ArgumentParser NonsenseFlagsValidator.swift
[118/167] Compiling ArgumentParser ParsableArgumentsValidation.swift
[119/167] Compiling ArgumentParser PositionalArgumentsValidator.swift
[120/167] Compiling ArgumentParser UniqueNamesValidator.swift
[121/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
[122/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
[123/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
[124/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
[125/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
[126/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
[127/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
[128/167] 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
[141/168] Wrapping AST for ReplayCLI for debugging
[142/168] Write Objects.LinkFileList
[163/168] Linking ReplayCLI-tool
[165/169] Wrapping AST for ArgumentParser for debugging
[167/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
[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] 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
[170/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
[171/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
[172/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
[173/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
[174/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
[175/178] Wrapping AST for ReplayCLI for debugging
[176/178] Write Objects.LinkFileList
[177/178] Linking ReplayCLI
Build complete! (111.11s)
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.