Build Information
Failed to build SpeziConsent, reference main (8c37a6), with Swift 6.3 for Linux on 19 Apr 2026 21:17:31 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.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 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.3
Building package at path: $PWD
https://github.com/StanfordSpezi/SpeziConsent.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/gonzalezreal/swift-markdown-ui.git
Fetching https://github.com/StanfordSpezi/SpeziFoundation.git
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
Fetching https://github.com/techprimate/TPPDF.git
Fetching https://github.com/StanfordSpezi/SpeziViews.git
[1/3026] Fetching spezifoundation
[667/11403] Fetching spezifoundation, swift-markdown-ui
[933/16273] Fetching spezifoundation, swift-markdown-ui, speziviews
[3994/34102] Fetching spezifoundation, swift-markdown-ui, speziviews, tppdf
[9386/50167] Fetching spezifoundation, swift-markdown-ui, speziviews, tppdf, swift-snapshot-testing
Fetched https://github.com/StanfordSpezi/SpeziViews.git from cache (0.89s)
Fetching https://github.com/StanfordSpezi/Spezi.git
[5242/45297] Fetching spezifoundation, swift-markdown-ui, tppdf, swift-snapshot-testing
[16582/55643] Fetching spezifoundation, swift-markdown-ui, tppdf, swift-snapshot-testing, spezi
Fetched https://github.com/StanfordSpezi/Spezi.git from cache (2.74s)
Fetching https://github.com/StanfordSpezi/SpeziOnboarding.git
Fetched https://github.com/StanfordSpezi/SpeziFoundation.git from cache (3.81s)
Fetched https://github.com/gonzalezreal/swift-markdown-ui.git from cache (3.89s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (3.89s)
Fetched https://github.com/techprimate/TPPDF.git from cache (3.92s)
[1/4213] Fetching spezionboarding
Fetched https://github.com/StanfordSpezi/SpeziOnboarding.git from cache (0.62s)
Computing version for https://github.com/gonzalezreal/swift-markdown-ui.git
Computed https://github.com/gonzalezreal/swift-markdown-ui.git at 2.4.1 (7.49s)
Fetching https://github.com/swiftlang/swift-cmark
Fetching https://github.com/gonzalezreal/NetworkImage
[1/1064] Fetching networkimage
[1065/19438] Fetching networkimage, swift-cmark
Fetched https://github.com/gonzalezreal/NetworkImage from cache (0.46s)
[2940/18374] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark from cache (1.31s)
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.77s)
Computing version for https://github.com/StanfordSpezi/SpeziViews.git
Computed https://github.com/StanfordSpezi/SpeziViews.git at 1.12.14 (1.19s)
Fetching https://github.com/apple/swift-collections.git
[1/23569] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.87s)
Computing version for https://github.com/gonzalezreal/NetworkImage
Computed https://github.com/gonzalezreal/NetworkImage at 6.0.1 (2.50s)
Computing version for https://github.com/StanfordSpezi/SpeziOnboarding.git
Computed https://github.com/StanfordSpezi/SpeziOnboarding.git at 2.0.4 (0.76s)
Computing version for https://github.com/swiftlang/swift-cmark
Computed https://github.com/swiftlang/swift-cmark at 0.7.1 (0.63s)
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.72s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/5464] Fetching swift-custom-dump
[5465/80447] Fetching swift-custom-dump, swift-syntax
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.71s)
[10498/74983] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (8.78s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (9.30s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5723] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.79s)
Computing version for https://github.com/StanfordSpezi/SpeziFoundation.git
Computed https://github.com/StanfordSpezi/SpeziFoundation.git at 2.7.6 (1.57s)
Fetching https://github.com/StanfordBDHG/ThreadLocal.git
Fetching https://github.com/StanfordBDHG/zstd.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
[1/63157] Fetching zstd
[633/63340] Fetching zstd, threadlocal
[816/65160] Fetching zstd, threadlocal, swift-atomics
[1539/65895] Fetching zstd, threadlocal, swift-atomics, xctruntimeassertions
Fetched https://github.com/StanfordBDHG/ThreadLocal.git from cache (0.51s)
[3250/71770] Fetching zstd, swift-atomics, xctruntimeassertions, swift-algorithms
Fetched https://github.com/StanfordBDHG/XCTRuntimeAssertions.git from cache (0.55s)
[5141/71035] Fetching zstd, swift-atomics, swift-algorithms
Fetched https://github.com/apple/swift-atomics.git from cache (0.96s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.96s)
[12632/63157] Fetching zstd
Fetching https://github.com/apple/swift-log
Fetched https://github.com/StanfordBDHG/zstd.git from cache (5.83s)
[1/6635] Fetching swift-log
Fetched https://github.com/apple/swift-log from cache (0.74s)
Computing version for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 2.2.0 (7.23s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.54s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.56s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.09s)
Computing version for https://github.com/StanfordBDHG/ThreadLocal.git
Computed https://github.com/StanfordBDHG/ThreadLocal.git at 0.1.3 (0.73s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 603.0.0 (0.83s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.49s)
Computing version for https://github.com/StanfordSpezi/Spezi.git
Computed https://github.com/StanfordSpezi/Spezi.git at 1.10.2 (0.70s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.96s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.12.0 (0.69s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.56s)
Computing version for https://github.com/StanfordBDHG/zstd.git
Computed https://github.com/StanfordBDHG/zstd.git at 1.5.8-beta.1 (0.79s)
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/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/SpeziViews.git
Working copy of https://github.com/StanfordSpezi/SpeziViews.git resolved at 1.12.14
Creating working copy for https://github.com/StanfordSpezi/SpeziOnboarding.git
Working copy of https://github.com/StanfordSpezi/SpeziOnboarding.git resolved at 2.0.4
Creating working copy for https://github.com/StanfordBDHG/ThreadLocal.git
Working copy of https://github.com/StanfordBDHG/ThreadLocal.git resolved at 0.1.3
Creating working copy for https://github.com/StanfordSpezi/SpeziFoundation.git
Working copy of https://github.com/StanfordSpezi/SpeziFoundation.git resolved at 2.7.6
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/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/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/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/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.0
Creating working copy for https://github.com/gonzalezreal/NetworkImage
Working copy of https://github.com/gonzalezreal/NetworkImage resolved at 6.0.1
Creating working copy for https://github.com/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/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/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/techprimate/TPPDF.git
Working copy of https://github.com/techprimate/TPPDF.git resolved at 2.6.1
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.12.0
Creating working copy for https://github.com/StanfordSpezi/Spezi.git
Working copy of https://github.com/StanfordSpezi/Spezi.git resolved at 1.10.2
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/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 603.0.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/603.0.0/swift-6.3-RELEASE-ubuntu_jammy_x86_64-MacroSupport.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/603.0.0/swift-6.3-RELEASE-ubuntu_jammy_x86_64-MacroSupport.tar.gz (0.54s)
Building for debugging...
[0/106] Write sources
[4/106] Compiling pool.c
[5/106] Write swift-version-24593BA9C3E375BF.txt
[6/106] Compiling divsufsort.c
[7/106] Compiling huf_decompress_amd64.S
[8/106] Compiling cover.c
[9/106] Compiling zstd_ddict.c
[10/107] Compiling fastcover.c
[11/107] Compiling zdict.c
[12/227] Compiling zstd_decompress.c
[13/227] Compiling zstd_preSplit.c
[14/227] Compiling zstdmt_compress.c
[15/227] Compiling zstd_decompress_block.c
[16/227] Compiling zstd_ldm.c
[17/227] Compiling zstd_opt.c
[18/227] Compiling huf_decompress.c
[19/227] Compiling zstd_fast.c
[20/227] Compiling zstd_compress_sequences.c
[21/227] Compiling zstd_compress_literals.c
[22/227] Compiling zstd_compress_superblock.c
[23/227] Compiling hist.c
[24/227] Compiling zstd_double_fast.c
[25/227] Compiling huf_compress.c
[26/227] Compiling zstd_compress.c
[27/227] Compiling threading.c
[28/227] Compiling xxhash.c
[29/227] Compiling fse_compress.c
[30/227] Compiling debug.c
[30/227] Compiling zstd_common.c
[32/227] Compiling error_private.c
[32/227] Compiling cmark-gfm-extensions tasklist.c
[34/227] Compiling entropy_common.c
[35/227] Compiling fse_decompress.c
[36/227] Compiling cmark-gfm-extensions strikethrough.c
[37/227] Compiling cmark-gfm-extensions tagfilter.c
[38/227] Compiling cmark-gfm-extensions table.c
[39/227] Compiling cmark-gfm xml.c
[40/227] Compiling cmark-gfm-extensions core-extensions.c
[41/227] Compiling cmark-gfm-extensions ext_scanners.c
[42/227] Compiling cmark-gfm-extensions autolink.c
[43/227] Compiling cmark-gfm syntax_extension.c
[44/227] Compiling cmark-gfm references.c
[45/227] Compiling cmark-gfm plugin.c
[46/227] Compiling cmark-gfm render.c
[47/227] Compiling cmark-gfm registry.c
[48/227] Compiling cmark-gfm plaintext.c
[49/227] Compiling cmark-gfm utf8.c
[50/227] Compiling cmark-gfm map.c
[51/227] Compiling cmark-gfm node.c
[52/227] Compiling cmark-gfm scanners.c
[53/227] Compiling cmark-gfm linked_list.c
[54/227] Compiling cmark-gfm man.c
[55/227] Compiling cmark-gfm iterator.c
[56/227] Compiling cmark-gfm latex.c
[57/227] Compiling cmark-gfm html.c
[58/227] Compiling cmark-gfm houdini_href_e.c
[59/227] Compiling cmark-gfm inlines.c
[60/227] Compiling cmark-gfm houdini_html_e.c
[61/227] Compiling cmark-gfm cmark_ctype.c
[62/227] Compiling cmark-gfm footnotes.c
[63/227] Compiling zstd_lazy.c
[64/227] Compiling cmark-gfm commonmark.c
[65/227] Compiling _NumericsShims _NumericsShims.c
[66/227] Compiling cmark-gfm houdini_html_u.c
[67/227] Write sources
[68/227] Compiling cmark-gfm cmark.c
[68/227] Copying Localizable.xcstrings.license
[68/227] Copying Localizable.xcstrings
[68/227] Copying Info.plist
[68/227] Copying Localizable.xcstrings.license
[68/227] Copying Localizable.xcstrings
[68/227] Copying Info.plist
[68/227] Copying Localizable.xcstrings.license
[68/227] Copying Localizable.xcstrings
[68/227] Copying Info.plist
[78/227] Write sources
[79/227] Copying Localizable.xcstrings.license
[79/227] Copying Localizable.xcstrings
[81/227] Copying Info.plist
[82/227] Write sources
[84/227] Compiling _AtomicsShims.c
[85/227] Compiling cmark-gfm arena.c
[85/227] Copying Localizable.xcstrings.license
[85/227] Copying Info.plist
[88/227] Copying Localizable.xcstrings
[89/227] Write sources
[92/227] Compiling cmark-gfm buffer.c
[92/227] Write sources
[99/227] Compiling SpeziFoundationObjC ObjCExceptionHandling.m
[100/284] Compiling cmark-gfm blocks.c
[101/284] Write sources
error: emit-module command failed with exit code 1 (use -v to see invocation)
[103/302] 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
[104/319] Emitting module InternalCollectionsUtilities
[105/321] Emitting module ThreadLocalMacros
[106/321] Emitting module Atomics
[107/323] Compiling RealModule RealFunctions.swift
[108/323] Compiling Atomics IntegerOperations.swift
[109/323] Compiling Atomics Unmanaged extensions.swift
[110/324] Compiling ThreadLocalMacros ThreadLocalMacros.swift
[111/324] 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:
[112/324] 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:
[113/325] Compiling Atomics OptionalRawRepresentable.swift
[114/325] Compiling Atomics RawRepresentable.swift
[115/325] Compiling Atomics AtomicBool.swift
[116/325] Compiling Atomics IntegerConformances.swift
[117/325] Compiling Atomics PointerConformances.swift
[118/325] Compiling Atomics Primitives.native.swift
[119/325] Compiling Atomics UnsafeAtomic.swift
[120/325] Compiling Atomics UnsafeAtomicLazyReference.swift
[121/325] Compiling Atomics ManagedAtomic.swift
[122/325] Compiling Atomics ManagedAtomicLazyReference.swift
[125/325] Compiling Atomics AtomicStorage.swift
[126/325] Compiling Atomics AtomicValue.swift
[127/325] Compiling Atomics AtomicInteger.swift
[128/325] Compiling Atomics AtomicOptionalWrappable.swift
[129/325] Compiling Atomics AtomicReference.swift
[130/325] Emitting module RuntimeAssertions
[131/325] Compiling Atomics AtomicMemoryOrderings.swift
[132/325] Compiling Atomics DoubleWord.swift
[135/326] Compiling RealModule Real.swift
[138/326] Emitting module RealModule
[139/326] Compiling ThreadLocalMacros Diagnostic.swift
[149/327] Compiling Logging LogEvent.swift
[152/327] Compiling RealModule Float80+Real.swift
[153/327] Compiling RealModule Float16+Real.swift
[157/327] 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:
[158/327] Compiling RealModule RelaxedArithmetic.swift
[158/327] Write sources
[168/409] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[169/409] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[170/409] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[171/409] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[172/409] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[173/409] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[174/409] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[175/409] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[176/409] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[177/409] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[178/409] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[179/409] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[180/409] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[181/409] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[182/416] Compiling OrderedCollections OrderedDictionary.swift
[183/416] Compiling OrderedCollections OrderedSet+Codable.swift
[184/416] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[185/416] Compiling OrderedCollections OrderedSet+Descriptions.swift
[186/416] Compiling OrderedCollections OrderedSet+Diffing.swift
[187/416] Compiling OrderedCollections OrderedSet+Equatable.swift
[188/416] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[189/416] Compiling OrderedCollections OrderedSet+Hashable.swift
[190/416] Compiling Logging MetadataProvider.swift
[191/416] Compiling Logging Locks.swift
[192/416] Emitting module Logging
[193/416] Compiling OrderedCollections OrderedSet+Initializers.swift
[194/416] Compiling OrderedCollections OrderedSet+Insertions.swift
[195/416] Compiling OrderedCollections OrderedSet+Invariants.swift
[196/416] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[197/416] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[198/416] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[199/416] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[200/416] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[201/416] Compiling Algorithms Reductions.swift
[202/416] Compiling Algorithms Rotate.swift
[203/416] Compiling Algorithms Split.swift
[204/416] Compiling Algorithms Stride.swift
[205/416] Compiling Algorithms Suffix.swift
[206/416] Compiling Algorithms Partition.swift
[207/416] Compiling Algorithms Permutations.swift
[208/416] Compiling Algorithms Product.swift
[209/416] Compiling Algorithms FlattenCollection.swift
[210/416] Compiling Algorithms Grouped.swift
[211/416] Compiling Algorithms Indexed.swift
[212/416] Compiling Algorithms Intersperse.swift
[213/416] Compiling Algorithms Joined.swift
[214/416] Compiling Algorithms Keyed.swift
[215/416] Compiling Algorithms MinMax.swift
[216/416] Compiling Algorithms RandomSample.swift
[217/416] 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:
[218/416] 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:
[219/416] 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:
[220/416] Compiling RuntimeAssertions NeverReturn.swift
[221/416] 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:
[222/416] 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:
[223/416] 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:
[224/416] 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:
error: emit-module command failed with exit code 1 (use -v to see invocation)
[225/416] 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:
[226/416] Compiling RuntimeAssertions DebugOnly.swift
[227/416] Compiling RuntimeAssertions Counter.swift
[228/416] Compiling TPPDF PDFSimpleText+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
[229/416] Compiling TPPDF PDFSimpleText.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
[230/416] Compiling TPPDF PDFText.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
[231/416] Compiling TPPDF PDFTextStyle.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
[232/416] Compiling TPPDF CrossPlattformGraphics.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
[233/416] Compiling TPPDF PDFConstants.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
[234/416] Compiling TPPDF PDFCopy.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
[235/416] Compiling TPPDF PDFDocumentObject.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
[236/416] Compiling TPPDF PDFError.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
[237/416] Compiling TPPDF PDFRenderObject.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
[238/416] Compiling TPPDF PDFTaggableObject.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
[239/416] Compiling TPPDF PDFExternalDocumentObject.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
[240/416] Compiling TPPDF PDFExternalPageObject.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
[241/416] Compiling TPPDF PDFContext.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
[242/416] Compiling TPPDF PDFContextGraphics.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
[243/416] Compiling TPPDF PDFGraphics.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
[244/416] Compiling TPPDF PDFLineObject.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
[245/416] Compiling RuntimeAssertions Assert.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
/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
[250/416] Compiling Algorithms Compacted.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
[251/416] Compiling Algorithms Cycle.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
[252/416] Compiling Algorithms EitherSequence.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
[253/416] Compiling Algorithms FirstNonNil.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
/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
/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
/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
[268/416] Compiling Logging LogHandler.swift
BUILD FAILURE 6.3 linux