Build Information
Failed to build lametric-swift, reference main (b61c27), with Swift 6.1 for Wasm on 26 Aug 2025 17:49:55 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/natanrolnik/Lametric-Swift.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/natanrolnik/Lametric-Swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b61c27f Add /.vscode to gitignore
Cloned https://github.com/natanrolnik/Lametric-Swift.git
Revision (git rev-parse @):
b61c27fccbb160f858e9dccd2ae18c24508ce7d5
SUCCESS checkout https://github.com/natanrolnik/Lametric-Swift.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/natanrolnik/Lametric-Swift.git
https://github.com/natanrolnik/Lametric-Swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.26.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.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-http-types",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-http-types.git"
},
{
"identity" : "swift-pretty-print",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftToolkit/swift-pretty-print"
},
{
"identity" : "colorizeswift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mtynior/ColorizeSwift.git"
}
],
"manifest_display_name" : "lametric-swift",
"name" : "lametric-swift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
}
],
"products" : [
{
"name" : "lametric",
"targets" : [
"lametric-cli"
],
"type" : {
"executable" : null
}
},
{
"name" : "Lametric",
"targets" : [
"Lametric"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "LametricFoundation",
"targets" : [
"LametricFoundation"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "lametric_cli",
"module_type" : "SwiftTarget",
"name" : "lametric-cli",
"path" : "Sources/lametric-cli",
"product_dependencies" : [
"ArgumentParser",
"PrettyPrint",
"ColorizeSwift"
],
"product_memberships" : [
"lametric"
],
"sources" : [
"Commands/Apps.swift",
"Commands/Device.swift",
"Commands/Display.swift",
"Commands/ListEndpoints.swift",
"Commands/Notifications.swift",
"LametricCLI+Options.swift",
"LametricCLI.swift"
],
"target_dependencies" : [
"Lametric"
],
"type" : "executable"
},
{
"c99name" : "LametricFoundation",
"module_type" : "SwiftTarget",
"name" : "LametricFoundation",
"path" : "Sources/LametricFoundation",
"product_memberships" : [
"lametric",
"Lametric",
"LametricFoundation"
],
"sources" : [
"Codable.swift",
"Models/App.swift",
"Models/AppAction.swift",
"Models/DeviceState.swift",
"Models/Display.swift",
"Models/Frame.swift",
"Models/Model.swift",
"Models/Notification.swift",
"Models/Sound.swift"
],
"type" : "library"
},
{
"c99name" : "Lametric",
"module_type" : "SwiftTarget",
"name" : "Lametric",
"path" : "Sources/Lametric",
"product_dependencies" : [
"AsyncHTTPClient",
"HTTPTypes",
"ColorizeSwift"
],
"product_memberships" : [
"lametric",
"Lametric"
],
"sources" : [
"Client/HTTPExecutor/AsyncHTTPClientExecutor.swift",
"Client/HTTPExecutor/HTTPExecutor.swift",
"Client/HTTPExecutor/URLSessionExecutor.swift",
"Client/LametricClient+Actions.swift",
"Client/LametricClient+Apps.swift",
"Client/LametricClient+Device.swift",
"Client/LametricClient+Display.swift",
"Client/LametricClient+Notifications.swift",
"Client/LametricClient.swift",
"Client/Responses/AppsResponse.swift",
"Client/Responses/DeviceResponse.swift",
"Client/Responses/DisplayResponse.swift",
"Client/Responses/ListEndpointsResponse.swift",
"Client/Responses/NotificationResponse.swift",
"Client/Responses/Success.swift",
"Endpoint.swift",
"Endpoints/Apps.swift",
"Endpoints/Device.swift",
"Endpoints/DisplayState.swift",
"Endpoints/List.swift",
"Endpoints/Notifications.swift",
"Error.swift",
"Response.swift"
],
"target_dependencies" : [
"LametricFoundation"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
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
Fetching https://github.com/mtynior/ColorizeSwift.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/SwiftToolkit/swift-pretty-print
[1/291] Fetching colorizeswift
[74/1208] Fetching colorizeswift, swift-http-types
[522/1251] Fetching colorizeswift, swift-http-types, swift-pretty-print
Fetched https://github.com/SwiftToolkit/swift-pretty-print from cache (0.49s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.49s)
[1/14119] Fetching async-http-client
[1696/29808] Fetching async-http-client, swift-argument-parser
Fetched https://github.com/mtynior/ColorizeSwift.git from cache (1.59s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.61s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.61s)
Computing version for https://github.com/mtynior/ColorizeSwift.git
Computed https://github.com/mtynior/ColorizeSwift.git at 1.7.0 (4.18s)
Computing version for https://github.com/SwiftToolkit/swift-pretty-print
Computed https://github.com/SwiftToolkit/swift-pretty-print at 0.1.2 (23.55s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.62s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/2701] Fetching swift-nio-transport-services
[164/4509] Fetching swift-nio-transport-services, swift-atomics
[1211/8406] Fetching swift-nio-transport-services, swift-atomics, swift-log
[8407/14533] Fetching swift-nio-transport-services, swift-atomics, swift-log, swift-nio-extras
[11839/26194] Fetching swift-nio-transport-services, swift-atomics, swift-log, swift-nio-extras, swift-nio-http2
[26195/32162] Fetching swift-nio-transport-services, swift-atomics, swift-log, swift-nio-extras, swift-nio-http2, swift-algorithms
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.65s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.65s)
Fetched https://github.com/apple/swift-log.git from cache (1.65s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.65s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.65s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.66s)
[1/15075] Fetching swift-nio-ssl
[1660/92781] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.02s)
Fetched https://github.com/apple/swift-nio.git from cache (4.64s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (7.03s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (1.13s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (0.48s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.17s)
Fetching https://github.com/apple/swift-numerics.git
[1/6342] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.44s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (1.65s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.03s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4900] Fetching swift-system
[2/22254] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.66s)
Fetched https://github.com/apple/swift-collections.git from cache (1.69s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.46s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.53s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.46s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (0.57s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
[1/1176] Fetching swift-http-structured-headers
[425/3609] Fetching swift-http-structured-headers, swift-service-lifecycle
[1761/5238] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-asn1
[5239/10371] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-asn1, swift-async-algorithms
[7087/16831] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-asn1, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.34s)
[12490/15655] Fetching swift-service-lifecycle, swift-asn1, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.35s)
[11701/14026] Fetching swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.38s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.46s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.46s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.96s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.53s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.42s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.53s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.12.0 (0.51s)
Fetching https://github.com/apple/swift-crypto.git
[1/16276] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.72s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (18.18s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.76s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.14.0 (1.62s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.80s)
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
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.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
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/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.12.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.14.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.4.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.29.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/mtynior/ColorizeSwift.git
Working copy of https://github.com/mtynior/ColorizeSwift.git resolved at 1.7.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.1
Creating working copy for https://github.com/SwiftToolkit/swift-pretty-print
Working copy of https://github.com/SwiftToolkit/swift-pretty-print resolved at 0.1.2
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.33.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/21] Write sources
[10/21] Write swift-version-24593BA9C3E375BF.txt
[12/56] Compiling HTTPTypes ISOLatin1String.swift
[13/57] Compiling HTTPTypes HTTPFieldName.swift
[14/57] Emitting module HTTPTypes
[15/57] Compiling HTTPTypes HTTPField.swift
[16/57] Compiling HTTPTypes HTTPRequest.swift
[17/57] Compiling HTTPTypes HTTPResponse.swift
[18/57] Compiling HTTPTypes HTTPParsedFields.swift
[19/57] Compiling ArgumentParserToolInfo ToolInfo.swift
[20/57] Emitting module ArgumentParserToolInfo
[21/58] Wrapping AST for ArgumentParserToolInfo for debugging
[23/102] Compiling HTTPTypes NIOLock.swift
[24/102] Compiling PrettyPrint PrettyPrint.swift
[25/103] Compiling ArgumentParser OptionGroup.swift
[26/103] Compiling ArgumentParser AsyncParsableCommand.swift
[27/103] Compiling ArgumentParser EnumerableFlag.swift
[28/103] Compiling ArgumentParser ExpressibleByArgument.swift
[29/103] Compiling LametricFoundation Notification.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[30/104] Emitting module ArgumentParser
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
15 | internal import class Foundation.ProcessInfo
16 | #else
17 | @preconcurrency import class Dispatch.DispatchSemaphore
| `- error: no such module 'Dispatch'
18 | import class Foundation.NSLock
19 | import class Foundation.ProcessInfo
[31/110] Compiling PrettyPrint PrettyPrintable.swift
[32/110] Compiling LametricFoundation Model.swift
[33/110] Compiling ArgumentParser BashCompletionsGenerator.swift
[34/110] Compiling ArgumentParser CompletionsGenerator.swift
[35/110] Compiling LametricFoundation Frame.swift
[36/110] Compiling LametricFoundation Display.swift
[37/110] Emitting module PrettyPrint
[38/110] Compiling ArgumentParser CommandConfiguration.swift
[39/110] Compiling ArgumentParser CommandGroup.swift
[40/110] Compiling LametricFoundation AppAction.swift
[41/110] Emitting module LametricFoundation
[44/110] Compiling LametricFoundation DeviceState.swift
[45/110] Compiling ArgumentParser FishCompletionsGenerator.swift
[46/110] Compiling ArgumentParser ZshCompletionsGenerator.swift
[47/110] Compiling ArgumentParser Argument.swift
[48/110] Compiling ArgumentParser ArgumentDiscussion.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[49/111] Emitting module ColorizeSwift
/host/spi-builder-workspace/.build/checkouts/ColorizeSwift/Sources/ColorizeSwift/ColorizeSwift.swift:536:25: error: cannot find 'DispatchQueue' in scope
534 | internal static let shared = StringColorizationManager()
535 |
536 | private let queue = DispatchQueue(label: "com.github.mtynior.ColorizeSwift.StringColorizationManager")
| `- error: cannot find 'DispatchQueue' in scope
537 | private var _isColorizationEnabled = true
538 |
[50/111] Compiling ColorizeSwift ColorizeSwift.swift
/host/spi-builder-workspace/.build/checkouts/ColorizeSwift/Sources/ColorizeSwift/ColorizeSwift.swift:536:25: error: cannot find 'DispatchQueue' in scope
534 | internal static let shared = StringColorizationManager()
535 |
536 | private let queue = DispatchQueue(label: "com.github.mtynior.ColorizeSwift.StringColorizationManager")
| `- error: cannot find 'DispatchQueue' in scope
537 | private var _isColorizationEnabled = true
538 |
[51/111] Compiling ArgumentParser ParsableArguments.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
15 | internal import class Foundation.ProcessInfo
16 | #else
17 | @preconcurrency import class Dispatch.DispatchSemaphore
| `- error: no such module 'Dispatch'
18 | import class Foundation.NSLock
19 | import class Foundation.ProcessInfo
[52/111] Compiling ArgumentParser ParsableCommand.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
15 | internal import class Foundation.ProcessInfo
16 | #else
17 | @preconcurrency import class Dispatch.DispatchSemaphore
| `- error: no such module 'Dispatch'
18 | import class Foundation.NSLock
19 | import class Foundation.ProcessInfo
[53/111] Compiling ArgumentParser ArgumentDecoder.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
15 | internal import class Foundation.ProcessInfo
16 | #else
17 | @preconcurrency import class Dispatch.DispatchSemaphore
| `- error: no such module 'Dispatch'
18 | import class Foundation.NSLock
19 | import class Foundation.ProcessInfo
[54/111] Compiling ArgumentParser ArgumentDefinition.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
15 | internal import class Foundation.ProcessInfo
16 | #else
17 | @preconcurrency import class Dispatch.DispatchSemaphore
| `- error: no such module 'Dispatch'
18 | import class Foundation.NSLock
19 | import class Foundation.ProcessInfo
[55/111] Compiling ArgumentParser ArgumentSet.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
15 | internal import class Foundation.ProcessInfo
16 | #else
17 | @preconcurrency import class Dispatch.DispatchSemaphore
| `- error: no such module 'Dispatch'
18 | import class Foundation.NSLock
19 | import class Foundation.ProcessInfo
[56/111] Compiling ArgumentParser CommandParser.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
15 | internal import class Foundation.ProcessInfo
16 | #else
17 | @preconcurrency import class Dispatch.DispatchSemaphore
| `- error: no such module 'Dispatch'
18 | import class Foundation.NSLock
19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
15 | internal import class Foundation.ProcessInfo
16 | #else
17 | @preconcurrency import class Dispatch.DispatchSemaphore
| `- error: no such module 'Dispatch'
18 | import class Foundation.NSLock
19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
15 | internal import class Foundation.ProcessInfo
16 | #else
17 | @preconcurrency import class Dispatch.DispatchSemaphore
| `- error: no such module 'Dispatch'
18 | import class Foundation.NSLock
19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
15 | internal import class Foundation.ProcessInfo
16 | #else
17 | @preconcurrency import class Dispatch.DispatchSemaphore
| `- error: no such module 'Dispatch'
18 | import class Foundation.NSLock
19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
15 | internal import class Foundation.ProcessInfo
16 | #else
17 | @preconcurrency import class Dispatch.DispatchSemaphore
| `- error: no such module 'Dispatch'
18 | import class Foundation.NSLock
19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
15 | internal import class Foundation.ProcessInfo
16 | #else
17 | @preconcurrency import class Dispatch.DispatchSemaphore
| `- error: no such module 'Dispatch'
18 | import class Foundation.NSLock
19 | import class Foundation.ProcessInfo
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:30: error: no such module 'Dispatch'
15 | internal import class Foundation.ProcessInfo
16 | #else
17 | @preconcurrency import class Dispatch.DispatchSemaphore
| `- error: no such module 'Dispatch'
18 | import class Foundation.NSLock
19 | import class Foundation.ProcessInfo
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
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/13] Write swift-version-24593BA9C3E375BF.txt
[4/48] Emitting module PrettyPrint
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/49] Emitting module ColorizeSwift
/host/spi-builder-workspace/.build/checkouts/ColorizeSwift/Sources/ColorizeSwift/ColorizeSwift.swift:536:25: error: cannot find 'DispatchQueue' in scope
534 | internal static let shared = StringColorizationManager()
535 |
536 | private let queue = DispatchQueue(label: "com.github.mtynior.ColorizeSwift.StringColorizationManager")
| `- error: cannot find 'DispatchQueue' in scope
537 | private var _isColorizationEnabled = true
538 |
[6/49] Compiling ColorizeSwift ColorizeSwift.swift
/host/spi-builder-workspace/.build/checkouts/ColorizeSwift/Sources/ColorizeSwift/ColorizeSwift.swift:536:25: error: cannot find 'DispatchQueue' in scope
534 | internal static let shared = StringColorizationManager()
535 |
536 | private let queue = DispatchQueue(label: "com.github.mtynior.ColorizeSwift.StringColorizationManager")
| `- error: cannot find 'DispatchQueue' in scope
537 | private var _isColorizationEnabled = true
538 |
BUILD FAILURE 6.1 wasm