The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build SpeziConsent, reference 0.1.2 (cd08c5), with Swift 6.2 for Linux on 25 Nov 2025 17:14:05 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/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StanfordSpezi/SpeziConsent.git
Reference: 0.1.2
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
 * tag               0.1.2      -> FETCH_HEAD
HEAD is now at cd08c54 footnote-styled text in interactive elements (#8)
Cloned https://github.com/StanfordSpezi/SpeziConsent.git
Revision (git rev-parse @):
cd08c54a4f7630fa9482da5f162b4fa258de2e32
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StanfordSpezi/SpeziConsent.git at 0.1.2
========================================
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-4606859-3":/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:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:36dcf51aceebb7518dd97346bbe30fd556b23ffe7a4d72d70473700580e8e541
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/techprimate/TPPDF.git
Fetching https://github.com/gonzalezreal/swift-markdown-ui.git
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
Fetching https://github.com/StanfordSpezi/SpeziOnboarding.git
Fetching https://github.com/StanfordSpezi/SpeziViews.git
[1/16830] Fetching tppdf
[675/21334] Fetching tppdf, speziviews
[979/25541] Fetching tppdf, speziviews, spezionboarding
[4440/33055] Fetching tppdf, speziviews, spezionboarding, swift-markdown-ui
[7095/48688] Fetching tppdf, speziviews, spezionboarding, swift-markdown-ui, swift-snapshot-testing
Fetched https://github.com/StanfordSpezi/SpeziOnboarding.git from cache (1.77s)
Fetching https://github.com/StanfordSpezi/SpeziFoundation.git
[10670/44481] Fetching tppdf, speziviews, swift-markdown-ui, swift-snapshot-testing
Fetched https://github.com/StanfordSpezi/SpeziViews.git from cache (1.85s)
[6502/39977] Fetching tppdf, swift-markdown-ui, swift-snapshot-testing
[9117/42139] Fetching tppdf, swift-markdown-ui, swift-snapshot-testing, spezifoundation
Fetched https://github.com/StanfordSpezi/SpeziFoundation.git from cache (0.75s)
[10386/39977] Fetching tppdf, swift-markdown-ui, swift-snapshot-testing
Fetching https://github.com/StanfordSpezi/Spezi.git
Fetched https://github.com/techprimate/TPPDF.git from cache (8.11s)
[1/10051] Fetching spezi
Fetched https://github.com/gonzalezreal/swift-markdown-ui.git from cache (8.60s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (8.64s)
Fetched https://github.com/StanfordSpezi/Spezi.git from cache (1.13s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.18.7 (9.74s)
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/swiftlang/swift-syntax
[1/4651] Fetching swift-custom-dump
[4652/77633] Fetching swift-custom-dump, swift-syntax
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (10.13s)
Fetched https://github.com/swiftlang/swift-syntax from cache (10.28s)
Computing version for https://github.com/gonzalezreal/swift-markdown-ui.git
Computed https://github.com/gonzalezreal/swift-markdown-ui.git at 2.4.1 (14.25s)
Fetching https://github.com/swiftlang/swift-cmark
Fetching https://github.com/gonzalezreal/NetworkImage
[1/1064] Fetching networkimage
[746/19312] Fetching networkimage, swift-cmark
Fetched https://github.com/gonzalezreal/NetworkImage from cache (0.89s)
[7117/18248] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark from cache (2.00s)
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/SpeziFoundation.git
Computed https://github.com/StanfordSpezi/SpeziFoundation.git at 2.5.1 (1.06s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-log
Fetching https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Fetching https://github.com/apple/swift-algorithms.git
[1/6034] Fetching swift-algorithms
[122/6769] Fetching swift-algorithms, xctruntimeassertions
[294/8589] Fetching swift-algorithms, xctruntimeassertions, swift-atomics
[2170/13664] Fetching swift-algorithms, xctruntimeassertions, swift-atomics, swift-log
Fetched https://github.com/StanfordBDHG/XCTRuntimeAssertions.git from cache (1.19s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.19s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.25s)
Fetched https://github.com/apple/swift-log from cache (1.25s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (2.30s)
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.24s)
Computing version for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 2.2.0 (2.27s)
Computing version for https://github.com/gonzalezreal/NetworkImage
Computed https://github.com/gonzalezreal/NetworkImage at 6.0.1 (0.71s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.81s)
Fetching https://github.com/apple/swift-numerics.git
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.69s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.56s)
Computing version for https://github.com/StanfordSpezi/SpeziOnboarding.git
Computed https://github.com/StanfordSpezi/SpeziOnboarding.git at 2.0.3 (0.97s)
Computing version for https://github.com/swiftlang/swift-cmark
Computed https://github.com/swiftlang/swift-cmark at 0.7.1 (0.74s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (0.73s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.72s)
Computing version for https://github.com/StanfordSpezi/Spezi.git
Computed https://github.com/StanfordSpezi/Spezi.git at 1.9.3 (1.16s)
Fetching https://github.com/apple/swift-collections.git
[1/18314] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.49s)
Computing version for https://github.com/StanfordSpezi/SpeziViews.git
Computed https://github.com/StanfordSpezi/SpeziViews.git at 1.12.8 (3.63s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.02s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (1.13s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (0.70s)
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/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-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.4
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/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/pointfreeco/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/SpeziFoundation.git
Working copy of https://github.com/StanfordSpezi/SpeziFoundation.git resolved at 2.5.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/swiftlang/swift-cmark
Working copy of https://github.com/swiftlang/swift-cmark resolved at 0.7.1
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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/gonzalezreal/swift-markdown-ui.git
Working copy of https://github.com/gonzalezreal/swift-markdown-ui.git resolved at 2.4.1
Creating working copy for https://github.com/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/StanfordSpezi/SpeziOnboarding.git
Working copy of https://github.com/StanfordSpezi/SpeziOnboarding.git resolved at 2.0.3
Creating working copy for https://github.com/StanfordSpezi/SpeziViews.git
Working copy of https://github.com/StanfordSpezi/SpeziViews.git resolved at 1.12.8
Creating working copy for https://github.com/gonzalezreal/NetworkImage
Working copy of https://github.com/gonzalezreal/NetworkImage resolved at 6.0.1
warning: 'tppdf': /host/spi-builder-workspace/.build/checkouts/TPPDF/Package.swift:8:15: warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
 6 |     name: "TPPDF",
 7 |     platforms: [
 8 |         .iOS(.v9),
   |               `- warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
 9 |         .macOS(.v10_14),
10 |         .visionOS(.v1),
/host/spi-builder-workspace/.build/checkouts/TPPDF/Package.swift:16:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
14 |     ],
15 |     dependencies: [
16 |         .package(url: "https://github.com/Quick/Quick", .exact("3.1.2")),
   |          `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
17 |         .package(url: "https://github.com/Quick/Nimble", .exact("9.2.1")),
18 |     ],
/host/spi-builder-workspace/.build/checkouts/TPPDF/Package.swift:16:58: warning: 'exact' is deprecated [#DeprecatedDeclaration]
14 |     ],
15 |     dependencies: [
16 |         .package(url: "https://github.com/Quick/Quick", .exact("3.1.2")),
   |                                                          `- warning: 'exact' is deprecated [#DeprecatedDeclaration]
17 |         .package(url: "https://github.com/Quick/Nimble", .exact("9.2.1")),
18 |     ],
/host/spi-builder-workspace/.build/checkouts/TPPDF/Package.swift:17:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
15 |     dependencies: [
16 |         .package(url: "https://github.com/Quick/Quick", .exact("3.1.2")),
17 |         .package(url: "https://github.com/Quick/Nimble", .exact("9.2.1")),
   |          `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
18 |     ],
19 |     targets: [
/host/spi-builder-workspace/.build/checkouts/TPPDF/Package.swift:17:59: warning: 'exact' is deprecated [#DeprecatedDeclaration]
15 |     dependencies: [
16 |         .package(url: "https://github.com/Quick/Quick", .exact("3.1.2")),
17 |         .package(url: "https://github.com/Quick/Nimble", .exact("9.2.1")),
   |                                                           `- warning: 'exact' is deprecated [#DeprecatedDeclaration]
18 |     ],
19 |     targets: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.2-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.2-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz (0.80s)
Building for debugging...
[0/69] Compiling cmark-gfm-extensions tagfilter.c
[1/69] Compiling cmark-gfm-extensions tasklist.c
[2/69] Compiling cmark-gfm-extensions ext_scanners.c
[3/69] Compiling cmark-gfm-extensions strikethrough.c
[4/69] Compiling cmark-gfm cmark.c
[5/69] Compiling cmark-gfm-extensions core-extensions.c
[6/69] Compiling cmark-gfm xml.c
[7/69] Compiling cmark-gfm-extensions table.c
[8/69] Write swift-version-24593BA9C3E375BF.txt
[9/69] Compiling cmark-gfm syntax_extension.c
[10/69] Compiling cmark-gfm-extensions autolink.c
[11/69] Compiling cmark-gfm render.c
[12/69] Compiling cmark-gfm plugin.c
[13/69] Compiling cmark-gfm registry.c
[14/69] Compiling cmark-gfm references.c
[15/69] Compiling cmark-gfm plaintext.c
[16/69] Compiling cmark-gfm linked_list.c
[17/69] Compiling cmark-gfm map.c
[18/69] Compiling cmark-gfm man.c
[19/69] Compiling cmark-gfm utf8.c
[20/69] Compiling cmark-gfm iterator.c
[21/69] Compiling cmark-gfm node.c
[22/69] Compiling cmark-gfm latex.c
[23/69] Compiling cmark-gfm houdini_html_e.c
[24/69] Compiling cmark-gfm houdini_href_e.c
[25/69] Compiling cmark-gfm footnotes.c
[26/69] Compiling cmark-gfm cmark_ctype.c
[27/69] Compiling cmark-gfm html.c
[28/69] Compiling _NumericsShims _NumericsShims.c
[29/69] Compiling cmark-gfm buffer.c
[30/69] Write sources
[31/69] Compiling cmark-gfm commonmark.c
[31/69] Copying Localizable.xcstrings.license
[31/69] Copying Localizable.xcstrings
[31/69] Copying Info.plist
[31/69] Copying Localizable.xcstrings.license
[31/69] Copying Localizable.xcstrings
[31/69] Copying Info.plist
[31/69] Write sources
[31/69] Copying Localizable.xcstrings.license
[31/69] Copying Localizable.xcstrings
[42/69] Copying Info.plist
[42/69] Write sources
[42/69] Copying Localizable.xcstrings.license
[42/69] Copying Localizable.xcstrings
[42/69] Copying Info.plist
[48/69] Compiling cmark-gfm houdini_html_u.c
[49/69] Write sources
[50/69] Copying Localizable.xcstrings.license
[51/69] Copying Localizable.xcstrings
[52/69] Write sources
[55/69] Compiling _AtomicsShims.c
[55/69] Compiling cmark-gfm arena.c
[56/69] Write sources
[60/69] Compiling SpeziFoundationObjC ObjCExceptionHandling.m
[60/69] Compiling cmark-gfm inlines.c
[60/69] Write sources
[67/72] Compiling cmark-gfm blocks.c
[68/131] Compiling cmark-gfm scanners.c
[70/258] Emitting module RuntimeAssertions
[71/259] 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:
[72/260] Compiling Atomics AtomicMemoryOrderings.swift
[73/260] Compiling Atomics DoubleWord.swift
[74/262] Compiling Atomics AtomicStorage.swift
[75/262] Compiling Atomics AtomicValue.swift
[76/262] Compiling RealModule RealFunctions.swift
[77/262] Compiling Atomics PointerConformances.swift
[78/262] Compiling Atomics Primitives.native.swift
[79/262] Compiling Atomics AtomicReference.swift
[80/262] Compiling Atomics IntegerConformances.swift
[81/263] Compiling Atomics AtomicInteger.swift
[82/263] Compiling Atomics AtomicOptionalWrappable.swift
[83/263] Compiling Atomics UnsafeAtomic.swift
[84/263] Compiling Atomics UnsafeAtomicLazyReference.swift
[87/263] Emitting module InternalCollectionsUtilities
[88/263] Compiling Atomics OptionalRawRepresentable.swift
[89/263] Compiling Atomics RawRepresentable.swift
[90/263] Compiling Atomics AtomicBool.swift
[93/265] Emitting module RealModule
[98/265] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[99/265] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[100/265] Compiling RealModule Real.swift
[104/265] Compiling NetworkImage View+NetworkImageLoader.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Deprecated after 5.0.0:
[105/265] Compiling RealModule Float16+Real.swift
[106/265] Compiling RealModule Float80+Real.swift
[111/265] Compiling RealModule RelaxedArithmetic.swift
[115/266] Emitting module Atomics
[123/347] Compiling OrderedCollections OrderedSet+Codable.swift
[124/347] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[126/348] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[127/348] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[128/348] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[129/348] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[130/348] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[131/348] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[132/348] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[133/355] Compiling OrderedCollections OrderedDictionary.swift
[136/355] Compiling OrderedCollections OrderedSet+Descriptions.swift
[137/355] Compiling OrderedCollections OrderedSet+Diffing.swift
[138/355] Compiling OrderedCollections OrderedSet+Equatable.swift
[139/355] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[140/355] Compiling OrderedCollections OrderedSet+Hashable.swift
[141/355] Compiling Logging MetadataProvider.swift
[142/355] Emitting module Logging
[143/355] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[144/355] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[145/355] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[146/355] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[147/355] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[148/355] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[149/355] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[150/355] Compiling OrderedCollections OrderedSet+Initializers.swift
[151/355] Compiling OrderedCollections OrderedSet+Insertions.swift
[152/355] Compiling OrderedCollections OrderedSet+Invariants.swift
[153/355] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[154/355] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[155/355] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[156/355] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[157/355] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[158/355] Compiling OrderedCollections OrderedDictionary+Codable.swift
[159/355] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[160/355] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[161/355] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[162/355] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[163/355] Compiling OrderedCollections OrderedDictionary+Elements.swift
[164/355] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[165/355] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[166/355] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[167/355] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[168/355] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[169/355] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[170/355] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[171/355] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[172/355] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[173/355] Compiling OrderedCollections OrderedDictionary+Values.swift
[174/355] 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:
[175/355] 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:
error: emit-module command failed with exit code 1 (use -v to see invocation)
[176/355] 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:
[177/355] 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:
[178/355] Compiling RuntimeAssertions Counter.swift
[179/355] Compiling RuntimeAssertions Assert.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:
[190/358] 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/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
[193/358] Compiling OrderedCollections OrderedSet+Sendable.swift
/host/spi-builder-workspace/.build/checkouts/TPPDF/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
 6 | //
 7 |
 8 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 9 |
10 | /// Protocol used to delegate drawing of images
[194/358] Compiling OrderedCollections OrderedSet+SubSequence.swift
/host/spi-builder-workspace/.build/checkouts/TPPDF/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
 6 | //
 7 |
 8 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 9 |
10 | /// Protocol used to delegate drawing of images
[195/358] Compiling OrderedCollections OrderedSet+Testing.swift
/host/spi-builder-workspace/.build/checkouts/TPPDF/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
 6 | //
 7 |
 8 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 9 |
10 | /// Protocol used to delegate drawing of images
[196/358] Compiling OrderedCollections OrderedSet+UnorderedView.swift
/host/spi-builder-workspace/.build/checkouts/TPPDF/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
 6 | //
 7 |
 8 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 9 |
10 | /// Protocol used to delegate drawing of images
[197/358] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
/host/spi-builder-workspace/.build/checkouts/TPPDF/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
 6 | //
 7 |
 8 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 9 |
10 | /// Protocol used to delegate drawing of images
[198/358] Compiling OrderedCollections OrderedSet.swift
/host/spi-builder-workspace/.build/checkouts/TPPDF/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
 6 | //
 7 |
 8 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 9 |
10 | /// Protocol used to delegate drawing of images
[199/358] Compiling OrderedCollections _UnsafeBitset.swift
/host/spi-builder-workspace/.build/checkouts/TPPDF/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
 6 | //
 7 |
 8 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 9 |
10 | /// Protocol used to delegate drawing of images
[200/358] Compiling TPPDF PDFTableSection.swift
/host/spi-builder-workspace/.build/checkouts/TPPDF/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
 6 | //
 7 |
 8 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 9 |
10 | /// Protocol used to delegate drawing of images
[201/358] Compiling TPPDF PDFTableCellBorders.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
[202/358] Compiling TPPDF PDFTableCellPosition+Equatable-Hashable.swift
/host/spi-builder-workspace/.build/checkouts/TPPDF/Source/API/Delegation/PDFGeneratorImageDelegate.swift:8:8: error: no such module 'CoreGraphics'
 6 | //
 7 |
 8 | import CoreGraphics
   |        `- error: no such module 'CoreGraphics'
 9 |
10 | /// Protocol used to delegate drawing of images
[203/358] Compiling TPPDF PDFTableCellStyle.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
[204/358] Compiling TPPDF PDFTableStyle+Defaults.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
[205/358] Compiling TPPDF PDFTableStyle+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
[206/358] Compiling TPPDF PDFTableStyle.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
[207/358] Compiling TPPDF PDFAttributedText.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
/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
[225/358] Compiling Logging Locks.swift
[226/358] Compiling RuntimeAssertions NeverReturn.swift
BUILD FAILURE 6.2 linux