The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SpeziConsent, reference main (cd08c5), with Swift 6.2 for Wasm on 25 Nov 2025 17:15:50 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasip1 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
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 cd08c54 footnote-styled text in interactive elements (#8)
Cloned https://github.com/StanfordSpezi/SpeziConsent.git
Revision (git rev-parse @):
cd08c54a4f7630fa9482da5f162b4fa258de2e32
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-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasip1 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:302e3f347c593123f3d337e3da1bfe6e802bb8867614e9dfa745c72e13ca8eeb
Status: Image is up to date for registry.gitlab.com/finestructure/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/techprimate/TPPDF.git
Fetching https://github.com/gonzalezreal/swift-markdown-ui.git
Fetching https://github.com/StanfordSpezi/SpeziFoundation.git
[1/2162] Fetching spezifoundation
[1774/18992] Fetching spezifoundation, tppdf
Fetched https://github.com/StanfordSpezi/SpeziFoundation.git from cache (0.56s)
Fetching https://github.com/StanfordSpezi/Spezi.git
[1011/24344] Fetching tppdf, swift-markdown-ui
[1312/34395] Fetching tppdf, swift-markdown-ui, spezi
Fetched https://github.com/StanfordSpezi/Spezi.git from cache (0.87s)
[7036/24344] Fetching tppdf, swift-markdown-ui
Fetching https://github.com/StanfordSpezi/SpeziViews.git
Fetching https://github.com/StanfordSpezi/SpeziOnboarding.git
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
Fetched https://github.com/techprimate/TPPDF.git from cache (6.07s)
[1/4504] Fetching speziviews
Fetched https://github.com/gonzalezreal/swift-markdown-ui.git from cache (6.16s)
[767/8711] Fetching speziviews, spezionboarding
Fetched https://github.com/StanfordSpezi/SpeziViews.git from cache (1.05s)
Fetched https://github.com/StanfordSpezi/SpeziOnboarding.git from cache (1.06s)
[1/15633] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (3.74s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.18.7 (10.32s)
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/swiftlang/swift-syntax
[1/4651] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.49s)
[1/72982] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (5.71s)
Computing version for https://github.com/gonzalezreal/swift-markdown-ui.git
Computed https://github.com/gonzalezreal/swift-markdown-ui.git at 2.4.1 (8.41s)
Fetching https://github.com/swiftlang/swift-cmark
Fetching https://github.com/gonzalezreal/NetworkImage
[1/1064] Fetching networkimage
[1065/19312] Fetching networkimage, swift-cmark
Fetched https://github.com/gonzalezreal/NetworkImage from cache (0.49s)
[3833/18248] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark from cache (1.38s)
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 (1.88s)
Computing version for https://github.com/StanfordSpezi/SpeziFoundation.git
Computed https://github.com/StanfordSpezi/SpeziFoundation.git at 2.5.1 (0.61s)
Fetching https://github.com/apple/swift-log
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Fetching https://github.com/apple/swift-atomics.git
[1/735] Fetching xctruntimeassertions
[736/2555] Fetching xctruntimeassertions, swift-atomics
[809/7630] Fetching xctruntimeassertions, swift-atomics, swift-log
[1720/13664] Fetching xctruntimeassertions, swift-atomics, swift-log, swift-algorithms
Fetched https://github.com/StanfordBDHG/XCTRuntimeAssertions.git from cache (0.69s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.69s)
Fetched https://github.com/apple/swift-log from cache (0.70s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.70s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.07s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5600] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.77s)
Computing version for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 2.2.0 (1.35s)
Computing version for https://github.com/gonzalezreal/NetworkImage
Computed https://github.com/gonzalezreal/NetworkImage at 6.0.1 (0.74s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.23s)
Fetching https://github.com/apple/swift-numerics.git
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.63s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.17s)
Computing version for https://github.com/StanfordSpezi/SpeziOnboarding.git
Computed https://github.com/StanfordSpezi/SpeziOnboarding.git at 2.0.3 (1.33s)
Computing version for https://github.com/swiftlang/swift-cmark
Computed https://github.com/swiftlang/swift-cmark at 0.7.1 (0.43s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (8.91s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.44s)
Computing version for https://github.com/StanfordSpezi/Spezi.git
Computed https://github.com/StanfordSpezi/Spezi.git at 1.9.3 (1.05s)
Fetching https://github.com/apple/swift-collections.git
[1/18314] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.52s)
Computing version for https://github.com/StanfordSpezi/SpeziViews.git
Computed https://github.com/StanfordSpezi/SpeziViews.git at 1.12.8 (2.13s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.65s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (0.62s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (0.45s)
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/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.4
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/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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
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/StanfordSpezi/SpeziOnboarding.git
Working copy of https://github.com/StanfordSpezi/SpeziOnboarding.git resolved at 2.0.3
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/XCTRuntimeAssertions.git
Working copy of https://github.com/StanfordBDHG/XCTRuntimeAssertions.git resolved at 2.2.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
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.8
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.18.7
Creating working copy for https://github.com/StanfordSpezi/SpeziFoundation.git
Working copy of https://github.com/StanfordSpezi/SpeziFoundation.git resolved at 2.5.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.3.3
Creating working copy for https://github.com/StanfordSpezi/Spezi.git
Working copy of https://github.com/StanfordSpezi/Spezi.git resolved at 1.9.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.7.0
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.80s)
Building for debugging...
[0/69] Write sources
[0/69] Copying Localizable.xcstrings
[0/69] Copying Localizable.xcstrings.license
[0/69] Write sources
[16/69] Compiling SpeziFoundationObjC ObjCExceptionHandling.m
[17/69] Compiling cmark-gfm buffer.c
[18/69] Compiling cmark-gfm arena.c
[19/69] Compiling cmark-gfm cmark.c
[20/69] Compiling cmark-gfm-extensions tagfilter.c
[21/69] Write swift-version-24593BA9C3E375BF.txt
[22/69] Compiling cmark-gfm-extensions tasklist.c
[23/69] Compiling cmark-gfm blocks.c
[24/69] Compiling cmark-gfm-extensions core-extensions.c
[25/69] Compiling cmark-gfm-extensions strikethrough.c
[26/69] Compiling cmark-gfm-extensions autolink.c
[27/77] Compiling cmark-gfm xml.c
[28/77] Compiling cmark-gfm-extensions ext_scanners.c
[29/96] Compiling cmark-gfm-extensions table.c
[30/139] Compiling cmark-gfm syntax_extension.c
[31/165] Compiling cmark-gfm render.c
[32/176] Compiling cmark-gfm registry.c
[33/191] Compiling cmark-gfm references.c
[34/202] Compiling cmark-gfm plugin.c
[35/203] Compiling cmark-gfm plaintext.c
[36/203] Compiling cmark-gfm map.c
[37/203] Compiling cmark-gfm linked_list.c
[38/203] Compiling cmark-gfm man.c
[39/203] Compiling cmark-gfm node.c
[40/203] Compiling cmark-gfm latex.c
[41/203] Compiling cmark-gfm iterator.c
[42/203] Compiling cmark-gfm html.c
[43/203] Compiling cmark-gfm houdini_html_e.c
[44/203] Compiling cmark-gfm houdini_html_u.c
[45/203] Compiling cmark-gfm houdini_href_e.c
[46/203] Compiling cmark-gfm inlines.c
[47/203] Compiling cmark-gfm cmark_ctype.c
[48/203] Compiling cmark-gfm footnotes.c
[49/203] Compiling _NumericsShims _NumericsShims.c
[49/203] Copying Localizable.xcstrings.license
[49/203] Copying Localizable.xcstrings
[49/203] Copying Info.plist
[49/203] Copying Localizable.xcstrings.license
[49/203] Copying Localizable.xcstrings
[49/203] Copying Info.plist
[49/203] Copying Localizable.xcstrings.license
[49/203] Copying Localizable.xcstrings
[49/203] Copying Info.plist
[49/203] Copying Localizable.xcstrings.license
[49/203] Copying Localizable.xcstrings
[49/203] Copying Info.plist
[49/203] Write sources
[66/203] Emitting module Logging
[66/203] Compiling _AtomicsShims.c
[66/203] Compiling cmark-gfm commonmark.c
[68/240] Compiling cmark-gfm scanners.c
[69/240] Compiling cmark-gfm utf8.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[71/247] 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 | }
[72/259] 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:
[73/260] Compiling Atomics AtomicMemoryOrderings.swift
[74/260] Compiling Atomics DoubleWord.swift
[75/262] Compiling Atomics AtomicStorage.swift
[76/262] Compiling Atomics AtomicValue.swift
[77/262] Emitting module InternalCollectionsUtilities
[78/264] Compiling Atomics IntegerConformances.swift
[79/264] Compiling Atomics PointerConformances.swift
[80/264] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[81/264] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[82/264] Compiling Atomics ManagedAtomic.swift
[83/264] Compiling Atomics ManagedAtomicLazyReference.swift
[84/264] Compiling Atomics OptionalRawRepresentable.swift
[85/264] Compiling Atomics RawRepresentable.swift
[86/264] Compiling Atomics AtomicBool.swift
[87/264] Compiling Atomics Primitives.native.swift
[88/264] Compiling Atomics AtomicInteger.swift
[91/264] Compiling RealModule RealFunctions.swift
[93/264] Compiling Atomics AtomicOptionalWrappable.swift
[94/264] Compiling Atomics AtomicReference.swift
[101/264] Emitting module RealModule
[104/264] Emitting module Atomics
[105/265] Compiling RealModule Real.swift
[106/265] Compiling RealModule Float80+Real.swift
[111/265] Compiling Logging Locks.swift
[112/265] Compiling RealModule Float16+Real.swift
[113/265] 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:
[114/265] Compiling RealModule RelaxedArithmetic.swift
[125/347] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[126/347] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[128/348] Compiling Logging MetadataProvider.swift
[129/348] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[130/348] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[131/348] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[132/348] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[133/348] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[134/348] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[135/348] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[136/355] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[137/355] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[138/355] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[139/355] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[140/355] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[141/355] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[142/355] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[143/355] Compiling RuntimeAssertions Assert.swift
[144/355] Compiling RuntimeAssertions DebugOnly.swift
[145/355] Compiling RuntimeAssertions Counter.swift
[146/355] 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 | }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[147/355] Emitting module TPPDF
/host/spi-builder-workspace/.build/checkouts/TPPDF/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
 6 | //
 7 |
 8 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 9 |
