Build Information
Failed to build CommonProcess, reference 0.2.0 (e23864), with Swift 6.1 for Wasm on 29 Oct 2025 06:12:51 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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wrkstrm/common-process.git
Reference: 0.2.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/wrkstrm/common-process
* tag 0.2.0 -> FETCH_HEAD
HEAD is now at e23864a Expand and clarify documentation for CommonProcess
Cloned https://github.com/wrkstrm/common-process.git
Revision (git rev-parse @):
e23864a007dc853a9348484ba08502ea4f3a1e23
SUCCESS checkout https://github.com/wrkstrm/common-process.git at 0.2.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/wrkstrm/common-process.git
https://github.com/wrkstrm/common-process.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "wrkstrmlog",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/wrkstrm/WrkstrmLog.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" : "wrkstrmmain",
"requirement" : {
"range" : [
{
"lower_bound" : "2.4.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/wrkstrm/WrkstrmMain.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-subprocess",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-subprocess.git"
},
{
"identity" : "swift-tools-support-core",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-tools-support-core.git"
},
{
"identity" : "swift-system",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-system"
},
{
"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" : "CommonProcess",
"name" : "CommonProcess",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "maccatalyst",
"version" : "17.0"
}
],
"products" : [
{
"name" : "CommonProcess",
"targets" : [
"CommonProcess"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CommonProcessExecutionKit",
"targets" : [
"CommonProcessExecutionKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CommonProcessTests",
"module_type" : "SwiftTarget",
"name" : "CommonProcessTests",
"path" : "tests/common-process-tests",
"sources" : [
"BufferedRunsTests.swift",
"EnvironmentModelTests.swift",
"EnvironmentPropagationTests.swift",
"ExecutableInvocationTests.swift",
"FoundationRunnerStreamingTests.swift",
"InstrumentationFactoryExtraTests.swift",
"InstrumentationTests.swift",
"ProcessErrorTests.swift",
"ProcessPreviewerTests.swift",
"ProcessRunnerKindCodingTests.swift",
"RunnerControllerFactoryFacadeTests.swift",
"RunnerSelectionTests.swift",
"StreamingCancelSpeedTests.swift",
"StreamingCancelStatusTests.swift",
"StreamingPreviewPolicyTests.swift",
"SubprocessStreamingTests.swift",
"TSCBasicStreamingTests.swift",
"TuistCompatibilityTests.swift"
],
"target_dependencies" : [
"CommonProcess",
"CommonProcessExecutionKit"
],
"type" : "test"
},
{
"c99name" : "CommonProcessExecutionKit",
"module_type" : "SwiftTarget",
"name" : "CommonProcessExecutionKit",
"path" : "sources/common-process-runners",
"product_dependencies" : [
"WrkstrmLog",
"WrkstrmMain",
"WrkstrmFoundation",
"SystemPackage",
"Subprocess",
"TSCBasic"
],
"product_memberships" : [
"CommonProcessExecutionKit"
],
"sources" : [
"CommandSpec+RunnerController.swift",
"CommandSpec+SubprocessBridge.swift",
"CommonProcessRunner.swift",
"ExecutableResolution.swift",
"FoundationRunner.swift",
"FoundationRunnerFactory.swift",
"InstrumentationFactory.swift",
"MetricsInstrumentation.swift",
"RunnerControllerFactory.swift",
"RunnerExecutor.swift",
"RunnerFactory.swift",
"SubprocessRunner.swift",
"SubprocessRunnerFactory.swift",
"TSCBasicRunner.swift",
"TSCBasicRunnerFactory.swift",
"TuistCompatibility.swift"
],
"target_dependencies" : [
"CommonProcess"
],
"type" : "library"
},
{
"c99name" : "CommonProcess",
"module_type" : "SwiftTarget",
"name" : "CommonProcess",
"path" : "sources/common-process",
"product_memberships" : [
"CommonProcess",
"CommonProcessExecutionKit"
],
"sources" : [
"CommandSpec.swift",
"EnvironmentModel.swift",
"Executable.swift",
"ExecutableReference.swift",
"ExecutionHostKind.swift",
"InstrumentationKey.swift",
"ProcessError.swift",
"ProcessEvent.swift",
"ProcessExitStatus+Convenience.swift",
"ProcessExitStatus.swift",
"ProcessExposure.swift",
"ProcessInstrumentation.swift",
"ProcessInstrumentationContext.swift",
"ProcessLogOptions.swift",
"ProcessMetrics.swift",
"ProcessOutput.swift",
"ProcessPreviewer.swift",
"ProcessRunnerKind.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
warning: 'spi-builder-workspace': ---- 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 ----
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
warning: 'spi-builder-workspace': ---- 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 ----
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-tools-support-core.git
Fetching https://github.com/apple/swift-system
Fetching https://github.com/wrkstrm/WrkstrmMain.git
Fetching https://github.com/swiftlang/swift-subprocess.git
Fetching https://github.com/apple/swift-docc-plugin
[1/1702] Fetching wrkstrmmain
[1176/18387] Fetching wrkstrmmain, swift-argument-parser
[2037/25388] Fetching wrkstrmmain, swift-argument-parser, swift-tools-support-core
[2582/27549] Fetching wrkstrmmain, swift-argument-parser, swift-tools-support-core, swift-docc-plugin
[4436/29975] Fetching wrkstrmmain, swift-argument-parser, swift-tools-support-core, swift-docc-plugin, swift-subprocess
[4579/35062] Fetching wrkstrmmain, swift-argument-parser, swift-tools-support-core, swift-docc-plugin, swift-subprocess, swift-system
Fetched https://github.com/wrkstrm/WrkstrmMain.git from cache (0.44s)
[6115/33360] Fetching swift-argument-parser, swift-tools-support-core, swift-docc-plugin, swift-subprocess, swift-system
Fetching https://github.com/wrkstrm/WrkstrmFoundation.git
[27689/36982] Fetching swift-argument-parser, swift-tools-support-core, swift-docc-plugin, swift-subprocess, swift-system, wrkstrmfoundation
Fetched https://github.com/swiftlang/swift-subprocess.git from cache (0.94s)
[27372/34556] Fetching swift-argument-parser, swift-tools-support-core, swift-docc-plugin, swift-system, wrkstrmfoundation
Fetching https://github.com/wrkstrm/WrkstrmLog.git
Fetched https://github.com/apple/swift-docc-plugin from cache (1.06s)
[30795/32395] Fetching swift-argument-parser, swift-tools-support-core, swift-system, wrkstrmfoundation
Fetched https://github.com/apple/swift-system from cache (1.10s)
[26801/27308] Fetching swift-argument-parser, swift-tools-support-core, wrkstrmfoundation
Fetched https://github.com/apple/swift-tools-support-core.git from cache (1.15s)
Fetched https://github.com/wrkstrm/WrkstrmFoundation.git from cache (0.82s)
[1/1997] Fetching wrkstrmlog
Fetched https://github.com/wrkstrm/WrkstrmLog.git from cache (0.60s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.72s)
Computing version for https://github.com/swiftlang/swift-subprocess.git
Computed https://github.com/swiftlang/swift-subprocess.git at 0.2.1 (2.54s)
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.85s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.3 (0.96s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (0.65s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (2.99s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3565] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.63s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.61s)
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.78s)
Computing version for https://github.com/wrkstrm/WrkstrmLog.git
Computed https://github.com/wrkstrm/WrkstrmLog.git at 2.2.4 (1.02s)
Fetching https://github.com/apple/swift-log.git
[1/4142] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (3.00s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (3.63s)
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 (1.11s)
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-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-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/wrkstrm/WrkstrmFoundation.git
Working copy of https://github.com/wrkstrm/WrkstrmFoundation.git resolved at 2.8.1
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/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
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/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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
warning: 'wrkstrmmain': ---- Package Inject Deps: Begin ----
Use Local Deps? false
[]
---- 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 ----
[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/13] Write sources
[11/13] Compiling CSystem shims.c
[12/13] Write swift-version-24593BA9C3E375BF.txt
[14/98] Emitting module SystemPackage
[15/102] 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
[16/102] 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
[17/102] 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
[18/102] 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
[19/102] 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
[20/102] 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
[21/102] 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
[22/102] 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
[23/102] 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
[24/102] 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
[25/102] 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
[32/108] 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
[33/108] 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
[34/108] 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
<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/108] Compiling SystemPackage SystemString.swift
[38/108] Compiling WrkstrmMain JSON.swift
[39/108] Compiling WrkstrmMain KeyedDecodingContainer+FuzzyDecoding.swift
[40/108] Compiling WrkstrmMain Injectable.swift
[41/108] Compiling SystemPackage FilePathSyntax.swift
[42/108] Compiling SystemPackage FilePathTemp.swift
[43/108] Compiling SystemPackage FilePathTempPosix.swift
[44/108] Compiling SystemPackage FilePathTempWindows.swift
[45/108] Compiling SystemPackage FilePath.swift
[53/108] Compiling CommonProcess ProcessPreviewer.swift
[54/108] 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
<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
[58/108] 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
[59/108] 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
<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
[65/108] Compiling Logging MetadataProvider.swift
[66/108] Compiling Logging Locks.swift
[67/108] Emitting module Logging
[68/108] Compiling Logging Logging.swift
[69/108] Compiling Logging LogHandler.swift
[70/108] Compiling SystemPackage Syscalls.swift
[71/108] Compiling SystemPackage WindowsSyscallAdapters.swift
[72/108] Compiling SystemPackage MachPort.swift
[73/108] Compiling SystemPackage PlatformString.swift
[75/109] Compiling SystemPackage RawIORequest.swift
[76/109] Compiling SystemPackage Backcompat.swift
[77/109] Compiling SystemPackage CInterop.swift
[78/109] Compiling SystemPackage Constants.swift
[79/109] Compiling SystemPackage Exports.swift
[80/109] Compiling SystemPackage Mocking.swift
[81/109] 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
<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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[85/110] 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/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/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()
<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
[93/131] Compiling WrkstrmLog Log+CacheStorage.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/131] Compiling WrkstrmLog Log+Decorator.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/131] Compiling WrkstrmLog FatalErrorUtil.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
<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
[103/131] Compiling WrkstrmLog Level+Emoji.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/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/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/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 | }
[104/131] Compiling WrkstrmLog Level+OSLogType.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/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/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/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
<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/131] 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
[110/131] 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
<unknown>
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: 'spi-builder-workspace': ---- 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/5] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/90] Emitting module CommonProcess
/host/spi-builder-workspace/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/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()
[7/92] Compiling Logging MetadataProvider.swift
[8/92] Compiling SystemPackage FilePathTempPosix.swift
/host/spi-builder-workspace/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/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/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/92] Compiling SystemPackage FilePathTempWindows.swift
/host/spi-builder-workspace/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/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/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/92] Emitting module WrkstrmMain
[11/96] Compiling SystemPackage IORing.swift
[12/96] Compiling SystemPackage RawIORequest.swift
[13/96] Compiling SystemPackage Backcompat.swift
[14/96] Compiling SystemPackage CInterop.swift
[15/96] Compiling SystemPackage WindowsSyscallAdapters.swift
[16/96] Compiling SystemPackage MachPort.swift
[17/96] Compiling SystemPackage PlatformString.swift
[18/96] Compiling WrkstrmMain JSON+KVPair.swift
[19/96] Compiling SystemPackage Errno.swift
[20/96] Compiling SystemPackage ErrnoWindows.swift
[21/96] Compiling SystemPackage FileDescriptor.swift
[22/96] Compiling SystemPackage FileHelpers.swift
[23/96] Compiling SystemPackage FileOperations.swift
[24/96] Compiling SystemPackage FilePathWindows.swift
[25/96] Compiling SystemPackage FilePermissions.swift
[26/96] Compiling SystemPackage FilePathSyntax.swift
[27/96] Compiling SystemPackage FilePathTemp.swift
[28/96] Compiling SystemPackage FilePathParsing.swift
[29/96] Compiling SystemPackage FilePathString.swift
[30/96] Compiling SystemPackage FilePathComponentView.swift
[31/96] Compiling SystemPackage FilePathComponents.swift
[34/96] Compiling CommonProcess ProcessPreviewer.swift
[35/96] Compiling CommonProcess ProcessRunnerKind.swift
[40/99] Compiling SystemPackage FilePath.swift
[49/100] Compiling SystemPackage Syscalls.swift
[55/100] Compiling SystemPackage Util+StringArray.swift
[56/100] Compiling SystemPackage Util.swift
[57/100] Compiling SystemPackage UtilConsumers.swift
[58/100] Compiling WrkstrmMain Random.swift
[66/100] Compiling SystemPackage Constants.swift
[67/100] Compiling SystemPackage Exports.swift
[68/100] Compiling SystemPackage Mocking.swift
[69/100] Compiling SystemPackage RawBuffer.swift
[83/101] Emitting module SystemPackage
[89/101] Compiling Logging LogHandler.swift
[90/101] Compiling Logging Locks.swift
[91/101] Emitting module Logging
BUILD FAILURE 6.1 wasm