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 0.0.1 (f4e40f), with Swift 6.1 for Wasm on 11 Nov 2025 13:48:20 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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: 0.0.1
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
 * tag               0.0.1      -> FETCH_HEAD
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 0.0.1
========================================
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-4609320-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/wrkstrm/WrkstrmLog.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/wrkstrm/common-process.git
Fetching https://github.com/wrkstrm/WrkstrmFoundation.git
Fetching https://github.com/wrkstrm/wrkstrm-performance.git
[1/410] Fetching wrkstrm-performance
[415/844] Fetching wrkstrm-performance, common-process
[845/3004] Fetching wrkstrm-performance, common-process, swift-docc-plugin
[1083/6626] Fetching wrkstrm-performance, common-process, swift-docc-plugin, wrkstrmfoundation
[1482/8643] Fetching wrkstrm-performance, common-process, swift-docc-plugin, wrkstrmfoundation, wrkstrmlog
Fetched https://github.com/wrkstrm/wrkstrm-performance.git from cache (0.30s)
[4297/8233] Fetching common-process, swift-docc-plugin, wrkstrmfoundation, wrkstrmlog
Fetched https://github.com/wrkstrm/common-process.git from cache (0.31s)
[3864/24485] Fetching swift-docc-plugin, wrkstrmfoundation, wrkstrmlog, swift-argument-parser
Fetched https://github.com/wrkstrm/WrkstrmFoundation.git from cache (0.48s)
Fetched https://github.com/wrkstrm/WrkstrmLog.git from cache (0.49s)
[6666/18846] Fetching swift-docc-plugin, swift-argument-parser
Fetched https://github.com/apple/swift-docc-plugin from cache (0.56s)
[7676/16686] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.87s)
Computing version for https://github.com/wrkstrm/wrkstrm-performance.git
Computed https://github.com/wrkstrm/wrkstrm-performance.git at 0.1.0 (1.63s)
Fetching https://github.com/wrkstrm/WrkstrmMain.git
[1/1702] Fetching wrkstrmmain
Fetched https://github.com/wrkstrm/WrkstrmMain.git from cache (0.23s)
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 (0.99s)
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
[1349/12190] Fetching swift-system, swift-tools-support-core
[7219/14648] Fetching swift-system, swift-tools-support-core, swift-subprocess
Fetched https://github.com/swiftlang/swift-subprocess.git from cache (0.51s)
Fetched https://github.com/apple/swift-system from cache (0.51s)
Fetched https://github.com/apple/swift-tools-support-core.git from cache (0.56s)
Computing version for https://github.com/swiftlang/swift-subprocess.git
Computed https://github.com/swiftlang/swift-subprocess.git at 0.2.1 (1.18s)
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.77s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (0.62s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.3 (0.62s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (2.60s)
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.64s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.62s)
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.71s)
Fetching https://github.com/apple/swift-log.git
[1/4398] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.44s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (1.01s)
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.79s)
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/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/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/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/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.6.3
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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
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: '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 ----
[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
[23/127] Emitting module Logging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/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()
[25/129] Compiling SystemPackage Errno.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/129] Compiling SystemPackage ErrnoWindows.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/129] Compiling SystemPackage FileDescriptor.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/129] Compiling SystemPackage FileHelpers.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 SystemPackage FilePathString.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 SystemPackage FilePathSyntax.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 SystemPackage FilePathTemp.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 SystemPackage FilePathTempPosix.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 SystemPackage FilePathTempWindows.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 SystemPackage Exports.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 SystemPackage Mocking.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
[36/133] Compiling SystemPackage RawBuffer.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
[37/133] Compiling SystemPackage Syscalls.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
[38/133] Compiling SystemPackage FilePermissions.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
[39/133] Compiling SystemPackage IOCompletion.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/133] Compiling SystemPackage IORequest.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/133] Compiling SystemPackage Constants.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/133] Compiling SystemPackage FileOperations.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/133] Compiling SystemPackage FilePath.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/133] Compiling SystemPackage FilePathComponentView.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/133] Compiling SystemPackage FilePathComponents.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/133] Compiling SystemPackage FilePathParsing.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/133] 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
[48/133] Compiling ArgumentParserToolInfo ToolInfo.swift
[49/133] Emitting module ArgumentParserToolInfo
[50/133] Compiling SystemPackage IORing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[51/133] Compiling SystemPackage RawIORequest.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/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
[53/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
[54/133] Compiling SystemPackage FilePathWindows.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
[62/137] Compiling Logging Locks.swift
[63/137] Compiling Logging LogHandler.swift
[64/138] Emitting module SystemPackage
[74/138] Wrapping AST for ArgumentParserToolInfo for debugging
[76/138] Compiling SystemPackage Util+StringArray.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
[77/138] Compiling SystemPackage Util.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/138] Compiling SystemPackage UtilConsumers.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/138] 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
[80/182] Compiling Logging MetadataProvider.swift
[81/182] Compiling ArgumentParser ParsableCommand.swift
[82/182] Compiling ArgumentParser ArgumentDecoder.swift
[83/182] Compiling ArgumentParser ArgumentDefinition.swift
[84/182] Compiling ArgumentParser ArgumentSet.swift
[85/182] Compiling ArgumentParser CommandParser.swift
[86/182] Compiling ArgumentParser InputKey.swift
[87/182] Compiling ArgumentParser InputOrigin.swift
[88/182] Compiling ArgumentParser Name.swift
[89/182] Compiling ArgumentParser DumpHelpGenerator.swift
[90/182] Compiling ArgumentParser HelpCommand.swift
[91/182] Compiling ArgumentParser HelpGenerator.swift
[92/182] Compiling ArgumentParser MessageInfo.swift
[93/182] Compiling Logging Logging.swift
[94/182] Compiling ArgumentParser Parsed.swift
[95/182] Compiling ArgumentParser ParsedValues.swift
[96/182] Compiling ArgumentParser ParserError.swift
[97/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
[101/183] Compiling ArgumentParser Option.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
/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 |     }
[102/183] Compiling ArgumentParser ParsableArguments.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
/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
<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
[106/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
[106/184] Wrapping AST for Logging for debugging
[108/184] 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
[109/184] 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
[110/184] 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
[111/184] Compiling ArgumentParser CompletionKind.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[112/184] Compiling ArgumentParser Errors.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<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
[116/205] Compiling WrkstrmLog DisabledLogBackend.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
[117/205] Compiling WrkstrmLog FileLogBackend.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
[118/205] Compiling WrkstrmLog OSLogBackend.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
[119/205] Compiling WrkstrmLog PrintLogBackend.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
[120/205] Compiling WrkstrmLog SwiftLogBackend.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
[120/205] Wrapping AST for WrkstrmMain for debugging
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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: '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 ----
[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 MetadataProvider.swift
[7/110] Compiling Logging Locks.swift
[8/110] Compiling SystemPackage FilePathWindows.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 |     }
[9/110] Compiling SystemPackage FilePermissions.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 |     }
[10/112] Compiling SystemPackage RawIORequest.swift
[11/112] Compiling SystemPackage Backcompat.swift
[12/112] Compiling SystemPackage CInterop.swift
[13/112] Compiling SystemPackage Constants.swift
[14/116] Compiling SystemPackage Syscalls.swift
[15/116] Compiling SystemPackage WindowsSyscallAdapters.swift
[16/116] Compiling SystemPackage MachPort.swift
[17/116] Compiling SystemPackage PlatformString.swift
[21/120] Compiling SystemPackage SystemString.swift
[22/120] Compiling SystemPackage Exports.swift
[23/120] Compiling SystemPackage Mocking.swift
[24/120] Compiling SystemPackage RawBuffer.swift
[26/120] Emitting module Logging
[27/120] Compiling SystemPackage ErrnoWindows.swift
[28/120] Compiling SystemPackage FileDescriptor.swift
[29/120] Compiling SystemPackage FileHelpers.swift
[30/120] Compiling SystemPackage FileOperations.swift
[33/120] Compiling CommonProcess ProcessPreviewer.swift
[34/120] Compiling CommonProcess ProcessRunnerKind.swift
[35/120] Compiling SystemPackage IORing.swift
[36/120] Compiling SystemPackage FilePathString.swift
[37/120] Compiling SystemPackage Errno.swift
[42/120] Compiling SystemPackage FilePathComponents.swift
[43/120] Compiling SystemPackage FilePathParsing.swift
[44/120] Compiling SystemPackage FilePathComponentView.swift
[49/120] Compiling SystemPackage Util+StringArray.swift
[50/120] Compiling SystemPackage Util.swift
[51/120] Compiling SystemPackage UtilConsumers.swift
[52/120] Compiling WrkstrmMain Random.swift
[55/120] Emitting module WrkstrmMain
[56/120] Compiling SystemPackage FilePathSyntax.swift
[57/120] Compiling SystemPackage FilePathTemp.swift
[58/120] Compiling SystemPackage FilePathTempPosix.swift
[59/120] Compiling SystemPackage FilePathTempWindows.swift
[60/120] Compiling SystemPackage FilePath.swift
[69/121] Compiling Logging LogHandler.swift
[70/121] Compiling Logging Logging.swift
[71/121] Emitting module ArgumentParserToolInfo
[72/121] Compiling ArgumentParserToolInfo ToolInfo.swift
[74/123] Emitting module SystemPackage
error: emit-module command failed with exit code 1 (use -v to see invocation)
[83/123] 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()
[106/124] Wrapping AST for WrkstrmMain for debugging
[107/124] Wrapping AST for Logging for debugging
BUILD FAILURE 6.1 wasm