10 | /// Protocol used to delegate drawing of images
/host/spi-builder-workspace/.build/checkouts/TPPDF/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
 6 | //
 7 |
 8 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 9 |
10 | /// Protocol used to delegate drawing of images
[149/355] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
/host/spi-builder-workspace/.build/checkouts/TPPDF/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
 6 | //
 7 |
 8 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 9 |
10 | /// Protocol used to delegate drawing of images
[150/355] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
/host/spi-builder-workspace/.build/checkouts/TPPDF/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
 6 | //
 7 |
 8 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 9 |
10 | /// Protocol used to delegate drawing of images
[151/355] Compiling OrderedCollections OrderedDictionary+Sendable.swift
/host/spi-builder-workspace/.build/checkouts/TPPDF/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
 6 | //
 7 |
 8 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 9 |
10 | /// Protocol used to delegate drawing of images
[152/355] Compiling OrderedCollections OrderedDictionary+Sequence.swift
/host/spi-builder-workspace/.build/checkouts/TPPDF/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
 6 | //
 7 |
 8 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 9 |
10 | /// Protocol used to delegate drawing of images
[153/355] Compiling OrderedCollections OrderedDictionary+Values.swift
/host/spi-builder-workspace/.build/checkouts/TPPDF/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
 6 | //
 7 |
 8 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 9 |
