The Swift Package Index logo.Swift Package Index

Build Information

Failed to build OsmiumAtlas, reference 1.1.7 (691238), with Swift 6.3 for Wasm on 19 Apr 2026 04:03:06 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.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MarcoEidinger/OsmiumAtlas.git
Reference: 1.1.7
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
 * tag               1.1.7      -> FETCH_HEAD
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 1.1.7
========================================
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-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.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.65s)
Fetching https://github.com/KaiOelfke/AsyncCompatibilityKit
[1/44] Fetching asynccompatibilitykit
Fetched https://github.com/KaiOelfke/AsyncCompatibilityKit from cache (0.34s)
Fetching https://github.com/mattdonnelly/Swifter
Fetching https://github.com/SwiftyBeaver/SwiftyBeaver.git
Fetching https://github.com/mw99/OhhAuth.git
[1/3903] Fetching swifter
[431/7982] Fetching swifter, swiftybeaver
[2949/8059] Fetching swifter, swiftybeaver, ohhauth
Fetched https://github.com/mw99/OhhAuth.git from cache (0.89s)
[6970/7982] Fetching swifter, swiftybeaver
Fetching https://github.com/nmdias/FeedKit.git
Fetched https://github.com/mattdonnelly/Swifter from cache (1.20s)
Fetched https://github.com/SwiftyBeaver/SwiftyBeaver.git from cache (1.34s)
[1/9344] Fetching feedkit
Fetched https://github.com/nmdias/FeedKit.git from cache (1.25s)
Computing version for https://github.com/mw99/OhhAuth.git
Computed https://github.com/mw99/OhhAuth.git at 1.2.0 (6.71s)
Computing version for https://github.com/nmdias/FeedKit.git
Computed https://github.com/nmdias/FeedKit.git at 9.1.2 (1.01s)
Computing version for https://github.com/SwiftyBeaver/SwiftyBeaver.git
Computed https://github.com/SwiftyBeaver/SwiftyBeaver.git at 1.9.6 (0.80s)
Computing version for https://github.com/mattdonnelly/Swifter
Computed https://github.com/mattdonnelly/Swifter at 2.5.0 (2.11s)
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/mw99/OhhAuth.git
Working copy of https://github.com/mw99/OhhAuth.git resolved at 1.2.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/SwiftyBeaver/SwiftyBeaver.git
Working copy of https://github.com/SwiftyBeaver/SwiftyBeaver.git resolved at 1.9.6
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/MarcoEidinger/swift-argument-parser
Working copy of https://github.com/MarcoEidinger/swift-argument-parser resolved at async (dfeefc7)
Building for debugging...
[0/25] Write sources
[11/25] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/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)
[14/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 |
[15/165] 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")
[16/165] Compiling ArgumentParserToolInfo ToolInfo.swift
[17/165] Emitting module ArgumentParserToolInfo
[18/166] Wrapping AST for ArgumentParserToolInfo for debugging
[20/201] Compiling ArgumentParser ArgumentHelp.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 |
[21/201] Compiling ArgumentParser CompletionKind.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 |
[22/201] Compiling ArgumentParser Errors.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 |
[23/201] Compiling ArgumentParser Flag.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 |
[24/201] Compiling ArgumentParser NameSpecification.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)
[25/201] 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
/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
/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
/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
/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
/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
[31/201] Compiling ArgumentParser BashCompletionsGenerator.swift
/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
[32/201] Compiling ArgumentParser CompletionsGenerator.swift
/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
[33/201] Compiling ArgumentParser FishCompletionsGenerator.swift
/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
[34/201] Compiling ArgumentParser ZshCompletionsGenerator.swift
/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
[35/201] Compiling ArgumentParser Argument.swift
/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
[36/201] Compiling ArgumentParser Option.swift
/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
[37/201] Compiling ArgumentParser OptionGroup.swift
/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
[38/212] Compiling ArgumentParser Name.swift
/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
[39/212] Compiling ArgumentParser Parsed.swift
/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
[40/212] Compiling ArgumentParser ParsedValues.swift
/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
[41/212] Compiling ArgumentParser ParserError.swift
/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
[42/212] Compiling ArgumentParser SplitArguments.swift
/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
[43/212] Compiling ArgumentParser DumpHelpGenerator.swift
/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
[44/212] Compiling ArgumentParser HelpCommand.swift
/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
[45/212] Compiling ArgumentParser HelpGenerator.swift
/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
[46/212] Compiling ArgumentParser MessageInfo.swift
/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
[47/212] Compiling ArgumentParser UsageGenerator.swift
/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
[48/212] Compiling Swifter URL++.swift
/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
[49/212] Compiling Swifter Utils.swift
/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
[50/212] Compiling ArgumentParser AsyncParsableCommand.swift
/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
[51/212] Compiling ArgumentParser CommandConfiguration.swift
/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
[52/212] Compiling ArgumentParser EnumerableFlag.swift
/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
[53/212] Compiling ArgumentParser ExpressibleByArgument.swift
/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
[54/212] Compiling ArgumentParser ParsableArguments.swift
/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
[55/212] Compiling ArgumentParser ParsableArgumentsValidation.swift
/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
[56/212] Compiling ArgumentParser ParsableCommand.swift
/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
[57/212] Compiling ArgumentParser ArgumentDecoder.swift
/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
[58/212] Compiling ArgumentParser ArgumentDefinition.swift
/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
[59/212] Compiling ArgumentParser ArgumentSet.swift
/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
[60/212] Compiling ArgumentParser CommandParser.swift
/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
[61/212] Compiling ArgumentParser InputOrigin.swift
/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
[62/212] 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")
error: emit-module command failed with exit code 1 (use -v to see invocation)
[63/212] 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")
[64/212] 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")
/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 |
[65/212] 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
[66/212] 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
error: cancelled
/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/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 |     }
BUILD FAILURE 6.3 wasm