Build Information
Failed to build SpeziAccessGuard, reference main (92f87a), with Swift 6.1 for Wasm on 20 Nov 2025 20:03:47 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StanfordSpezi/SpeziAccessGuard.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/SpeziAccessGuard
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 92f87aa rework everything (#31)
Cloned https://github.com/StanfordSpezi/SpeziAccessGuard.git
Revision (git rev-parse @):
92f87aaf0ba6ebfe08bf9739bd572a9d1528181d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StanfordSpezi/SpeziAccessGuard.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/StanfordSpezi/SpeziAccessGuard.git
https://github.com/StanfordSpezi/SpeziAccessGuard.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"default_localization" : "en",
"dependencies" : [
{
"identity" : "spezi",
"requirement" : {
"range" : [
{
"lower_bound" : "1.8.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/StanfordSpezi/Spezi.git"
},
{
"identity" : "spezistorage",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/StanfordSpezi/SpeziStorage.git"
},
{
"identity" : "speziviews",
"requirement" : {
"range" : [
{
"lower_bound" : "1.12.7",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/StanfordSpezi/SpeziViews.git"
},
{
"identity" : "spezifoundation",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/StanfordSpezi/SpeziFoundation.git"
},
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.17.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
}
],
"manifest_display_name" : "SpeziAccessGuard",
"name" : "SpeziAccessGuard",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
}
],
"products" : [
{
"name" : "SpeziAccessGuard",
"targets" : [
"SpeziAccessGuard"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SpeziAccessGuardTests",
"module_type" : "SwiftTarget",
"name" : "SpeziAccessGuardTests",
"path" : "Tests/SpeziAccessGuardTests",
"product_dependencies" : [
"SpeziTesting",
"SnapshotTesting"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/SpeziAccessGuardTests/__Snapshots__/AccessGuardViewSnapshotTests/performSnapshotTest-with.iPhone13Pro-locked.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/SpeziAccessGuardTests/__Snapshots__/AccessGuardViewSnapshotTests/performSnapshotTest-with.iPhone13Pro-unlocked.png",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"AccessGuardViewSnapshotTests.swift",
"LAContextTests.swift",
"SpeziAccessGuardTests.swift"
],
"target_dependencies" : [
"SpeziAccessGuard"
],
"type" : "test"
},
{
"c99name" : "SpeziAccessGuard",
"module_type" : "SwiftTarget",
"name" : "SpeziAccessGuard",
"path" : "Sources/SpeziAccessGuard",
"product_dependencies" : [
"Spezi",
"SpeziKeychainStorage",
"SpeziViews",
"SpeziFoundation"
],
"product_memberships" : [
"SpeziAccessGuard"
],
"sources" : [
"AccessGuard.swift",
"AccessGuardButton.swift",
"AccessGuardConfig+FaceID.swift",
"AccessGuardConfig+Passcode.swift",
"AccessGuardConfig.swift",
"AccessGuardError.swift",
"AccessGuardIdentifier.swift",
"AccessGuardModel+FaceID.swift",
"AccessGuardModel+Passcode.swift",
"AccessGuardModel.swift",
"AccessGuardView.swift",
"AccessGuarded.swift",
"AccessGuards.swift",
"CodeViews/CodeOptions.swift",
"CodeViews/CodeView.swift",
"CodeViews/EnterCodeView.swift",
"CodeViews/ErrorMessageCapsule.swift",
"CodeViews/SetupPasscodeFlow.swift",
"SetAccessGuard.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/StanfordSpezi/SpeziFoundation.git
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
Fetching https://github.com/StanfordSpezi/SpeziViews.git
Fetching https://github.com/StanfordSpezi/SpeziStorage.git
Fetching https://github.com/StanfordSpezi/Spezi.git
[1/1683] Fetching spezistorage
[994/3810] Fetching spezistorage, spezifoundation
[1455/8314] Fetching spezistorage, spezifoundation, speziviews
[2660/18315] Fetching spezistorage, spezifoundation, speziviews, spezi
Fetched https://github.com/StanfordSpezi/SpeziFoundation.git from cache (0.37s)
[8006/16188] Fetching spezistorage, speziviews, spezi
Fetched https://github.com/StanfordSpezi/SpeziStorage.git from cache (0.56s)
Fetched https://github.com/StanfordSpezi/Spezi.git from cache (0.56s)
[1/15632] Fetching swift-snapshot-testing
Fetched https://github.com/StanfordSpezi/SpeziViews.git from cache (2.96s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (3.03s)
Computing version for https://github.com/StanfordSpezi/SpeziViews.git
Computed https://github.com/StanfordSpezi/SpeziViews.git at 1.12.8 (5.53s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/gonzalezreal/swift-markdown-ui.git
[1/18314] Fetching swift-collections
[7510/25814] Fetching swift-collections, swift-markdown-ui
Fetched https://github.com/apple/swift-collections.git from cache (2.12s)
[1500/7500] Fetching swift-markdown-ui
Fetched https://github.com/gonzalezreal/swift-markdown-ui.git from cache (4.51s)
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.54s)
Fetching https://github.com/gonzalezreal/NetworkImage
[1/1064] Fetching networkimage
Fetching https://github.com/swiftlang/swift-cmark
Fetched https://github.com/gonzalezreal/NetworkImage from cache (0.59s)
[1/18245] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark from cache (1.64s)
Computing version for https://github.com/gonzalezreal/NetworkImage
Computed https://github.com/gonzalezreal/NetworkImage at 6.0.1 (3.14s)
Computing version for https://github.com/StanfordSpezi/SpeziFoundation.git
Computed https://github.com/StanfordSpezi/SpeziFoundation.git at 2.5.0 (1.09s)
Fetching https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-log
Fetching https://github.com/apple/swift-atomics.git
[1/735] Fetching xctruntimeassertions
[736/5766] Fetching xctruntimeassertions, swift-log
[837/7586] Fetching xctruntimeassertions, swift-log, swift-atomics
[960/13615] Fetching xctruntimeassertions, swift-log, swift-atomics, swift-algorithms
Fetched https://github.com/apple/swift-atomics.git from cache (0.79s)
Fetched https://github.com/StanfordBDHG/XCTRuntimeAssertions.git from cache (0.87s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.88s)
Fetched https://github.com/apple/swift-log from cache (0.90s)
Computing version for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 2.2.0 (7.40s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.47s)
Fetching https://github.com/apple/swift-numerics.git
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.03s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.86s)
Computing version for https://github.com/StanfordSpezi/SpeziStorage.git
Computed https://github.com/StanfordSpezi/SpeziStorage.git at 2.1.2 (1.02s)
Computing version for https://github.com/StanfordSpezi/Spezi.git
Computed https://github.com/StanfordSpezi/Spezi.git at 1.9.3 (0.81s)
Computing version for https://github.com/swiftlang/swift-cmark
Computed https://github.com/swiftlang/swift-cmark at 0.7.1 (0.93s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (0.56s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.58s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.76s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.18.7 (0.59s)
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/swiftlang/swift-syntax
[1/4651] Fetching swift-custom-dump
[4652/77569] Fetching swift-custom-dump, swift-syntax
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (7.33s)
Fetched https://github.com/swiftlang/swift-syntax from cache (7.43s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (8.48s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5600] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.21s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (2.28s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (0.81s)
Creating working copy for https://github.com/StanfordSpezi/SpeziFoundation.git
Working copy of https://github.com/StanfordSpezi/SpeziFoundation.git resolved at 2.5.0
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/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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.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.18.7
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/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.7.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/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/gonzalezreal/NetworkImage
Working copy of https://github.com/gonzalezreal/NetworkImage resolved at 6.0.1
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/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/SpeziStorage.git
Working copy of https://github.com/StanfordSpezi/SpeziStorage.git resolved at 2.1.2
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/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/SpeziViews.git
Working copy of https://github.com/StanfordSpezi/SpeziViews.git resolved at 1.12.8
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/SpeziAccessGuard/Resources/Localizable.xcstrings
/host/spi-builder-workspace/Sources/SpeziAccessGuard/Resources/Localizable.xcstrings.license
Building for debugging...
[0/59] Write sources
[5/59] Compiling cmark-gfm-extensions tagfilter.c
[6/59] Compiling cmark-gfm-extensions core-extensions.c
[7/59] Compiling cmark-gfm-extensions strikethrough.c
[8/59] Compiling cmark-gfm-extensions tasklist.c
[9/59] Compiling cmark-gfm-extensions ext_scanners.c
[10/59] Compiling cmark-gfm-extensions table.c
[11/59] Compiling cmark-gfm syntax_extension.c
[12/59] Compiling cmark-gfm xml.c
[13/59] Compiling cmark-gfm render.c
[14/59] Compiling cmark-gfm-extensions autolink.c
[15/59] Compiling cmark-gfm references.c
[16/59] Compiling cmark-gfm registry.c
[17/59] Compiling cmark-gfm plugin.c
[18/59] Compiling cmark-gfm plaintext.c
[19/59] Compiling cmark-gfm map.c
[20/59] Compiling cmark-gfm man.c
[21/59] Compiling cmark-gfm linked_list.c
[22/59] Compiling cmark-gfm node.c
[23/59] Compiling SpeziFoundationObjC ObjCExceptionHandling.m
[24/59] Write swift-version-24593BA9C3E375BF.txt
[25/59] Compiling cmark-gfm iterator.c
[26/59] Compiling cmark-gfm html.c
[26/59] Compiling cmark-gfm latex.c
[28/59] Compiling cmark-gfm houdini_html_e.c
[29/59] Compiling cmark-gfm houdini_href_e.c
[30/59] Compiling cmark-gfm footnotes.c
[31/59] Compiling cmark-gfm cmark_ctype.c
[32/59] Compiling cmark-gfm commonmark.c
[33/59] Compiling cmark-gfm cmark.c
[34/59] Compiling cmark-gfm inlines.c
[35/59] Compiling cmark-gfm buffer.c
[36/59] Copying Localizable.xcstrings.license
[37/59] Copying Localizable.xcstrings
[38/59] Copying Info.plist
[39/59] Copying Localizable.xcstrings.license
[40/59] Compiling cmark-gfm houdini_html_u.c
[41/59] Copying Localizable.xcstrings
[42/59] Copying Info.plist
[43/59] Write sources
[47/59] Compiling _NumericsShims _NumericsShims.c
[48/59] Compiling _AtomicsShims.c
[50/59] Write sources
[51/59] Compiling cmark-gfm arena.c
[52/59] Write sources
[54/59] Compiling cmark-gfm blocks.c
[55/59] Write sources
[56/127] Compiling cmark-gfm scanners.c
[57/127] Write sources
[58/127] Compiling cmark-gfm utf8.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[60/127] 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 | }
[61/128] Compiling RealModule RealFunctions.swift
[62/129] Compiling Atomics ManagedAtomic.swift
[63/129] Compiling Atomics ManagedAtomicLazyReference.swift
[64/131] Compiling RuntimeAssertions RuntimeAssertion.swift
[67/131] Compiling Atomics IntegerConformances.swift
[68/131] Compiling Atomics PointerConformances.swift
[69/131] Compiling Atomics Primitives.native.swift
[70/133] Compiling Atomics AtomicMemoryOrderings.swift
[71/133] Compiling Atomics DoubleWord.swift
[72/133] 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:
[73/133] 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:
[77/134] Emitting module InternalCollectionsUtilities
[78/134] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[79/134] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[80/134] Compiling RealModule RelaxedArithmetic.swift
[81/134] Compiling Atomics AtomicBool.swift
[82/134] Compiling Atomics AtomicInteger.swift
[83/134] Compiling Atomics OptionalRawRepresentable.swift
[84/134] Compiling Atomics RawRepresentable.swift
[86/134] Compiling Atomics AtomicStorage.swift
[87/134] Compiling Atomics AtomicValue.swift
[91/134] Compiling Atomics AtomicOptionalWrappable.swift
[92/134] Compiling Atomics AtomicReference.swift
[93/134] Compiling RealModule Real.swift
[94/134] Compiling RealModule Float80+Real.swift
[95/134] Emitting module Logging
[96/134] Compiling Logging Locks.swift
[97/134] Compiling RealModule Float16+Real.swift
[102/134] Emitting module RealModule
[105/135] Emitting module Atomics
[112/135] 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:
[116/136] Compiling Atomics IntegerOperations.swift
[117/136] Compiling Atomics Unmanaged extensions.swift
[119/137] Compiling Logging LogHandler.swift
[120/137] Compiling Logging Logging.swift
[122/137] Compiling Logging MetadataProvider.swift
[124/218] Compiling RuntimeAssertions RuntimeAssertionInjection.swift
[125/218] 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:
[126/218] 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:
[127/218] Compiling RuntimeAssertions DebugOnly.swift
[128/218] 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 | }
[129/218] Compiling RuntimeAssertions Counter.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[130/218] 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:
[131/218] Compiling Algorithms AdjacentPairs.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:
[132/218] Compiling Algorithms Chain.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:
[133/218] Compiling Algorithms Chunked.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:
[134/218] Compiling Algorithms Combinations.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:
[135/218] 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:
[136/218] Compiling RuntimeAssertions Precondition.swift
[137/218] Compiling RuntimeAssertions Assert.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/SpeziAccessGuard/Resources/Localizable.xcstrings.license
/host/spi-builder-workspace/Sources/SpeziAccessGuard/Resources/Localizable.xcstrings
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/69] Compiling Logging MetadataProvider.swift
[3/69] Compiling Logging Locks.swift
[4/69] Compiling RuntimeAssertions Counter.swift
[5/69] Compiling RuntimeAssertions DebugOnly.swift
[6/70] Compiling RealModule Float80+Real.swift
[7/71] Compiling Atomics AtomicOptionalWrappable.swift
[8/71] Compiling Atomics AtomicReference.swift
[9/73] 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 | }
[10/73] Compiling RuntimeAssertions Assert.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/73] 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 | }
[12/73] Compiling RealModule RealFunctions.swift
[13/73] 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:
[14/74] 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:
[15/74] 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:
[16/74] Compiling Atomics AtomicStorage.swift
[17/74] Compiling Atomics AtomicValue.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/74] 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:
[19/74] Compiling RuntimeAssertions Precondition.swift
[20/74] Compiling Atomics OptionalRawRepresentable.swift
[21/74] Compiling Atomics RawRepresentable.swift
[22/74] Compiling RealModule Real.swift
[23/74] 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:
[24/74] Compiling RealModule RelaxedArithmetic.swift
[27/76] 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 | }
[28/76] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[30/76] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[32/76] Compiling Atomics ManagedAtomic.swift
[33/76] Compiling Atomics ManagedAtomicLazyReference.swift
[34/76] Compiling Atomics AtomicMemoryOrderings.swift
[35/76] Compiling Atomics DoubleWord.swift
[36/76] Compiling RuntimeAssertions RuntimeAssertion.swift
[37/76] Compiling Atomics PointerConformances.swift
[38/76] Compiling Atomics Primitives.native.swift
[39/76] Compiling RuntimeAssertions RuntimeAssertionInjection.swift
[44/76] Compiling Atomics AtomicInteger.swift
[47/76] Compiling NetworkImage NetworkImage.swift
[48/76] Compiling NetworkImage NetworkImageCache.swift
[49/76] Compiling RealModule Float16+Real.swift
[50/76] 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:
/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:
[53/76] 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:
/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:
[61/76] Compiling Logging LogHandler.swift
[62/76] Emitting module Logging
BUILD FAILURE 6.1 wasm