Build Information
Successful build of Replay, reference 0.4.0 (f641f9), with Swift 6.1 for macOS (SPM) on 17 Feb 2026 19:07:17 UTC.
Swift 6 data race errors: 6
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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 InferSendableFromCapturesBuild 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 /Users/admin/builder/spi-builder-workspace/.git/
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: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/mattt/Replay.git
https://github.com/mattt/Replay.git
{
"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" : "/Users/admin/builder/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" : "/Users/admin/builder/spi-builder-workspace/Tests/IntegrationTests/Replays",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"ExampleAPITests.swift"
],
"target_dependencies" : [
"Replay"
],
"type" : "test"
}
],
"tools_version" : "6.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
[1/1] Compiling plugin ReplayPlugin
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/20] Write sources
[5/20] Write ReplayCLI-tool-entitlement.plist
[5/20] Write sources
[10/20] Write ReplayCLI-entitlement.plist
[13/20] Write swift-version-2F0A5646E1D333AE.txt
[15/44] Emitting module ArgumentParserToolInfo
[16/44] Compiling ArgumentParserToolInfo ToolInfo.swift
[17/44] Emitting module ArgumentParserToolInfo
[18/44] Compiling ArgumentParserToolInfo ToolInfo.swift
[19/138] Emitting module ArgumentParser
[20/143] Compiling ArgumentParser HelpGenerator.swift
[21/143] Compiling ArgumentParser InputKey.swift
[22/143] Compiling ArgumentParser InputOrigin.swift
[23/143] Compiling ArgumentParser Name.swift
[24/143] Compiling ArgumentParser Parsed.swift
[25/148] Compiling ArgumentParser ArgumentHelp.swift
[26/148] Compiling ArgumentParser ParserError.swift
[27/148] Compiling ArgumentParser SplitArguments.swift
[28/148] Compiling ArgumentParser DumpHelpGenerator.swift
[29/148] Compiling ArgumentParser HelpCommand.swift
[34/148] Compiling ArgumentParser ParsedValues.swift
[35/148] Compiling ArgumentParser CodingKeyValidator.swift
[36/148] Compiling ArgumentParser NonsenseFlagsValidator.swift
[37/148] Compiling ArgumentParser ParsableArgumentsValidation.swift
[38/148] Compiling ArgumentParser PositionalArgumentsValidator.swift
[39/148] Compiling ArgumentParser UniqueNamesValidator.swift
[45/148] Compiling ArgumentParser NameSpecification.swift
[46/148] Compiling ArgumentParser Option.swift
[47/148] Compiling ArgumentParser OptionGroup.swift
[48/148] Compiling ArgumentParser ParentCommand.swift
[49/148] Compiling ArgumentParser AsyncParsableCommand.swift
[61/148] Compiling ArgumentParser CommandConfiguration.swift
[62/148] Compiling ArgumentParser CommandGroup.swift
[63/148] Compiling ArgumentParser EnumerableFlag.swift
[64/148] Compiling ArgumentParser ExpressibleByArgument.swift
[65/148] Compiling ArgumentParser Platform.swift
[67/148] Compiling ArgumentParser SequenceExtensions.swift
[68/148] Compiling ArgumentParser StringExtensions.swift
[69/148] Compiling ArgumentParser SwiftExtensions.swift
[70/148] Compiling ArgumentParser Tree.swift
[71/148] Emitting module ArgumentParser
[77/148] 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
[78/148] 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
[79/148] 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
[80/149] Compiling ArgumentParser InputKey.swift
[81/149] Compiling ArgumentParser InputOrigin.swift
[82/149] Compiling ArgumentParser Name.swift
[83/149] Compiling ArgumentParser Parsed.swift
[84/149] Compiling ArgumentParser ParsedValues.swift
[85/149] Compiling ArgumentParser ParsableCommand.swift
[86/149] Compiling ArgumentParser ArgumentDecoder.swift
[87/149] Compiling ArgumentParser ArgumentDefinition.swift
[88/149] Compiling ArgumentParser ArgumentSet.swift
[89/149] Compiling ArgumentParser CommandParser.swift
[90/149] Compiling ArgumentParser BashCompletionsGenerator.swift
[91/149] Compiling ArgumentParser CompletionsGenerator.swift
[92/149] Compiling ArgumentParser FishCompletionsGenerator.swift
[93/149] Compiling ArgumentParser ZshCompletionsGenerator.swift
[94/149] Compiling ArgumentParser Argument.swift
[95/149] Compiling ArgumentParser ArgumentDiscussion.swift
[96/149] Compiling ArgumentParser MessageInfo.swift
[97/149] Compiling ArgumentParser UsageGenerator.swift
[98/149] Compiling ArgumentParser CollectionExtensions.swift
[99/149] Compiling ArgumentParser Foundation.swift
[100/149] Compiling ArgumentParser Mutex.swift
[126/149] 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
[127/149] 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
[128/149] 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
[129/149] 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
[130/149] 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
[131/149] 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
[132/149] 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
[133/150] Compiling Replay 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
[134/150] Compiling Replay Capture.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
[135/150] 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
[136/150] Compiling Replay HAR.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
[137/150] Compiling Replay Error.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
[139/150] Compiling Replay 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
[140/150] Compiling Replay Capture.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/150] 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
[142/150] Compiling Replay HAR.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/150] 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
<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
[145/166] 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
[146/166] 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
[147/166] 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
[148/166] 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
[149/166] 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
[150/166] 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
[151/166] 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
[152/166] 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
[152/166] Write Objects.LinkFileList
[154/166] 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
[155/166] 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
[156/166] 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
[157/166] 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/166] 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
[159/166] 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
[160/166] 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
[161/166] 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
[161/166] Write Objects.LinkFileList
[162/166] Linking ReplayCLI-tool
[163/166] Applying ReplayCLI-tool
[164/166] Linking ReplayCLI
[165/166] Applying ReplayCLI
Build complete! (53.18s)
Fetching https://github.com/apple/swift-argument-parser.git from cache
Fetching https://github.com/swift-server/async-http-client.git from cache
Fetched https://github.com/swift-server/async-http-client.git from cache (1.51s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.52s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.0 (2.11s)
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.49s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-extras.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
[1/5660] Fetching swift-distributed-tracing
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.86s)
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.89s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (1.08s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.08s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.08s)
Fetched https://github.com/apple/swift-log.git from cache (1.10s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.21s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.96s)
Fetched https://github.com/apple/swift-nio.git from cache (2.49s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.0 (3.92s)
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.93s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (4.04s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.97s)
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.48s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.49s)
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.48s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.39.1 (0.49s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (0.49s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.47s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (0.54s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.32.1 (0.58s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
Fetching https://github.com/apple/swift-asn1.git from cache
Fetching https://github.com/apple/swift-http-types.git from cache
[1/7097] Fetching swift-certificates
[72/13239] Fetching swift-certificates, swift-async-algorithms
[134/15831] Fetching swift-certificates, swift-async-algorithms, swift-service-lifecycle
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.10s)
[11252/13239] Fetching swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.16s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.20s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.21s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.25s)
Fetched https://github.com/apple/swift-http-types.git from cache (1.25s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.94.1 (1.91s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (1.37s)
Fetched https://github.com/apple/swift-collections.git from cache (1.38s)
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.90s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.2 (0.52s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (2.30s)
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.47s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (0.58s)
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-crypto.git from cache (1.64s)
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 (2.15s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.49s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.60s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (1.01s)
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-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-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-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-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/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-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-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/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-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-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-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-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-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-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-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-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-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-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/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.26.0
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" : "/Users/admin/builder/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" : "/Users/admin/builder/spi-builder-workspace/Tests/IntegrationTests/Replays",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"ExampleAPITests.swift"
],
"target_dependencies" : [
"Replay"
],
"type" : "test"
}
],
"tools_version" : "6.1"
}
Done.