10 | /// Protocol used to delegate drawing of images
[154/355] Compiling OrderedCollections OrderedDictionary.swift
/host/spi-builder-workspace/.build/checkouts/TPPDF/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
 6 | //
 7 |
 8 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 9 |
10 | /// Protocol used to delegate drawing of images
[155/355] Compiling OrderedCollections OrderedSet+Codable.swift
/host/spi-builder-workspace/.build/checkouts/TPPDF/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
 6 | //
 7 |
 8 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 9 |
10 | /// Protocol used to delegate drawing of images
[156/355] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
/host/spi-builder-workspace/.build/checkouts/TPPDF/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
 6 | //
 7 |
 8 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 9 |
10 | /// Protocol used to delegate drawing of images
[157/355] Compiling OrderedCollections OrderedSet+Descriptions.swift
/host/spi-builder-workspace/.build/checkouts/TPPDF/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
 6 | //
 7 |
 8 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 9 |
10 | /// Protocol used to delegate drawing of images
[158/355] Compiling OrderedCollections OrderedSet+Diffing.swift
/host/spi-builder-workspace/.build/checkouts/TPPDF/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
 6 | //
 7 |
 8 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 9 |
10 | /// Protocol used to delegate drawing of images
[159/355] Compiling OrderedCollections OrderedSet+Equatable.swift
/host/spi-builder-workspace/.build/checkouts/TPPDF/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
 6 | //
 7 |
 8 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 9 |
10 | /// Protocol used to delegate drawing of images
[160/355] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
/host/spi-builder-workspace/.build/checkouts/TPPDF/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
 6 | //
 7 |
 8 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 9 |
10 | /// Protocol used to delegate drawing of images
[161/355] Compiling OrderedCollections OrderedSet+Hashable.swift
/host/spi-builder-workspace/.build/checkouts/TPPDF/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
 6 | //
 7 |
 8 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 9 |
10 | /// Protocol used to delegate drawing of images
[162/355] Compiling OrderedCollections OrderedSet+Initializers.swift
/host/spi-builder-workspace/.build/checkouts/TPPDF/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
 6 | //
 7 |
 8 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 9 |
10 | /// Protocol used to delegate drawing of images
[163/355] Compiling OrderedCollections OrderedSet+Insertions.swift
/host/spi-builder-workspace/.build/checkouts/TPPDF/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
 6 | //
 7 |
 8 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 9 |
