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 CommonProcess, reference main (f2bbf1), with Swift 6.1 for Wasm on 11 Nov 2025 22:37:50 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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-process.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/wrkstrm/common-process
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f2bbf12 Generate and publish DocC for multiple Swift targets
Cloned https://github.com/wrkstrm/common-process.git
Revision (git rev-parse @):
f2bbf12c85864c4657c51e3e396c7d9ee71c2aaf
SUCCESS checkout https://github.com/wrkstrm/common-process.git at main
========================================
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-configuration",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "0.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-configuration"
    },
    {
      "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",
        "PathResolutionRunnerTests.swift",
        "PathResolutionTests.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",
        "Configuration",
        "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_dependencies" : [
        "Configuration"
      ],
      "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-4606859-3":/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/swiftlang/swift-subprocess.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-configuration
Fetching https://github.com/apple/swift-system
[1/2160] Fetching swift-docc-plugin
[239/7342] Fetching swift-docc-plugin, swift-system
[550/8388] Fetching swift-docc-plugin, swift-system, swift-configuration
[655/25074] Fetching swift-docc-plugin, swift-system, swift-configuration, swift-argument-parser
[906/32089] Fetching swift-docc-plugin, swift-system, swift-configuration, swift-argument-parser, swift-tools-support-core
[2346/34550] Fetching swift-docc-plugin, swift-system, swift-configuration, swift-argument-parser, swift-tools-support-core, swift-subprocess
Fetched https://github.com/apple/swift-system from cache (1.15s)
[22194/29368] Fetching swift-docc-plugin, swift-configuration, swift-argument-parser, swift-tools-support-core, swift-subprocess
Fetched https://github.com/swiftlang/swift-subprocess.git from cache (1.18s)
[20233/26907] Fetching swift-docc-plugin, swift-configuration, swift-argument-parser, swift-tools-support-core
Fetching https://github.com/wrkstrm/WrkstrmMain.git
Fetching https://github.com/wrkstrm/WrkstrmFoundation.git
[26908/30529] Fetching swift-docc-plugin, swift-configuration, swift-argument-parser, swift-tools-support-core, wrkstrmfoundation
[26945/32231] Fetching swift-docc-plugin, swift-configuration, swift-argument-parser, swift-tools-support-core, wrkstrmfoundation, wrkstrmmain
Fetched https://github.com/wrkstrm/WrkstrmFoundation.git from cache (1.34s)
Fetched https://github.com/wrkstrm/WrkstrmMain.git from cache (1.34s)
Fetching https://github.com/wrkstrm/WrkstrmLog.git
Fetched https://github.com/apple/swift-configuration from cache (2.59s)
Fetched https://github.com/apple/swift-tools-support-core.git from cache (2.61s)
Fetched https://github.com/apple/swift-docc-plugin from cache (2.62s)
Fetched https://github.com/apple/swift-argument-parser from cache (2.63s)
[1/2017] Fetching wrkstrmlog
Fetched https://github.com/wrkstrm/WrkstrmLog.git from cache (0.98s)
Computing version for https://github.com/apple/swift-configuration
Computed https://github.com/apple/swift-configuration at 0.2.0 (4.79s)
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/swift-server/swift-service-lifecycle
Fetching https://github.com/apple/swift-metrics
Fetching https://github.com/apple/swift-log
[1/2562] Fetching swift-service-lifecycle
[53/5049] Fetching swift-service-lifecycle, swift-metrics
[2590/9447] Fetching swift-service-lifecycle, swift-metrics, swift-log
[6223/20710] Fetching swift-service-lifecycle, swift-metrics, swift-log, yams
Fetched https://github.com/swift-server/swift-service-lifecycle from cache (0.76s)
[7787/18148] Fetching swift-metrics, swift-log, yams
Fetched https://github.com/apple/swift-metrics from cache (0.94s)
Fetched https://github.com/apple/swift-log from cache (0.94s)
[1690/11263] Fetching yams
Fetched https://github.com/jpsim/Yams from cache (2.62s)
Computing version for https://github.com/apple/swift-metrics
Computed https://github.com/apple/swift-metrics at 2.7.1 (3.58s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (0.94s)
Computing version for https://github.com/swiftlang/swift-subprocess.git
Computed https://github.com/swiftlang/swift-subprocess.git at 0.2.1 (1.05s)
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 (2.18s)
Computing version for https://github.com/swift-server/swift-service-lifecycle
Computed https://github.com/swift-server/swift-service-lifecycle at 2.9.1 (0.80s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/5681] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.70s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.81s)
Fetching https://github.com/apple/swift-collections.git
[1/18314] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.98s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.3 (3.17s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (1.12s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (4.14s)
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.86s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.80s)
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 (1.16s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 6.2.0 (1.03s)
Computing version for https://github.com/wrkstrm/WrkstrmLog.git
Computed https://github.com/wrkstrm/WrkstrmLog.git at 2.2.4 (1.14s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.37s)
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.54s)
Creating working copy for https://github.com/apple/swift-metrics
Working copy of https://github.com/apple/swift-metrics resolved at 2.7.1
Creating working copy for https://github.com/swift-server/swift-service-lifecycle
Working copy of https://github.com/swift-server/swift-service-lifecycle resolved at 2.9.1
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/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.4
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/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-configuration
Working copy of https://github.com/apple/swift-configuration resolved at 0.2.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/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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
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/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/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/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 6.2.0
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/14] Write sources
[12/14] Compiling CSystem shims.c
[13/14] Write swift-version-24593BA9C3E375BF.txt
[15/82] Emitting module SystemPackage
[16/86] 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
[17/90] Compiling WrkstrmMain JSON.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[18/90] Compiling WrkstrmMain KeyedDecodingContainer+FuzzyDecoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/90] Compiling WrkstrmMain Injectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/90] 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
[21/90] 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
[22/90] 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
[23/90] 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
[24/90] 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
[25/90] 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
[26/90] 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
[27/90] 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
[28/90] 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
[29/90] 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
[30/90] 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
[31/90] 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
[32/90] 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
[33/90] 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
[34/90] 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
[35/90] Emitting module Logging
[36/90] 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
[37/90] 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
[38/90] 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
[39/90] 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
[40/90] 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
[45/90] Compiling SystemPackage SystemString.swift
[63/90] Compiling SystemPackage Syscalls.swift
[64/90] Compiling SystemPackage WindowsSyscallAdapters.swift
[65/90] Compiling SystemPackage MachPort.swift
[66/90] Compiling SystemPackage PlatformString.swift
[67/90] Compiling Logging Locks.swift
[68/90] Compiling Logging Logging.swift
[69/90] Compiling Logging LogHandler.swift
[70/90] Compiling Logging MetadataProvider.swift
[71/91] Compiling SystemPackage Constants.swift
[72/91] Compiling SystemPackage Exports.swift
[73/91] Compiling SystemPackage Mocking.swift
[74/91] Compiling SystemPackage RawBuffer.swift
[76/91] Compiling SystemPackage RawIORequest.swift
[77/91] Compiling SystemPackage Backcompat.swift
[78/91] Compiling SystemPackage CInterop.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
<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
[94/154] Compiling Configuration CommandLineArgumentsProvider.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/154] Compiling Configuration CommonProviderFileSystem.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[96/154] Compiling Configuration ReloadingFileProviderCore.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[97/156] Compiling Configuration MultiProvider.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/WrkstrmLog/Sources/WrkstrmLog/Log+Decorator.swift:118:27: error: cannot find 'Thread' in scope
116 |           "line": line,
117 |           "timestamp": timestamp,
118 |           "isMainThread": Thread.isMainThread,
    |                           `- error: cannot find 'Thread' in scope
119 |         ]
120 |         if let threadId { dict["threadId"] = threadId }
[98/156] Compiling Configuration CLIArgumentParser.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/WrkstrmLog/Sources/WrkstrmLog/Log+Decorator.swift:118:27: error: cannot find 'Thread' in scope
116 |           "line": line,
117 |           "timestamp": timestamp,
118 |           "isMainThread": Thread.isMainThread,
    |                           `- error: cannot find 'Thread' in scope
