The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build CommonShell, reference main (f4e40f), with Swift 6.1 for Wasm on 11 Nov 2025 13:48:29 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wrkstrm/common-shell.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/wrkstrm/common-shell
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f4e40f9 Fix formatting in workflow name
Cloned https://github.com/wrkstrm/common-shell.git
Revision (git rev-parse @):
f4e40f97ff519440cdf87a8edcaf50b6126c1a02
SUCCESS checkout https://github.com/wrkstrm/common-shell.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/wrkstrm/common-shell.git
https://github.com/wrkstrm/common-shell.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "common-process",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/wrkstrm/common-process.git"
    },
    {
      "identity" : "wrkstrmlog",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/wrkstrm/WrkstrmLog.git"
    },
    {
      "identity" : "wrkstrm-performance",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/wrkstrm/wrkstrm-performance.git"
    },
    {
      "identity" : "wrkstrmfoundation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/wrkstrm/WrkstrmFoundation.git"
    },
    {
      "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"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "CommonShell",
  "name" : "CommonShell",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "CommonShell",
      "targets" : [
        "CommonShell"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CommonShellArguments",
      "targets" : [
        "CommonShellArguments"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CommonShellBenchSupport",
      "targets" : [
        "CommonShellBenchSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CommonShellPerf",
      "targets" : [
        "CommonShellPerf"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "common-shell-bench",
      "targets" : [
        "CommonShellBench"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "common-shell-cli",
      "targets" : [
        "CommonShellCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CommonShellTests",
      "module_type" : "SwiftTarget",
      "name" : "CommonShellTests",
      "path" : "tests/common-shell-tests",
      "product_dependencies" : [
        "CommonProcessExecutionKit",
        "WrkstrmLog"
      ],
      "sources" : [
        "CLIAppVersionTests.swift",
        "ExecMappingTests.swift",
        "ParityTests.swift",
        "PerfMatrixTests.swift",
        "RunForIntervalExecTests.swift",
        "RunnerOverrideTests.swift",
        "SmokeTests.swift"
      ],
      "target_dependencies" : [
        "CommonShell",
        "CommonShellBenchSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CommonShellPerf",
      "module_type" : "SwiftTarget",
      "name" : "CommonShellPerf",
      "path" : "sources/common-shell-perf",
      "product_dependencies" : [
        "WrkstrmPerformance",
        "CommonProcess"
      ],
      "product_memberships" : [
        "CommonShellPerf"
      ],
      "sources" : [
        "CommonShell+Perf.swift"
      ],
      "target_dependencies" : [
        "CommonShell",
        "CommonShellBenchSupport"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CommonShellInteractiveTests",
      "module_type" : "SwiftTarget",
      "name" : "CommonShellInteractiveTests",
      "path" : "tests/common-shell-interactive-tests",
      "sources" : [
        "BenchInterruptSimulationTests.swift",
        "ChaosShellEchoTests.swift",
        "ChaosShellInteropTests.swift",
        "ChaosShellPromptTests.swift",
        "ChaosShellSignalsTests.swift",
        "ExpectHelperTests.swift",
        "InteractiveRunnerNDJSONTests.swift",
        "InteractiveRunnerPTYTests.swift",
        "InteractiveRunnerPreviewPolicyTests.swift",
        "InteractiveRunnerStreamingTests.swift",
        "REPLOverlayTests.swift",
        "StreamLinesTests.swift"
      ],
      "target_dependencies" : [
        "CommonShell"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CommonShellCLITests",
      "module_type" : "SwiftTarget",
      "name" : "CommonShellCLITests",
      "path" : "tests/common-shell-cli-tests",
      "sources" : [
        "CommonShellCLISpecDecodeTests.swift"
      ],
      "target_dependencies" : [
        "CommonShellCLI",
        "CommonShell"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CommonShellCLI",
      "module_type" : "SwiftTarget",
      "name" : "CommonShellCLI",
      "path" : "sources/common-shell-cli",
      "product_dependencies" : [
        "CommonProcessExecutionKit",
        "ArgumentParser"
      ],
      "product_memberships" : [
        "common-shell-cli"
      ],
      "sources" : [
        "DecodedSpec.swift",
        "DurationParseError.swift",
        "DurationParsing.swift",
        "Main.swift",
        "RunnerMapping.swift",
        "ShellSpec.swift",
        "SpecDecoding.swift",
        "SummaryRender.swift"
      ],
      "target_dependencies" : [
        "CommonShell",
        "CommonShellBenchSupport"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "CommonShellBenchTests",
      "module_type" : "SwiftTarget",
      "name" : "CommonShellBenchTests",
      "path" : "tests/common-shell-bench-tests",
      "product_dependencies" : [
        "CommonProcess"
      ],
      "sources" : [
        "BenchSupportTests.swift"
      ],
      "target_dependencies" : [
        "CommonShellBenchSupport",
        "CommonShell"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CommonShellBenchSupport",
      "module_type" : "SwiftTarget",
      "name" : "CommonShellBenchSupport",
      "path" : "sources/common-shell-bench-support",
      "product_dependencies" : [
        "CommonProcess"
      ],
      "product_memberships" : [
        "CommonShellBenchSupport",
        "CommonShellPerf",
        "common-shell-bench",
        "common-shell-cli"
      ],
      "sources" : [
        "BenchRoutes.swift",
        "BenchRow.swift",
        "BenchSupport.swift",
        "CommonShell+Benchmark.swift"
      ],
      "target_dependencies" : [
        "CommonShell"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CommonShellBench",
      "module_type" : "SwiftTarget",
      "name" : "CommonShellBench",
      "path" : "sources/common-shell-bench",
      "product_dependencies" : [
        "WrkstrmPerformance",
        "ArgumentParser",
        "WrkstrmLog"
      ],
      "product_memberships" : [
        "common-shell-bench"
      ],
      "sources" : [
        "Main.swift"
      ],
      "target_dependencies" : [
        "CommonShell",
        "CommonShellBenchSupport"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "CommonShellArguments",
      "module_type" : "SwiftTarget",
      "name" : "CommonShellArguments",
      "path" : "sources/common-shell-arguments",
      "product_dependencies" : [
        "CommonProcessExecutionKit",
        "WrkstrmLog",
        "WrkstrmFoundation",
        "ArgumentParser"
      ],
      "product_memberships" : [
        "CommonShellArguments"
      ],
      "sources" : [
        "CommonShellArguments.swift",
        "CommonShellParsableArguments.swift",
        "CommonShellVersionOptions.swift"
      ],
      "target_dependencies" : [
        "CommonShell"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CommonShell",
      "module_type" : "SwiftTarget",
      "name" : "CommonShell",
      "path" : "sources/common-shell",
      "product_dependencies" : [
        "CommonProcess",
        "CommonProcessExecutionKit",
        "WrkstrmLog"
      ],
      "product_memberships" : [
        "CommonShell",
        "CommonShellArguments",
        "CommonShellBenchSupport",
        "CommonShellPerf",
        "common-shell-bench",
        "common-shell-cli"
      ],
      "sources" : [
        "CLIAppVersion.swift",
        "CommonShell+HostRun.swift",
        "CommonShell+LogOptions.swift",
        "CommonShell+NpxResolve.swift",
        "CommonShell+Run.swift",
        "CommonShell+Stream.swift",
        "CommonShell+SyncBridge.swift",
        "CommonShell+UnifiedExecutable.swift",
        "CommonShell.swift",
        "ExecutionHost.swift",
        "RawWrapper.swift",
        "ShellRouteKind.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/wrkstrm/common-process.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/wrkstrm/wrkstrm-performance.git
Fetching https://github.com/wrkstrm/WrkstrmFoundation.git
[1/434] Fetching common-process
[323/844] Fetching common-process, wrkstrm-performance
[837/4466] Fetching common-process, wrkstrm-performance, wrkstrmfoundation
[1779/6626] Fetching common-process, wrkstrm-performance, wrkstrmfoundation, swift-docc-plugin
[3661/23312] Fetching common-process, wrkstrm-performance, wrkstrmfoundation, swift-docc-plugin, swift-argument-parser
[5551/19690] Fetching common-process, wrkstrm-performance, swift-docc-plugin, swift-argument-parser
Fetched https://github.com/wrkstrm/WrkstrmFoundation.git from cache (0.33s)
Fetched https://github.com/wrkstrm/wrkstrm-performance.git from cache (0.43s)
[11438/19280] Fetching common-process, swift-docc-plugin, swift-argument-parser
Fetched https://github.com/apple/swift-docc-plugin from cache (0.43s)
[9946/17120] Fetching common-process, swift-argument-parser
Fetching https://github.com/wrkstrm/WrkstrmLog.git
Fetched https://github.com/wrkstrm/common-process.git from cache (0.70s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.71s)
[1/2017] Fetching wrkstrmlog
Fetched https://github.com/wrkstrm/WrkstrmLog.git from cache (0.26s)
Computing version for https://github.com/wrkstrm/wrkstrm-performance.git
Computed https://github.com/wrkstrm/wrkstrm-performance.git at 0.1.0 (1.61s)
Fetching https://github.com/wrkstrm/WrkstrmMain.git
[1/1702] Fetching wrkstrmmain
Fetched https://github.com/wrkstrm/WrkstrmMain.git from cache (0.24s)
Computing version for https://github.com/wrkstrm/common-process.git
warning: 'common-process': ---- Package Inject Deps: Begin ----
Use Local Deps? false
[PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmLog.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.range(Range(2.0.0..<3.0.0))), PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmFoundation.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.range(Range(2.0.0..<3.0.0))), PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmMain.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.range(Range(2.4.0..<3.0.0)))]
---- Package Inject Deps: End ----
Computed https://github.com/wrkstrm/common-process.git at 0.2.0 (1.07s)
Fetching https://github.com/apple/swift-tools-support-core.git
Fetching https://github.com/swiftlang/swift-subprocess.git
Fetching https://github.com/apple/swift-system
[1/5182] Fetching swift-system
[1867/12190] Fetching swift-system, swift-tools-support-core
[7027/14648] Fetching swift-system, swift-tools-support-core, swift-subprocess
Fetched https://github.com/apple/swift-system from cache (0.48s)
Fetched https://github.com/swiftlang/swift-subprocess.git from cache (0.55s)
Fetched https://github.com/apple/swift-tools-support-core.git from cache (0.55s)
Computing version for https://github.com/swiftlang/swift-subprocess.git
Computed https://github.com/swiftlang/swift-subprocess.git at 0.2.1 (1.34s)
Computing version for https://github.com/wrkstrm/WrkstrmMain.git
warning: 'wrkstrmmain': ---- Package Inject Deps: Begin ----
Use Local Deps? false
[]
---- Package Inject Deps: End ----
Computed https://github.com/wrkstrm/WrkstrmMain.git at 2.5.0 (0.67s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (0.67s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.3 (0.69s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (3.16s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3577] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.39s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.36s)
Computing version for https://github.com/apple/swift-tools-support-core.git
Computed https://github.com/apple/swift-tools-support-core.git at 0.7.3 (0.71s)
Computing version for https://github.com/wrkstrm/WrkstrmLog.git
Computed https://github.com/wrkstrm/WrkstrmLog.git at 2.2.4 (0.74s)
Fetching https://github.com/apple/swift-log.git
[1/4398] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.39s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.92s)
Computing version for https://github.com/wrkstrm/WrkstrmFoundation.git
warning: 'wrkstrmfoundation': ---- Package Inject Deps: Begin ----
Use Local Deps? false
[PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmLog.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.range(Range(2.0.0..<3.0.0))), PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmMain.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.range(Range(2.4.0..<3.0.0)))]
---- Package Inject Deps: End ----
Computed https://github.com/wrkstrm/WrkstrmFoundation.git at 2.8.1 (0.69s)
Creating working copy for https://github.com/apple/swift-tools-support-core.git
Working copy of https://github.com/apple/swift-tools-support-core.git resolved at 0.7.3
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/wrkstrm/common-process.git
Working copy of https://github.com/wrkstrm/common-process.git resolved at 0.2.0
Creating working copy for https://github.com/wrkstrm/WrkstrmLog.git
Working copy of https://github.com/wrkstrm/WrkstrmLog.git resolved at 2.2.4
Creating working copy for https://github.com/wrkstrm/WrkstrmMain.git
Working copy of https://github.com/wrkstrm/WrkstrmMain.git resolved at 2.5.0
Creating working copy for https://github.com/wrkstrm/wrkstrm-performance.git
Working copy of https://github.com/wrkstrm/wrkstrm-performance.git resolved at 0.1.0
Creating working copy for https://github.com/wrkstrm/WrkstrmFoundation.git
Working copy of https://github.com/wrkstrm/WrkstrmFoundation.git resolved at 2.8.1
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.6.3
Creating working copy for https://github.com/swiftlang/swift-subprocess.git
Working copy of https://github.com/swiftlang/swift-subprocess.git resolved at 0.2.1
warning: 'wrkstrmfoundation': ---- Package Inject Deps: Begin ----
Use Local Deps? false
[PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmLog.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.range(Range(2.0.0..<3.0.0))), PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmMain.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.range(Range(2.4.0..<3.0.0)))]
---- Package Inject Deps: End ----
warning: 'common-process': ---- Package Inject Deps: Begin ----
Use Local Deps? false
[PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmLog.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.range(Range(2.0.0..<3.0.0))), PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmFoundation.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.range(Range(2.0.0..<3.0.0))), PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmMain.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.range(Range(2.4.0..<3.0.0)))]
---- Package Inject Deps: End ----
warning: 'wrkstrmmain': ---- Package Inject Deps: Begin ----
Use Local Deps? false
[]
---- Package Inject Deps: End ----
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
[4/40] Write sources
[20/40] Compiling CSystem shims.c
[21/40] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/127] Emitting module CommonProcess
<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
/host/spi-builder-workspace/.build/checkouts/common-process/sources/common-process/ProcessMetrics.swift:51:17: error: cannot find 'DispatchQueue' in scope
 49 | public enum ProcessMetrics {
 50 |   private final class Storage: @unchecked Sendable {
 51 |     let queue = DispatchQueue(
    |                 `- error: cannot find 'DispatchQueue' in scope
 52 |       label: "common-process.metrics.recorder",
 53 |       attributes: .concurrent,
/host/spi-builder-workspace/.build/checkouts/common-process/sources/common-process/ProcessMetrics.swift:53:20: error: cannot infer contextual base in reference to member 'concurrent'
 51 |     let queue = DispatchQueue(
 52 |       label: "common-process.metrics.recorder",
 53 |       attributes: .concurrent,
    |                    `- error: cannot infer contextual base in reference to member 'concurrent'
 54 |     )
 55 |     var recorder: any ProcessMetricsRecorder = NoopProcessMetricsRecorder()
[24/129] Emitting module WrkstrmMain
<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/133] Compiling WrkstrmMain Array+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
[26/133] Compiling WrkstrmMain ClosedRange+Magnitude.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/133] Compiling WrkstrmMain String+Repeat.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/133] Compiling WrkstrmMain SortedArray.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/133] Compiling CommonProcess ProcessInstrumentationContext.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/133] Compiling CommonProcess ProcessLogOptions.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/133] Compiling CommonProcess ProcessPreviewer.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/133] Compiling CommonProcess ProcessRunnerKind.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/133] Compiling WrkstrmMain String+Contains.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/133] Compiling WrkstrmMain String+Count.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/133] Compiling WrkstrmMain String+KebabCase.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
[37/133] Emitting module ArgumentParserToolInfo
[38/133] Compiling ArgumentParserToolInfo ToolInfo.swift
[39/134] Compiling WrkstrmMain JSON.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/134] Compiling WrkstrmMain KeyedDecodingContainer+FuzzyDecoding.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/134] Compiling WrkstrmMain Injectable.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/134] Compiling WrkstrmMain Random.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
[43/134] Compiling WrkstrmMain BinaryTree.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
[44/134] Compiling WrkstrmMain Tree.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
[45/134] Compiling WrkstrmMain List.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/134] Compiling WrkstrmMain Sort.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
[47/134] Compiling WrkstrmMain IndexedCollection.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
[51/134] Compiling CommonProcess ProcessMetrics.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
[52/134] Compiling CommonProcess ProcessOutput.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
[53/134] Compiling WrkstrmMain Optional+AnyFlattenable.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
[54/134] Compiling WrkstrmMain OptionalComparisons.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
[55/134] Compiling WrkstrmMain RandomAccessCollection+IndexedCollection.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
[56/134] Compiling WrkstrmMain Sequence+Decompose.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
[57/134] Compiling WrkstrmMain Sequence+Unique.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
[68/138] Wrapping AST for ArgumentParserToolInfo for debugging
[70/182] Compiling Logging Logging.swift
[71/182] Compiling Logging Locks.swift
[72/182] Emitting module Logging
[73/182] Compiling Logging LogHandler.swift
[74/182] Compiling Logging MetadataProvider.swift
[75/182] Compiling ArgumentParser DumpHelpGenerator.swift
[76/182] Compiling ArgumentParser HelpCommand.swift
[77/182] Compiling ArgumentParser HelpGenerator.swift
[78/182] Compiling ArgumentParser MessageInfo.swift
[80/183] Compiling ArgumentParser Flag.swift
[81/183] Compiling ArgumentParser NameSpecification.swift
[82/183] Compiling ArgumentParser Option.swift
[83/183] Compiling ArgumentParser OptionGroup.swift
[84/183] Compiling ArgumentParser AsyncParsableCommand.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
[85/183] Compiling ArgumentParser CommandConfiguration.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
/host/spi-builder-workspace/.build/checkouts/common-process/sources/common-process/ProcessMetrics.swift:51:17: error: cannot find 'DispatchQueue' in scope
 49 | public enum ProcessMetrics {
 50 |   private final class Storage: @unchecked Sendable {
 51 |     let queue = DispatchQueue(
    |                 `- error: cannot find 'DispatchQueue' in scope
 52 |       label: "common-process.metrics.recorder",
 53 |       attributes: .concurrent,
/host/spi-builder-workspace/.build/checkouts/common-process/sources/common-process/ProcessMetrics.swift:53:20: error: cannot infer contextual base in reference to member 'concurrent'
 51 |     let queue = DispatchQueue(
 52 |       label: "common-process.metrics.recorder",
 53 |       attributes: .concurrent,
    |                    `- error: cannot infer contextual base in reference to member 'concurrent'
 54 |     )
 55 |     var recorder: any ProcessMetricsRecorder = NoopProcessMetricsRecorder()
/host/spi-builder-workspace/.build/checkouts/common-process/sources/common-process/ProcessMetrics.swift:63:32: error: cannot infer contextual base in reference to member 'barrier'
 61 |   /// - Parameter recorder: Recorder to receive metrics callbacks.
 62 |   public static func configure(recorder: any ProcessMetricsRecorder) {
 63 |     storage.queue.sync(flags: .barrier) {
    |                                `- error: cannot infer contextual base in reference to member 'barrier'
 64 |       storage.recorder = recorder
 65 |     }
<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
/host/spi-builder-workspace/.build/checkouts/common-process/sources/common-process/ProcessMetrics.swift:51:17: error: cannot find 'DispatchQueue' in scope
 49 | public enum ProcessMetrics {
 50 |   private final class Storage: @unchecked Sendable {
 51 |     let queue = DispatchQueue(
    |                 `- error: cannot find 'DispatchQueue' in scope
 52 |       label: "common-process.metrics.recorder",
 53 |       attributes: .concurrent,
/host/spi-builder-workspace/.build/checkouts/common-process/sources/common-process/ProcessMetrics.swift:53:20: error: cannot infer contextual base in reference to member 'concurrent'
 51 |     let queue = DispatchQueue(
 52 |       label: "common-process.metrics.recorder",
 53 |       attributes: .concurrent,
    |                    `- error: cannot infer contextual base in reference to member 'concurrent'
 54 |     )
 55 |     var recorder: any ProcessMetricsRecorder = NoopProcessMetricsRecorder()
/host/spi-builder-workspace/.build/checkouts/common-process/sources/common-process/ProcessMetrics.swift:63:32: error: cannot infer contextual base in reference to member 'barrier'
 61 |   /// - Parameter recorder: Recorder to receive metrics callbacks.
 62 |   public static func configure(recorder: any ProcessMetricsRecorder) {
 63 |     storage.queue.sync(flags: .barrier) {
    |                                `- error: cannot infer contextual base in reference to member 'barrier'
 64 |       storage.recorder = recorder
 65 |     }
[88/183] 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
[89/183] Compiling ArgumentParser Argument.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
[90/183] Compiling ArgumentParser CommandGroup.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
[91/183] Compiling ArgumentParser EnumerableFlag.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
[92/183] Compiling ArgumentParser ArgumentDiscussion.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
[93/183] Compiling ArgumentParser ArgumentHelp.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
[94/183] 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
[95/183] 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
[96/183] 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
[97/183] 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
[98/183] Compiling ArgumentParser ParsedValues.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
[99/183] Compiling ArgumentParser ParserError.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
[100/183] Compiling ArgumentParser SplitArguments.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
[105/183] Compiling ArgumentParser UsageGenerator.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
[110/183] Compiling ArgumentParser ExpressibleByArgument.swift
[111/183] Compiling ArgumentParser InputKey.swift
[112/183] Compiling ArgumentParser InputOrigin.swift
[113/183] Compiling ArgumentParser Name.swift
[114/183] Emitting module SystemPackage
[115/183] Compiling ArgumentParser Parsed.swift
[120/184] Compiling ArgumentParser CollectionExtensions.swift
[121/184] Compiling ArgumentParser Mutex.swift
[122/184] Compiling ArgumentParser Platform.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'common-process': ---- Package Inject Deps: Begin ----
Use Local Deps? false
[PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmLog.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.range(Range(2.0.0..<3.0.0))), PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmFoundation.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.range(Range(2.0.0..<3.0.0))), PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmMain.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.range(Range(2.4.0..<3.0.0)))]
---- Package Inject Deps: End ----
warning: 'wrkstrmfoundation': ---- Package Inject Deps: Begin ----
Use Local Deps? false
[PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmLog.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.range(Range(2.0.0..<3.0.0))), PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmMain.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.range(Range(2.4.0..<3.0.0)))]
---- Package Inject Deps: End ----
warning: 'wrkstrmmain': ---- Package Inject Deps: Begin ----
Use Local Deps? false
[]
---- Package Inject Deps: End ----
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
[4/23] Write swift-version-24593BA9C3E375BF.txt
[6/110] Compiling Logging Locks.swift
[7/110] Compiling WrkstrmMain CommandLine+Executable.swift
[8/110] Compiling WrkstrmMain BinaryTree.swift
[9/110] Compiling Logging MetadataProvider.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/112] Emitting module CommonProcess
/host/spi-builder-workspace/.build/checkouts/common-process/sources/common-process/ProcessMetrics.swift:51:17: error: cannot find 'DispatchQueue' in scope
 49 | public enum ProcessMetrics {
 50 |   private final class Storage: @unchecked Sendable {
 51 |     let queue = DispatchQueue(
    |                 `- error: cannot find 'DispatchQueue' in scope
 52 |       label: "common-process.metrics.recorder",
 53 |       attributes: .concurrent,
/host/spi-builder-workspace/.build/checkouts/common-process/sources/common-process/ProcessMetrics.swift:53:20: error: cannot infer contextual base in reference to member 'concurrent'
 51 |     let queue = DispatchQueue(
 52 |       label: "common-process.metrics.recorder",
 53 |       attributes: .concurrent,
    |                    `- error: cannot infer contextual base in reference to member 'concurrent'
 54 |     )
 55 |     var recorder: any ProcessMetricsRecorder = NoopProcessMetricsRecorder()
[11/112] Compiling WrkstrmMain Optional+AnyFlattenable.swift
/host/spi-builder-workspace/.build/checkouts/common-process/sources/common-process/ProcessMetrics.swift:51:17: error: cannot find 'DispatchQueue' in scope
 49 | public enum ProcessMetrics {
 50 |   private final class Storage: @unchecked Sendable {
 51 |     let queue = DispatchQueue(
    |                 `- error: cannot find 'DispatchQueue' in scope
 52 |       label: "common-process.metrics.recorder",
 53 |       attributes: .concurrent,
/host/spi-builder-workspace/.build/checkouts/common-process/sources/common-process/ProcessMetrics.swift:53:20: error: cannot infer contextual base in reference to member 'concurrent'
 51 |     let queue = DispatchQueue(
 52 |       label: "common-process.metrics.recorder",
 53 |       attributes: .concurrent,
    |                    `- error: cannot infer contextual base in reference to member 'concurrent'
 54 |     )
 55 |     var recorder: any ProcessMetricsRecorder = NoopProcessMetricsRecorder()
/host/spi-builder-workspace/.build/checkouts/common-process/sources/common-process/ProcessMetrics.swift:63:32: error: cannot infer contextual base in reference to member 'barrier'
 61 |   /// - Parameter recorder: Recorder to receive metrics callbacks.
 62 |   public static func configure(recorder: any ProcessMetricsRecorder) {
 63 |     storage.queue.sync(flags: .barrier) {
    |                                `- error: cannot infer contextual base in reference to member 'barrier'
 64 |       storage.recorder = recorder
 65 |     }
[12/112] Compiling WrkstrmMain OptionalComparisons.swift
/host/spi-builder-workspace/.build/checkouts/common-process/sources/common-process/ProcessMetrics.swift:51:17: error: cannot find 'DispatchQueue' in scope
 49 | public enum ProcessMetrics {
 50 |   private final class Storage: @unchecked Sendable {
 51 |     let queue = DispatchQueue(
    |                 `- error: cannot find 'DispatchQueue' in scope
 52 |       label: "common-process.metrics.recorder",
 53 |       attributes: .concurrent,
/host/spi-builder-workspace/.build/checkouts/common-process/sources/common-process/ProcessMetrics.swift:53:20: error: cannot infer contextual base in reference to member 'concurrent'
 51 |     let queue = DispatchQueue(
 52 |       label: "common-process.metrics.recorder",
 53 |       attributes: .concurrent,
    |                    `- error: cannot infer contextual base in reference to member 'concurrent'
 54 |     )
 55 |     var recorder: any ProcessMetricsRecorder = NoopProcessMetricsRecorder()
/host/spi-builder-workspace/.build/checkouts/common-process/sources/common-process/ProcessMetrics.swift:63:32: error: cannot infer contextual base in reference to member 'barrier'
 61 |   /// - Parameter recorder: Recorder to receive metrics callbacks.
 62 |   public static func configure(recorder: any ProcessMetricsRecorder) {
 63 |     storage.queue.sync(flags: .barrier) {
    |                                `- error: cannot infer contextual base in reference to member 'barrier'
 64 |       storage.recorder = recorder
 65 |     }
[13/112] Compiling WrkstrmMain String+Source.swift
[14/112] Compiling WrkstrmMain StringError.swift
[15/112] Compiling WrkstrmMain UInt+BitSetting.swift
[16/112] Compiling WrkstrmMain AnyCodingKey.swift
[17/116] Compiling WrkstrmMain JSON+AnyEquatableDictionaryEnum.swift
[18/116] Compiling WrkstrmMain JSON+AnyEquatableStruct.swift
[19/116] Compiling WrkstrmMain JSON+AnyEquatableStructDictionary.swift
[20/116] Compiling WrkstrmMain JSON+EmptyCodableStruct.swift
[21/120] Compiling WrkstrmMain DynamicCodingKey.swift
[22/120] Compiling WrkstrmMain JSON+AnyDictionary.swift
[23/120] Compiling WrkstrmMain JSON+AnyEquatableArrayEnum.swift
[28/120] Compiling SystemPackage SystemString.swift
[30/120] Compiling WrkstrmMain SortedArray.swift
[31/120] Emitting module Logging
[34/120] Compiling CommonProcess ProcessPreviewer.swift
[35/120] Compiling CommonProcess ProcessRunnerKind.swift
[36/120] Compiling WrkstrmMain Sequence+Unique.swift
[37/120] Compiling WrkstrmMain String+Contains.swift
[38/120] Compiling WrkstrmMain String+Count.swift
[39/120] Compiling WrkstrmMain String+KebabCase.swift
[40/120] Compiling WrkstrmMain String+Repeat.swift
[41/120] Compiling WrkstrmMain Sort.swift
[42/120] Compiling WrkstrmMain IndexedCollection.swift
[43/120] Compiling WrkstrmMain Tree.swift
[44/120] Compiling WrkstrmMain List.swift
[45/120] Emitting module WrkstrmMain
[51/120] Compiling WrkstrmMain Array+Filter.swift
[52/120] Compiling WrkstrmMain ClosedRange+Magnitude.swift
[53/120] Compiling WrkstrmMain Collection+Sorting.swift
[57/120] Compiling SystemPackage Util+StringArray.swift
[58/120] Compiling SystemPackage Util.swift
[59/120] Compiling SystemPackage UtilConsumers.swift
[60/120] Compiling WrkstrmMain Random.swift
[61/120] Emitting module SystemPackage
[95/121] Compiling Logging LogHandler.swift
[95/121] Wrapping AST for WrkstrmMain for debugging
BUILD FAILURE 6.1 wasm