10 | /// Protocol used to delegate drawing of images
[164/355] Compiling OrderedCollections OrderedSet+Invariants.swift
/host/spi-builder-workspace/.build/checkouts/TPPDF/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
 6 | //
 7 |
 8 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 9 |
10 | /// Protocol used to delegate drawing of images
[165/372] 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:
[166/372] 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:
[167/372] 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:
[168/372] 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:
[169/372] Compiling RuntimeAssertions RuntimeAssertionInjection.swift
[170/372] Compiling RuntimeAssertions RuntimeAssertion.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[171/372] 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:
[172/372] 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 |     }
[173/372] Compiling OrderedCollections OrderedDictionary+Deprecations.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:
[174/372] Compiling OrderedCollections OrderedDictionary+Descriptions.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:
[175/372] Compiling OrderedCollections OrderedDictionary+Codable.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:
[176/372] Compiling OrderedCollections OrderedDictionary+CustomReflectable.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/TPPDF/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
 6 | //
 7 |
 8 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 9 |
10 | /// Protocol used to delegate drawing of images
/host/spi-builder-workspace/.build/checkouts/TPPDF/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
 6 | //
 7 |
 8 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 9 |
10 | /// Protocol used to delegate drawing of images
/host/spi-builder-workspace/.build/checkouts/TPPDF/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
 6 | //
 7 |
 8 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 9 |
10 | /// Protocol used to delegate drawing of images
/host/spi-builder-workspace/.build/checkouts/TPPDF/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
 6 | //
 7 |
 8 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 9 |
10 | /// Protocol used to delegate drawing of images
[189/372] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
/host/spi-builder-workspace/.build/checkouts/TPPDF/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
 6 | //
 7 |
 8 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 9 |
10 | /// Protocol used to delegate drawing of images
[190/372] Compiling OrderedCollections OrderedDictionary+Elements.swift
/host/spi-builder-workspace/.build/checkouts/TPPDF/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
 6 | //
 7 |
 8 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 9 |
10 | /// Protocol used to delegate drawing of images
[191/372] Compiling OrderedCollections OrderedDictionary+Equatable.swift
/host/spi-builder-workspace/.build/checkouts/TPPDF/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
 6 | //
 7 |
 8 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 9 |
10 | /// Protocol used to delegate drawing of images
[192/372] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
/host/spi-builder-workspace/.build/checkouts/TPPDF/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
 6 | //
 7 |
 8 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 9 |
10 | /// Protocol used to delegate drawing of images
[193/372] Compiling OrderedCollections _HashTable+Bucket.swift
/host/spi-builder-workspace/.build/checkouts/TPPDF/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
 6 | //
 7 |
 8 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 9 |
10 | /// Protocol used to delegate drawing of images
[194/372] Compiling OrderedCollections _HashTable+BucketIterator.swift
/host/spi-builder-workspace/.build/checkouts/TPPDF/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
 6 | //
 7 |
 8 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 9 |
10 | /// Protocol used to delegate drawing of images
[195/372] Compiling OrderedCollections _HashTable+Constants.swift
/host/spi-builder-workspace/.build/checkouts/TPPDF/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
 6 | //
 7 |
 8 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 9 |
10 | /// Protocol used to delegate drawing of images
[196/372] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
/host/spi-builder-workspace/.build/checkouts/TPPDF/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
 6 | //
 7 |
 8 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 9 |
10 | /// Protocol used to delegate drawing of images
[197/372] Compiling OrderedCollections _HashTable+Testing.swift
/host/spi-builder-workspace/.build/checkouts/TPPDF/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
 6 | //
 7 |
 8 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 9 |
10 | /// Protocol used to delegate drawing of images
[198/372] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
/host/spi-builder-workspace/.build/checkouts/TPPDF/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
 6 | //
 7 |
 8 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 9 |
10 | /// Protocol used to delegate drawing of images
[199/372] Compiling OrderedCollections _HashTable.swift
/host/spi-builder-workspace/.build/checkouts/TPPDF/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
 6 | //
 7 |
 8 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 9 |
10 | /// Protocol used to delegate drawing of images
[200/372] Compiling OrderedCollections _Hashtable+Header.swift
/host/spi-builder-workspace/.build/checkouts/TPPDF/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
 6 | //
 7 |
 8 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 9 |
10 | /// Protocol used to delegate drawing of images
[201/372] Compiling OrderedCollections OrderedDictionary+Hashable.swift
/host/spi-builder-workspace/.build/checkouts/TPPDF/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
 6 | //
 7 |
 8 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 9 |
10 | /// Protocol used to delegate drawing of images
/host/spi-builder-workspace/.build/checkouts/TPPDF/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
 6 | //
 7 |
 8 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 9 |
10 | /// Protocol used to delegate drawing of images
BUILD FAILURE 6.2 wasm