119 |         ]
120 |         if let threadId { dict["threadId"] = threadId }
[99/156] Compiling Configuration CLISnapshot.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/WrkstrmLog/Sources/WrkstrmLog/Log+Decorator.swift:118:27: error: cannot find 'Thread' in scope
116 |           "line": line,
117 |           "timestamp": timestamp,
118 |           "isMainThread": Thread.isMainThread,
    |                           `- error: cannot find 'Thread' in scope
119 |         ]
120 |         if let threadId { dict["threadId"] = threadId }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[100/156] Emitting module WrkstrmLog
<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/WrkstrmLog/Sources/WrkstrmLog/Log.swift:227:29: error: value of type 'Log.Cache' has no member 'currentThreadContextID'
225 |     forceDisabled: true,
226 |     backend: Log.makeDefaultBackend(),
227 |     contextID: Cache.shared.currentThreadContextID()
    |                             `- error: value of type 'Log.Cache' has no member 'currentThreadContextID'
228 |   )
229 |
/host/spi-builder-workspace/.build/checkouts/WrkstrmLog/Sources/WrkstrmLog/ProcessInfo+Xcode.swift:35:11: error: cannot find type 'ProcessInfo' in scope
33 | #else
34 | // WASM: provide a stable API surface with defaults
35 | extension ProcessInfo {
   |           `- error: cannot find type 'ProcessInfo' in scope
36 |   public static var inXcodeEnvironment: Bool { false }
37 | }
[101/156] Compiling Configuration JSONProviderSnapshot.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/WrkstrmLog/Sources/WrkstrmLog/Log+Inject.swift:28:38: error: cannot convert value of type 'URL' to expected argument type 'String'
 26 |           let lastComponent = url.lastPathComponent
 27 |           let trimmed = lastComponent.replacingOccurrences(of: ".swift", with: "")
 28 |           return Cache.PathInfo(url: url, fileName: trimmed, lastPathComponent: lastComponent)
    |                                      `- error: cannot convert value of type 'URL' to expected argument type 'String'
 29 |         }
 30 |       }
