Build Information
Failed to build WrkstrmMain, reference main (6dfb67
), with Swift 6.1 for Wasm on 11 Sep 2025 17:07:44 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wrkstrm/WrkstrmMain.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/WrkstrmMain
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6dfb675 Add documentation for problem space and solution
Cloned https://github.com/wrkstrm/WrkstrmMain.git
Revision (git rev-parse @):
6dfb675c85798bee6af3f3fde9ccb67f8706d2f4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/wrkstrm/WrkstrmMain.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/wrkstrm/WrkstrmMain.git
https://github.com/wrkstrm/WrkstrmMain.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.1.0 but the installed version is 6.0.2
error: fatalError
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:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
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
[]
---- Package Inject Deps: End ----
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/38] 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
/host/spi-builder-workspace/Sources/WrkstrmMain/JSON/JSONComposite.swift:93:21: error: cannot find 'DispatchSemaphore' in scope
91 | @usableFromInline
92 | final class _AsyncBridge<T>: @unchecked Sendable {
93 | private let sem = DispatchSemaphore(value: 0)
| `- error: cannot find 'DispatchSemaphore' in scope
94 | private var value: T!
95 | @usableFromInline init() {}
[4/42] Compiling WrkstrmMain JSON+AnyEquatableArrayEnum.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
[5/42] Compiling WrkstrmMain JSON+AnyEquatableDictionaryEnum.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
[6/42] Compiling WrkstrmMain JSON+AnyEquatableStruct.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
[7/42] Compiling WrkstrmMain JSON+AnyEquatableStructDictionary.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
[8/42] Compiling WrkstrmMain JSON+EmptyCodableStruct.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
[9/42] 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
[10/42] 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
[11/42] Compiling WrkstrmMain JSONDataCoding.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
[12/42] 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
[13/42] Compiling WrkstrmMain BinaryTree.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[14/42] Compiling WrkstrmMain Tree.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[15/42] Compiling WrkstrmMain List.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[16/42] Compiling WrkstrmMain Sort.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[17/42] Compiling WrkstrmMain IndexedCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[18/42] Compiling WrkstrmMain SortedArray.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/42] Compiling WrkstrmMain Array+Filter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/42] Compiling WrkstrmMain ClosedRange+Magnitude.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[21/42] Compiling WrkstrmMain Collection+Sorting.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/42] Compiling WrkstrmMain CommandLine+Executable.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/42] Compiling WrkstrmMain Optional+AnyFlattenable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[24/42] Compiling WrkstrmMain OptionalComparisons.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/42] Compiling WrkstrmMain RandomAccessCollection+IndexedCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/42] Compiling WrkstrmMain Sequence+Decompose.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/42] Compiling WrkstrmMain Sequence+Unique.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/42] Compiling WrkstrmMain String+Contains.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/42] Compiling WrkstrmMain String+Count.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/42] Compiling WrkstrmMain String+KebabCase.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[31/42] Compiling WrkstrmMain String+Repeat.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[32/42] Compiling WrkstrmMain String+Source.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/42] Compiling WrkstrmMain StringError.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/42] Compiling WrkstrmMain UInt+BitSetting.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/42] Compiling WrkstrmMain AnyCodingKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[36/42] Compiling WrkstrmMain DynamicCodingKey.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/42] Compiling WrkstrmMain JSON+AnyDictionary.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/42] Compiling WrkstrmMain JSON+KVPair.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/WrkstrmMain/JSON/JSONComposite.swift:93:21: error: cannot find 'DispatchSemaphore' in scope
91 | @usableFromInline
92 | final class _AsyncBridge<T>: @unchecked Sendable {
93 | private let sem = DispatchSemaphore(value: 0)
| `- error: cannot find 'DispatchSemaphore' in scope
94 | private var value: T!
95 | @usableFromInline init() {}
[39/42] Compiling WrkstrmMain JSON+Parser.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/WrkstrmMain/JSON/JSONComposite.swift:93:21: error: cannot find 'DispatchSemaphore' in scope
91 | @usableFromInline
92 | final class _AsyncBridge<T>: @unchecked Sendable {
93 | private let sem = DispatchSemaphore(value: 0)
| `- error: cannot find 'DispatchSemaphore' in scope
94 | private var value: T!
95 | @usableFromInline init() {}
[40/42] Compiling WrkstrmMain JSON+ParserInstrumentationDetails.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/WrkstrmMain/JSON/JSONComposite.swift:93:21: error: cannot find 'DispatchSemaphore' in scope
91 | @usableFromInline
92 | final class _AsyncBridge<T>: @unchecked Sendable {
93 | private let sem = DispatchSemaphore(value: 0)
| `- error: cannot find 'DispatchSemaphore' in scope
94 | private var value: T!
95 | @usableFromInline init() {}
[41/42] 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
/host/spi-builder-workspace/Sources/WrkstrmMain/JSON/JSONComposite.swift:93:21: error: cannot find 'DispatchSemaphore' in scope
91 | @usableFromInline
92 | final class _AsyncBridge<T>: @unchecked Sendable {
93 | private let sem = DispatchSemaphore(value: 0)
| `- error: cannot find 'DispatchSemaphore' in scope
94 | private var value: T!
95 | @usableFromInline init() {}
[42/42] Compiling WrkstrmMain JSONComposite.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/WrkstrmMain/JSON/JSONComposite.swift:93:21: error: cannot find 'DispatchSemaphore' in scope
91 | @usableFromInline
92 | final class _AsyncBridge<T>: @unchecked Sendable {
93 | private let sem = DispatchSemaphore(value: 0)
| `- error: cannot find 'DispatchSemaphore' in scope
94 | private var value: T!
95 | @usableFromInline init() {}
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:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
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
[]
---- Package Inject Deps: End ----
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/37] Emitting module WrkstrmMain
/host/spi-builder-workspace/Sources/WrkstrmMain/JSON/JSONComposite.swift:93:21: error: cannot find 'DispatchSemaphore' in scope
91 | @usableFromInline
92 | final class _AsyncBridge<T>: @unchecked Sendable {
93 | private let sem = DispatchSemaphore(value: 0)
| `- error: cannot find 'DispatchSemaphore' in scope
94 | private var value: T!
95 | @usableFromInline init() {}
[3/41] Compiling WrkstrmMain JSON+KVPair.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/JSON/JSONComposite.swift:93:21: error: cannot find 'DispatchSemaphore' in scope
91 | @usableFromInline
92 | final class _AsyncBridge<T>: @unchecked Sendable {
93 | private let sem = DispatchSemaphore(value: 0)
| `- error: cannot find 'DispatchSemaphore' in scope
94 | private var value: T!
95 | @usableFromInline init() {}
[4/41] Compiling WrkstrmMain JSON+Parser.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/JSON/JSONComposite.swift:93:21: error: cannot find 'DispatchSemaphore' in scope
91 | @usableFromInline
92 | final class _AsyncBridge<T>: @unchecked Sendable {
93 | private let sem = DispatchSemaphore(value: 0)
| `- error: cannot find 'DispatchSemaphore' in scope
94 | private var value: T!
95 | @usableFromInline init() {}
[5/41] Compiling WrkstrmMain JSON+ParserInstrumentationDetails.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/JSON/JSONComposite.swift:93:21: error: cannot find 'DispatchSemaphore' in scope
91 | @usableFromInline
92 | final class _AsyncBridge<T>: @unchecked Sendable {
93 | private let sem = DispatchSemaphore(value: 0)
| `- error: cannot find 'DispatchSemaphore' in scope
94 | private var value: T!
95 | @usableFromInline init() {}
[6/41] Compiling WrkstrmMain JSON.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/JSON/JSONComposite.swift:93:21: error: cannot find 'DispatchSemaphore' in scope
91 | @usableFromInline
92 | final class _AsyncBridge<T>: @unchecked Sendable {
93 | private let sem = DispatchSemaphore(value: 0)
| `- error: cannot find 'DispatchSemaphore' in scope
94 | private var value: T!
95 | @usableFromInline init() {}
[7/41] Compiling WrkstrmMain JSONComposite.swift
/host/spi-builder-workspace/Sources/WrkstrmMain/JSON/JSONComposite.swift:93:21: error: cannot find 'DispatchSemaphore' in scope
91 | @usableFromInline
92 | final class _AsyncBridge<T>: @unchecked Sendable {
93 | private let sem = DispatchSemaphore(value: 0)
| `- error: cannot find 'DispatchSemaphore' in scope
94 | private var value: T!
95 | @usableFromInline init() {}
[8/41] Compiling WrkstrmMain JSON+AnyEquatableArrayEnum.swift
[9/41] Compiling WrkstrmMain JSON+AnyEquatableDictionaryEnum.swift
[10/41] Compiling WrkstrmMain JSON+AnyEquatableStruct.swift
[11/41] Compiling WrkstrmMain JSON+AnyEquatableStructDictionary.swift
[12/41] Compiling WrkstrmMain JSON+EmptyCodableStruct.swift
[13/41] Compiling WrkstrmMain StringError.swift
[14/41] Compiling WrkstrmMain UInt+BitSetting.swift
[15/41] Compiling WrkstrmMain AnyCodingKey.swift
[16/41] Compiling WrkstrmMain DynamicCodingKey.swift
[17/41] Compiling WrkstrmMain JSON+AnyDictionary.swift
[18/41] Compiling WrkstrmMain Optional+AnyFlattenable.swift
[19/41] Compiling WrkstrmMain OptionalComparisons.swift
[20/41] Compiling WrkstrmMain RandomAccessCollection+IndexedCollection.swift
[21/41] Compiling WrkstrmMain Sequence+Decompose.swift
[22/41] Compiling WrkstrmMain Sequence+Unique.swift
[23/41] Compiling WrkstrmMain String+Contains.swift
[24/41] Compiling WrkstrmMain String+Count.swift
[25/41] Compiling WrkstrmMain String+KebabCase.swift
[26/41] Compiling WrkstrmMain String+Repeat.swift
[27/41] Compiling WrkstrmMain String+Source.swift
[28/41] Compiling WrkstrmMain SortedArray.swift
[29/41] Compiling WrkstrmMain Array+Filter.swift
[30/41] Compiling WrkstrmMain ClosedRange+Magnitude.swift
[31/41] Compiling WrkstrmMain Collection+Sorting.swift
[32/41] Compiling WrkstrmMain CommandLine+Executable.swift
[33/41] Compiling WrkstrmMain KeyedDecodingContainer+FuzzyDecoding.swift
[34/41] Compiling WrkstrmMain Injectable.swift
[35/41] Compiling WrkstrmMain JSONDataCoding.swift
[36/41] Compiling WrkstrmMain Random.swift
[37/41] Compiling WrkstrmMain BinaryTree.swift
[38/41] Compiling WrkstrmMain Tree.swift
[39/41] Compiling WrkstrmMain List.swift
[40/41] Compiling WrkstrmMain Sort.swift
[41/41] Compiling WrkstrmMain IndexedCollection.swift
BUILD FAILURE 6.1 wasm