Build Information
Failed to build OsmiumAtlas, reference main (691238), with Swift 6.3 for Wasm on 19 Apr 2026 04:02:12 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MarcoEidinger/OsmiumAtlas.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/MarcoEidinger/OsmiumAtlas
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 691238b ci: fix build workflow
Cloned https://github.com/MarcoEidinger/OsmiumAtlas.git
Revision (git rev-parse @):
691238bb8e481b710a69b50afcedf7f93fb7cab9
SUCCESS checkout https://github.com/MarcoEidinger/OsmiumAtlas.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/MarcoEidinger/OsmiumAtlas.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/MarcoEidinger/swift-argument-parser
[1/3220] Fetching swift-argument-parser
Fetched https://github.com/MarcoEidinger/swift-argument-parser from cache (0.34s)
Fetching https://github.com/KaiOelfke/AsyncCompatibilityKit
[1/44] Fetching asynccompatibilitykit
Fetched https://github.com/KaiOelfke/AsyncCompatibilityKit from cache (0.30s)
Fetching https://github.com/nmdias/FeedKit.git
Fetching https://github.com/mw99/OhhAuth.git
Fetching https://github.com/SwiftyBeaver/SwiftyBeaver.git
Fetching https://github.com/mattdonnelly/Swifter
[1/77] Fetching ohhauth
[78/3980] Fetching ohhauth, swifter
[469/8059] Fetching ohhauth, swifter, swiftybeaver
Fetched https://github.com/mw99/OhhAuth.git from cache (0.27s)
[2401/7982] Fetching swifter, swiftybeaver
[5424/17326] Fetching swifter, swiftybeaver, feedkit
Fetched https://github.com/mattdonnelly/Swifter from cache (0.59s)
[11928/13423] Fetching swiftybeaver, feedkit
Fetched https://github.com/SwiftyBeaver/SwiftyBeaver.git from cache (0.65s)
Fetched https://github.com/nmdias/FeedKit.git from cache (1.34s)
Computing version for https://github.com/mw99/OhhAuth.git
Computed https://github.com/mw99/OhhAuth.git at 1.2.0 (4.05s)
Computing version for https://github.com/nmdias/FeedKit.git
Computed https://github.com/nmdias/FeedKit.git at 9.1.2 (0.55s)
Computing version for https://github.com/SwiftyBeaver/SwiftyBeaver.git
Computed https://github.com/SwiftyBeaver/SwiftyBeaver.git at 1.9.6 (0.55s)
Computing version for https://github.com/mattdonnelly/Swifter
Computed https://github.com/mattdonnelly/Swifter at 2.5.0 (0.50s)
Creating working copy for https://github.com/SwiftyBeaver/SwiftyBeaver.git
Working copy of https://github.com/SwiftyBeaver/SwiftyBeaver.git resolved at 1.9.6
Creating working copy for https://github.com/MarcoEidinger/swift-argument-parser
Working copy of https://github.com/MarcoEidinger/swift-argument-parser resolved at async (dfeefc7)
Creating working copy for https://github.com/KaiOelfke/AsyncCompatibilityKit
Working copy of https://github.com/KaiOelfke/AsyncCompatibilityKit resolved at main (38333d1)
Creating working copy for https://github.com/mattdonnelly/Swifter
Working copy of https://github.com/mattdonnelly/Swifter resolved at 2.5.0
Creating working copy for https://github.com/nmdias/FeedKit.git
Working copy of https://github.com/nmdias/FeedKit.git resolved at 9.1.2
Creating working copy for https://github.com/mw99/OhhAuth.git
Working copy of https://github.com/mw99/OhhAuth.git resolved at 1.2.0
Building for debugging...
[0/25] Write sources
[11/25] Write swift-version-24593BA9C3E375BF.txt
[13/161] Emitting module ArgumentParserToolInfo
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/161] Emitting module OhhAuth
/host/spi-builder-workspace/.build/checkouts/OhhAuth/Sources/OhhAuth.swift:145:18: error: cannot find type 'URLRequest' in scope
143 |
144 |
145 | public extension URLRequest
| `- error: cannot find type 'URLRequest' in scope
146 | {
147 | /// Easy to use method to sign a URLRequest which includes url-form parameters with OAuth.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/161] Emitting module Swifter
/host/spi-builder-workspace/.build/checkouts/Swifter/Sources/Swifter.swift:27:8: error: no such module 'Dispatch'
25 |
26 | import Foundation
27 | import Dispatch
| `- error: no such module 'Dispatch'
28 | import AuthenticationServices
29 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/165] Emitting module FeedKit
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/176] Emitting module AsyncCompatibilityKit
/host/spi-builder-workspace/.build/checkouts/AsyncCompatibilityKit/Sources/Publisher+Async.swift:7:8: error: no such module 'Combine'
5 | */
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 |
9 | @available(iOS, deprecated: 15.0, message: "AsyncCompatibilityKit is only useful when targeting iOS versions earlier than 15")
[18/176] Compiling AsyncCompatibilityKit Publisher+Async.swift
/host/spi-builder-workspace/.build/checkouts/AsyncCompatibilityKit/Sources/Publisher+Async.swift:7:8: error: no such module 'Combine'
5 | */
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 |
9 | @available(iOS, deprecated: 15.0, message: "AsyncCompatibilityKit is only useful when targeting iOS versions earlier than 15")
[19/176] Compiling AsyncCompatibilityKit View+Async.swift
/host/spi-builder-workspace/.build/checkouts/AsyncCompatibilityKit/Sources/Publisher+Async.swift:7:8: error: no such module 'Combine'
5 | */
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 |
9 | @available(iOS, deprecated: 15.0, message: "AsyncCompatibilityKit is only useful when targeting iOS versions earlier than 15")
[20/176] Compiling ArgumentParserToolInfo ToolInfo.swift
[21/177] Wrapping AST for ArgumentParserToolInfo for debugging
[23/212] Compiling ArgumentParser ArgumentHelp.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
59 |
60 | /// An exit code that indicates successful completion of a command.
61 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
62 |
63 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:64:40: error: cannot find 'EXIT_FAILURE' in scope
62 |
63 | /// An exit code that indicates that the command failed.
64 | public static let failure = ExitCode(EXIT_FAILURE)
| `- error: cannot find 'EXIT_FAILURE' in scope
65 |
66 | /// An exit code that indicates that the user provided invalid input.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:70:50: error: cannot find 'EX_USAGE' in scope
68 | public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
69 | #else
70 | public static let validationFailure = ExitCode(EX_USAGE)
| `- error: cannot find 'EX_USAGE' in scope
71 | #endif
72 |
[24/212] Compiling ArgumentParser CompletionKind.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
59 |
60 | /// An exit code that indicates successful completion of a command.
61 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
62 |
63 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:64:40: error: cannot find 'EXIT_FAILURE' in scope
62 |
63 | /// An exit code that indicates that the command failed.
64 | public static let failure = ExitCode(EXIT_FAILURE)
| `- error: cannot find 'EXIT_FAILURE' in scope
65 |
66 | /// An exit code that indicates that the user provided invalid input.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:70:50: error: cannot find 'EX_USAGE' in scope
68 | public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
69 | #else
70 | public static let validationFailure = ExitCode(EX_USAGE)
| `- error: cannot find 'EX_USAGE' in scope
71 | #endif
72 |
[25/212] Compiling ArgumentParser Errors.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
59 |
60 | /// An exit code that indicates successful completion of a command.
61 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
62 |
63 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:64:40: error: cannot find 'EXIT_FAILURE' in scope
62 |
63 | /// An exit code that indicates that the command failed.
64 | public static let failure = ExitCode(EXIT_FAILURE)
| `- error: cannot find 'EXIT_FAILURE' in scope
65 |
66 | /// An exit code that indicates that the user provided invalid input.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:70:50: error: cannot find 'EX_USAGE' in scope
68 | public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
69 | #else
70 | public static let validationFailure = ExitCode(EX_USAGE)
| `- error: cannot find 'EX_USAGE' in scope
71 | #endif
72 |
[26/212] Compiling ArgumentParser Flag.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
59 |
60 | /// An exit code that indicates successful completion of a command.
61 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
62 |
63 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:64:40: error: cannot find 'EXIT_FAILURE' in scope
62 |
63 | /// An exit code that indicates that the command failed.
64 | public static let failure = ExitCode(EXIT_FAILURE)
| `- error: cannot find 'EXIT_FAILURE' in scope
65 |
66 | /// An exit code that indicates that the user provided invalid input.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:70:50: error: cannot find 'EX_USAGE' in scope
68 | public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
69 | #else
70 | public static let validationFailure = ExitCode(EX_USAGE)
| `- error: cannot find 'EX_USAGE' in scope
71 | #endif
72 |
[27/212] Compiling ArgumentParser NameSpecification.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
59 |
60 | /// An exit code that indicates successful completion of a command.
61 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
62 |
63 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:64:40: error: cannot find 'EXIT_FAILURE' in scope
62 |
63 | /// An exit code that indicates that the command failed.
64 | public static let failure = ExitCode(EXIT_FAILURE)
| `- error: cannot find 'EXIT_FAILURE' in scope
65 |
66 | /// An exit code that indicates that the user provided invalid input.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:70:50: error: cannot find 'EX_USAGE' in scope
68 | public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
69 | #else
70 | public static let validationFailure = ExitCode(EX_USAGE)
| `- error: cannot find 'EX_USAGE' in scope
71 | #endif
72 |
/host/spi-builder-workspace/.build/checkouts/SwiftyBeaver/Sources/BaseDestination.swift:11:8: error: no such module 'Dispatch'
9 |
10 | import Foundation
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | // store operating system / platform
/host/spi-builder-workspace/.build/checkouts/SwiftyBeaver/Sources/BaseDestination.swift:11:8: error: no such module 'Dispatch'
9 |
10 | import Foundation
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | // store operating system / platform
[30/216] Compiling SwiftyBeaver GoogleCloudDestination.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyBeaver/Sources/BaseDestination.swift:11:8: error: no such module 'Dispatch'
9 |
10 | import Foundation
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | // store operating system / platform
[31/216] Compiling SwiftyBeaver SBPlatformDestination.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyBeaver/Sources/BaseDestination.swift:11:8: error: no such module 'Dispatch'
9 |
10 | import Foundation
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | // store operating system / platform
/host/spi-builder-workspace/.build/checkouts/Swifter/Sources/Swifter.swift:27:8: error: no such module 'Dispatch'
25 |
26 | import Foundation
27 | import Dispatch
| `- error: no such module 'Dispatch'
28 | import AuthenticationServices
29 |
/host/spi-builder-workspace/.build/checkouts/Swifter/Sources/Swifter.swift:27:8: error: no such module 'Dispatch'
25 |
26 | import Foundation
27 | import Dispatch
| `- error: no such module 'Dispatch'
28 | import AuthenticationServices
29 |
/host/spi-builder-workspace/.build/checkouts/Swifter/Sources/Swifter.swift:27:8: error: no such module 'Dispatch'
25 |
26 | import Foundation
27 | import Dispatch
| `- error: no such module 'Dispatch'
28 | import AuthenticationServices
29 |
/host/spi-builder-workspace/.build/checkouts/Swifter/Sources/Swifter.swift:27:8: error: no such module 'Dispatch'
25 |
26 | import Foundation
27 | import Dispatch
| `- error: no such module 'Dispatch'
28 | import AuthenticationServices
29 |
/host/spi-builder-workspace/.build/checkouts/Swifter/Sources/Swifter.swift:27:8: error: no such module 'Dispatch'
25 |
26 | import Foundation
27 | import Dispatch
| `- error: no such module 'Dispatch'
28 | import AuthenticationServices
29 |
[37/217] Compiling ArgumentParser MessageInfo.swift
/host/spi-builder-workspace/.build/checkouts/Swifter/Sources/Swifter.swift:27:8: error: no such module 'Dispatch'
25 |
26 | import Foundation
27 | import Dispatch
| `- error: no such module 'Dispatch'
28 | import AuthenticationServices
29 |
[38/217] Compiling ArgumentParser UsageGenerator.swift
/host/spi-builder-workspace/.build/checkouts/Swifter/Sources/Swifter.swift:27:8: error: no such module 'Dispatch'
25 |
26 | import Foundation
27 | import Dispatch
| `- error: no such module 'Dispatch'
28 | import AuthenticationServices
29 |
[39/217] Compiling ArgumentParser CollectionExtensions.swift
/host/spi-builder-workspace/.build/checkouts/Swifter/Sources/Swifter.swift:27:8: error: no such module 'Dispatch'
25 |
26 | import Foundation
27 | import Dispatch
| `- error: no such module 'Dispatch'
28 | import AuthenticationServices
29 |
[40/217] Compiling ArgumentParser SequenceExtensions.swift
/host/spi-builder-workspace/.build/checkouts/Swifter/Sources/Swifter.swift:27:8: error: no such module 'Dispatch'
25 |
26 | import Foundation
27 | import Dispatch
| `- error: no such module 'Dispatch'
28 | import AuthenticationServices
29 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[41/217] Emitting module ArgumentParser
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
59 |
60 | /// An exit code that indicates successful completion of a command.
61 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
62 |
63 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:64:40: error: cannot find 'EXIT_FAILURE' in scope
62 |
63 | /// An exit code that indicates that the command failed.
64 | public static let failure = ExitCode(EXIT_FAILURE)
| `- error: cannot find 'EXIT_FAILURE' in scope
65 |
66 | /// An exit code that indicates that the user provided invalid input.
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:70:50: error: cannot find 'EX_USAGE' in scope
68 | public static let validationFailure = ExitCode(ERROR_BAD_ARGUMENTS)
69 | #else
70 | public static let validationFailure = ExitCode(EX_USAGE)
| `- error: cannot find 'EX_USAGE' in scope
71 | #endif
72 |
[42/217] Compiling SwiftyBeaver FilterValidator.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyBeaver/Sources/BaseDestination.swift:11:8: error: no such module 'Dispatch'
9 |
10 | import Foundation
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | // store operating system / platform
[43/217] Compiling AsyncCompatibilityKit URLSession+Async.swift
/host/spi-builder-workspace/.build/checkouts/AsyncCompatibilityKit/Sources/Publisher+Async.swift:7:8: error: no such module 'Combine'
5 | */
6 |
7 | import Combine
| `- error: no such module 'Combine'
8 |
9 | @available(iOS, deprecated: 15.0, message: "AsyncCompatibilityKit is only useful when targeting iOS versions earlier than 15")
[44/217] Compiling OhhAuth OhhAuth.swift
/host/spi-builder-workspace/.build/checkouts/OhhAuth/Sources/OhhAuth.swift:145:18: error: cannot find type 'URLRequest' in scope
143 |
144 |
145 | public extension URLRequest
| `- error: cannot find type 'URLRequest' in scope
146 | {
147 | /// Easy to use method to sign a URLRequest which includes url-form parameters with OAuth.
/host/spi-builder-workspace/.build/checkouts/OhhAuth/Sources/OhhAuth.swift:266:21: error: cannot find 'dlopen' in scope
264 | private static func loadHMACfromCommonCrypto() -> CCHmacFuncPtr
265 | {
266 | let libcc = dlopen("/usr/lib/system/libcommonCrypto.dylib", RTLD_NOW)
| `- error: cannot find 'dlopen' in scope
267 | return unsafeBitCast(dlsym(libcc, "CCHmac"), to: CCHmacFuncPtr.self)
268 | }
/host/spi-builder-workspace/.build/checkouts/OhhAuth/Sources/OhhAuth.swift:266:69: error: cannot find 'RTLD_NOW' in scope
264 | private static func loadHMACfromCommonCrypto() -> CCHmacFuncPtr
265 | {
266 | let libcc = dlopen("/usr/lib/system/libcommonCrypto.dylib", RTLD_NOW)
| `- error: cannot find 'RTLD_NOW' in scope
267 | return unsafeBitCast(dlsym(libcc, "CCHmac"), to: CCHmacFuncPtr.self)
268 | }
/host/spi-builder-workspace/.build/checkouts/OhhAuth/Sources/OhhAuth.swift:267:30: error: cannot find 'dlsym' in scope
265 | {
266 | let libcc = dlopen("/usr/lib/system/libcommonCrypto.dylib", RTLD_NOW)
267 | return unsafeBitCast(dlsym(libcc, "CCHmac"), to: CCHmacFuncPtr.self)
| `- error: cannot find 'dlsym' in scope
268 | }
269 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:31: error: cannot find 'putc' in scope
61 | struct StandardError: TextOutputStream {
62 | mutating func write(_ string: String) {
63 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'putc' in scope
64 | }
65 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:55: error: cannot find 'stderr' in scope
61 | struct StandardError: TextOutputStream {
62 | mutating func write(_ string: String) {
63 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: cannot find 'stderr' in scope
64 | }
65 | }
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:63:36: error: generic parameter 'U' could not be inferred
61 | struct StandardError: TextOutputStream {
62 | mutating func write(_ string: String) {
63 | for byte in string.utf8 { putc(numericCast(byte), stderr) }
| `- error: generic parameter 'U' could not be inferred
64 | }
65 | }
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
| `- note: in call to function 'numericCast'
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/ParsableArguments.swift:185:7: error: cannot find '_exit' in scope
183 | ) -> Never {
184 | guard let error = error else {
185 | _exit(ExitCode.success.rawValue)
| `- error: cannot find '_exit' in scope
186 | }
187 |
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Properties/Errors.swift:61:40: error: cannot find 'EXIT_SUCCESS' in scope
59 |
60 | /// An exit code that indicates successful completion of a command.
61 | public static let success = ExitCode(EXIT_SUCCESS)
| `- error: cannot find 'EXIT_SUCCESS' in scope
62 |
63 | /// An exit code that indicates that the command failed.
/host/spi-builder-workspace/.build/checkouts/Swifter/Sources/Swifter.swift:27:8: error: no such module 'Dispatch'
25 |
26 | import Foundation
27 | import Dispatch
| `- error: no such module 'Dispatch'
28 | import AuthenticationServices
29 |
BUILD FAILURE 6.3 wasm