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 SpeziAccessGuard, reference main (92f87a), with Swift 6.1 for Linux on 20 Nov 2025 20:01:34 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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.1-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/SpeziAccessGuard.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/StanfordSpezi/SpeziAccessGuard
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         linux
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-2":/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.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/StanfordSpezi/SpeziStorage.git
Fetching https://github.com/StanfordSpezi/Spezi.git
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
Fetching https://github.com/StanfordSpezi/SpeziViews.git
Fetching https://github.com/StanfordSpezi/SpeziFoundation.git
[1/2127] Fetching spezifoundation
[214/3810] Fetching spezifoundation, spezistorage
[3811/13811] Fetching spezifoundation, spezistorage, spezi
[5012/18315] Fetching spezifoundation, spezistorage, spezi, speziviews
Fetched https://github.com/StanfordSpezi/SpeziFoundation.git from cache (0.45s)
[10156/16188] Fetching spezistorage, spezi, speziviews
[16189/31820] Fetching spezistorage, spezi, speziviews, swift-snapshot-testing
Fetched https://github.com/StanfordSpezi/Spezi.git from cache (1.45s)
[10564/21819] Fetching spezistorage, speziviews, swift-snapshot-testing
Fetched https://github.com/StanfordSpezi/SpeziStorage.git from cache (4.05s)
Fetched https://github.com/StanfordSpezi/SpeziViews.git from cache (4.06s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (4.15s)
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/apple/swift-collections.git
Fetching https://github.com/gonzalezreal/swift-markdown-ui.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.48s)
Fetched https://github.com/gonzalezreal/swift-markdown-ui.git from cache (3.53s)
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.47s)
Fetching https://github.com/swiftlang/swift-cmark
Fetching https://github.com/gonzalezreal/NetworkImage
[1/1064] Fetching networkimage
[1065/19309] Fetching networkimage, swift-cmark
Fetched https://github.com/gonzalezreal/NetworkImage from cache (0.38s)
[4197/18245] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark from cache (1.16s)
Computing version for https://github.com/gonzalezreal/NetworkImage
Computed https://github.com/gonzalezreal/NetworkImage at 6.0.1 (1.81s)
Computing version for https://github.com/StanfordSpezi/SpeziFoundation.git
Computed https://github.com/StanfordSpezi/SpeziFoundation.git at 2.5.0 (0.82s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Fetching https://github.com/apple/swift-log
Fetching https://github.com/apple/swift-atomics.git
[1/735] Fetching xctruntimeassertions
[736/2555] Fetching xctruntimeassertions, swift-atomics
Fetched https://github.com/StanfordBDHG/XCTRuntimeAssertions.git from cache (0.24s)
[602/7849] Fetching swift-atomics, swift-algorithms
[663/12880] Fetching swift-atomics, swift-algorithms, swift-log
Fetched https://github.com/apple/swift-atomics.git from cache (0.49s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.55s)
Fetched https://github.com/apple/swift-log from cache (0.55s)
Computing version for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 2.2.0 (1.35s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.59s)
Fetching https://github.com/apple/swift-numerics.git
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.45s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.03s)
Computing version for https://github.com/StanfordSpezi/SpeziStorage.git
Computed https://github.com/StanfordSpezi/SpeziStorage.git at 2.1.2 (0.73s)
Computing version for https://github.com/StanfordSpezi/Spezi.git
Computed https://github.com/StanfordSpezi/Spezi.git at 1.9.3 (0.83s)
Computing version for https://github.com/swiftlang/swift-cmark
Computed https://github.com/swiftlang/swift-cmark at 0.7.1 (0.66s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (0.52s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.64s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.04s)
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.65s)
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.55s)
[1/72918] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (7.68s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (8.41s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5600] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (3.09s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (4.33s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (0.69s)
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/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/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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-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/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/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/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/SpeziFoundation.git
Working copy of https://github.com/StanfordSpezi/SpeziFoundation.git resolved at 2.5.0
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/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.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/StanfordSpezi/Spezi.git
Working copy of https://github.com/StanfordSpezi/Spezi.git resolved at 1.9.3
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
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] Compiling cmark-gfm-extensions tagfilter.c
[1/59] Compiling cmark-gfm-extensions strikethrough.c
[2/59] Compiling cmark-gfm-extensions ext_scanners.c
[3/59] Compiling cmark-gfm-extensions core-extensions.c
[4/59] Compiling cmark-gfm xml.c
[5/59] Compiling cmark-gfm-extensions autolink.c
[6/59] Compiling cmark-gfm-extensions table.c
[7/59] Compiling cmark-gfm syntax_extension.c
[8/59] Compiling cmark-gfm registry.c
[9/59] Compiling cmark-gfm render.c
[10/59] Write swift-version-24593BA9C3E375BF.txt
[11/59] Compiling cmark-gfm-extensions tasklist.c
[12/59] Compiling cmark-gfm references.c
[13/59] Compiling cmark-gfm plugin.c
[14/59] Compiling cmark-gfm plaintext.c
[15/59] Compiling cmark-gfm utf8.c
[16/59] Compiling cmark-gfm map.c
[17/59] Compiling cmark-gfm node.c
[17/59] Compiling cmark-gfm man.c
[19/59] Compiling cmark-gfm linked_list.c
[20/59] Compiling cmark-gfm latex.c
[21/59] Compiling cmark-gfm iterator.c
[22/59] Compiling cmark-gfm houdini_html_e.c
[23/59] Compiling cmark-gfm houdini_href_e.c
[24/59] Compiling cmark-gfm cmark_ctype.c
[25/59] Compiling cmark-gfm html.c
[26/59] Compiling cmark-gfm footnotes.c
[27/59] Compiling cmark-gfm cmark.c
[28/59] Compiling cmark-gfm commonmark.c
[29/59] Compiling cmark-gfm inlines.c
[29/59] Copying Localizable.xcstrings.license
[29/59] Copying Localizable.xcstrings
[29/59] Copying Info.plist
[29/59] Write sources
[29/59] Copying Localizable.xcstrings.license
[29/59] Copying Localizable.xcstrings
[29/59] Copying Info.plist
[39/59] Compiling cmark-gfm houdini_html_u.c
[40/59] Write sources
[44/59] Compiling _NumericsShims _NumericsShims.c
[45/59] Write sources
[46/59] Compiling SpeziFoundationObjC ObjCExceptionHandling.m
[46/59] Write sources
[50/59] Compiling _AtomicsShims.c
[50/59] Compiling cmark-gfm buffer.c
[51/59] Write sources
[54/59] Compiling cmark-gfm scanners.c
[57/59] Compiling cmark-gfm arena.c
[58/59] Compiling cmark-gfm blocks.c
[60/127] Emitting module InternalCollectionsUtilities
[61/129] Emitting module Atomics
[62/131] Emitting module RuntimeAssertions
[63/132] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[64/132] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[65/132] Compiling RealModule RealFunctions.swift
[66/132] 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:
[67/134] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[68/134] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[69/134] Compiling InternalCollectionsUtilities _SortedCollection.swift
[70/134] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[71/134] Compiling NetworkImage Deprecations.swift
[72/134] Compiling NetworkImage ImageSource.swift
[73/134] Compiling RealModule Real.swift
[74/134] Compiling NetworkImage NetworkImage.swift
[75/134] Compiling NetworkImage NetworkImageCache.swift
[76/134] Compiling Atomics IntegerOperations.swift
[77/134] Compiling Atomics Unmanaged extensions.swift
[78/134] Compiling InternalCollectionsUtilities Debugging.swift
[79/134] Compiling InternalCollectionsUtilities Descriptions.swift
[80/134] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[81/134] Compiling InternalCollectionsUtilities Integer rank.swift
[82/134] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[87/134] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[88/134] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[93/135] Compiling RealModule Float80+Real.swift
[94/135] Compiling RealModule Float16+Real.swift
[102/135] Emitting module RealModule
[105/135] 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:
[113/136] Compiling RealModule RelaxedArithmetic.swift
[116/217] Emitting module Logging
[117/217] Compiling Logging MetadataProvider.swift
[118/217] Compiling Logging LogHandler.swift
[119/217] Compiling Logging Locks.swift
[120/217] Compiling Logging Logging.swift
[122/218] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[123/218] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[124/218] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[125/218] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[126/218] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[127/218] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[128/218] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[129/218] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[130/218] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[131/218] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[132/218] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[133/218] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[134/218] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[135/218] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[136/225] Compiling OrderedCollections OrderedDictionary.swift
[137/225] Compiling OrderedCollections OrderedSet+Codable.swift
[138/225] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[139/225] Compiling OrderedCollections OrderedSet+Descriptions.swift
[140/225] Compiling OrderedCollections OrderedSet+Diffing.swift
[141/225] Compiling OrderedCollections OrderedSet+Equatable.swift
[142/225] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[143/225] Compiling OrderedCollections OrderedSet+Hashable.swift
[144/225] 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:
[145/225] 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:
[146/225] 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:
[147/225] Compiling Algorithms AdjacentPairs.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Deprecated after 5.0.0:
[148/225] Compiling Algorithms Chain.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Deprecated after 5.0.0:
[149/225] Compiling Algorithms Chunked.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Deprecated after 5.0.0:
[150/225] Compiling Algorithms Combinations.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Deprecated after 5.0.0:
error: emit-module command failed with exit code 1 (use -v to see invocation)
[151/225] 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:
[152/225] 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:
[153/225] Compiling RuntimeAssertions NeverReturn.swift
[154/225] Compiling RuntimeAssertions Precondition.swift
[155/225] Compiling RuntimeAssertions Assert.swift
[156/225] Compiling RuntimeAssertions RuntimePrecondition.swift
[157/225] Compiling RuntimeAssertions Counter.swift
[158/225] Compiling RuntimeAssertions DebugOnly.swift
[159/225] Compiling RuntimeAssertions RuntimeAssertion.swift
[160/225] Compiling RuntimeAssertions RuntimeAssertionInjection.swift
[161/225] Compiling OrderedCollections OrderedSet+Initializers.swift
[162/225] Compiling OrderedCollections OrderedSet+Insertions.swift
[163/225] Compiling OrderedCollections OrderedSet+Invariants.swift
[164/225] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[165/225] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[166/225] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[167/225] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[168/225] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[169/226] Compiling Algorithms Reductions.swift
[170/226] Compiling Algorithms Rotate.swift
[171/226] Compiling Algorithms Partition.swift
[172/226] Compiling Algorithms Permutations.swift
[173/226] Compiling Algorithms Product.swift
[174/226] Compiling Algorithms Split.swift
[175/226] Compiling Algorithms Stride.swift
[176/226] Compiling Algorithms Suffix.swift
[177/226] Compiling Algorithms Grouped.swift
[178/226] Compiling Algorithms Indexed.swift
[179/226] Compiling Algorithms Intersperse.swift
[180/226] Compiling Algorithms Compacted.swift
[181/226] Compiling Algorithms Cycle.swift
[182/226] Compiling Algorithms EitherSequence.swift
[183/226] Compiling Algorithms FirstNonNil.swift
[184/226] Compiling Algorithms RandomSample.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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
    /host/spi-builder-workspace/Sources/SpeziAccessGuard/Resources/Localizable.xcstrings.license
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/69] 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:
[3/70] Compiling Logging MetadataProvider.swift
[4/70] 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:
[5/70] 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:
[6/70] Compiling RuntimeAssertions DebugOnly.swift
[7/70] Compiling RealModule RealFunctions.swift
[8/72] Compiling RuntimeAssertions Assert.swift
[9/72] Compiling RuntimeAssertions Counter.swift
[10/72] Compiling RuntimeAssertions NeverReturn.swift
[11/72] Compiling RuntimeAssertions Precondition.swift
[12/72] Compiling RealModule Float80+Real.swift
[13/72] Emitting module RuntimeAssertions
[14/72] Compiling RealModule Real.swift
[15/72] Compiling InternalCollectionsUtilities Debugging.swift
[16/72] Compiling InternalCollectionsUtilities Descriptions.swift
[17/72] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[18/72] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[19/74] 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:
[20/74] Compiling RuntimeAssertions RuntimeAssertion.swift
[21/74] Compiling RuntimeAssertions RuntimeAssertionInjection.swift
[22/74] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[23/74] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[24/74] Compiling Atomics UnsafeAtomic.swift
[25/74] Compiling Atomics UnsafeAtomicLazyReference.swift
[26/74] Compiling RealModule RelaxedArithmetic.swift
[33/74] Compiling InternalCollectionsUtilities _SortedCollection.swift
[34/74] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[35/76] Compiling RealModule ElementaryFunctions.swift
[36/76] Compiling RealModule Float+Real.swift
[37/76] Compiling RealModule Float16+Real.swift
[38/76] Compiling RuntimeAssertions RuntimePrecondition.swift
[40/77] Compiling RealModule AlgebraicField.swift
[41/77] Compiling RealModule ApproximateEquality.swift
[42/77] Compiling RealModule AugmentedArithmetic.swift
[43/77] Compiling RealModule Double+Real.swift
[44/77] Emitting module RealModule
[45/77] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[46/77] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.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:
error: emit-module command failed with exit code 1 (use -v to see invocation)
[49/77] 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:
[50/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:
[51/77] 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/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:
[54/78] Compiling Atomics IntegerOperations.swift
[55/78] Compiling Atomics Unmanaged extensions.swift
[62/78] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[65/78] Emitting module InternalCollectionsUtilities
[69/79] Emitting module Logging
[70/79] Compiling Logging Logging.swift
[71/79] Compiling Logging LogHandler.swift
[72/79] Compiling Logging Locks.swift
BUILD FAILURE 6.1 linux