[102/156] Compiling Configuration ReloadingJSONProvider.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/WrkstrmLog/Sources/WrkstrmLog/Log+Inject.swift:28:38: error: cannot convert value of type 'URL' to expected argument type 'String'
 26 |           let lastComponent = url.lastPathComponent
 27 |           let trimmed = lastComponent.replacingOccurrences(of: ".swift", with: "")
 28 |           return Cache.PathInfo(url: url, fileName: trimmed, lastPathComponent: lastComponent)
    |                                      `- error: cannot convert value of type 'URL' to expected argument type 'String'
 29 |         }
 30 |       }
[103/156] Compiling Configuration ReloadingFileProviderMetrics.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/WrkstrmLog/Sources/WrkstrmLog/Log+Inject.swift:28:38: error: cannot convert value of type 'URL' to expected argument type 'String'
 26 |           let lastComponent = url.lastPathComponent
 27 |           let trimmed = lastComponent.replacingOccurrences(of: ".swift", with: "")
 28 |           return Cache.PathInfo(url: url, fileName: trimmed, lastPathComponent: lastComponent)
    |                                      `- error: cannot convert value of type 'URL' to expected argument type 'String'
 29 |         }
 30 |       }
[104/156] Compiling WrkstrmLog Log.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/WrkstrmLog/Sources/WrkstrmLog/Log.swift:227:29: error: value of type 'Log.Cache' has no member 'currentThreadContextID'
225 |     forceDisabled: true,
226 |     backend: Log.makeDefaultBackend(),
227 |     contextID: Cache.shared.currentThreadContextID()
    |                             `- error: value of type 'Log.Cache' has no member 'currentThreadContextID'
228 |   )
229 |
/host/spi-builder-workspace/.build/checkouts/WrkstrmLog/Sources/WrkstrmLog/Log.swift:134:34: error: value of type 'Log.Cache' has no member 'currentThreadContextID'
132 |     backend: (any LogBackend)? = nil
133 |   ) {
134 |     let contextID = Cache.shared.currentThreadContextID()
    |                                  `- error: value of type 'Log.Cache' has no member 'currentThreadContextID'
