The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FFFoundation, reference main (39d6b5), with Swift 6.1 for Wasm on 28 Apr 2026 11:22:52 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ffried/fffoundation.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/ffried/fffoundation
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 39d6b5a Bump github.com/swiftlang/swift-docc-plugin from 1.4.6 to 1.5.0
Cloned https://github.com/ffried/fffoundation.git
Revision (git rev-parse @):
39d6b5afdc01363c14d6b5b07c2f2d848820399f
SUCCESS checkout https://github.com/ffried/fffoundation.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ffried/fffoundation.git
https://github.com/ffried/fffoundation.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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 swiftpackageindex/spi-images
Digest: sha256:276d66a16377d3ee059b2e3429cbc1154d9f01e42871e5d702fd5d8b9044d93d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2287] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.39s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.5.0 (2.65s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3678] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.40s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.01s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.5.0
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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/38] Emitting module FFFoundation
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[6/42] Compiling FFFoundation SendableMetaTypeShim.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/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[7/42] Compiling FFFoundation Timer.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/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[8/42] Compiling FFFoundation Togglable.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/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[9/42] Compiling FFFoundation TypeDescription.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/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[10/42] Compiling FFFoundation NSLayoutConstraint+FFAdditions.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/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[11/42] Compiling FFFoundation OperationQueue+FFAdditions.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/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[12/42] Compiling FFFoundation Predicate+Key.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/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[13/42] Compiling FFFoundation Predicate+Operators.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/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[14/42] Compiling FFFoundation Predicate+StringInterpolation.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/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[15/42] Compiling FFFoundation Angle.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/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[16/42] Compiling FFFoundation GeometricValue.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/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[17/42] Compiling FFFoundation Point.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/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[18/42] Compiling FFFoundation Size.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/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[19/42] Compiling FFFoundation Synchronized.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/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[20/42] Compiling FFFoundation UserDefault.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/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[21/42] Compiling FFFoundation UserDefaultsStorable.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/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[22/42] Compiling FFFoundation Weak.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/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[23/42] Compiling FFFoundation Diff.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/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[24/42] Compiling FFFoundation DispatchHelpers.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/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[25/42] Compiling FFFoundation DictionaryExtensions.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/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[26/42] Compiling FFFoundation FileManager+Directories.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/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[27/42] Compiling FFFoundation Locale+LanguageRegion.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/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[28/42] Compiling FFFoundation NSAttributedStringExtensions.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/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[29/42] Compiling FFFoundation Triangle.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/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[30/42] Compiling FFFoundation Logging.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/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[31/42] Compiling FFFoundation OSLogLinux.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/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[32/42] Compiling FFFoundation PropertyKey.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/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[33/42] Compiling FFFoundation SortDescriptor+Key.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/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[34/42] Compiling FFFoundation SortDescriptor+Operators.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/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[35/42] Compiling FFFoundation String+Classes.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/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[36/42] Compiling FFFoundation StringExtensions.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/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[37/42] Compiling FFFoundation GCDFuture.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/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[38/42] Compiling FFFoundation CacheManager.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/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[39/42] Compiling FFFoundation CoW.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/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[40/42] Compiling FFFoundation Lazy.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/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[41/42] Compiling FFFoundation Lens.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/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[42/42] Compiling FFFoundation Ref.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/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:276d66a16377d3ee059b2e3429cbc1154d9f01e42871e5d702fd5d8b9044d93d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/37] Compiling FFFoundation DispatchHelpers.swift
/host/spi-builder-workspace/Sources/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[5/37] Compiling FFFoundation DictionaryExtensions.swift
/host/spi-builder-workspace/Sources/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[6/37] Compiling FFFoundation FileManager+Directories.swift
/host/spi-builder-workspace/Sources/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[7/37] Compiling FFFoundation Locale+LanguageRegion.swift
/host/spi-builder-workspace/Sources/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[8/37] Compiling FFFoundation NSAttributedStringExtensions.swift
/host/spi-builder-workspace/Sources/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[9/37] Compiling FFFoundation NSLayoutConstraint+FFAdditions.swift
/host/spi-builder-workspace/Sources/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[10/37] Compiling FFFoundation OperationQueue+FFAdditions.swift
/host/spi-builder-workspace/Sources/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[11/37] Compiling FFFoundation Predicate+Key.swift
/host/spi-builder-workspace/Sources/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[12/37] Compiling FFFoundation Predicate+Operators.swift
/host/spi-builder-workspace/Sources/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[13/37] Compiling FFFoundation Predicate+StringInterpolation.swift
/host/spi-builder-workspace/Sources/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[14/41] Compiling FFFoundation CacheManager.swift
/host/spi-builder-workspace/Sources/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[15/41] Compiling FFFoundation CoW.swift
/host/spi-builder-workspace/Sources/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[16/41] Compiling FFFoundation Lazy.swift
/host/spi-builder-workspace/Sources/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[17/41] Compiling FFFoundation Lens.swift
/host/spi-builder-workspace/Sources/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[18/41] Compiling FFFoundation Ref.swift
/host/spi-builder-workspace/Sources/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[19/41] Compiling FFFoundation Angle.swift
/host/spi-builder-workspace/Sources/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[20/41] Compiling FFFoundation GeometricValue.swift
/host/spi-builder-workspace/Sources/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[21/41] Compiling FFFoundation Point.swift
/host/spi-builder-workspace/Sources/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[22/41] Compiling FFFoundation Size.swift
/host/spi-builder-workspace/Sources/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[23/41] Compiling FFFoundation Synchronized.swift
/host/spi-builder-workspace/Sources/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[24/41] Compiling FFFoundation UserDefault.swift
/host/spi-builder-workspace/Sources/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[25/41] Compiling FFFoundation UserDefaultsStorable.swift
/host/spi-builder-workspace/Sources/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[26/41] Compiling FFFoundation Weak.swift
/host/spi-builder-workspace/Sources/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[27/41] Compiling FFFoundation Diff.swift
/host/spi-builder-workspace/Sources/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[28/41] Compiling FFFoundation SendableMetaTypeShim.swift
/host/spi-builder-workspace/Sources/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[29/41] Compiling FFFoundation Timer.swift
/host/spi-builder-workspace/Sources/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[30/41] Compiling FFFoundation Togglable.swift
/host/spi-builder-workspace/Sources/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[31/41] Compiling FFFoundation TypeDescription.swift
/host/spi-builder-workspace/Sources/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
error: emit-module command failed with exit code 1 (use -v to see invocation)
[32/41] Emitting module FFFoundation
/host/spi-builder-workspace/Sources/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[33/41] Compiling FFFoundation Triangle.swift
/host/spi-builder-workspace/Sources/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[34/41] Compiling FFFoundation Logging.swift
/host/spi-builder-workspace/Sources/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[35/41] Compiling FFFoundation OSLogLinux.swift
/host/spi-builder-workspace/Sources/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[36/41] Compiling FFFoundation PropertyKey.swift
/host/spi-builder-workspace/Sources/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[37/41] Compiling FFFoundation SortDescriptor+Key.swift
/host/spi-builder-workspace/Sources/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[38/41] Compiling FFFoundation SortDescriptor+Operators.swift
/host/spi-builder-workspace/Sources/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[39/41] Compiling FFFoundation String+Classes.swift
/host/spi-builder-workspace/Sources/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[40/41] Compiling FFFoundation StringExtensions.swift
/host/spi-builder-workspace/Sources/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
[41/41] Compiling FFFoundation GCDFuture.swift
/host/spi-builder-workspace/Sources/FFFoundation/Containers/Synchronized.swift:21:15: error: no such module 'Dispatch'
 19 | //
 20 |
 21 | public import Dispatch
    |               `- error: no such module 'Dispatch'
 22 |
 23 | @propertyWrapper
BUILD FAILURE 6.1 wasm