Build Information
Failed to build SpeziConsent, reference main (8c37a6), with Swift 6.2 for Linux on 9 Apr 2026 18:56:55 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build 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: linux
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-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:0ddb100795e64f71518020a73ad8441aeb43832ede7f1202ae7f8de93664f90d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Fetching https://github.com/StanfordSpezi/Spezi.git
Fetching https://github.com/StanfordSpezi/SpeziFoundation.git
Fetching https://github.com/gonzalezreal/swift-markdown-ui.git
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
Fetching https://github.com/StanfordSpezi/SpeziViews.git
Fetching https://github.com/StanfordSpezi/SpeziOnboarding.git
[1/8370] Fetching swift-markdown-ui
[253/13220] Fetching swift-markdown-ui, speziviews
[302/17433] Fetching swift-markdown-ui, speziviews, spezionboarding
[303/27766] Fetching swift-markdown-ui, speziviews, spezionboarding, spezi
[588/30731] Fetching swift-markdown-ui, speziviews, spezionboarding, spezi, spezifoundation
Fetched https://github.com/StanfordSpezi/SpeziFoundation.git from cache (1.02s)
[13696/27766] Fetching swift-markdown-ui, speziviews, spezionboarding, spezi
Fetching https://github.com/techprimate/TPPDF.git
[18462/43812] Fetching swift-markdown-ui, speziviews, spezionboarding, spezi, swift-snapshot-testing
Fetched https://github.com/StanfordSpezi/Spezi.git from cache (1.73s)
Fetched https://github.com/StanfordSpezi/SpeziViews.git from cache (1.78s)
[5307/46458] Fetching swift-markdown-ui, spezionboarding, swift-snapshot-testing, tppdf
Fetched https://github.com/StanfordSpezi/SpeziOnboarding.git from cache (1.83s)
[1450/42245] Fetching swift-markdown-ui, swift-snapshot-testing, tppdf
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (7.06s)
Fetched https://github.com/gonzalezreal/swift-markdown-ui.git from cache (7.10s)
Fetched https://github.com/techprimate/TPPDF.git from cache (6.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 (11.67s)
Fetching https://github.com/swiftlang/swift-cmark
Fetching https://github.com/gonzalezreal/NetworkImage
[1/1064] Fetching networkimage
[129/19438] Fetching networkimage, swift-cmark
Fetched https://github.com/gonzalezreal/NetworkImage from cache (0.87s)
[9004/18374] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark from cache (2.01s)
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.79s)
Computing version for https://github.com/StanfordSpezi/SpeziViews.git
Computed https://github.com/StanfordSpezi/SpeziViews.git at 1.12.14 (1.11s)
Fetching https://github.com/apple/swift-collections.git
[1/23523] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.52s)
Computing version for https://github.com/gonzalezreal/NetworkImage
Computed https://github.com/gonzalezreal/NetworkImage at 6.0.1 (3.32s)
Computing version for https://github.com/StanfordSpezi/SpeziOnboarding.git
Computed https://github.com/StanfordSpezi/SpeziOnboarding.git at 2.0.4 (0.99s)
Computing version for https://github.com/swiftlang/swift-cmark
Computed https://github.com/swiftlang/swift-cmark at 0.7.1 (0.76s)
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.76s)
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.68s)
[1/74932] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (7.06s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (8.23s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5723] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.21s)
Computing version for https://github.com/StanfordSpezi/SpeziFoundation.git
Computed https://github.com/StanfordSpezi/SpeziFoundation.git at 2.7.5 (2.70s)
Fetching https://github.com/StanfordBDHG/ThreadLocal.git
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/StanfordBDHG/zstd.git
Fetching https://github.com/apple/swift-atomics.git
[1/735] Fetching xctruntimeassertions
[207/63892] Fetching xctruntimeassertions, zstd
[737/69950] Fetching xctruntimeassertions, zstd, swift-algorithms
[1490/71770] Fetching xctruntimeassertions, zstd, swift-algorithms, swift-atomics
[4237/78233] Fetching xctruntimeassertions, zstd, swift-algorithms, swift-atomics, swift-log
[20359/78404] Fetching xctruntimeassertions, zstd, swift-algorithms, swift-atomics, swift-log, threadlocal
Fetched https://github.com/apple/swift-atomics.git from cache (0.73s)
Fetched https://github.com/StanfordBDHG/ThreadLocal.git from cache (0.75s)
[25256/76413] Fetching xctruntimeassertions, zstd, swift-algorithms, swift-log
Fetched https://github.com/StanfordBDHG/XCTRuntimeAssertions.git from cache (6.19s)
Fetched https://github.com/apple/swift-algorithms.git from cache (6.20s)
Fetched https://github.com/apple/swift-log from cache (6.20s)
Fetched https://github.com/StanfordBDHG/zstd.git from cache (6.27s)
Computing version for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 2.2.0 (6.77s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.23s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.58s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.95s)
Computing version for https://github.com/StanfordBDHG/ThreadLocal.git
Computed https://github.com/StanfordBDHG/ThreadLocal.git at 0.1.2 (0.35s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (0.58s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.36s)
Computing version for https://github.com/StanfordSpezi/Spezi.git
Computed https://github.com/StanfordSpezi/Spezi.git at 1.10.1 (0.75s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.57s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.11.0 (0.40s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.33s)
Computing version for https://github.com/StanfordBDHG/zstd.git
Computed https://github.com/StanfordBDHG/zstd.git at 1.5.8-beta.1 (0.41s)
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/techprimate/TPPDF.git
Working copy of https://github.com/techprimate/TPPDF.git resolved at 2.6.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/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/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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.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/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-log
Working copy of https://github.com/apple/swift-log resolved at 1.11.0
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/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-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/SpeziFoundation.git
Working copy of https://github.com/StanfordSpezi/SpeziFoundation.git resolved at 2.7.5
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/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/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/pointfreeco/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.19.2
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/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.4
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.4-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.2.4-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz (0.64s)
Building for debugging...
[0/106] Write sources
[2/106] Write swift-version-24593BA9C3E375BF.txt
[3/106] Compiling zstd_compress_superblock.c
[4/106] Compiling fastcover.c
[5/106] Compiling zstd_compress_literals.c
[6/106] Compiling zdict.c
[7/106] Compiling zstd_compress_sequences.c
[8/106] Compiling zstd_double_fast.c
[9/106] Compiling divsufsort.c
[10/106] Compiling cover.c
[11/208] Compiling zstd_ddict.c
[12/227] Compiling huf_decompress_amd64.S
[13/227] Compiling zstd_decompress.c
[14/227] Compiling zstd_preSplit.c
[15/227] Compiling zstd_compress.c
[16/227] Compiling zstd_decompress_block.c
[17/227] Compiling zstdmt_compress.c
[18/227] Compiling hist.c
[19/227] Compiling zstd_ldm.c
[20/227] Compiling huf_decompress.c
[21/227] Compiling zstd_opt.c
[22/227] Compiling threading.c
[23/227] Compiling fse_compress.c
[24/227] Compiling xxhash.c
[25/227] Compiling zstd_common.c
[26/227] Compiling huf_compress.c
[27/227] Compiling zstd_fast.c
[28/227] Compiling debug.c
[29/227] Compiling fse_decompress.c
[30/227] Compiling pool.c
[31/227] Compiling error_private.c
[32/227] Compiling cmark-gfm-extensions tasklist.c
[33/227] Compiling cmark-gfm-extensions tagfilter.c
[34/227] Compiling cmark-gfm-extensions strikethrough.c
[35/227] Compiling entropy_common.c
[36/227] Compiling cmark-gfm-extensions core-extensions.c
[37/227] Compiling cmark-gfm xml.c
[38/227] Compiling cmark-gfm-extensions autolink.c
[39/227] Compiling cmark-gfm-extensions ext_scanners.c
[39/227] Compiling cmark-gfm-extensions table.c
[41/227] Compiling cmark-gfm render.c
[42/227] Compiling cmark-gfm syntax_extension.c
[43/227] Compiling cmark-gfm plugin.c
[43/227] Compiling cmark-gfm references.c
[45/227] Compiling cmark-gfm registry.c
[46/227] Compiling cmark-gfm utf8.c
[47/227] Compiling cmark-gfm plaintext.c
[48/227] Compiling cmark-gfm man.c
[49/227] Compiling cmark-gfm linked_list.c
[50/227] Compiling cmark-gfm map.c
[51/227] Compiling cmark-gfm latex.c
[52/227] Compiling cmark-gfm node.c
[53/227] Compiling cmark-gfm iterator.c
[54/227] Compiling cmark-gfm html.c
[55/227] Compiling cmark-gfm houdini_html_e.c
[56/227] Compiling cmark-gfm scanners.c
[57/227] Compiling cmark-gfm houdini_href_e.c
[58/227] Compiling cmark-gfm cmark_ctype.c
[59/227] Compiling cmark-gfm footnotes.c
[60/227] Compiling cmark-gfm houdini_html_u.c
[61/227] Compiling cmark-gfm cmark.c
[62/227] Compiling cmark-gfm inlines.c
[63/227] Compiling cmark-gfm commonmark.c
[64/227] Write sources
[65/227] Compiling cmark-gfm buffer.c
[66/227] Write sources
[67/227] Copying Localizable.xcstrings.license
[68/227] Copying Localizable.xcstrings
[69/227] Copying Info.plist
[70/227] Copying Localizable.xcstrings.license
[71/227] Copying Localizable.xcstrings
[72/227] Copying Info.plist
[73/227] Write sources
[75/227] Copying Localizable.xcstrings.license
[76/227] Copying Localizable.xcstrings
[77/227] Copying Info.plist
[78/227] Write sources
[80/227] Copying Localizable.xcstrings.license
[81/227] Copying Localizable.xcstrings
[82/227] Copying Info.plist
[83/227] Compiling _AtomicsShims.c
[84/227] Write sources
[85/227] Copying Localizable.xcstrings.license
[86/227] Copying Localizable.xcstrings
[87/227] Copying Info.plist
[88/227] Write sources
[91/227] Compiling _NumericsShims _NumericsShims.c
[92/227] Write sources
[93/227] Compiling SpeziFoundationObjC ObjCExceptionHandling.m
[94/227] Write sources
[96/227] Compiling cmark-gfm blocks.c
[96/227] Write sources
[101/227] Compiling cmark-gfm arena.c
[102/284] Compiling zstd_lazy.c
[104/302] Compiling Atomics OptionalRawRepresentable.swift
[105/302] Compiling Atomics RawRepresentable.swift
[106/302] Compiling Atomics AtomicBool.swift
[107/302] Compiling ThreadLocalMacros ThreadLocalMacros.swift
[108/304] Compiling InternalCollectionsUtilities _SortedCollection.swift
[109/304] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[110/304] Compiling Atomics ManagedAtomic.swift
[111/304] Compiling Atomics ManagedAtomicLazyReference.swift
[112/304] Compiling Atomics UnsafeAtomic.swift
[113/304] Compiling Atomics UnsafeAtomicLazyReference.swift
[114/306] Emitting module RealModule
[115/307] 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:
[116/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:
[117/307] Compiling Atomics AtomicStorage.swift
[118/307] Compiling Atomics AtomicValue.swift
[119/307] Compiling Atomics AtomicMemoryOrderings.swift
[120/307] Compiling Atomics DoubleWord.swift
[121/308] 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:
[124/308] Compiling RealModule RelaxedArithmetic.swift
[125/308] Compiling RuntimeAssertions RuntimeAssertion.swift
[126/309] Compiling Atomics AtomicInteger.swift
[127/309] Compiling Atomics AtomicOptionalWrappable.swift
[128/309] Compiling Atomics AtomicReference.swift
[129/309] Emitting module InternalCollectionsUtilities
[130/309] Compiling Atomics IntegerConformances.swift
[131/309] Compiling Atomics PointerConformances.swift
[132/309] Compiling Atomics Primitives.native.swift
[142/309] Compiling RealModule RealFunctions.swift
[143/310] Compiling RealModule Real.swift
[144/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:
[145/310] Emitting module ThreadLocalMacros
[151/310] Compiling RealModule Float16+Real.swift
[154/310] Compiling RealModule Float80+Real.swift
[156/391] Compiling Algorithms Product.swift
[157/391] Compiling Algorithms Split.swift
[158/391] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[159/391] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[160/391] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[161/391] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[162/391] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[163/391] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[164/391] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[165/398] Compiling Algorithms AdjacentPairs.swift
[166/398] Compiling Algorithms Chain.swift
[167/398] Compiling Algorithms Chunked.swift
[168/398] Emitting module Atomics
[169/398] Compiling Algorithms Combinations.swift
[170/398] Compiling Algorithms Compacted.swift
[171/398] Compiling Algorithms Cycle.swift
[173/399] Compiling Algorithms FlattenCollection.swift
[174/399] Compiling Algorithms Grouped.swift
[175/399] Compiling Algorithms Indexed.swift
[176/399] Compiling Algorithms Intersperse.swift
[177/399] Compiling Algorithms Joined.swift
[178/399] Compiling Algorithms Keyed.swift
[179/399] Compiling Algorithms MinMax.swift
[180/399] Compiling Algorithms Partition.swift
[181/399] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[182/399] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[183/399] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[184/399] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[185/399] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[186/399] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[187/399] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[188/399] Compiling OrderedCollections OrderedSet+Initializers.swift
[189/399] Compiling OrderedCollections OrderedSet+Insertions.swift
[190/399] Compiling OrderedCollections OrderedSet+Invariants.swift
[191/399] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[192/399] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[193/399] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[194/399] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[195/399] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[196/399] Compiling Logging MetadataProvider.swift
[197/399] Compiling Logging Locks.swift
[198/399] Emitting module Logging
[199/399] Compiling OrderedCollections OrderedDictionary+Codable.swift
[200/399] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[201/399] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[202/399] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[203/399] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[204/399] Compiling OrderedCollections OrderedDictionary+Elements.swift
[205/399] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[206/399] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[207/399] Compiling Algorithms Permutations.swift
[210/399] Compiling Algorithms Stride.swift
[211/399] Compiling Algorithms Suffix.swift
[212/399] Compiling Algorithms RandomSample.swift
[213/399] Compiling Algorithms Reductions.swift
[214/399] Compiling Algorithms Rotate.swift
[221/402] 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:
[222/402] Compiling RuntimeAssertions RuntimeAssertionInjection.swift
[223/402] 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:
error: emit-module command failed with exit code 1 (use -v to see invocation)
[224/402] 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:
[225/402] Compiling RuntimeAssertions Precondition.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:
/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:
[230/402] Compiling RuntimeAssertions NeverReturn.swift
[231/402] Compiling RuntimeAssertions DebugOnly.swift
[232/402] Compiling RuntimeAssertions Assert.swift
[233/402] Compiling RuntimeAssertions Counter.swift
[234/402] Emitting module RuntimeAssertions
[235/402] Compiling Logging LogEvent.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[236/402] 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
[237/402] Compiling ThreadLocalMacros Diagnostic.swift
BUILD FAILURE 6.2 linux