135 |     self.system = system
136 |     self.category = category
/host/spi-builder-workspace/.build/checkouts/WrkstrmLog/Sources/WrkstrmLog/Log.swift:153:34: error: value of type 'Log.Cache' has no member 'currentThreadContextID'
151 |     backends: [any LogBackend]
152 |   ) {
153 |     let contextID = Cache.shared.currentThreadContextID()
    |                                  `- error: value of type 'Log.Cache' has no member 'currentThreadContextID'
154 |     self.system = system
155 |     self.category = category
/host/spi-builder-workspace/.build/checkouts/WrkstrmLog/Sources/WrkstrmLog/Log.swift:176:34: error: value of type 'Log.Cache' has no member 'currentThreadContextID'
174 |     options: Options = []
175 |   ) {
176 |     let contextID = Cache.shared.currentThreadContextID()
    |                                  `- error: value of type 'Log.Cache' has no member 'currentThreadContextID'
177 |     self.system = system
178 |     self.category = category
/host/spi-builder-workspace/.build/checkouts/WrkstrmLog/Sources/WrkstrmLog/Log.swift:507:18: error: value of type 'Log.Cache' has no member 'withContext'
505 |     dso: UnsafeRawPointer
506 |   ) {
507 |     Cache.shared.withContext(contextID) {
    |                  `- error: value of type 'Log.Cache' has no member 'withContext'
508 |       guard isEnabled else { return }
509 |       guard effectiveLevel(for: level) != nil else { return }
/host/spi-builder-workspace/.build/checkouts/WrkstrmLog/Sources/WrkstrmLog/Log.swift:608:31: error: value of type 'Log.Cache' has no member 'logger'
606 |     line: UInt
607 |   ) {
608 |     let logger = Cache.shared.logger(for: self, effectiveLevel: effectiveLevel)
    |                               `- error: value of type 'Log.Cache' has no member 'logger'
609 |     logger.log(
610 |       level: level,
[105/156] Compiling WrkstrmLog LogBackend.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/WrkstrmLog/Sources/WrkstrmLog/Log.swift:227:29: error: value of type 'Log.Cache' has no member 'currentThreadContextID'
225 |     forceDisabled: true,
226 |     backend: Log.makeDefaultBackend(),
227 |     contextID: Cache.shared.currentThreadContextID()
    |                             `- error: value of type 'Log.Cache' has no member 'currentThreadContextID'
228 |   )
229 |
/host/spi-builder-workspace/.build/checkouts/WrkstrmLog/Sources/WrkstrmLog/Log.swift:134:34: error: value of type 'Log.Cache' has no member 'currentThreadContextID'
132 |     backend: (any LogBackend)? = nil
133 |   ) {
134 |     let contextID = Cache.shared.currentThreadContextID()
    |                                  `- error: value of type 'Log.Cache' has no member 'currentThreadContextID'
135 |     self.system = system
136 |     self.category = category
/host/spi-builder-workspace/.build/checkouts/WrkstrmLog/Sources/WrkstrmLog/Log.swift:153:34: error: value of type 'Log.Cache' has no member 'currentThreadContextID'
151 |     backends: [any LogBackend]
152 |   ) {
153 |     let contextID = Cache.shared.currentThreadContextID()
    |                                  `- error: value of type 'Log.Cache' has no member 'currentThreadContextID'
154 |     self.system = system
155 |     self.category = category
/host/spi-builder-workspace/.build/checkouts/WrkstrmLog/Sources/WrkstrmLog/Log.swift:176:34: error: value of type 'Log.Cache' has no member 'currentThreadContextID'
174 |     options: Options = []
175 |   ) {
176 |     let contextID = Cache.shared.currentThreadContextID()
    |                                  `- error: value of type 'Log.Cache' has no member 'currentThreadContextID'
177 |     self.system = system
178 |     self.category = category
/host/spi-builder-workspace/.build/checkouts/WrkstrmLog/Sources/WrkstrmLog/Log.swift:507:18: error: value of type 'Log.Cache' has no member 'withContext'
505 |     dso: UnsafeRawPointer
506 |   ) {
507 |     Cache.shared.withContext(contextID) {
    |                  `- error: value of type 'Log.Cache' has no member 'withContext'
508 |       guard isEnabled else { return }
509 |       guard effectiveLevel(for: level) != nil else { return }
/host/spi-builder-workspace/.build/checkouts/WrkstrmLog/Sources/WrkstrmLog/Log.swift:608:31: error: value of type 'Log.Cache' has no member 'logger'
606 |     line: UInt
607 |   ) {
608 |     let logger = Cache.shared.logger(for: self, effectiveLevel: effectiveLevel)
    |                               `- error: value of type 'Log.Cache' has no member 'logger'
609 |     logger.log(
610 |       level: level,
[106/156] Compiling WrkstrmLog Platform.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/WrkstrmLog/Sources/WrkstrmLog/ProcessInfo+Xcode.swift:35:11: error: cannot find type 'ProcessInfo' in scope
33 | #else
34 | // WASM: provide a stable API surface with defaults
35 | extension ProcessInfo {
   |           `- error: cannot find type 'ProcessInfo' in scope
36 |   public static var inXcodeEnvironment: Bool { false }
37 | }
[107/156] Compiling WrkstrmLog ProcessInfo+Xcode.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/WrkstrmLog/Sources/WrkstrmLog/ProcessInfo+Xcode.swift:35:11: error: cannot find type 'ProcessInfo' in scope
33 | #else
34 | // WASM: provide a stable API surface with defaults
35 | extension ProcessInfo {
   |           `- error: cannot find type 'ProcessInfo' in scope
36 |   public static var inXcodeEnvironment: Bool { false }
37 | }
[108/156] Compiling Configuration ConfigReader.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/156] Compiling Configuration ConfigSnapshotReader+methods.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/156] Compiling Configuration ConfigSnapshotReader.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/156] Compiling Configuration InMemoryProvider.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/156] Compiling Configuration MutableInMemoryProvider.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
[113/156] Compiling Configuration JSONProvider.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
[114/156] Compiling Configuration ConfigProviderHelpers.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/WrkstrmLog/Sources/WrkstrmLog/Backends/SwiftLogBackend.swift:17:40: error: value of type 'Log.Cache' has no member 'logger'
15 |     // Reuse cached Swift logger for compatibility and performance.
16 |     // We do not compute effective level here; use the current level as a floor.
17 |     let swiftLogger = Log.Cache.shared.logger(for: logger, effectiveLevel: level)
   |                                        `- error: value of type 'Log.Cache' has no member 'logger'
18 |     let body = logger.decorator.format(
19 |       level,
[115/156] Compiling Configuration ConfigReader+internalHelpers.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/WrkstrmLog/Sources/WrkstrmLog/Backends/SwiftLogBackend.swift:17:40: error: value of type 'Log.Cache' has no member 'logger'
15 |     // Reuse cached Swift logger for compatibility and performance.
16 |     // We do not compute effective level here; use the current level as a floor.
17 |     let swiftLogger = Log.Cache.shared.logger(for: logger, effectiveLevel: level)
   |                                        `- error: value of type 'Log.Cache' has no member 'logger'
18 |     let body = logger.decorator.format(
19 |       level,
[116/156] Compiling Configuration ConfigReader+methods.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/WrkstrmLog/Sources/WrkstrmLog/Backends/SwiftLogBackend.swift:17:40: error: value of type 'Log.Cache' has no member 'logger'
15 |     // Reuse cached Swift logger for compatibility and performance.
16 |     // We do not compute effective level here; use the current level as a floor.
17 |     let swiftLogger = Log.Cache.shared.logger(for: logger, effectiveLevel: level)
   |                                        `- error: value of type 'Log.Cache' has no member 'logger'
18 |     let body = logger.decorator.format(
19 |       level,
<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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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
[6/73] Compiling Logging Locks.swift
[7/73] Compiling Logging LogHandler.swift
[8/73] Compiling Logging MetadataProvider.swift
[9/73] Compiling SystemPackage IORing.swift
[10/73] Compiling SystemPackage RawIORequest.swift
[11/73] Compiling SystemPackage Backcompat.swift
[12/73] Compiling SystemPackage CInterop.swift
[16/77] Compiling SystemPackage Constants.swift
[17/77] Compiling SystemPackage FilePermissions.swift
[18/77] Compiling SystemPackage IOCompletion.swift
[19/77] Compiling SystemPackage IORequest.swift
[21/81] Compiling SystemPackage Exports.swift
[22/81] Compiling SystemPackage Mocking.swift
[23/81] Compiling SystemPackage RawBuffer.swift
[24/81] Compiling SystemPackage Syscalls.swift
[25/81] Emitting module Logging
[26/81] Compiling SystemPackage WindowsSyscallAdapters.swift
[27/81] Compiling SystemPackage MachPort.swift
[28/81] Compiling SystemPackage PlatformString.swift
[29/81] Compiling SystemPackage SystemString.swift
[30/81] Compiling SystemPackage FilePathSyntax.swift
[31/81] Compiling SystemPackage FilePathTemp.swift
[32/81] Compiling SystemPackage FilePathTempPosix.swift
[33/81] Compiling SystemPackage FilePathTempWindows.swift
[34/81] Compiling SystemPackage FilePathWindows.swift
[39/81] Compiling SystemPackage FilePath.swift
[40/81] Compiling SystemPackage FilePathComponentView.swift
[41/81] Compiling SystemPackage FilePathComponents.swift
[42/81] Compiling SystemPackage FilePathParsing.swift
[43/81] Compiling SystemPackage FilePathString.swift
[44/81] Emitting module WrkstrmMain
[45/81] Compiling SystemPackage Errno.swift
[46/81] Compiling SystemPackage ErrnoWindows.swift
[47/81] Compiling SystemPackage FileDescriptor.swift
[48/81] Compiling SystemPackage FileHelpers.swift
[49/81] Compiling SystemPackage FileOperations.swift
[50/81] Compiling WrkstrmMain JSON.swift
[51/81] Compiling WrkstrmMain KeyedDecodingContainer+FuzzyDecoding.swift
[52/81] Compiling WrkstrmMain Injectable.swift
[53/81] Compiling WrkstrmMain Random.swift
[67/82] Compiling Logging Logging.swift
[73/83] Emitting module SystemPackage
[85/145] Compiling Configuration AccessReporter.swift
[86/145] Compiling Configuration AccessLogger.swift
[87/145] Compiling Configuration FileAccessLogger.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[88/147] Emitting module WrkstrmLog
/host/spi-builder-workspace/.build/checkouts/WrkstrmLog/Sources/WrkstrmLog/Log.swift:227:29: error: value of type 'Log.Cache' has no member 'currentThreadContextID'
225 |     forceDisabled: true,
226 |     backend: Log.makeDefaultBackend(),
227 |     contextID: Cache.shared.currentThreadContextID()
    |                             `- error: value of type 'Log.Cache' has no member 'currentThreadContextID'
228 |   )
229 |
/host/spi-builder-workspace/.build/checkouts/WrkstrmLog/Sources/WrkstrmLog/ProcessInfo+Xcode.swift:35:11: error: cannot find type 'ProcessInfo' in scope
33 | #else
34 | // WASM: provide a stable API surface with defaults
35 | extension ProcessInfo {
   |           `- error: cannot find type 'ProcessInfo' in scope
36 |   public static var inXcodeEnvironment: Bool { false }
37 | }
[89/147] Compiling WrkstrmLog Platform.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmLog/Sources/WrkstrmLog/ProcessInfo+Xcode.swift:35:11: error: cannot find type 'ProcessInfo' in scope
33 | #else
34 | // WASM: provide a stable API surface with defaults
35 | extension ProcessInfo {
   |           `- error: cannot find type 'ProcessInfo' in scope
36 |   public static var inXcodeEnvironment: Bool { false }
37 | }
[90/147] Compiling WrkstrmLog ProcessInfo+Xcode.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmLog/Sources/WrkstrmLog/ProcessInfo+Xcode.swift:35:11: error: cannot find type 'ProcessInfo' in scope
33 | #else
34 | // WASM: provide a stable API surface with defaults
35 | extension ProcessInfo {
   |           `- error: cannot find type 'ProcessInfo' in scope
36 |   public static var inXcodeEnvironment: Bool { false }
37 | }
[91/147] Compiling Configuration ExpressibleByConfigString.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmLog/Sources/WrkstrmLog/Log+Decorator.swift:118:27: error: cannot find 'Thread' in scope
116 |           "line": line,
117 |           "timestamp": timestamp,
118 |           "isMainThread": Thread.isMainThread,
    |                           `- error: cannot find 'Thread' in scope
119 |         ]
120 |         if let threadId { dict["threadId"] = threadId }
[92/147] Compiling Configuration CLIKeyEncoder.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmLog/Sources/WrkstrmLog/Log+Decorator.swift:118:27: error: cannot find 'Thread' in scope
116 |           "line": line,
117 |           "timestamp": timestamp,
118 |           "isMainThread": Thread.isMainThread,
    |                           `- error: cannot find 'Thread' in scope
119 |         ]
120 |         if let threadId { dict["threadId"] = threadId }
[93/147] Compiling Configuration ConfigKeyDecoder.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmLog/Sources/WrkstrmLog/Log+Decorator.swift:118:27: error: cannot find 'Thread' in scope
116 |           "line": line,
117 |           "timestamp": timestamp,
118 |           "isMainThread": Thread.isMainThread,
    |                           `- error: cannot find 'Thread' in scope
119 |         ]
120 |         if let threadId { dict["threadId"] = threadId }
[94/147] Compiling Configuration ConfigContext.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmLog/Sources/WrkstrmLog/Backends/SwiftLogBackend.swift:17:40: error: value of type 'Log.Cache' has no member 'logger'
15 |     // Reuse cached Swift logger for compatibility and performance.
16 |     // We do not compute effective level here; use the current level as a floor.
17 |     let swiftLogger = Log.Cache.shared.logger(for: logger, effectiveLevel: level)
   |                                        `- error: value of type 'Log.Cache' has no member 'logger'
18 |     let body = logger.decorator.format(
19 |       level,
[95/147] Compiling Configuration ConfigKey.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmLog/Sources/WrkstrmLog/Backends/SwiftLogBackend.swift:17:40: error: value of type 'Log.Cache' has no member 'logger'
15 |     // Reuse cached Swift logger for compatibility and performance.
16 |     // We do not compute effective level here; use the current level as a floor.
17 |     let swiftLogger = Log.Cache.shared.logger(for: logger, effectiveLevel: level)
   |                                        `- error: value of type 'Log.Cache' has no member 'logger'
