The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SpeziConsent, reference 0.1.5 (8c37a6), with Swift 6.3 for Android on 19 Apr 2026 21:17:37 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StanfordSpezi/SpeziConsent.git
Reference: 0.1.5
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.5      -> FETCH_HEAD
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 0.1.5
========================================
Build
========================================
Selected platform:         android
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-1":/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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/StanfordSpezi/SpeziOnboarding.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/gonzalezreal/swift-markdown-ui.git
[1/4213] Fetching spezionboarding
[44/7239] Fetching spezionboarding, spezifoundation
[2694/15616] Fetching spezionboarding, spezifoundation, swift-markdown-ui
[4796/33445] Fetching spezionboarding, spezifoundation, swift-markdown-ui, tppdf
Fetching https://github.com/StanfordSpezi/SpeziViews.git
Fetched https://github.com/StanfordSpezi/SpeziOnboarding.git from cache (0.68s)
[4934/29232] Fetching spezifoundation, swift-markdown-ui, tppdf
Fetching https://github.com/StanfordSpezi/Spezi.git
[6435/45297] Fetching spezifoundation, swift-markdown-ui, tppdf, swift-snapshot-testing
[10989/50167] Fetching spezifoundation, swift-markdown-ui, tppdf, swift-snapshot-testing, speziviews
[12255/60513] Fetching spezifoundation, swift-markdown-ui, tppdf, swift-snapshot-testing, speziviews, spezi
Fetched https://github.com/StanfordSpezi/Spezi.git from cache (0.83s)
[22778/50167] Fetching spezifoundation, swift-markdown-ui, tppdf, swift-snapshot-testing, speziviews
Fetched https://github.com/StanfordSpezi/SpeziViews.git from cache (0.97s)
[20227/45297] Fetching spezifoundation, swift-markdown-ui, tppdf, swift-snapshot-testing
Fetched https://github.com/techprimate/TPPDF.git from cache (3.82s)
Fetched https://github.com/gonzalezreal/swift-markdown-ui.git from cache (3.82s)
Fetched https://github.com/StanfordSpezi/SpeziFoundation.git from cache (4.08s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (4.19s)
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.13s)
Fetching https://github.com/swiftlang/swift-cmark
Fetching https://github.com/gonzalezreal/NetworkImage
[1/1064] Fetching networkimage
[757/19438] Fetching networkimage, swift-cmark
Fetched https://github.com/gonzalezreal/NetworkImage from cache (0.58s)
[3308/18374] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark from cache (2.48s)
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 (4.18s)
Computing version for https://github.com/StanfordSpezi/SpeziViews.git
Computed https://github.com/StanfordSpezi/SpeziViews.git at 1.12.14 (2.99s)
Fetching https://github.com/apple/swift-collections.git
[1/23569] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.74s)
Computing version for https://github.com/gonzalezreal/NetworkImage
Computed https://github.com/gonzalezreal/NetworkImage at 6.0.1 (2.57s)
Computing version for https://github.com/StanfordSpezi/SpeziOnboarding.git
Computed https://github.com/StanfordSpezi/SpeziOnboarding.git at 2.0.4 (1.20s)
Computing version for https://github.com/swiftlang/swift-cmark
Computed https://github.com/swiftlang/swift-cmark at 0.7.1 (0.54s)
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.77s)
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 (0.55s)
[2250/74983] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (7.35s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (8.13s)
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.29s)
Computing version for https://github.com/StanfordSpezi/SpeziFoundation.git
Computed https://github.com/StanfordSpezi/SpeziFoundation.git at 2.7.6 (2.71s)
Fetching https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/StanfordBDHG/ThreadLocal.git
Fetching https://github.com/apple/swift-log
Fetching https://github.com/StanfordBDHG/zstd.git
[1/735] Fetching xctruntimeassertions
[736/918] Fetching xctruntimeassertions, threadlocal
[919/2738] Fetching xctruntimeassertions, threadlocal, swift-atomics
[2630/8796] Fetching xctruntimeassertions, threadlocal, swift-atomics, swift-algorithms
[2982/15431] Fetching xctruntimeassertions, threadlocal, swift-atomics, swift-algorithms, swift-log
[15432/78588] Fetching xctruntimeassertions, threadlocal, swift-atomics, swift-algorithms, swift-log, zstd
Fetched https://github.com/StanfordBDHG/XCTRuntimeAssertions.git from cache (0.57s)
[15960/77853] Fetching threadlocal, swift-atomics, swift-algorithms, swift-log, zstd
Fetched https://github.com/StanfordBDHG/ThreadLocal.git from cache (0.60s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.61s)
[11613/71612] Fetching swift-atomics, swift-log, zstd
Fetched https://github.com/apple/swift-atomics.git from cache (0.62s)
Fetched https://github.com/apple/swift-log from cache (0.61s)
[3790/63157] Fetching zstd
Fetched https://github.com/StanfordBDHG/zstd.git from cache (5.57s)
Computing version for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 2.2.0 (6.30s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.67s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.68s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.24s)
Computing version for https://github.com/StanfordBDHG/ThreadLocal.git
Computed https://github.com/StanfordBDHG/ThreadLocal.git at 0.1.3 (0.65s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 603.0.0 (0.93s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.50s)
Computing version for https://github.com/StanfordSpezi/Spezi.git
Computed https://github.com/StanfordSpezi/Spezi.git at 1.10.2 (0.78s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.91s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.12.0 (0.50s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.46s)
Computing version for https://github.com/StanfordBDHG/zstd.git
Computed https://github.com/StanfordBDHG/zstd.git at 1.5.8-beta.1 (0.49s)
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/SpeziFoundation.git
Working copy of https://github.com/StanfordSpezi/SpeziFoundation.git resolved at 2.7.6
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 603.0.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.5.0
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/SpeziOnboarding.git
Working copy of https://github.com/StanfordSpezi/SpeziOnboarding.git resolved at 2.0.4
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/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/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/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/StanfordBDHG/ThreadLocal.git
Working copy of https://github.com/StanfordBDHG/ThreadLocal.git resolved at 0.1.3
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/swiftlang/swift-cmark
Working copy of https://github.com/swiftlang/swift-cmark resolved at 0.7.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/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/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/StanfordSpezi/Spezi.git
Working copy of https://github.com/StanfordSpezi/Spezi.git resolved at 1.10.2
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/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.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.59s)
Building for debugging...
[0/106] Write sources
[5/106] Write swift-version--4F562202D5529B1.txt
[6/106] Compiling huf_decompress_amd64.S
[7/106] Compiling divsufsort.c
[8/129] Compiling zdict.c
[9/129] Compiling zstd_ddict.c
[10/129] Compiling cover.c
[11/164] Compiling fastcover.c
[12/231] Compiling zstd_decompress.c
[13/231] Compiling zstd_decompress_block.c
[14/231] Compiling zstd_preSplit.c
[15/231] Compiling huf_decompress.c
[16/231] Compiling zstdmt_compress.c
[17/231] Compiling zstd_ldm.c
[18/231] Compiling zstd_opt.c
[19/231] Compiling zstd_compress_superblock.c
[20/231] Compiling zstd_fast.c
[21/231] Compiling zstd_compress_sequences.c
[22/231] Compiling zstd_double_fast.c
[23/231] Compiling zstd_compress_literals.c
[24/231] Compiling hist.c
[25/231] Compiling huf_compress.c
[26/231] Compiling fse_compress.c
[27/231] Compiling threading.c
[28/231] Compiling xxhash.c
[29/231] Compiling zstd_common.c
[30/231] Compiling zstd_compress.c
[31/231] Compiling debug.c
[32/231] Compiling pool.c
[33/231] Compiling error_private.c
[34/231] Compiling cmark-gfm-extensions tagfilter.c
[34/231] Compiling fse_decompress.c
[36/231] Compiling cmark-gfm-extensions tasklist.c
[37/231] Compiling cmark-gfm-extensions ext_scanners.c
[38/231] Compiling cmark-gfm-extensions strikethrough.c
[39/231] Compiling cmark-gfm-extensions core-extensions.c
[40/231] Compiling cmark-gfm-extensions table.c
[41/231] Compiling cmark-gfm-extensions autolink.c
[42/231] Compiling cmark-gfm xml.c
[43/231] Compiling entropy_common.c
[44/231] Compiling cmark-gfm syntax_extension.c
[45/231] Compiling cmark-gfm registry.c
[46/231] Compiling cmark-gfm references.c
[47/231] Compiling cmark-gfm render.c
[48/231] Compiling cmark-gfm plugin.c
[49/231] Compiling cmark-gfm plaintext.c
[50/231] Compiling cmark-gfm map.c
[51/231] Compiling cmark-gfm node.c
[52/231] Compiling cmark-gfm man.c
[53/231] Compiling cmark-gfm utf8.c
[54/231] Compiling cmark-gfm linked_list.c
[55/231] Compiling cmark-gfm iterator.c
[56/231] Compiling cmark-gfm scanners.c
[57/231] Compiling cmark-gfm latex.c
[58/231] Compiling cmark-gfm inlines.c
[59/231] Compiling cmark-gfm houdini_html_e.c
[60/231] Compiling cmark-gfm houdini_html_u.c
[61/231] Compiling cmark-gfm footnotes.c
[62/231] Compiling cmark-gfm houdini_href_e.c
[63/231] Compiling cmark-gfm html.c
[64/231] Compiling cmark-gfm cmark_ctype.c
[65/231] Compiling cmark-gfm commonmark.c
[66/231] Compiling cmark-gfm cmark.c
[67/231] Compiling _NumericsShims _NumericsShims.c
[67/231] Compiling cmark-gfm buffer.c
[68/231] Copying Localizable.xcstrings.license
[68/231] Copying Localizable.xcstrings
[68/231] Copying Info.plist
[72/231] Copying Localizable.xcstrings.license
[72/231] Copying Localizable.xcstrings
[72/231] Copying Info.plist
[75/231] Compiling _AtomicsShims.c
[75/231] Copying Localizable.xcstrings.license
[75/231] Copying Localizable.xcstrings
[75/231] Copying Info.plist
[79/231] Compiling cmark-gfm arena.c
[79/231] Copying Localizable.xcstrings.license
[79/231] Copying Localizable.xcstrings
[79/231] Copying Info.plist
[83/231] Write sources
[86/231] Compiling SpeziFoundationObjC ObjCExceptionHandling.m
[87/231] Copying Localizable.xcstrings.license
[87/231] Compiling cmark-gfm blocks.c
[87/231] Copying Localizable.xcstrings
[90/231] Copying Info.plist
[91/231] Compiling zstd_lazy.c
[92/231] Write sources
error: emit-module command failed with exit code 1 (use -v to see invocation)
[104/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
[105/319] Emitting module InternalCollectionsUtilities
[106/321] Compiling ThreadLocalMacros ThreadLocalMacros.swift
[107/321] Emitting module ThreadLocalMacros
[108/321] Emitting module Logging
[109/321] Emitting module Atomics
[110/323] Compiling ThreadLocalMacros ThreadLocalMacro.swift
[111/323] Compiling ThreadLocalMacros Diagnostic.swift
[112/324] Wrapping AST for ThreadLocalMacros for debugging
[113/324] Write Objects.LinkFileList
[115/324] Compiling Atomics IntegerOperations.swift
[116/324] Compiling Atomics Unmanaged extensions.swift
[119/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:
[120/325] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[121/325] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[122/325] Compiling InternalCollectionsUtilities Integer rank.swift
[123/325] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[124/325] Compiling InternalCollectionsUtilities UInt+reversed.swift
[125/325] Compiling RealModule RealFunctions.swift
[126/325] Emitting module RealModule
[127/326] Compiling InternalCollectionsUtilities Debugging.swift
[128/326] Compiling InternalCollectionsUtilities Descriptions.swift
[129/326] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[130/326] Compiling Atomics ManagedAtomic.swift
[131/326] Compiling Atomics ManagedAtomicLazyReference.swift
[134/326] Compiling Atomics AtomicReference.swift
[135/326] Compiling Atomics AtomicStorage.swift
[136/326] Compiling Atomics AtomicInteger.swift
[137/326] Compiling Atomics AtomicOptionalWrappable.swift
[139/326] Compiling Atomics IntegerConformances.swift
[142/326] Compiling RealModule Float80+Real.swift
[146/326] Compiling RealModule Real.swift
[147/326] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[148/326] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[154/327] Compiling RuntimeAssertions RuntimeAssertion.swift
[162/328] Compiling RealModule Float16+Real.swift
[164/328] Compiling RealModule RelaxedArithmetic.swift
[165/328] 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:
[170/372] Linking ThreadLocalMacros-tool
error: emit-module command failed with exit code 1 (use -v to see invocation)
[172/413] Emitting module ThreadLocal
/host/spi-builder-workspace/.build/checkouts/ThreadLocal/Sources/ThreadLocal/ThreadLocal.swift:15:8: error: no such module 'Darwin.C'
 13 | import Glibc
 14 | #else
 15 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
 16 | #endif
 17 |
[173/413] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[174/413] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[175/413] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[176/413] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[177/413] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[178/413] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[179/413] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[180/420] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[181/420] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[182/420] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[183/420] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[184/420] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[185/420] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[186/420] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[187/420] Compiling OrderedCollections OrderedDictionary.swift
[188/420] Compiling OrderedCollections OrderedSet+Codable.swift
[189/420] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[190/420] Compiling OrderedCollections OrderedSet+Descriptions.swift
[191/420] Compiling OrderedCollections OrderedSet+Diffing.swift
[192/420] Compiling OrderedCollections OrderedSet+Equatable.swift
[193/420] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[194/420] Compiling OrderedCollections OrderedSet+Hashable.swift
[195/420] Compiling OrderedCollections OrderedSet+Initializers.swift
[196/420] Compiling OrderedCollections OrderedSet+Insertions.swift
[197/420] Compiling OrderedCollections OrderedSet+Invariants.swift
[198/420] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[199/420] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[200/420] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[201/420] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[202/420] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[203/420] Compiling Algorithms AdjacentPairs.swift
[204/420] Compiling Algorithms Chain.swift
[205/420] Compiling Algorithms Chunked.swift
[206/420] Compiling Algorithms Combinations.swift
[207/420] Compiling Algorithms Compacted.swift
[208/420] Compiling Algorithms Cycle.swift
[209/420] Compiling Algorithms EitherSequence.swift
[210/420] Compiling Algorithms FirstNonNil.swift
[211/420] Compiling Algorithms Permutations.swift
[212/420] Compiling Algorithms Product.swift
[213/420] Compiling Algorithms Split.swift
[214/420] Compiling Algorithms Stride.swift
[215/420] Compiling Algorithms Suffix.swift
[216/420] Compiling Algorithms RandomSample.swift
[217/420] Compiling Algorithms Reductions.swift
[218/420] Compiling Algorithms Rotate.swift
[229/423] Compiling Algorithms Joined.swift
[230/423] Compiling Algorithms Keyed.swift
[231/423] Compiling Algorithms MinMax.swift
[232/423] Compiling Algorithms Partition.swift
[235/423] Compiling Algorithms FlattenCollection.swift
[236/423] Compiling Algorithms Grouped.swift
[237/423] Compiling Algorithms Indexed.swift
[238/423] Compiling Algorithms Intersperse.swift
[247/423] Compiling Algorithms Trim.swift
[248/423] Compiling Algorithms Unique.swift
[249/423] Compiling Algorithms Windows.swift
[250/423] Compiling Logging Locks.swift
[251/423] Compiling Logging MetadataProvider.swift
[252/423] Emitting module OrderedCollections
[253/423] Compiling OrderedCollections OrderedSet+Sendable.swift
[254/423] Compiling OrderedCollections OrderedSet+SubSequence.swift
[255/423] Compiling OrderedCollections OrderedSet+Testing.swift
[256/423] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[257/423] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[258/423] Compiling OrderedCollections OrderedSet.swift
[259/423] Compiling OrderedCollections _UnsafeBitset.swift
[265/424] Compiling ThreadLocal Macros.swift
/host/spi-builder-workspace/.build/checkouts/ThreadLocal/Sources/ThreadLocal/ThreadLocal.swift:15:8: error: no such module 'Darwin.C'
 13 | import Glibc
 14 | #else
 15 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
 16 | #endif
 17 |
[266/424] Compiling ThreadLocal ThreadLocal.swift
/host/spi-builder-workspace/.build/checkouts/ThreadLocal/Sources/ThreadLocal/ThreadLocal.swift:15:8: error: no such module 'Darwin.C'
 13 | import Glibc
 14 | #else
 15 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
 16 | #endif
 17 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[267/424] 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:
/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:
[270/424] 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:
[271/424] 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:
/host/spi-builder-workspace/.build/checkouts/XCTRuntimeAssertions/Sources/RuntimeAssertions/RuntimePrecondition.swift:41:5: error: cannot find 'usleep' in scope
39 |     // `wait(for: [expectation], timeout: timeout)`
40 |     // here as we need to make the method independent of XCTestCase to also use it in our TestApp UITest target which fails if you import XCTest.
41 |     usleep(useconds_t(1_000_000 * timeout))
   |     `- error: cannot find 'usleep' in scope
42 |     expressionWorkItem.cancel()
43 | }
[272/424] Compiling Logging LogHandler.swift
BUILD FAILURE 6.3 android