Build Information
Failed to build Assist, reference 0.10.0 (20abc1), with Swift 6.1 for Wasm on 15 Dec 2025 18:19:10 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Blackjacx/Assist.git
Reference: 0.10.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/Blackjacx/Assist
* tag 0.10.0 -> FETCH_HEAD
HEAD is now at 20abc1f Merge branch 'release/0.10.0'
Cloned https://github.com/Blackjacx/Assist.git
Revision (git rev-parse @):
20abc1f11c3d80f2044465b3b30dc1d51266647d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Blackjacx/Assist.git at 0.10.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/Blackjacx/Assist.git
https://github.com/Blackjacx/Assist.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "engine",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/blackjacx/Engine"
},
{
"identity" : "asckit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.7.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/blackjacx/ASCKit"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swiftshell",
"requirement" : {
"range" : [
{
"lower_bound" : "5.1.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kareman/SwiftShell"
}
],
"manifest_display_name" : "Assist",
"name" : "Assist",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "asc",
"targets" : [
"ASC"
],
"type" : {
"executable" : null
}
},
{
"name" : "push",
"targets" : [
"Push"
],
"type" : {
"executable" : null
}
},
{
"name" : "snap",
"targets" : [
"Snap"
],
"type" : {
"executable" : null
}
},
{
"name" : "playground",
"targets" : [
"Playground"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "SnapTests",
"module_type" : "SwiftTarget",
"name" : "SnapTests",
"path" : "Tests/SnapTests",
"sources" : [
"SnapTests.swift"
],
"target_dependencies" : [
"Snap"
],
"type" : "test"
},
{
"c99name" : "Snap",
"module_type" : "SwiftTarget",
"name" : "Snap",
"path" : "Sources/Snap",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"snap"
],
"sources" : [
"commands/Snap.swift"
],
"target_dependencies" : [
"Core"
],
"type" : "executable"
},
{
"c99name" : "PushTests",
"module_type" : "SwiftTarget",
"name" : "PushTests",
"path" : "Tests/PushTests",
"sources" : [
"PushTests.swift"
],
"target_dependencies" : [
"Push"
],
"type" : "test"
},
{
"c99name" : "Push",
"module_type" : "SwiftTarget",
"name" : "Push",
"path" : "Sources/Push",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"push"
],
"sources" : [
"PushEndpoint.swift",
"PushService.swift",
"commands/Push.swift",
"commands/sub/Apns.swift",
"commands/sub/Fcm.swift"
],
"target_dependencies" : [
"Core"
],
"type" : "executable"
},
{
"c99name" : "PlaygroundTests",
"module_type" : "SwiftTarget",
"name" : "PlaygroundTests",
"path" : "Tests/PlaygroundTests",
"sources" : [
"PlaygroundTests.swift"
],
"target_dependencies" : [
"Playground"
],
"type" : "test"
},
{
"c99name" : "Playground",
"module_type" : "SwiftTarget",
"name" : "Playground",
"path" : "Sources/Playground",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"playground"
],
"sources" : [
"commands/Playground.swift"
],
"target_dependencies" : [
"Core"
],
"type" : "executable"
},
{
"c99name" : "Core",
"module_type" : "SwiftTarget",
"name" : "Core",
"path" : "Sources/Core",
"product_dependencies" : [
"SwiftShell",
"Engine"
],
"product_memberships" : [
"asc",
"push",
"snap",
"playground"
],
"sources" : [
"Core.swift",
"Extensions/ProcessInfo+Extensions.swift",
"Logger.swift",
"Networking/JSONWebToken.swift",
"Shell/Mint.swift",
"Shell/Simctl/Device.swift",
"Shell/Simctl/Runtime.swift",
"Shell/Simctl/Simctl.swift",
"Shell/Simctl/SimctlList.swift",
"Shell/Xcodebuild.swift",
"Shell/Zip.swift"
],
"type" : "library"
},
{
"c99name" : "ASCTests",
"module_type" : "SwiftTarget",
"name" : "ASCTests",
"path" : "Tests/ASCTests",
"sources" : [
"ASCTests.swift"
],
"target_dependencies" : [
"ASC"
],
"type" : "test"
},
{
"c99name" : "ASC",
"module_type" : "SwiftTarget",
"name" : "ASC",
"path" : "Sources/ASC",
"product_dependencies" : [
"ArgumentParser",
"ASCKit"
],
"product_memberships" : [
"asc"
],
"sources" : [
"Filter+Extensions.swift",
"commands/ASC.swift",
"commands/sub/AccessibilityDeclarations.swift",
"commands/sub/AgeRatingDeclarations.swift",
"commands/sub/AppInfo.swift",
"commands/sub/AppStoreVersions.swift",
"commands/sub/Apps.swift",
"commands/sub/BetaGroups.swift",
"commands/sub/BetaTesters.swift",
"commands/sub/Builds.swift",
"commands/sub/BundleIds.swift",
"commands/sub/Keys.swift"
],
"target_dependencies" : [
"Core"
],
"type" : "executable"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:dbcbf45695e2d1afcaee9a5a93239e71a6cc4a5872f338d6e993e9ceefe7df1b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/kareman/SwiftShell
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/blackjacx/Engine
Fetching https://github.com/blackjacx/ASCKit
[1/798] Fetching engine
[49/5665] Fetching engine, swiftshell
[866/6447] Fetching engine, swiftshell, asckit
[2555/23409] Fetching engine, swiftshell, asckit, swift-argument-parser
Fetched https://github.com/blackjacx/ASCKit from cache (0.27s)
[2743/22627] Fetching engine, swiftshell, swift-argument-parser
Fetched https://github.com/blackjacx/Engine from cache (0.28s)
[1994/21829] Fetching swiftshell, swift-argument-parser
Fetched https://github.com/kareman/SwiftShell from cache (0.48s)
[10856/16962] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.82s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (3.13s)
Computing version for https://github.com/blackjacx/ASCKit
Computed https://github.com/blackjacx/ASCKit at 0.7.1 (0.63s)
Computing version for https://github.com/blackjacx/Engine
Computed https://github.com/blackjacx/Engine at 0.3.0 (0.59s)
Fetching https://github.com/kishikawakatsumi/KeychainAccess
[1/4386] Fetching keychainaccess
Fetched https://github.com/kishikawakatsumi/KeychainAccess from cache (0.50s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess
Computed https://github.com/kishikawakatsumi/KeychainAccess at 4.2.2 (1.08s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (0.58s)
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/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0
Creating working copy for https://github.com/blackjacx/ASCKit
Working copy of https://github.com/blackjacx/ASCKit resolved at 0.7.1
Creating working copy for https://github.com/blackjacx/Engine
Working copy of https://github.com/blackjacx/Engine resolved at 0.3.0
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess
Working copy of https://github.com/kishikawakatsumi/KeychainAccess resolved at 4.2.2
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/33] Write sources
[13/33] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/46] Emitting module SwiftShell
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
6 | */
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 | import Foundation
10 |
[16/47] Emitting module ArgumentParserToolInfo
[17/47] Compiling ArgumentParserToolInfo ToolInfo.swift
[18/48] Wrapping AST for ArgumentParserToolInfo for debugging
[20/92] Compiling SwiftShell String.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
6 | */
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 | import Foundation
10 |
[21/92] Compiling SwiftShell Files.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
6 | */
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 | import Foundation
10 |
[22/92] Compiling SwiftShell Context.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
6 | */
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 | import Foundation
10 |
[23/92] Compiling SwiftShell Array.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
6 | */
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 | import Foundation
10 |
[24/92] Compiling SwiftShell Process.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
6 | */
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 | import Foundation
10 |
[25/92] Compiling ArgumentParser BashCompletionsGenerator.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
6 | */
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 | import Foundation
10 |
[26/92] Compiling ArgumentParser CompletionsGenerator.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
6 | */
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 | import Foundation
10 |
[27/92] Compiling ArgumentParser CollectionExtensions.swift
[28/92] Compiling ArgumentParser Mutex.swift
[29/92] Compiling ArgumentParser Platform.swift
[30/92] Compiling ArgumentParser SequenceExtensions.swift
[31/92] Compiling ArgumentParser StringExtensions.swift
[32/92] Compiling ArgumentParser SwiftExtensions.swift
[33/92] Compiling ArgumentParser InputKey.swift
[34/92] Compiling ArgumentParser InputOrigin.swift
[35/92] Compiling ArgumentParser Name.swift
[36/92] Compiling ArgumentParser Parsed.swift
[37/92] Compiling ArgumentParser ParsedValues.swift
[38/92] Compiling ArgumentParser ParserError.swift
[39/94] Compiling KeychainAccess Keychain.swift
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
25 |
26 | import Foundation
27 | import Security
| `- error: no such module 'Security'
28 | #if os(iOS) || os(OSX)
29 | import LocalAuthentication
[40/95] Compiling SwiftShell Stream.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
6 | */
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 | import Foundation
10 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[41/98] Emitting module KeychainAccess
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
25 |
26 | import Foundation
27 | import Security
| `- error: no such module 'Security'
28 | #if os(iOS) || os(OSX)
29 | import LocalAuthentication
[42/98] Compiling SwiftShell Lazy-split.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
6 | */
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 | import Foundation
10 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:dbcbf45695e2d1afcaee9a5a93239e71a6cc4a5872f338d6e993e9ceefe7df1b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/22] Write swift-version-24593BA9C3E375BF.txt
[4/35] Compiling SwiftShell Array.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
6 | */
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 | import Foundation
10 |
[5/35] Compiling SwiftShell Process.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
6 | */
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 | import Foundation
10 |
[6/35] Compiling SwiftShell Context.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
6 | */
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 | import Foundation
10 |
[7/35] Compiling SwiftShell Files.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
6 | */
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 | import Foundation
10 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/36] Emitting module SwiftShell
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
6 | */
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 | import Foundation
10 |
[9/36] Compiling SwiftShell Bash.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
6 | */
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 | import Foundation
10 |
[10/36] Compiling SwiftShell Command.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
6 | */
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 | import Foundation
10 |
[11/36] Compiling SwiftShell Stream.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
6 | */
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 | import Foundation
10 |
[12/36] Compiling SwiftShell Lazy-split.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
6 | */
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 | import Foundation
10 |
[13/36] Compiling SwiftShell String.swift
/host/spi-builder-workspace/.build/checkouts/SwiftShell/Sources/SwiftShell/Command.swift:8:8: error: no such module 'Dispatch'
6 | */
7 |
8 | import Dispatch
| `- error: no such module 'Dispatch'
9 | import Foundation
10 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/36] Emitting module KeychainAccess
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
25 |
26 | import Foundation
27 | import Security
| `- error: no such module 'Security'
28 | #if os(iOS) || os(OSX)
29 | import LocalAuthentication
[15/36] Emitting module ArgumentParserToolInfo
BUILD FAILURE 6.1 wasm