18 |     let body = logger.decorator.format(
19 |       level,
[96/147] Compiling Configuration ConfigProvider.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmLog/Sources/WrkstrmLog/Backends/SwiftLogBackend.swift:17:40: error: value of type 'Log.Cache' has no member 'logger'
15 |     // Reuse cached Swift logger for compatibility and performance.
16 |     // We do not compute effective level here; use the current level as a floor.
17 |     let swiftLogger = Log.Cache.shared.logger(for: logger, effectiveLevel: level)
   |                                        `- error: value of type 'Log.Cache' has no member 'logger'
18 |     let body = logger.decorator.format(
19 |       level,
[97/147] Compiling Configuration CommandLineArgumentsProvider.swift
[98/147] Compiling Configuration CommonProviderFileSystem.swift
[99/147] Compiling Configuration ReloadingFileProviderCore.swift
[100/147] Compiling Configuration MultiProvider.swift
[101/147] Compiling Configuration CLIArgumentParser.swift
[102/147] Compiling Configuration CLISnapshot.swift
[103/147] Compiling Configuration ConfigKeyEncoder.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmLog/Sources/WrkstrmLog/Log+Inject.swift:28:38: error: cannot convert value of type 'URL' to expected argument type 'String'
 26 |           let lastComponent = url.lastPathComponent
 27 |           let trimmed = lastComponent.replacingOccurrences(of: ".swift", with: "")
 28 |           return Cache.PathInfo(url: url, fileName: trimmed, lastPathComponent: lastComponent)
    |                                      `- error: cannot convert value of type 'URL' to expected argument type 'String'
 29 |         }
 30 |       }
