Build Information
Failed to build SpeziAccessGuard, reference 0.5.0 (92f87a), with Swift 6.1 for Android on 20 Nov 2025 20:01:35 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StanfordSpezi/SpeziAccessGuard.git
Reference: 0.5.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/StanfordSpezi/SpeziAccessGuard
* tag 0.5.0 -> FETCH_HEAD
HEAD is now at 92f87aa rework everything (#31)
Cloned https://github.com/StanfordSpezi/SpeziAccessGuard.git
Revision (git rev-parse @):
92f87aaf0ba6ebfe08bf9739bd572a9d1528181d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StanfordSpezi/SpeziAccessGuard.git at 0.5.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/StanfordSpezi/SpeziAccessGuard.git
https://github.com/StanfordSpezi/SpeziAccessGuard.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"default_localization" : "en",
"dependencies" : [
{
"identity" : "spezi",
"requirement" : {
"range" : [
{
"lower_bound" : "1.8.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/StanfordSpezi/Spezi.git"
},
{
"identity" : "spezistorage",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/StanfordSpezi/SpeziStorage.git"
},
{
"identity" : "speziviews",
"requirement" : {
"range" : [
{
"lower_bound" : "1.12.7",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/StanfordSpezi/SpeziViews.git"
},
{
"identity" : "spezifoundation",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/StanfordSpezi/SpeziFoundation.git"
},
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.17.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
}
],
"manifest_display_name" : "SpeziAccessGuard",
"name" : "SpeziAccessGuard",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
}
],
"products" : [
{
"name" : "SpeziAccessGuard",
"targets" : [
"SpeziAccessGuard"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SpeziAccessGuardTests",
"module_type" : "SwiftTarget",
"name" : "SpeziAccessGuardTests",
"path" : "Tests/SpeziAccessGuardTests",
"product_dependencies" : [
"SpeziTesting",
"SnapshotTesting"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/SpeziAccessGuardTests/__Snapshots__/AccessGuardViewSnapshotTests/performSnapshotTest-with.iPhone13Pro-locked.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/SpeziAccessGuardTests/__Snapshots__/AccessGuardViewSnapshotTests/performSnapshotTest-with.iPhone13Pro-unlocked.png",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"AccessGuardViewSnapshotTests.swift",
"LAContextTests.swift",
"SpeziAccessGuardTests.swift"
],
"target_dependencies" : [
"SpeziAccessGuard"
],
"type" : "test"
},
{
"c99name" : "SpeziAccessGuard",
"module_type" : "SwiftTarget",
"name" : "SpeziAccessGuard",
"path" : "Sources/SpeziAccessGuard",
"product_dependencies" : [
"Spezi",
"SpeziKeychainStorage",
"SpeziViews",
"SpeziFoundation"
],
"product_memberships" : [
"SpeziAccessGuard"
],
"sources" : [
"AccessGuard.swift",
"AccessGuardButton.swift",
"AccessGuardConfig+FaceID.swift",
"AccessGuardConfig+Passcode.swift",
"AccessGuardConfig.swift",
"AccessGuardError.swift",
"AccessGuardIdentifier.swift",
"AccessGuardModel+FaceID.swift",
"AccessGuardModel+Passcode.swift",
"AccessGuardModel.swift",
"AccessGuardView.swift",
"AccessGuarded.swift",
"AccessGuards.swift",
"CodeViews/CodeOptions.swift",
"CodeViews/CodeView.swift",
"CodeViews/EnterCodeView.swift",
"CodeViews/ErrorMessageCapsule.swift",
"CodeViews/SetupPasscodeFlow.swift",
"SetAccessGuard.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/StanfordSpezi/SpeziFoundation.git
Fetching https://github.com/StanfordSpezi/Spezi.git
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
Fetching https://github.com/StanfordSpezi/SpeziViews.git
[1/2127] Fetching spezifoundation
[2128/12128] Fetching spezifoundation, spezi
[3229/16632] Fetching spezifoundation, spezi, speziviews
[16633/32264] Fetching spezifoundation, spezi, speziviews, swift-snapshot-testing
Fetched https://github.com/StanfordSpezi/Spezi.git from cache (1.45s)
Fetched https://github.com/StanfordSpezi/SpeziViews.git from cache (1.46s)
[6504/17759] Fetching spezifoundation, swift-snapshot-testing
Fetching https://github.com/StanfordSpezi/SpeziStorage.git
Fetched https://github.com/StanfordSpezi/SpeziFoundation.git from cache (3.38s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (3.47s)
[1/1683] Fetching spezistorage
Fetched https://github.com/StanfordSpezi/SpeziStorage.git from cache (0.90s)
Computing version for https://github.com/StanfordSpezi/SpeziViews.git
Computed https://github.com/StanfordSpezi/SpeziViews.git at 1.12.8 (7.37s)
Fetching https://github.com/gonzalezreal/swift-markdown-ui.git
Fetching https://github.com/apple/swift-collections.git
[1/18314] Fetching swift-collections
[7510/25814] Fetching swift-collections, swift-markdown-ui
Fetched https://github.com/apple/swift-collections.git from cache (3.98s)
Fetched https://github.com/gonzalezreal/swift-markdown-ui.git from cache (4.05s)
Computing version for https://github.com/gonzalezreal/swift-markdown-ui.git
Computed https://github.com/gonzalezreal/swift-markdown-ui.git at 2.4.1 (6.95s)
Fetching https://github.com/swiftlang/swift-cmark
Fetching https://github.com/gonzalezreal/NetworkImage
[1/1064] Fetching networkimage
[757/19309] Fetching networkimage, swift-cmark
Fetched https://github.com/gonzalezreal/NetworkImage from cache (1.15s)
Fetched https://github.com/swiftlang/swift-cmark from cache (1.15s)
Computing version for https://github.com/gonzalezreal/NetworkImage
Computed https://github.com/gonzalezreal/NetworkImage at 6.0.1 (1.71s)
Computing version for https://github.com/StanfordSpezi/SpeziFoundation.git
Computed https://github.com/StanfordSpezi/SpeziFoundation.git at 2.5.0 (1.01s)
Fetching https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Fetching https://github.com/apple/swift-log
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
[1/1820] Fetching swift-atomics
[20/2555] Fetching swift-atomics, xctruntimeassertions
[427/7586] Fetching swift-atomics, xctruntimeassertions, swift-log
[3057/13615] Fetching swift-atomics, xctruntimeassertions, swift-log, swift-algorithms
Fetched https://github.com/StanfordBDHG/XCTRuntimeAssertions.git from cache (0.57s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.57s)
Fetched https://github.com/apple/swift-log from cache (0.57s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.57s)
Computing version for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 2.2.0 (1.34s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.56s)
Fetching https://github.com/apple/swift-numerics.git
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.40s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.01s)
Computing version for https://github.com/StanfordSpezi/SpeziStorage.git
Computed https://github.com/StanfordSpezi/SpeziStorage.git at 2.1.2 (0.82s)
Computing version for https://github.com/StanfordSpezi/Spezi.git
Computed https://github.com/StanfordSpezi/Spezi.git at 1.9.3 (0.90s)
Computing version for https://github.com/swiftlang/swift-cmark
Computed https://github.com/swiftlang/swift-cmark at 0.7.1 (0.75s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (0.67s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.77s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.25s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.18.7 (0.60s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4651] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.34s)
[1/72918] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (7.38s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (11.27s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5600] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.79s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (1.79s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (1.12s)
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/StanfordSpezi/SpeziFoundation.git
Working copy of https://github.com/StanfordSpezi/SpeziFoundation.git resolved at 2.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/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/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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/StanfordSpezi/Spezi.git
Working copy of https://github.com/StanfordSpezi/Spezi.git resolved at 1.9.3
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/gonzalezreal/NetworkImage
Working copy of https://github.com/gonzalezreal/NetworkImage resolved at 6.0.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
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/StanfordSpezi/SpeziStorage.git
Working copy of https://github.com/StanfordSpezi/SpeziStorage.git resolved at 2.1.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/SpeziAccessGuard/Resources/Localizable.xcstrings
/host/spi-builder-workspace/Sources/SpeziAccessGuard/Resources/Localizable.xcstrings.license
Building for debugging...
[0/59] Write sources
[10/59] Compiling SpeziFoundationObjC ObjCExceptionHandling.m
[11/59] Compiling cmark-gfm-extensions strikethrough.c
[12/59] Compiling cmark-gfm-extensions tasklist.c
[13/59] Compiling cmark-gfm-extensions tagfilter.c
[14/59] Compiling cmark-gfm-extensions core-extensions.c
[15/59] Compiling cmark-gfm-extensions ext_scanners.c
[16/59] Compiling cmark-gfm xml.c
[17/59] Compiling cmark-gfm-extensions autolink.c
[18/59] Compiling cmark-gfm syntax_extension.c
[19/59] Compiling cmark-gfm registry.c
[20/59] Compiling cmark-gfm render.c
[21/59] Compiling cmark-gfm-extensions table.c
[22/59] Compiling cmark-gfm plugin.c
[23/59] Compiling cmark-gfm references.c
[24/59] Compiling cmark-gfm plaintext.c
[25/59] Compiling cmark-gfm map.c
[26/59] Compiling cmark-gfm linked_list.c
[27/59] Compiling cmark-gfm man.c
[28/59] Write swift-version-24593BA9C3E375BF.txt
[29/59] Compiling cmark-gfm utf8.c
[30/59] Compiling cmark-gfm node.c
[31/59] Compiling cmark-gfm iterator.c
[32/59] Compiling cmark-gfm latex.c
[33/59] Compiling cmark-gfm html.c
[34/59] Compiling cmark-gfm houdini_html_e.c
[35/59] Compiling cmark-gfm houdini_href_e.c
[36/59] Compiling cmark-gfm footnotes.c
[37/59] Compiling cmark-gfm houdini_html_u.c
[38/59] Compiling cmark-gfm cmark_ctype.c
[39/59] Compiling cmark-gfm cmark.c
[40/59] Compiling cmark-gfm inlines.c
[41/59] Compiling _NumericsShims _NumericsShims.c
[42/59] Copying Localizable.xcstrings.license
[43/59] Copying Localizable.xcstrings
[44/59] Copying Info.plist
[45/59] Copying Localizable.xcstrings.license
[46/59] Copying Localizable.xcstrings
[47/59] Copying Info.plist
[48/59] Write sources
[49/59] Compiling cmark-gfm commonmark.c
[49/59] Write sources
[54/59] Compiling _AtomicsShims.c
[55/59] Compiling cmark-gfm arena.c
[56/59] Compiling cmark-gfm buffer.c
[57/67] Compiling cmark-gfm blocks.c
[58/78] Compiling cmark-gfm scanners.c
[60/127] Emitting module InternalCollectionsUtilities
[61/129] Emitting module Atomics
[62/131] Compiling RealModule RealFunctions.swift
[63/132] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[64/132] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[65/132] Compiling Atomics IntegerOperations.swift
[66/132] Compiling Atomics Unmanaged extensions.swift
[67/132] Compiling Atomics DoubleWord.swift
[68/132] Compiling Atomics AtomicInteger.swift
[69/132] Compiling Atomics ManagedAtomic.swift
[70/132] Compiling Atomics ManagedAtomicLazyReference.swift
[71/132] Compiling Atomics RawRepresentable.swift
[72/132] Compiling Atomics AtomicBool.swift
[73/132] Compiling Atomics Primitives.native.swift
[74/132] Compiling Atomics AtomicMemoryOrderings.swift
[75/132] Compiling RealModule Float16+Real.swift
[76/132] Compiling Atomics OptionalRawRepresentable.swift
[81/132] Compiling RealModule Float80+Real.swift
[82/132] Compiling RealModule Real.swift
[85/132] Compiling Atomics AtomicStorage.swift
[86/132] Compiling Atomics AtomicValue.swift
[90/132] Compiling Atomics AtomicOptionalWrappable.swift
[91/132] Compiling Atomics AtomicReference.swift
[97/132] Compiling Atomics IntegerConformances.swift
[98/132] Compiling Atomics PointerConformances.swift
[99/132] Emitting module RealModule
[106/133] Compiling RealModule RelaxedArithmetic.swift
[113/190] 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:
[114/216] 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:
[115/216] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[116/216] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[117/216] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[118/216] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[119/216] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[120/216] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[121/216] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[122/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[123/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[124/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[125/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[126/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[127/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[128/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[129/223] Compiling OrderedCollections OrderedDictionary.swift
[130/223] Compiling OrderedCollections OrderedSet+Codable.swift
[131/223] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[132/223] Compiling OrderedCollections OrderedSet+Descriptions.swift
[133/223] Compiling OrderedCollections OrderedSet+Diffing.swift
[134/223] Compiling OrderedCollections OrderedSet+Equatable.swift
[135/223] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[136/223] Compiling OrderedCollections OrderedSet+Hashable.swift
[137/223] Compiling Algorithms FlattenCollection.swift
[138/223] Compiling Algorithms Grouped.swift
[139/223] Compiling Algorithms Indexed.swift
[140/223] Compiling Algorithms Intersperse.swift
[141/223] Compiling Algorithms Joined.swift
[142/223] Compiling Algorithms Keyed.swift
[143/223] Compiling Algorithms MinMax.swift
[144/223] Compiling Algorithms Partition.swift
[145/223] Compiling Algorithms AdjacentPairs.swift
[146/223] Compiling Algorithms Chain.swift
[147/223] Compiling Algorithms Chunked.swift
[148/223] Compiling Algorithms Combinations.swift
[149/223] Compiling Algorithms Compacted.swift
[150/223] Compiling Algorithms Cycle.swift
[151/223] Compiling Algorithms EitherSequence.swift
[152/223] Compiling Algorithms FirstNonNil.swift
[153/223] Compiling OrderedCollections OrderedSet+Initializers.swift
[154/223] Compiling OrderedCollections OrderedSet+Insertions.swift
[155/223] Compiling OrderedCollections OrderedSet+Invariants.swift
[156/223] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[157/223] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[158/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[159/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[160/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[161/223] Compiling Algorithms Split.swift
[162/223] Compiling Algorithms Stride.swift
[163/223] Compiling Algorithms Suffix.swift
[164/226] Compiling Algorithms RandomSample.swift
[165/226] Compiling Algorithms Reductions.swift
[166/226] Compiling Algorithms Rotate.swift
[167/226] Compiling Algorithms Permutations.swift
[168/226] Compiling Algorithms Product.swift
[175/226] Emitting module OrderedCollections
[176/226] Compiling Algorithms Trim.swift
[177/226] Compiling Algorithms Unique.swift
[178/226] Compiling Algorithms Windows.swift
[193/226] Compiling OrderedCollections OrderedSet+Sendable.swift
[194/226] Compiling OrderedCollections OrderedSet+SubSequence.swift
[195/226] Compiling OrderedCollections OrderedSet+Testing.swift
[196/226] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[197/226] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[198/226] Compiling OrderedCollections OrderedSet.swift
[199/226] Compiling OrderedCollections _UnsafeBitset.swift
[200/227] Emitting module Algorithms
[206/228] Compiling Logging MetadataProvider.swift
[207/228] Compiling Logging LogHandler.swift
[208/228] Compiling Logging Locks.swift
[209/228] Compiling Logging Logging.swift
[210/228] Emitting module Logging
[213/229] 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:
[214/229] 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:
[215/229] 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:
[216/229] Emitting module RuntimeAssertions
[217/229] Compiling RuntimeAssertions Precondition.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | // MARK: - Deprecated after 5.0.0:
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | // MARK: - Deprecated after 5.0.0:
[220/230] Compiling RuntimeAssertions RuntimeAssertionInjection.swift
[221/230] Compiling RuntimeAssertions RuntimeAssertion.swift
[222/230] 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:
error: emit-module command failed with exit code 1 (use -v to see invocation)
[223/230] 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:
[226/230] Compiling RuntimeAssertions Counter.swift
[227/230] Compiling RuntimeAssertions Assert.swift
[228/230] Compiling RuntimeAssertions DebugOnly.swift
[229/230] Compiling RuntimeAssertions NeverReturn.swift
[230/230] Compiling RuntimeAssertions RuntimePrecondition.swift
/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 | }
/host/spi-builder-workspace/.build/checkouts/XCTRuntimeAssertions/Sources/RuntimeAssertions/RuntimePrecondition.swift:67:5: error: cannot find 'usleep' in scope
65 | // `wait(for: [expectation], timeout: timeout)`
66 | // 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.
67 | usleep(useconds_t(1_000_000 * timeout))
| `- error: cannot find 'usleep' in scope
68 | task.cancel()
69 | }
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/SpeziAccessGuard/Resources/Localizable.xcstrings.license
/host/spi-builder-workspace/Sources/SpeziAccessGuard/Resources/Localizable.xcstrings
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/69] Compiling Atomics PointerConformances.swift
[3/69] Compiling Atomics Primitives.native.swift
[4/69] Compiling RealModule RealFunctions.swift
[5/72] Compiling RealModule Float80+Real.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/72] 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:
[7/72] Compiling Atomics OptionalRawRepresentable.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:
[8/72] Compiling Atomics RawRepresentable.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:
[9/72] Compiling RealModule Float16+Real.swift
[10/73] Compiling Atomics AtomicStorage.swift
[11/73] Compiling Atomics AtomicValue.swift
[12/75] 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:
[13/75] Compiling Logging LogHandler.swift
[14/75] 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:
[15/75] 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:
[16/75] 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:
[17/75] Compiling Atomics AtomicBool.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:
[18/75] Compiling Atomics IntegerConformances.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:
[19/75] Compiling Logging MetadataProvider.swift
[22/75] Compiling RealModule Real.swift
[23/75] Compiling RuntimeAssertions DebugOnly.swift
[24/75] Compiling RuntimeAssertions Precondition.swift
[25/76] Compiling RuntimeAssertions Assert.swift
[26/76] Compiling RuntimeAssertions Counter.swift
[29/76] Compiling Atomics ManagedAtomic.swift
[30/76] Compiling Atomics ManagedAtomicLazyReference.swift
[31/76] Compiling Atomics AtomicMemoryOrderings.swift
[32/76] Compiling Atomics DoubleWord.swift
[33/76] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[34/76] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[37/76] Emitting module RuntimeAssertions
[38/76] 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:
[39/76] Compiling RealModule RelaxedArithmetic.swift
[40/76] Compiling Logging Locks.swift
[41/76] Compiling RuntimeAssertions NeverReturn.swift
[42/76] Compiling RuntimeAssertions RuntimeAssertion.swift
[43/76] Compiling RuntimeAssertions RuntimeAssertionInjection.swift
[50/76] Emitting module Logging
[51/76] Compiling RuntimeAssertions RuntimePrecondition.swift
/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 | }
/host/spi-builder-workspace/.build/checkouts/XCTRuntimeAssertions/Sources/RuntimeAssertions/RuntimePrecondition.swift:67:5: error: cannot find 'usleep' in scope
65 | // `wait(for: [expectation], timeout: timeout)`
66 | // 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.
67 | usleep(useconds_t(1_000_000 * timeout))
| `- error: cannot find 'usleep' in scope
68 | task.cancel()
69 | }
[54/76] Emitting module RealModule
[55/77] 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:
BUILD FAILURE 6.1 android