The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SpeziStorage, reference main (79ce6a), with Swift 6.1 for Linux on 1 Apr 2026 18:43:06 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StanfordSpezi/SpeziStorage.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/SpeziStorage
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 79ce6a2 swift 6.3 support (#41)
Cloned https://github.com/StanfordSpezi/SpeziStorage.git
Revision (git rev-parse @):
79ce6a23f61d38b175b8ee681cc74d7fc93fb8cb
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StanfordSpezi/SpeziStorage.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/StanfordSpezi/SpeziStorage.git
https://github.com/StanfordSpezi/SpeziStorage.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "spezi",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/StanfordSpezi/Spezi.git"
    },
    {
      "identity" : "spezifoundation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.7",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/StanfordSpezi/SpeziFoundation.git"
    },
    {
      "identity" : "xctruntimeassertions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/StanfordBDHG/XCTRuntimeAssertions.git"
    }
  ],
  "manifest_display_name" : "SpeziStorage",
  "name" : "SpeziStorage",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SpeziLocalStorage",
      "targets" : [
        "SpeziLocalStorage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SpeziKeychainStorage",
      "targets" : [
        "SpeziKeychainStorage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SpeziStorageTests",
      "module_type" : "SwiftTarget",
      "name" : "SpeziStorageTests",
      "path" : "Tests/SpeziStorageTests",
      "product_dependencies" : [
        "XCTSpezi"
      ],
      "sources" : [
        "LocalStorageTests.swift"
      ],
      "target_dependencies" : [
        "SpeziLocalStorage"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpeziLocalStorage",
      "module_type" : "SwiftTarget",
      "name" : "SpeziLocalStorage",
      "path" : "Sources/SpeziLocalStorage",
      "product_dependencies" : [
        "Spezi",
        "SpeziFoundation"
      ],
      "product_memberships" : [
        "SpeziLocalStorage"
      ],
      "sources" : [
        "LocalStorage.swift",
        "LocalStorageEntry.swift",
        "LocalStorageError.swift",
        "LocalStorageKey.swift",
        "LocalStorageSetting.swift"
      ],
      "target_dependencies" : [
        "SpeziKeychainStorage"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SpeziKeychainStorage",
      "module_type" : "SwiftTarget",
      "name" : "SpeziKeychainStorage",
      "path" : "Sources/SpeziKeychainStorage",
      "product_dependencies" : [
        "Spezi",
        "RuntimeAssertions"
      ],
      "product_memberships" : [
        "SpeziLocalStorage",
        "SpeziKeychainStorage"
      ],
      "sources" : [
        "Credentials/Credentials.swift",
        "Credentials/CredentialsKind.swift",
        "Credentials/CredentialsTag.swift",
        "Credentials/KeychainStorage+Credentials.swift",
        "CryptographicKeys/CryptographicKeyTag.swift",
        "CryptographicKeys/KeychainStorage+CryptographicKeys.swift",
        "CryptographicKeys/SecKey+Extensions.swift",
        "KeychainItemAccessibility.swift",
        "KeychainItemStorageOption.swift",
        "KeychainStorage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.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 swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Fetching https://github.com/StanfordSpezi/SpeziFoundation.git
Fetching https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Fetching https://github.com/StanfordSpezi/Spezi.git
[1/2892] Fetching spezifoundation
[2893/3627] Fetching spezifoundation, xctruntimeassertions
[3628/13887] Fetching spezifoundation, xctruntimeassertions, spezi
Fetched https://github.com/StanfordSpezi/SpeziFoundation.git from cache (0.47s)
Fetched https://github.com/StanfordBDHG/XCTRuntimeAssertions.git from cache (0.47s)
Fetched https://github.com/StanfordSpezi/Spezi.git from cache (0.47s)
Computing version for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 2.2.0 (1.14s)
Computing version for https://github.com/StanfordSpezi/Spezi.git
Computed https://github.com/StanfordSpezi/Spezi.git at 1.10.1 (0.76s)
Fetching https://github.com/apple/swift-collections.git
[1/23339] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.20s)
Computing version for https://github.com/StanfordSpezi/SpeziFoundation.git
Computed https://github.com/StanfordSpezi/SpeziFoundation.git at 2.7.4 (2.00s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/StanfordBDHG/ThreadLocal.git
Fetching https://github.com/StanfordBDHG/zstd.git
Fetching https://github.com/apple/swift-log
[1/171] Fetching threadlocal
[169/63328] Fetching threadlocal, zstd
[801/69386] Fetching threadlocal, zstd, swift-algorithms
[802/71206] Fetching threadlocal, zstd, swift-algorithms, swift-atomics
[13100/77538] Fetching threadlocal, zstd, swift-algorithms, swift-atomics, swift-log
Fetched https://github.com/apple/swift-log from cache (0.58s)
[21309/71206] Fetching threadlocal, zstd, swift-algorithms, swift-atomics
Fetched https://github.com/StanfordBDHG/ThreadLocal.git from cache (3.37s)
Fetched https://github.com/apple/swift-atomics.git from cache (3.37s)
Fetched https://github.com/apple/swift-algorithms.git from cache (3.37s)
Fetched https://github.com/StanfordBDHG/zstd.git from cache (3.43s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (5.60s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.42s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.95s)
Computing version for https://github.com/StanfordBDHG/ThreadLocal.git
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 2.2.0 (0.00s)
Computed https://github.com/StanfordSpezi/Spezi.git at 1.10.1 (0.00s)
Computed https://github.com/StanfordSpezi/SpeziFoundation.git at 2.6.0 (0.77s)
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.00s)
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.00s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.53s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.87s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.11.0 (0.58s)
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/StanfordSpezi/SpeziFoundation.git
Working copy of https://github.com/StanfordSpezi/SpeziFoundation.git resolved at 2.6.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/StanfordSpezi/Spezi.git
Working copy of https://github.com/StanfordSpezi/Spezi.git resolved at 1.10.1
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/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.11.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/StanfordBDHG/XCTRuntimeAssertions.git
Working copy of https://github.com/StanfordBDHG/XCTRuntimeAssertions.git resolved at 2.2.0
Building for debugging...
[0/18] Write sources
[6/18] Copying Localizable.xcstrings.license
[6/18] Copying Localizable.xcstrings
[9/18] Write sources
[12/18] Copying Info.plist
[14/18] Compiling _NumericsShims _NumericsShims.c
[15/18] Compiling _AtomicsShims.c
[16/18] Compiling SpeziFoundationObjC ObjCExceptionHandling.m
[17/18] Write swift-version-24593BA9C3E375BF.txt
[19/79] Emitting module RealModule
[20/79] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[21/79] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[22/82] Compiling InternalCollectionsUtilities Descriptions.swift
[23/82] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[24/82] Compiling RealModule Float16+Real.swift
[25/82] Compiling RealModule RealFunctions.swift
[26/82] Emitting module Atomics
[27/82] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[28/82] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[29/82] Compiling InternalCollectionsUtilities Span+Extras.swift
[30/82] Compiling InternalCollectionsUtilities String+Padding.swift
[31/82] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[32/84] Compiling Atomics IntegerOperations.swift
[33/84] Compiling Atomics Unmanaged extensions.swift
[34/84] Compiling RealModule RelaxedArithmetic.swift
[35/84] Emitting module RuntimeAssertions
[38/84] Compiling Logging LogHandler.swift
[44/85] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[45/85] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[46/85] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[47/85] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[52/85] Emitting module InternalCollectionsUtilities
[53/85] Compiling InternalCollectionsUtilities Debugging.swift
[56/85] Compiling InternalCollectionsUtilities Integer rank.swift
[57/85] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[58/85] Compiling InternalCollectionsUtilities UInt+reversed.swift
[67/87] Compiling RealModule Float80+Real.swift
[68/87] Compiling RealModule Real.swift
[76/89] Compiling Logging MetadataProvider.swift
[77/89] Compiling Logging Logging.swift
[78/147] Compiling RuntimeAssertions RuntimeAssertion.swift
[79/147] Compiling RuntimeAssertions RuntimeAssertionInjection.swift
[80/163] Compiling RuntimeAssertions Precondition.swift
[81/164] Compiling Logging LogEvent.swift
[82/164] Compiling Logging Locks.swift
[83/167] Emitting module Logging
[84/169] Compiling RuntimeAssertions DebugOnly.swift
[85/169] Compiling RuntimeAssertions NeverReturn.swift
[87/169] Compiling RuntimeAssertions Assert.swift
[88/169] Compiling RuntimeAssertions Counter.swift
[89/169] Compiling RuntimeAssertions RuntimePrecondition.swift
[91/170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[92/170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[93/170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[94/170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[95/170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[96/170] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[97/170] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[98/177] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[99/177] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[100/177] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[101/177] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[102/177] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[103/177] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[104/177] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[105/177] Compiling OrderedCollections OrderedDictionary.swift
[106/177] Compiling OrderedCollections OrderedSet+Codable.swift
[107/177] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[108/177] Compiling OrderedCollections OrderedSet+Descriptions.swift
[109/177] Compiling OrderedCollections OrderedSet+Diffing.swift
[110/177] Compiling OrderedCollections OrderedSet+Equatable.swift
[111/177] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[112/177] Compiling OrderedCollections OrderedSet+Hashable.swift
[113/177] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[114/177] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[115/177] Compiling OrderedCollections OrderedDictionary+Values.swift
[116/180] Compiling OrderedCollections OrderedSet+Initializers.swift
[117/180] Compiling OrderedCollections OrderedSet+Insertions.swift
[118/180] Compiling OrderedCollections OrderedSet+Invariants.swift
[119/180] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[120/180] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[121/180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[122/180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[123/180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[124/180] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[125/180] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[126/180] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[127/180] Compiling OrderedCollections OrderedDictionary+Codable.swift
[128/180] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[129/180] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[130/180] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[131/180] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[132/180] Compiling OrderedCollections OrderedDictionary+Elements.swift
[133/180] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[134/180] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[135/180] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[136/180] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[143/180] Compiling Algorithms Trim.swift
[144/180] Compiling Algorithms Unique.swift
[145/180] Compiling Algorithms Windows.swift
[146/180] Compiling OrderedCollections _HashTable+Bucket.swift
[147/180] Compiling OrderedCollections _HashTable+BucketIterator.swift
[148/180] Compiling OrderedCollections _HashTable+Constants.swift
[149/180] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[150/180] Compiling OrderedCollections _HashTable+Testing.swift
[151/180] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[152/180] Compiling OrderedCollections _HashTable.swift
[153/180] Compiling OrderedCollections _Hashtable+Header.swift
[160/180] Compiling OrderedCollections OrderedSet+Sendable.swift
[161/180] Compiling OrderedCollections OrderedSet+SubSequence.swift
[162/180] Compiling OrderedCollections OrderedSet+Testing.swift
[163/180] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[164/180] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[165/180] Compiling OrderedCollections OrderedSet.swift
[166/180] Compiling OrderedCollections _UnsafeBitset.swift
[179/180] Emitting module OrderedCollections
[181/181] Emitting module Algorithms
[183/239] Compiling SpeziFoundation FileManager.swift
[184/239] Compiling SpeziFoundation FormatStyle.swift
[185/239] Compiling SpeziFoundation KeyValuePairs.swift
[186/239] Compiling SpeziFoundation Logger.swift
[187/239] Compiling SpeziFoundation ObjCExceptionHandling.swift
[188/239] Compiling SpeziFoundation OrderedArray.swift
[189/239] Compiling SpeziFoundation Other.swift
[190/239] Compiling SpeziFoundation RuntimeEnvironment.swift
[191/239] Compiling SpeziFoundation SendableMetatype.swift
[192/239] Compiling SpeziFoundation SequenceExtensions+Deprecations.swift
[193/239] Compiling SpeziFoundation SequenceExtensions.swift
[194/239] Compiling SpeziFoundation Sorting.swift
[195/239] Compiling SpeziFoundation StaticString+Hashable.swift
[196/239] Compiling SpeziFoundation String.swift
[197/239] Compiling SpeziFoundation TimeoutError.swift
[198/239] Compiling SpeziFoundation TopLevelDecoder.swift
[199/246] Compiling SpeziFoundation KnowledgeSource.swift
[200/246] Compiling SpeziFoundation OptionalComputedKnowledgeSource.swift
[201/246] Compiling SpeziFoundation SomeComputedKnowledgeSource.swift
[202/246] Compiling SpeziFoundation RepositoryAnchor.swift
[203/246] Compiling SpeziFoundation SendableSharedRepository.swift
[204/246] Compiling SpeziFoundation SharedRepository.swift
[205/246] Compiling SpeziFoundation resource_bundle_accessor.swift
[206/246] Compiling SpeziFoundation TopLevelEncoder.swift
[207/246] Compiling SpeziFoundation Version.swift
[208/246] Compiling SpeziFoundation RuntimeConfig.swift
[209/246] Compiling SpeziFoundation RepositoryValue.swift
[210/246] Compiling SpeziFoundation SendableValueRepository.swift
[211/246] Compiling SpeziFoundation ValueRepository.swift
[212/246] Compiling SpeziFoundation ComputedKnowledgeSource.swift
[213/246] Compiling SpeziFoundation DefaultProvidingKnowledgeSource.swift
[214/246] Compiling SpeziFoundation ArrayBuilder.swift
[215/246] Compiling SpeziFoundation RangeReplaceableCollectionBuilder.swift
[216/246] Compiling SpeziFoundation SetBuilder.swift
[217/246] Compiling SpeziFoundation CompressionAlgorithm.swift
[218/246] Compiling SpeziFoundation Zlib.swift
[219/246] Compiling SpeziFoundation AnyAsyncIterator.swift
[220/246] Compiling SpeziFoundation AnyAsyncSequence.swift
[221/246] Compiling SpeziFoundation AsyncSemaphore.swift
[222/246] Compiling SpeziFoundation HasDirectUserDefaultsSupport.swift
[223/246] Compiling SpeziFoundation LocalPreference.swift
[224/246] Compiling SpeziFoundation LocalPreferenceKey.swift
[225/246] Compiling SpeziFoundation LocalPreferencesStore.swift
[226/246] Compiling SpeziFoundation Migrations.swift
[227/246] Compiling SpeziFoundation MarkdownDocument+Metadata.swift
[228/246] Compiling SpeziFoundation MarkdownDocument+Parser.swift
[229/246] Compiling SpeziFoundation MarkdownDocument+Sections.swift
[230/246] Emitting module SpeziFoundation
[231/246] Compiling SpeziFoundation DiscardTaskGroup+CancellableTask.swift
[232/246] Compiling SpeziFoundation MainActorExecution.swift
[233/246] Compiling SpeziFoundation ManagedAsynchronousAccess.swift
[234/246] Compiling SpeziFoundation ManagedTaskQueue.swift
[235/246] Compiling SpeziFoundation AtomicPThread.swift
[236/246] Compiling SpeziFoundation RWLock.swift
[237/246] Compiling SpeziFoundation RecursiveRWLock.swift
[238/246] Compiling SpeziFoundation _PThreadReadWriteLockProtocol.swift
[239/246] Compiling SpeziFoundation MarkdownDocument.swift
[240/246] Compiling SpeziFoundation AnyArray.swift
[241/246] Compiling SpeziFoundation AnyOptional.swift
[242/246] Compiling SpeziFoundation BidirectionalCollection.swift
[243/246] Compiling SpeziFoundation BinarySearch.swift
[244/246] Compiling SpeziFoundation Calendar.swift
[245/246] Compiling SpeziFoundation DataDescriptor.swift
[246/246] Compiling SpeziFoundation Duration.swift
[248/304] Compiling Spezi Module+Dependencies.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[249/304] Compiling Spezi DependencyReference.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[250/304] Compiling Spezi ModuleReference.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[251/304] Compiling Spezi Module.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[252/304] Compiling Spezi ModuleBuilder.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[253/304] Compiling Spezi ModuleCollection.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[254/304] Compiling Spezi ModuleOwnership.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[255/304] Compiling Spezi BackgroundFetchResult.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[256/312] Compiling Spezi SpeziAnchor.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[257/312] Compiling Spezi SpeziStorage.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[258/312] Compiling Spezi StoredModulesKey.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[259/312] Compiling Spezi ModuleDescription.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[260/312] Compiling Spezi ServiceModuleGroup.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[261/312] Compiling Spezi Spezi+Logger.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[262/312] Compiling Spezi Spezi+Preview.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[263/312] Compiling Spezi Spezi+Spezi.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[264/312] Compiling Spezi EnvironmentAccessible.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[265/312] Compiling Spezi ModelModifier.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[266/312] Compiling Spezi ModelPropertyWrapper.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[267/312] Compiling Spezi ModifierPropertyWrapper.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[268/312] Compiling Spezi ViewModifierProvider.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[269/312] Compiling Spezi Configuration.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[270/312] Compiling Spezi DefaultInitializable.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[271/312] Compiling Spezi DependencyManager.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
error: emit-module command failed with exit code 1 (use -v to see invocation)
[272/312] Emitting module Spezi
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[273/312] Compiling Spezi ApplicationPropertyWrapper.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[274/312] Compiling Spezi CollectPropertyWrapper.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[275/312] Compiling Spezi CollectedModuleValues.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[276/312] Compiling Spezi ProvidePropertyWrapper.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[277/312] Compiling Spezi StorageValueCollector.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[278/312] Compiling Spezi StorageValueProvider.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[279/312] Compiling Spezi LifecycleHandler.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[280/312] Compiling Spezi ServiceModule.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[281/312] Compiling Spezi Spezi.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[282/312] Compiling Spezi SpeziAppDelegate.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[283/312] Compiling Spezi SpeziModuleError.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[284/312] Compiling Spezi SpeziPropertyWrapper.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[285/312] Compiling Spezi SpeziSceneDelegate.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[286/312] Compiling Spezi View+Spezi.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[287/312] Compiling Spezi DefaultStandard.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[288/312] Compiling Spezi Module+Standard.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[289/312] Compiling Spezi NotificationHandler.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[290/312] Compiling Spezi NotificationTokenHandler.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[291/312] Compiling Spezi RemoteNotificationRegistrationSupport.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[292/312] Compiling Spezi Spezi+RegisterRemoteNotificationsAction.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[293/312] Compiling Spezi Spezi+UnregisterRemoteNotifications.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[294/312] Compiling Spezi SpeziNotificationCenterDelegate.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[295/312] Compiling Spezi ImplicitlyCreatedModulesKey.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[296/312] Compiling Spezi LaunchOptionsKey.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[297/312] Compiling Spezi DependencyManagerError.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[298/312] Compiling Spezi Module+DependencyRelation.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[299/312] Compiling Spezi DependencyBuilder.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[300/312] Compiling Spezi DependencyCollection.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[301/312] Compiling Spezi DependencyCollectionBuilder.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[302/312] Compiling Spezi DependencyContext.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[303/312] Compiling Spezi DependencyDeclaration.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[304/312] Compiling Spezi DependencyPropertyWrapper.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[305/312] Compiling Spezi Standard.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[306/312] Compiling Spezi StandardPropertyWrapper.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[307/312] Compiling Spezi Application+TypeAlias.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[308/312] Compiling Spezi ApplicationDelegate.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[309/312] Compiling Spezi ApplicationDelegateAdaptor.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[310/312] Compiling Spezi DynamicReference.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[311/312] Compiling Spezi Module+Properties.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[312/312] Compiling Spezi ProcessInfo+PreviewSimulator.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/62] Compiling RealModule RealFunctions.swift
[3/63] Compiling RuntimeAssertions NeverReturn.swift
[4/64] Emitting module RuntimeAssertions
[5/64] Compiling RuntimeAssertions DebugOnly.swift
[6/64] Compiling Logging LogEvent.swift
[7/64] Compiling Atomics UnsafeAtomic.swift
[8/64] Compiling Atomics UnsafeAtomicLazyReference.swift
[9/66] Compiling Logging MetadataProvider.swift
[10/66] Compiling RealModule Real.swift
[11/66] Compiling Atomics AtomicStorage.swift
[12/66] Compiling Atomics AtomicValue.swift
[15/66] Compiling Atomics ManagedAtomic.swift
[16/66] Compiling Atomics ManagedAtomicLazyReference.swift
[17/66] Compiling RealModule RelaxedArithmetic.swift
[18/68] Compiling RuntimeAssertions Counter.swift
[19/68] Compiling RuntimeAssertions RuntimeAssertion.swift
[20/68] Compiling RuntimeAssertions Precondition.swift
[21/68] Compiling RuntimeAssertions Assert.swift
[22/68] Compiling RuntimeAssertions RuntimeAssertionInjection.swift
[23/68] Compiling RealModule Float80+Real.swift
[24/68] Compiling Atomics AtomicMemoryOrderings.swift
[25/68] Compiling Atomics DoubleWord.swift
[26/68] Compiling Atomics IntegerOperations.swift
[27/68] Compiling Atomics Unmanaged extensions.swift
[28/68] Compiling Atomics AtomicBool.swift
[29/68] Compiling Atomics AtomicInteger.swift
[30/68] Compiling RealModule Float16+Real.swift
[31/68] Emitting module Logging
[32/68] Compiling Atomics IntegerConformances.swift
[33/68] Compiling Atomics PointerConformances.swift
[34/68] Compiling RuntimeAssertions RuntimePrecondition.swift
[35/69] Compiling Atomics OptionalRawRepresentable.swift
[36/69] Compiling Atomics RawRepresentable.swift
[37/69] Compiling Atomics AtomicOptionalWrappable.swift
[38/69] Compiling Atomics AtomicReference.swift
[41/69] Emitting module RealModule
[55/70] Emitting module InternalCollectionsUtilities
[56/70] Compiling Atomics Primitives.native.swift
[62/71] Compiling Logging Locks.swift
[63/71] Compiling Logging Logging.swift
[64/71] Compiling Logging LogHandler.swift
[66/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[67/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[68/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[69/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[70/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[71/152] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[72/152] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[73/159] Emitting module Atomics
[74/159] Compiling Algorithms Compacted.swift
[75/159] Compiling Algorithms Cycle.swift
[76/159] Compiling Algorithms EitherSequence.swift
[77/159] Compiling Algorithms FirstNonNil.swift
[78/162] Compiling OrderedCollections OrderedSet+Initializers.swift
[79/162] Compiling OrderedCollections OrderedSet+Insertions.swift
[80/162] Compiling OrderedCollections OrderedSet+Invariants.swift
[81/162] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[82/162] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[83/162] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[84/162] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[85/162] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[86/162] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[87/162] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[88/162] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[89/162] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[90/162] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[91/162] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[92/162] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[93/162] Compiling Algorithms Permutations.swift
[94/162] Compiling Algorithms Product.swift
[95/162] Compiling Algorithms RandomSample.swift
[96/162] Compiling Algorithms Reductions.swift
[97/162] Compiling Algorithms Rotate.swift
[98/162] Compiling Algorithms Split.swift
[99/162] Compiling Algorithms Stride.swift
[100/162] Compiling Algorithms Suffix.swift
[101/162] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[102/162] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[103/162] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[104/162] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[105/162] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[106/162] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[107/162] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[108/162] Compiling OrderedCollections OrderedDictionary+Values.swift
[112/162] Compiling Algorithms Partition.swift
[118/162] Compiling Algorithms FlattenCollection.swift
[119/162] Compiling Algorithms Grouped.swift
[120/162] Compiling Algorithms Indexed.swift
[121/162] Compiling Algorithms Intersperse.swift
[122/162] Compiling Algorithms Joined.swift
[123/162] Compiling Algorithms Keyed.swift
[124/162] Compiling Algorithms MinMax.swift
[137/162] Compiling Algorithms AdjacentPairs.swift
[138/162] Compiling Algorithms Chain.swift
[139/162] Compiling Algorithms Chunked.swift
[140/162] Compiling Algorithms Combinations.swift
[147/163] Compiling Algorithms Trim.swift
[148/163] Compiling Algorithms Unique.swift
[149/163] Compiling Algorithms Windows.swift
[155/163] Compiling OrderedCollections OrderedSet+Sendable.swift
[156/163] Compiling OrderedCollections OrderedSet+SubSequence.swift
[157/163] Compiling OrderedCollections OrderedSet+Testing.swift
[158/163] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[159/163] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[160/163] Compiling OrderedCollections OrderedSet.swift
[161/163] Compiling OrderedCollections _UnsafeBitset.swift
[162/163] Emitting module OrderedCollections
[164/164] Emitting module Algorithms
[166/222] Compiling SpeziFoundation SendableMetatype.swift
[167/222] Compiling SpeziFoundation SequenceExtensions+Deprecations.swift
[168/222] Compiling SpeziFoundation SequenceExtensions.swift
[169/222] Compiling SpeziFoundation Sorting.swift
[170/222] Compiling SpeziFoundation StaticString+Hashable.swift
[171/222] Compiling SpeziFoundation String.swift
[172/222] Compiling SpeziFoundation TimeoutError.swift
[173/222] Compiling SpeziFoundation TopLevelDecoder.swift
[174/229] Compiling SpeziFoundation ArrayBuilder.swift
[175/229] Compiling SpeziFoundation RangeReplaceableCollectionBuilder.swift
[176/229] Compiling SpeziFoundation SetBuilder.swift
[177/229] Compiling SpeziFoundation CompressionAlgorithm.swift
[178/229] Compiling SpeziFoundation Zlib.swift
[179/229] Compiling SpeziFoundation AnyAsyncIterator.swift
[180/229] Compiling SpeziFoundation AnyAsyncSequence.swift
[181/229] Compiling SpeziFoundation AsyncSemaphore.swift
[182/229] Compiling SpeziFoundation DiscardTaskGroup+CancellableTask.swift
[183/229] Compiling SpeziFoundation MainActorExecution.swift
[184/229] Compiling SpeziFoundation ManagedAsynchronousAccess.swift
[185/229] Compiling SpeziFoundation ManagedTaskQueue.swift
[186/229] Compiling SpeziFoundation AtomicPThread.swift
[187/229] Compiling SpeziFoundation RWLock.swift
[188/229] Compiling SpeziFoundation RecursiveRWLock.swift
[189/229] Compiling SpeziFoundation _PThreadReadWriteLockProtocol.swift
[190/229] Compiling SpeziFoundation KnowledgeSource.swift
[191/229] Compiling SpeziFoundation OptionalComputedKnowledgeSource.swift
[192/229] Compiling SpeziFoundation SomeComputedKnowledgeSource.swift
[193/229] Compiling SpeziFoundation RepositoryAnchor.swift
[194/229] Compiling SpeziFoundation SendableSharedRepository.swift
[195/229] Compiling SpeziFoundation SharedRepository.swift
[196/229] Compiling SpeziFoundation resource_bundle_accessor.swift
[197/229] Compiling SpeziFoundation HasDirectUserDefaultsSupport.swift
[198/229] Compiling SpeziFoundation LocalPreference.swift
[199/229] Compiling SpeziFoundation LocalPreferenceKey.swift
[200/229] Compiling SpeziFoundation LocalPreferencesStore.swift
[201/229] Compiling SpeziFoundation Migrations.swift
[202/229] Compiling SpeziFoundation MarkdownDocument+Metadata.swift
[203/229] Compiling SpeziFoundation MarkdownDocument+Parser.swift
[204/229] Compiling SpeziFoundation MarkdownDocument+Sections.swift
[205/229] Compiling SpeziFoundation TopLevelEncoder.swift
[206/229] Compiling SpeziFoundation Version.swift
[207/229] Compiling SpeziFoundation RuntimeConfig.swift
[208/229] Compiling SpeziFoundation RepositoryValue.swift
[209/229] Compiling SpeziFoundation SendableValueRepository.swift
[210/229] Compiling SpeziFoundation ValueRepository.swift
[211/229] Compiling SpeziFoundation ComputedKnowledgeSource.swift
[212/229] Compiling SpeziFoundation DefaultProvidingKnowledgeSource.swift
[213/229] Compiling SpeziFoundation FileManager.swift
[214/229] Compiling SpeziFoundation FormatStyle.swift
[215/229] Compiling SpeziFoundation KeyValuePairs.swift
[216/229] Compiling SpeziFoundation Logger.swift
[217/229] Compiling SpeziFoundation ObjCExceptionHandling.swift
[218/229] Compiling SpeziFoundation OrderedArray.swift
[219/229] Compiling SpeziFoundation Other.swift
[220/229] Compiling SpeziFoundation RuntimeEnvironment.swift
[221/229] Compiling SpeziFoundation MarkdownDocument.swift
[222/229] Compiling SpeziFoundation AnyArray.swift
[223/229] Compiling SpeziFoundation AnyOptional.swift
[224/229] Compiling SpeziFoundation BidirectionalCollection.swift
[225/229] Compiling SpeziFoundation BinarySearch.swift
[226/229] Compiling SpeziFoundation Calendar.swift
[227/229] Compiling SpeziFoundation DataDescriptor.swift
[228/229] Compiling SpeziFoundation Duration.swift
[229/229] Emitting module SpeziFoundation
[231/287] Compiling Spezi NotificationHandler.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[232/287] Compiling Spezi NotificationTokenHandler.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[233/287] Compiling Spezi RemoteNotificationRegistrationSupport.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[234/287] Compiling Spezi Spezi+RegisterRemoteNotificationsAction.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[235/287] Compiling Spezi Spezi+UnregisterRemoteNotifications.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[236/287] Compiling Spezi SpeziNotificationCenterDelegate.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[237/287] Compiling Spezi ImplicitlyCreatedModulesKey.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[238/287] Compiling Spezi LaunchOptionsKey.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[239/295] Compiling Spezi ApplicationPropertyWrapper.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[240/295] Compiling Spezi CollectPropertyWrapper.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[241/295] Compiling Spezi CollectedModuleValues.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[242/295] Compiling Spezi ProvidePropertyWrapper.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[243/295] Compiling Spezi StorageValueCollector.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[244/295] Compiling Spezi StorageValueProvider.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[245/295] Compiling Spezi LifecycleHandler.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[246/295] Compiling Spezi ServiceModule.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
error: emit-module command failed with exit code 1 (use -v to see invocation)
[247/295] Emitting module Spezi
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[248/295] Compiling Spezi SpeziAnchor.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[249/295] Compiling Spezi SpeziStorage.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[250/295] Compiling Spezi StoredModulesKey.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[251/295] Compiling Spezi ModuleDescription.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[252/295] Compiling Spezi ServiceModuleGroup.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[253/295] Compiling Spezi Spezi+Logger.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[254/295] Compiling Spezi Spezi+Preview.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[255/295] Compiling Spezi Spezi+Spezi.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[256/295] Compiling Spezi Module+Dependencies.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[257/295] Compiling Spezi DependencyReference.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[258/295] Compiling Spezi ModuleReference.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[259/295] Compiling Spezi Module.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[260/295] Compiling Spezi ModuleBuilder.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[261/295] Compiling Spezi ModuleCollection.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[262/295] Compiling Spezi ModuleOwnership.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[263/295] Compiling Spezi BackgroundFetchResult.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[264/295] Compiling Spezi DependencyManagerError.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[265/295] Compiling Spezi Module+DependencyRelation.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[266/295] Compiling Spezi DependencyBuilder.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[267/295] Compiling Spezi DependencyCollection.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[268/295] Compiling Spezi DependencyCollectionBuilder.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[269/295] Compiling Spezi DependencyContext.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[270/295] Compiling Spezi DependencyDeclaration.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[271/295] Compiling Spezi DependencyPropertyWrapper.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[272/295] Compiling Spezi Spezi.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[273/295] Compiling Spezi SpeziAppDelegate.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[274/295] Compiling Spezi SpeziModuleError.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[275/295] Compiling Spezi SpeziPropertyWrapper.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[276/295] Compiling Spezi SpeziSceneDelegate.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[277/295] Compiling Spezi View+Spezi.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[278/295] Compiling Spezi DefaultStandard.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[279/295] Compiling Spezi Module+Standard.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[280/295] Compiling Spezi EnvironmentAccessible.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[281/295] Compiling Spezi ModelModifier.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[282/295] Compiling Spezi ModelPropertyWrapper.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[283/295] Compiling Spezi ModifierPropertyWrapper.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[284/295] Compiling Spezi ViewModifierProvider.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[285/295] Compiling Spezi Configuration.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[286/295] Compiling Spezi DefaultInitializable.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[287/295] Compiling Spezi DependencyManager.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[288/295] Compiling Spezi Standard.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[289/295] Compiling Spezi StandardPropertyWrapper.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[290/295] Compiling Spezi Application+TypeAlias.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[291/295] Compiling Spezi ApplicationDelegate.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[292/295] Compiling Spezi ApplicationDelegateAdaptor.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[293/295] Compiling Spezi DynamicReference.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[294/295] Compiling Spezi Module+Properties.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
[295/295] Compiling Spezi ProcessInfo+PreviewSimulator.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
   |                                    `- error: cannot find type 'SendableMetatype' in scope
13 |     /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 |     ///
BUILD FAILURE 6.1 linux