[104/147] Compiling Configuration SeparatorKeyDecoder.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmLog/Sources/WrkstrmLog/Log+Inject.swift:28:38: error: cannot convert value of type 'URL' to expected argument type 'String'
 26 |           let lastComponent = url.lastPathComponent
 27 |           let trimmed = lastComponent.replacingOccurrences(of: ".swift", with: "")
 28 |           return Cache.PathInfo(url: url, fileName: trimmed, lastPathComponent: lastComponent)
    |                                      `- error: cannot convert value of type 'URL' to expected argument type 'String'
 29 |         }
 30 |       }
[105/147] Compiling Configuration SeparatorKeyEncoder.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmLog/Sources/WrkstrmLog/Log+Inject.swift:28:38: error: cannot convert value of type 'URL' to expected argument type 'String'
 26 |           let lastComponent = url.lastPathComponent
 27 |           let trimmed = lastComponent.replacingOccurrences(of: ".swift", with: "")
 28 |           return Cache.PathInfo(url: url, fileName: trimmed, lastPathComponent: lastComponent)
    |                                      `- error: cannot convert value of type 'URL' to expected argument type 'String'
 29 |         }
 30 |       }
[106/147] Compiling Configuration ReloadingFileProviderMetrics.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmLog/Sources/WrkstrmLog/Log.swift:227:29: error: value of type 'Log.Cache' has no member 'currentThreadContextID'
225 |     forceDisabled: true,
226 |     backend: Log.makeDefaultBackend(),
227 |     contextID: Cache.shared.currentThreadContextID()
    |                             `- error: value of type 'Log.Cache' has no member 'currentThreadContextID'
228 |   )
229 |
/host/spi-builder-workspace/.build/checkouts/WrkstrmLog/Sources/WrkstrmLog/Log.swift:134:34: error: value of type 'Log.Cache' has no member 'currentThreadContextID'
132 |     backend: (any LogBackend)? = nil
133 |   ) {
134 |     let contextID = Cache.shared.currentThreadContextID()
    |                                  `- error: value of type 'Log.Cache' has no member 'currentThreadContextID'
