The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SpeziConsent, reference main (8c37a6), with Swift 6.2 for Wasm on 9 Apr 2026 18:51:34 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.2-latest swift build --swift-sdk wasm32-unknown-wasip1 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StanfordSpezi/SpeziConsent.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/StanfordSpezi/SpeziConsent
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8c37a69 small changes (#12)
Cloned https://github.com/StanfordSpezi/SpeziConsent.git
Revision (git rev-parse @):
8c37a69bb8bc7884f36831015652513c2fb87241
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StanfordSpezi/SpeziConsent.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/StanfordSpezi/SpeziConsent.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.2-latest swift build --swift-sdk wasm32-unknown-wasip1 2>&1
wasm-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:2a8b2d9e022a9894c61e0736af7cdaa1ee64c002dbb133a55c0d7e8980b3ad16
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.2-latest
warning: multiple Swift SDKs match target triple `wasm32-unknown-wasip1` and host triple x86_64-unknown-linux-gnu, selected one at /root/.swiftpm/swift-sdks/swift-6.2-RELEASE_wasm.artifactbundle/swift-6.2-RELEASE_wasm/wasm32-unknown-wasip1/swift-sdk.json
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
Fetching https://github.com/StanfordSpezi/SpeziFoundation.git
Fetching https://github.com/techprimate/TPPDF.git
Fetching https://github.com/StanfordSpezi/SpeziViews.git
Fetching https://github.com/StanfordSpezi/SpeziOnboarding.git
Fetching https://github.com/gonzalezreal/swift-markdown-ui.git
[1/4213] Fetching spezionboarding
[44/12583] Fetching spezionboarding, swift-markdown-ui
[970/17433] Fetching spezionboarding, swift-markdown-ui, speziviews
[3515/20398] Fetching spezionboarding, swift-markdown-ui, speziviews, spezifoundation
[4308/38227] Fetching spezionboarding, swift-markdown-ui, speziviews, spezifoundation, tppdf
[14104/54273] Fetching spezionboarding, swift-markdown-ui, speziviews, spezifoundation, tppdf, swift-snapshot-testing
Fetched https://github.com/StanfordSpezi/SpeziOnboarding.git from cache (0.91s)
[10456/50060] Fetching swift-markdown-ui, speziviews, spezifoundation, tppdf, swift-snapshot-testing
Fetching https://github.com/StanfordSpezi/Spezi.git
[16639/60393] Fetching swift-markdown-ui, speziviews, spezifoundation, tppdf, swift-snapshot-testing, spezi
Fetched https://github.com/StanfordSpezi/Spezi.git from cache (0.90s)
[25012/50060] Fetching swift-markdown-ui, speziviews, spezifoundation, tppdf, swift-snapshot-testing
Fetched https://github.com/StanfordSpezi/SpeziViews.git from cache (4.40s)
Fetched https://github.com/StanfordSpezi/SpeziFoundation.git from cache (4.47s)
Fetched https://github.com/gonzalezreal/swift-markdown-ui.git from cache (4.48s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (4.57s)
Fetched https://github.com/techprimate/TPPDF.git from cache (4.58s)
Computing version for https://github.com/gonzalezreal/swift-markdown-ui.git
Computed https://github.com/gonzalezreal/swift-markdown-ui.git at 2.4.1 (7.15s)
Fetching https://github.com/gonzalezreal/NetworkImage
Fetching https://github.com/swiftlang/swift-cmark
[1/1064] Fetching networkimage
[768/19438] Fetching networkimage, swift-cmark
Fetched https://github.com/gonzalezreal/NetworkImage from cache (1.31s)
Fetched https://github.com/swiftlang/swift-cmark from cache (1.32s)
Computing version for https://github.com/techprimate/TPPDF.git
warning: 'tppdf': /Package.swift:8:15: warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
 6 |     name: "TPPDF",
 7 |     platforms: [
 8 |         .iOS(.v9),
   |               `- warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
 9 |         .macOS(.v10_14),
10 |         .visionOS(.v1),
/Package.swift:16:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
14 |     ],
15 |     dependencies: [
16 |         .package(url: "https://github.com/Quick/Quick", .exact("3.1.2")),
   |          `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
17 |         .package(url: "https://github.com/Quick/Nimble", .exact("9.2.1")),
18 |     ],
/Package.swift:16:58: warning: 'exact' is deprecated [#DeprecatedDeclaration]
14 |     ],
15 |     dependencies: [
16 |         .package(url: "https://github.com/Quick/Quick", .exact("3.1.2")),
   |                                                          `- warning: 'exact' is deprecated [#DeprecatedDeclaration]
17 |         .package(url: "https://github.com/Quick/Nimble", .exact("9.2.1")),
18 |     ],
/Package.swift:17:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
15 |     dependencies: [
16 |         .package(url: "https://github.com/Quick/Quick", .exact("3.1.2")),
17 |         .package(url: "https://github.com/Quick/Nimble", .exact("9.2.1")),
   |          `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
18 |     ],
19 |     targets: [
/Package.swift:17:59: warning: 'exact' is deprecated [#DeprecatedDeclaration]
15 |     dependencies: [
16 |         .package(url: "https://github.com/Quick/Quick", .exact("3.1.2")),
17 |         .package(url: "https://github.com/Quick/Nimble", .exact("9.2.1")),
   |                                                           `- warning: 'exact' is deprecated [#DeprecatedDeclaration]
18 |     ],
19 |     targets: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Computed https://github.com/techprimate/TPPDF.git at 2.6.1 (2.04s)
Computing version for https://github.com/StanfordSpezi/SpeziViews.git
Computed https://github.com/StanfordSpezi/SpeziViews.git at 1.12.14 (0.97s)
Fetching https://github.com/apple/swift-collections.git
[1/23523] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.43s)
Computing version for https://github.com/gonzalezreal/NetworkImage
Computed https://github.com/gonzalezreal/NetworkImage at 6.0.1 (3.05s)
Computing version for https://github.com/StanfordSpezi/SpeziOnboarding.git
Computed https://github.com/StanfordSpezi/SpeziOnboarding.git at 2.0.4 (0.94s)
Computing version for https://github.com/swiftlang/swift-cmark
Computed https://github.com/swiftlang/swift-cmark at 0.7.1 (0.81s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.19.2 (0.62s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/5443] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.79s)
[1/74932] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (10.75s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (15.54s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5723] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (3.56s)
Computing version for https://github.com/StanfordSpezi/SpeziFoundation.git
Computed https://github.com/StanfordSpezi/SpeziFoundation.git at 2.7.5 (4.97s)
Fetching https://github.com/StanfordBDHG/zstd.git
Fetching https://github.com/apple/swift-log
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/StanfordBDHG/ThreadLocal.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
[1/171] Fetching threadlocal
[172/906] Fetching threadlocal, xctruntimeassertions
[415/6964] Fetching threadlocal, xctruntimeassertions, swift-algorithms
[795/70121] Fetching threadlocal, xctruntimeassertions, swift-algorithms, zstd
[1757/76584] Fetching threadlocal, xctruntimeassertions, swift-algorithms, zstd, swift-log
[3015/78404] Fetching threadlocal, xctruntimeassertions, swift-algorithms, zstd, swift-log, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (1.05s)
[24796/76584] Fetching threadlocal, xctruntimeassertions, swift-algorithms, zstd, swift-log
Fetched https://github.com/StanfordBDHG/ThreadLocal.git from cache (1.08s)
Fetched https://github.com/StanfordBDHG/XCTRuntimeAssertions.git from cache (1.09s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.10s)
[18463/69620] Fetching zstd, swift-log
Fetched https://github.com/apple/swift-log from cache (8.85s)
Fetched https://github.com/StanfordBDHG/zstd.git from cache (8.93s)
Computing version for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 2.2.0 (16.81s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.72s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.10s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.82s)
Computing version for https://github.com/StanfordBDHG/ThreadLocal.git
Computed https://github.com/StanfordBDHG/ThreadLocal.git at 0.1.2 (0.49s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (1.04s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.55s)
Computing version for https://github.com/StanfordSpezi/Spezi.git
Computed https://github.com/StanfordSpezi/Spezi.git at 1.10.1 (0.67s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.60s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.11.0 (0.41s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.34s)
Computing version for https://github.com/StanfordBDHG/zstd.git
Computed https://github.com/StanfordBDHG/zstd.git at 1.5.8-beta.1 (0.38s)
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/techprimate/TPPDF.git
Working copy of https://github.com/techprimate/TPPDF.git resolved at 2.6.1
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Creating working copy for https://github.com/StanfordBDHG/zstd.git
Working copy of https://github.com/StanfordBDHG/zstd.git resolved at 1.5.8-beta.1
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.11.0
Creating working copy for https://github.com/StanfordSpezi/SpeziOnboarding.git
Working copy of https://github.com/StanfordSpezi/SpeziOnboarding.git resolved at 2.0.4
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
Creating working copy for https://github.com/swiftlang/swift-cmark
Working copy of https://github.com/swiftlang/swift-cmark resolved at 0.7.1
Creating working copy for https://github.com/StanfordBDHG/ThreadLocal.git
Working copy of https://github.com/StanfordBDHG/ThreadLocal.git resolved at 0.1.2
Creating working copy for https://github.com/gonzalezreal/swift-markdown-ui.git
Working copy of https://github.com/gonzalezreal/swift-markdown-ui.git resolved at 2.4.1
Creating working copy for https://github.com/StanfordSpezi/SpeziViews.git
Working copy of https://github.com/StanfordSpezi/SpeziViews.git resolved at 1.12.14
Creating working copy for https://github.com/StanfordSpezi/SpeziFoundation.git
Working copy of https://github.com/StanfordSpezi/SpeziFoundation.git resolved at 2.7.5
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/StanfordSpezi/Spezi.git
Working copy of https://github.com/StanfordSpezi/Spezi.git resolved at 1.10.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.0
Creating working copy for https://github.com/gonzalezreal/NetworkImage
Working copy of https://github.com/gonzalezreal/NetworkImage resolved at 6.0.1
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Working copy of https://github.com/StanfordBDHG/XCTRuntimeAssertions.git resolved at 2.2.0
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.19.2
warning: 'tppdf': /host/spi-builder-workspace/.build/checkouts/TPPDF/Package.swift:8:15: warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
 6 |     name: "TPPDF",
 7 |     platforms: [
 8 |         .iOS(.v9),
   |               `- warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
 9 |         .macOS(.v10_14),
10 |         .visionOS(.v1),
/host/spi-builder-workspace/.build/checkouts/TPPDF/Package.swift:16:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
14 |     ],
15 |     dependencies: [
16 |         .package(url: "https://github.com/Quick/Quick", .exact("3.1.2")),
   |          `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
17 |         .package(url: "https://github.com/Quick/Nimble", .exact("9.2.1")),
18 |     ],
/host/spi-builder-workspace/.build/checkouts/TPPDF/Package.swift:16:58: warning: 'exact' is deprecated [#DeprecatedDeclaration]
14 |     ],
15 |     dependencies: [
16 |         .package(url: "https://github.com/Quick/Quick", .exact("3.1.2")),
   |                                                          `- warning: 'exact' is deprecated [#DeprecatedDeclaration]
17 |         .package(url: "https://github.com/Quick/Nimble", .exact("9.2.1")),
18 |     ],
/host/spi-builder-workspace/.build/checkouts/TPPDF/Package.swift:17:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
15 |     dependencies: [
16 |         .package(url: "https://github.com/Quick/Quick", .exact("3.1.2")),
17 |         .package(url: "https://github.com/Quick/Nimble", .exact("9.2.1")),
   |          `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
18 |     ],
19 |     targets: [
/host/spi-builder-workspace/.build/checkouts/TPPDF/Package.swift:17:59: warning: 'exact' is deprecated [#DeprecatedDeclaration]
15 |     dependencies: [
16 |         .package(url: "https://github.com/Quick/Quick", .exact("3.1.2")),
17 |         .package(url: "https://github.com/Quick/Nimble", .exact("9.2.1")),
   |                                                           `- warning: 'exact' is deprecated [#DeprecatedDeclaration]
18 |     ],
19 |     targets: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.2-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.2-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz (0.44s)
Building for debugging...
[0/106] Write sources
[1/106] Compiling zstd_ddict.c
[2/106] Compiling huf_decompress_amd64.S
[3/106] Compiling fastcover.c
[4/106] Compiling cover.c
[5/106] Write swift-version-24593BA9C3E375BF.txt
[6/106] Compiling zdict.c
[7/106] Compiling divsufsort.c
[8/106] Compiling zstd_preSplit.c
[9/106] Compiling zstd_decompress.c
[10/110] Compiling zstdmt_compress.c
[11/110] Compiling zstd_decompress_block.c
[12/110] Compiling zstd_ldm.c
[13/110] Compiling huf_decompress.c
[14/110] Compiling zstd_compress_superblock.c
[15/110] Compiling zstd_fast.c
[16/110] Compiling zstd_opt.c
[17/110] Compiling zstd_compress_sequences.c
[18/110] Compiling zstd_compress_literals.c
[19/110] Compiling hist.c
[20/110] Compiling huf_compress.c
[21/110] Compiling threading.c
[22/110] Compiling fse_compress.c
[23/110] Compiling zstd_common.c
[24/110] Compiling pool.c
[25/110] Compiling error_private.c
[26/110] Compiling xxhash.c
[27/110] Compiling zstd_double_fast.c
[28/110] Compiling debug.c
[29/110] Compiling fse_decompress.c
[30/110] Compiling entropy_common.c
[31/110] Compiling cmark-gfm-extensions tagfilter.c
[32/110] Compiling cmark-gfm-extensions tasklist.c
[33/110] Compiling cmark-gfm-extensions strikethrough.c
[34/110] Compiling cmark-gfm-extensions ext_scanners.c
[35/110] Compiling cmark-gfm-extensions table.c
[36/110] Compiling cmark-gfm-extensions core-extensions.c
[37/110] Compiling cmark-gfm xml.c
[38/110] Compiling cmark-gfm-extensions autolink.c
[39/110] Compiling cmark-gfm syntax_extension.c
[40/110] Compiling cmark-gfm registry.c
[41/110] Compiling cmark-gfm render.c
[42/110] Compiling cmark-gfm references.c
[43/110] Compiling cmark-gfm plugin.c
[44/110] Compiling cmark-gfm plaintext.c
[45/110] Compiling cmark-gfm map.c
[46/110] Compiling zstd_compress.c
[47/110] Compiling cmark-gfm man.c
[48/110] Compiling cmark-gfm linked_list.c
[48/110] Compiling cmark-gfm node.c
[50/110] Compiling cmark-gfm iterator.c
[51/110] Compiling cmark-gfm latex.c
[52/110] Compiling cmark-gfm html.c
[53/110] Compiling cmark-gfm inlines.c
[54/110] Compiling cmark-gfm houdini_html_u.c
[55/110] Compiling cmark-gfm houdini_html_e.c
[56/110] Compiling cmark-gfm houdini_href_e.c
[57/110] Compiling cmark-gfm footnotes.c
[58/110] Compiling cmark-gfm cmark_ctype.c
[59/110] Compiling cmark-gfm commonmark.c
[60/110] Compiling cmark-gfm cmark.c
[61/110] Compiling cmark-gfm buffer.c
[62/110] Compiling _NumericsShims _NumericsShims.c
[62/110] Write sources
[62/110] Copying Localizable.xcstrings.license
[62/110] Copying Localizable.xcstrings
[62/110] Copying Info.plist
[62/110] Copying Localizable.xcstrings.license
[62/110] Copying Localizable.xcstrings
[62/110] Copying Info.plist
[62/110] Write sources
[62/110] Copying Localizable.xcstrings.license
[62/110] Copying Localizable.xcstrings
[62/110] Copying Info.plist
[62/110] Write sources
[62/110] Copying Localizable.xcstrings.license
[62/110] Copying Localizable.xcstrings
[62/110] Copying Info.plist
[81/110] Compiling _AtomicsShims.c
[82/110] Compiling cmark-gfm arena.c
[82/110] Compiling SpeziFoundationObjC ObjCExceptionHandling.m
[84/110] Write sources
[85/110] Copying Localizable.xcstrings.license
[86/110] Copying Localizable.xcstrings
[87/110] Write sources
[88/110] Copying Info.plist
[88/110] Write sources
[92/127] Compiling cmark-gfm blocks.c
[93/127] Write sources
[96/260] Compiling cmark-gfm scanners.c
[96/260] Write sources
[101/266] Compiling cmark-gfm utf8.c
[103/284] Emitting module Logging
[104/284] Emitting module InternalCollectionsUtilities
[104/286] Compiling zstd_lazy.c
[106/304] Compiling NetworkImage TaskModifier.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Deprecated after 5.0.0:
[107/305] Compiling Atomics ManagedAtomic.swift
[108/305] Compiling Atomics ManagedAtomicLazyReference.swift
[109/305] Compiling Atomics UnsafeAtomic.swift
[110/305] Compiling Atomics UnsafeAtomicLazyReference.swift
[111/305] Compiling InternalCollectionsUtilities _SortedCollection.swift
[112/305] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[113/305] Compiling Atomics AtomicInteger.swift
[114/305] Compiling Atomics AtomicOptionalWrappable.swift
[115/305] Compiling Atomics AtomicReference.swift
[116/305] Compiling Atomics AtomicMemoryOrderings.swift
[117/305] Compiling Atomics DoubleWord.swift
[118/307] Compiling NetworkImage NetworkImageState.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Deprecated after 5.0.0:
[119/307] Compiling NetworkImage NetworkImageModel.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Deprecated after 5.0.0:
[120/307] Compiling Atomics AtomicStorage.swift
[121/307] Compiling Atomics AtomicValue.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[129/307] Emitting module RuntimeAssertions
/host/spi-builder-workspace/.build/checkouts/XCTRuntimeAssertions/Sources/RuntimeAssertions/NeverReturn.swift:16:25: error: value of type 'RunLoop' has no member 'run'
14 |     // This is unfortunate but as far as I can see the only feasible way to return Never without calling a runtime crashing function, e.g. `fatalError()`.
15 |     repeat {
16 |         RunLoop.current.run()
   |                         `- error: value of type 'RunLoop' has no member 'run'
17 |     } while (true)
18 | }
[130/308] Compiling RealModule RealFunctions.swift
[131/309] Compiling Atomics IntegerConformances.swift
[132/309] Compiling Atomics PointerConformances.swift
[133/309] Compiling Atomics Primitives.native.swift
[134/309] Compiling Atomics OptionalRawRepresentable.swift
[135/309] Compiling Atomics RawRepresentable.swift
[139/309] Compiling Atomics AtomicBool.swift
[141/309] Compiling RealModule Real.swift
[142/310] Compiling NetworkImage View+NetworkImageLoader.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Deprecated after 5.0.0:
[143/310] Compiling RealModule Float80+Real.swift
[144/310] Compiling RealModule Float16+Real.swift
[146/310] Emitting module RealModule
[153/310] Compiling RealModule RelaxedArithmetic.swift
[155/391] Compiling ThreadLocalMacros ThreadLocalMacros.swift
[156/391] Compiling ThreadLocalMacros Diagnostic.swift
[157/391] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[158/391] Compiling OrderedCollections _HashTable+Testing.swift
[159/391] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[160/391] Compiling OrderedCollections _HashTable.swift
[161/391] Compiling OrderedCollections _Hashtable+Header.swift
[162/391] Compiling OrderedCollections OrderedDictionary+Codable.swift
[163/391] Emitting module Atomics
[164/391] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[165/391] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[167/392] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[168/392] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[169/392] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[170/392] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[171/392] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[172/392] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[173/392] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[174/399] Compiling Logging Locks.swift
[175/399] Compiling Logging MetadataProvider.swift
[176/399] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[177/399] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[178/399] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[179/399] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[180/399] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[181/399] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[182/399] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[183/399] Compiling Logging LogHandler.swift
[184/399] Compiling Logging LogEvent.swift
[185/399] Compiling Logging Logging.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[187/400] Emitting module NetworkImage
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Deprecated after 5.0.0:
[188/400] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[191/400] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[192/400] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[193/400] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[194/400] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[195/400] Compiling OrderedCollections OrderedDictionary+Values.swift
[197/400] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[198/400] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[199/400] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[200/400] Compiling RuntimeAssertions RuntimePrecondition.swift
/host/spi-builder-workspace/.build/checkouts/XCTRuntimeAssertions/Sources/RuntimeAssertions/RuntimePrecondition.swift:31:25: error: cannot find 'DispatchQueue' in scope
29 |
30 |     // We have to run the operation on a `DispatchQueue` as we have to call `RunLoop.current.run()` in the `preconditionFailure` call.
31 |     let dispatchQueue = DispatchQueue(label: "RuntimePrecondition-\(injection.id)")
   |                         `- error: cannot find 'DispatchQueue' in scope
32 |
33 |     let expressionWorkItem = DispatchWorkItem {
/host/spi-builder-workspace/.build/checkouts/XCTRuntimeAssertions/Sources/RuntimeAssertions/RuntimePrecondition.swift:33:30: error: cannot find 'DispatchWorkItem' in scope
31 |     let dispatchQueue = DispatchQueue(label: "RuntimePrecondition-\(injection.id)")
32 |
33 |     let expressionWorkItem = DispatchWorkItem {
   |                              `- error: cannot find 'DispatchWorkItem' in scope
34 |         injection.withInjection(expression)
35 |     }
[201/403] Compiling OrderedCollections _HashTable+Bucket.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Deprecated after 5.0.0:
[202/403] Compiling OrderedCollections _HashTable+BucketIterator.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Deprecated after 5.0.0:
[203/403] Compiling RuntimeAssertions NeverReturn.swift
/host/spi-builder-workspace/.build/checkouts/XCTRuntimeAssertions/Sources/RuntimeAssertions/NeverReturn.swift:16:25: error: value of type 'RunLoop' has no member 'run'
14 |     // This is unfortunate but as far as I can see the only feasible way to return Never without calling a runtime crashing function, e.g. `fatalError()`.
15 |     repeat {
16 |         RunLoop.current.run()
   |                         `- error: value of type 'RunLoop' has no member 'run'
17 |     } while (true)
18 | }
[204/403] Compiling OrderedCollections _HashTable+Constants.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Deprecated after 5.0.0:
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Deprecated after 5.0.0:
[206/403] Compiling NetworkImage NetworkImageLoader.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Deprecated after 5.0.0:
[207/403] Compiling NetworkImage URLSession+NetworkImage.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Deprecated after 5.0.0:
[208/403] Compiling RuntimeAssertions DebugOnly.swift
[209/403] Compiling RuntimeAssertions Counter.swift
[210/403] Compiling RuntimeAssertions Assert.swift
[211/403] Compiling RuntimeAssertions Precondition.swift
[212/403] Compiling RuntimeAssertions RuntimeAssertion.swift
[213/403] Emitting module ThreadLocalMacros
BUILD FAILURE 6.2 wasm