135 |     self.system = system
136 |     self.category = category
/host/spi-builder-workspace/.build/checkouts/WrkstrmLog/Sources/WrkstrmLog/Log.swift:153:34: error: value of type 'Log.Cache' has no member 'currentThreadContextID'
151 |     backends: [any LogBackend]
152 |   ) {
153 |     let contextID = Cache.shared.currentThreadContextID()
    |                                  `- error: value of type 'Log.Cache' has no member 'currentThreadContextID'
154 |     self.system = system
155 |     self.category = category
/host/spi-builder-workspace/.build/checkouts/WrkstrmLog/Sources/WrkstrmLog/Log.swift:176:34: error: value of type 'Log.Cache' has no member 'currentThreadContextID'
174 |     options: Options = []
175 |   ) {
176 |     let contextID = Cache.shared.currentThreadContextID()
    |                                  `- error: value of type 'Log.Cache' has no member 'currentThreadContextID'
177 |     self.system = system
178 |     self.category = category
/host/spi-builder-workspace/.build/checkouts/WrkstrmLog/Sources/WrkstrmLog/Log.swift:507:18: error: value of type 'Log.Cache' has no member 'withContext'
505 |     dso: UnsafeRawPointer
506 |   ) {
507 |     Cache.shared.withContext(contextID) {
    |                  `- error: value of type 'Log.Cache' has no member 'withContext'
508 |       guard isEnabled else { return }
509 |       guard effectiveLevel(for: level) != nil else { return }
/host/spi-builder-workspace/.build/checkouts/WrkstrmLog/Sources/WrkstrmLog/Log.swift:608:31: error: value of type 'Log.Cache' has no member 'logger'
606 |     line: UInt
607 |   ) {
608 |     let logger = Cache.shared.logger(for: self, effectiveLevel: effectiveLevel)
    |                               `- error: value of type 'Log.Cache' has no member 'logger'
609 |     logger.log(
610 |       level: level,
[107/147] Compiling Configuration EnvironmentFileParser.swift
/host/spi-builder-workspace/.build/checkouts/WrkstrmLog/Sources/WrkstrmLog/Log.swift:227:29: error: value of type 'Log.Cache' has no member 'currentThreadContextID'
225 |     forceDisabled: true,
226 |     backend: Log.makeDefaultBackend(),
227 |     contextID: Cache.shared.currentThreadContextID()
    |                             `- error: value of type 'Log.Cache' has no member 'currentThreadContextID'
228 |   )
229 |
/host/spi-builder-workspace/.build/checkouts/WrkstrmLog/Sources/WrkstrmLog/Log.swift:134:34: error: value of type 'Log.Cache' has no member 'currentThreadContextID'
132 |     backend: (any LogBackend)? = nil
133 |   ) {
134 |     let contextID = Cache.shared.currentThreadContextID()
    |                                  `- error: value of type 'Log.Cache' has no member 'currentThreadContextID'
135 |     self.system = system
136 |     self.category = category
/host/spi-builder-workspace/.build/checkouts/WrkstrmLog/Sources/WrkstrmLog/Log.swift:153:34: error: value of type 'Log.Cache' has no member 'currentThreadContextID'
151 |     backends: [any LogBackend]
152 |   ) {
153 |     let contextID = Cache.shared.currentThreadContextID()
    |                                  `- error: value of type 'Log.Cache' has no member 'currentThreadContextID'
154 |     self.system = system
155 |     self.category = category
/host/spi-builder-workspace/.build/checkouts/WrkstrmLog/Sources/WrkstrmLog/Log.swift:176:34: error: value of type 'Log.Cache' has no member 'currentThreadContextID'
174 |     options: Options = []
175 |   ) {
176 |     let contextID = Cache.shared.currentThreadContextID()
    |                                  `- error: value of type 'Log.Cache' has no member 'currentThreadContextID'
177 |     self.system = system
178 |     self.category = category
/host/spi-builder-workspace/.build/checkouts/WrkstrmLog/Sources/WrkstrmLog/Log.swift:507:18: error: value of type 'Log.Cache' has no member 'withContext'
505 |     dso: UnsafeRawPointer
506 |   ) {
507 |     Cache.shared.withContext(contextID) {
    |                  `- error: value of type 'Log.Cache' has no member 'withContext'
508 |       guard isEnabled else { return }
509 |       guard effectiveLevel(for: level) != nil else { return }
/host/spi-builder-workspace/.build/checkouts/WrkstrmLog/Sources/WrkstrmLog/Log.swift:608:31: error: value of type 'Log.Cache' has no member 'logger'
606 |     line: UInt
607 |   ) {
608 |     let logger = Cache.shared.logger(for: self, effectiveLevel: effectiveLevel)
    |                               `- error: value of type 'Log.Cache' has no member 'logger'
609 |     logger.log(
610 |       level: level,
BUILD FAILURE 6.1 wasm