The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SpeziStorage, reference main (79ce6a), with Swift 6.1 for macOS (SPM) on 1 Apr 2026 18:36:22 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

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 /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/StanfordSpezi/SpeziStorage.git
https://github.com/StanfordSpezi/SpeziStorage.git
{
  "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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/18] Write sources
[2/18] Copying Localizable.xcstrings
[3/18] Write sources
[5/18] Copying Localizable.xcstrings.license
[6/18] Write sources
[8/18] Copying Info.plist
[8/18] Write sources
[14/18] Compiling _NumericsShims _NumericsShims.c
[15/18] Write swift-version-2F0A5646E1D333AE.txt
[16/18] Compiling _AtomicsShims.c
[18/82] Compiling RealModule RealFunctions.swift
[19/83] Emitting module InternalCollectionsUtilities
[20/84] Compiling Atomics AtomicInteger.swift
[21/84] Compiling Atomics AtomicOptionalWrappable.swift
[22/84] Compiling RealModule Float80+Real.swift
[23/84] Compiling RealModule Float+Real.swift
[24/84] Compiling RealModule ElementaryFunctions.swift
[25/84] Emitting module RealModule
[26/84] Compiling Atomics PointerConformances.swift
[27/84] Compiling Atomics Primitives.native.swift
[28/84] Compiling RealModule Real.swift
[29/84] Compiling Atomics UnsafeAtomicLazyReference.swift
[30/84] Compiling Atomics IntegerOperations.swift
[31/84] Compiling RealModule AugmentedArithmetic.swift
[32/84] Compiling RealModule Double+Real.swift
[33/84] Compiling Atomics OptionalRawRepresentable.swift
[34/84] Compiling Atomics RawRepresentable.swift
[35/84] Compiling RealModule Float16+Real.swift
[36/84] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[37/84] Compiling RealModule RelaxedArithmetic.swift
[38/84] Compiling Atomics AtomicValue.swift
[39/84] Compiling Atomics AtomicMemoryOrderings.swift
[40/84] Compiling Atomics DoubleWord.swift
[41/84] Compiling Atomics ManagedAtomic.swift
[44/85] Compiling Atomics AtomicBool.swift
[45/85] Compiling Atomics IntegerConformances.swift
[50/85] Compiling Atomics ManagedAtomicLazyReference.swift
[51/85] Compiling Atomics UnsafeAtomic.swift
[52/111] Compiling Atomics Unmanaged extensions.swift
[53/111] Compiling Algorithms Partition.swift
[54/111] Compiling Algorithms Permutations.swift
[57/111] Compiling Algorithms Suffix.swift
[58/111] Compiling Algorithms Trim.swift
[59/111] Compiling Algorithms Product.swift
[60/111] Compiling Algorithms Joined.swift
[61/111] Compiling Algorithms EitherSequence.swift
[62/111] Compiling Algorithms FirstNonNil.swift
[63/111] Compiling Algorithms Indexed.swift
[64/111] Compiling Algorithms Intersperse.swift
[65/167] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[66/167] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[67/167] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[68/167] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[69/167] Emitting module Atomics
[69/167] Compiling SpeziFoundationObjC ObjCExceptionHandling.m
[71/167] Compiling Logging Locks.swift
[72/167] Compiling Logging LogHandler.swift
[73/167] Compiling Logging Logging.swift
[74/167] Compiling Logging LogEvent.swift
[75/167] Compiling Logging MetadataProvider.swift
[76/167] Emitting module Logging
[77/167] Compiling OrderedCollections OrderedDictionary+Elements.swift
[78/167] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[79/167] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[80/167] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[81/167] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[82/167] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[83/167] Compiling OrderedCollections _Hashtable+Header.swift
[84/167] Compiling OrderedCollections OrderedDictionary+Codable.swift
[85/167] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[86/167] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[87/167] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[88/167] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[89/173] Compiling OrderedCollections OrderedSet+Hashable.swift
[90/173] Compiling OrderedCollections OrderedSet+Initializers.swift
[91/173] Compiling OrderedCollections OrderedSet+Insertions.swift
[92/173] Compiling OrderedCollections OrderedSet+Invariants.swift
[93/173] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[94/173] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[95/173] Compiling OrderedCollections OrderedSet+Codable.swift
[96/173] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[97/173] Compiling OrderedCollections OrderedSet+Descriptions.swift
[98/173] Compiling OrderedCollections OrderedSet+Diffing.swift
[99/173] Compiling OrderedCollections OrderedSet+Equatable.swift
[100/173] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[101/173] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[102/173] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[103/173] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[104/173] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[105/173] Compiling OrderedCollections OrderedDictionary+Values.swift
[110/173] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[111/173] Compiling OrderedCollections OrderedSet+Sendable.swift
[112/175] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[113/175] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[114/175] Compiling OrderedCollections OrderedDictionary.swift
[115/175] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[116/175] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[117/175] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[118/175] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[119/175] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[120/175] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[121/175] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[122/175] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[123/175] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[124/175] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[125/175] Compiling OrderedCollections _HashTable+Bucket.swift
[127/175] Compiling Algorithms Unique.swift
[128/175] Compiling Algorithms Windows.swift
[129/175] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[130/175] Compiling OrderedCollections _HashTable+Testing.swift
[131/175] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[132/175] Compiling OrderedCollections _HashTable.swift
[141/175] Compiling OrderedCollections OrderedSet+SubSequence.swift
[142/175] Compiling OrderedCollections OrderedSet+Testing.swift
[143/175] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[144/175] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[145/175] Compiling OrderedCollections OrderedSet.swift
[146/175] Compiling OrderedCollections _UnsafeBitset.swift
[153/175] Emitting module OrderedCollections
[166/175] Emitting module Algorithms
[167/175] Compiling RuntimeAssertions NeverReturn.swift
[168/175] Compiling RuntimeAssertions Assert.swift
[169/175] Compiling RuntimeAssertions Counter.swift
[170/175] Emitting module RuntimeAssertions
[171/175] Compiling RuntimeAssertions DebugOnly.swift
[172/175] Compiling RuntimeAssertions Precondition.swift
[173/175] Compiling RuntimeAssertions RuntimeAssertionInjection.swift
[174/175] Compiling RuntimeAssertions RuntimeAssertion.swift
[175/175] Compiling RuntimeAssertions RuntimePrecondition.swift
[176/233] Compiling SpeziFoundation String.swift
[177/233] Compiling SpeziFoundation TimeoutError.swift
[178/233] Compiling SpeziFoundation TopLevelDecoder.swift
[179/233] Compiling SpeziFoundation TopLevelEncoder.swift
[180/233] Compiling SpeziFoundation Version.swift
[181/233] Compiling SpeziFoundation RuntimeConfig.swift
[182/239] Compiling SpeziFoundation ArrayBuilder.swift
[183/239] Compiling SpeziFoundation RangeReplaceableCollectionBuilder.swift
[184/239] Compiling SpeziFoundation SetBuilder.swift
[185/239] Compiling SpeziFoundation CompressionAlgorithm.swift
[186/239] Compiling SpeziFoundation Zlib.swift
[187/239] Compiling SpeziFoundation AnyAsyncIterator.swift
[188/239] Compiling SpeziFoundation AnyAsyncSequence.swift
[189/239] Compiling SpeziFoundation RepositoryValue.swift
[190/239] Compiling SpeziFoundation SendableValueRepository.swift
[191/239] Compiling SpeziFoundation ValueRepository.swift
[192/239] Compiling SpeziFoundation ComputedKnowledgeSource.swift
[193/239] Compiling SpeziFoundation DefaultProvidingKnowledgeSource.swift
[194/239] Compiling SpeziFoundation KnowledgeSource.swift
[195/239] Compiling SpeziFoundation OptionalComputedKnowledgeSource.swift
[196/239] Compiling SpeziFoundation SomeComputedKnowledgeSource.swift
[197/239] Compiling SpeziFoundation RepositoryAnchor.swift
[198/239] Compiling SpeziFoundation SendableSharedRepository.swift
[199/239] Compiling SpeziFoundation SharedRepository.swift
[200/239] Compiling SpeziFoundation resource_bundle_accessor.swift
[201/239] Compiling SpeziFoundation MarkdownDocument+Metadata.swift
[202/239] Compiling SpeziFoundation MarkdownDocument+Parser.swift
[203/239] Compiling SpeziFoundation MarkdownDocument+Sections.swift
[204/239] Compiling SpeziFoundation MarkdownDocument.swift
[205/239] Compiling SpeziFoundation AnyArray.swift
[206/239] Compiling SpeziFoundation AnyOptional.swift
[207/239] Compiling SpeziFoundation FormatStyle.swift
[208/239] Compiling SpeziFoundation KeyValuePairs.swift
[209/239] Compiling SpeziFoundation Logger.swift
[210/239] Compiling SpeziFoundation ObjCExceptionHandling.swift
[211/239] Compiling SpeziFoundation OrderedArray.swift
[212/239] Compiling SpeziFoundation Other.swift
[213/239] Emitting module SpeziFoundation
[214/239] Compiling SpeziFoundation BidirectionalCollection.swift
[215/239] Compiling SpeziFoundation BinarySearch.swift
[216/239] Compiling SpeziFoundation Calendar.swift
[217/239] Compiling SpeziFoundation DataDescriptor.swift
[218/239] Compiling SpeziFoundation Duration.swift
[219/239] Compiling SpeziFoundation FileManager.swift
[220/239] Compiling SpeziFoundation RuntimeEnvironment.swift
[221/239] Compiling SpeziFoundation SendableMetatype.swift
[222/239] Compiling SpeziFoundation SequenceExtensions+Deprecations.swift
[223/239] Compiling SpeziFoundation SequenceExtensions.swift
[224/239] Compiling SpeziFoundation Sorting.swift
[225/239] Compiling SpeziFoundation StaticString+Hashable.swift
[226/239] Compiling SpeziFoundation AsyncSemaphore.swift
[227/239] Compiling SpeziFoundation DiscardTaskGroup+CancellableTask.swift
[228/239] Compiling SpeziFoundation MainActorExecution.swift
[229/239] Compiling SpeziFoundation ManagedAsynchronousAccess.swift
[230/239] Compiling SpeziFoundation ManagedTaskQueue.swift
[231/239] Compiling SpeziFoundation AtomicPThread.swift
[232/239] Compiling SpeziFoundation RWLock.swift
[233/239] Compiling SpeziFoundation RecursiveRWLock.swift
[234/239] Compiling SpeziFoundation _PThreadReadWriteLockProtocol.swift
[235/239] Compiling SpeziFoundation HasDirectUserDefaultsSupport.swift
[236/239] Compiling SpeziFoundation LocalPreference.swift
[237/239] Compiling SpeziFoundation LocalPreferenceKey.swift
[238/239] Compiling SpeziFoundation LocalPreferencesStore.swift
[239/239] Compiling SpeziFoundation Migrations.swift
[240/298] Compiling Spezi ApplicationPropertyWrapper.swift
/Users/admin/builder/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/298] Compiling Spezi CollectPropertyWrapper.swift
/Users/admin/builder/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/298] Compiling Spezi CollectedModuleValues.swift
/Users/admin/builder/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/298] Compiling Spezi ProvidePropertyWrapper.swift
/Users/admin/builder/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/298] Compiling Spezi StorageValueCollector.swift
/Users/admin/builder/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/298] Compiling Spezi StorageValueProvider.swift
/Users/admin/builder/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/298] Compiling Spezi LifecycleHandler.swift
/Users/admin/builder/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 |     ///
[247/304] Compiling Spezi DependencyContext.swift
/Users/admin/builder/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/304] Compiling Spezi DependencyDeclaration.swift
/Users/admin/builder/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 DependencyPropertyWrapper.swift
/Users/admin/builder/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 Module+Dependencies.swift
/Users/admin/builder/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 DependencyReference.swift
/Users/admin/builder/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 ModuleReference.swift
/Users/admin/builder/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 Module.swift
/Users/admin/builder/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 SpeziAnchor.swift
/Users/admin/builder/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 SpeziStorage.swift
/Users/admin/builder/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/304] Compiling Spezi StoredModulesKey.swift
/Users/admin/builder/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/304] Compiling Spezi ModuleDescription.swift
/Users/admin/builder/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/304] Compiling Spezi ServiceModuleGroup.swift
/Users/admin/builder/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/304] Compiling Spezi Spezi+Logger.swift
/Users/admin/builder/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/304] Compiling Spezi SpeziSceneDelegate.swift
/Users/admin/builder/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/304] Compiling Spezi View+Spezi.swift
/Users/admin/builder/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/304] Compiling Spezi DefaultStandard.swift
/Users/admin/builder/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/304] Compiling Spezi Module+Standard.swift
/Users/admin/builder/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/304] Compiling Spezi Standard.swift
/Users/admin/builder/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/304] Compiling Spezi StandardPropertyWrapper.swift
/Users/admin/builder/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/304] Compiling Spezi DefaultInitializable.swift
/Users/admin/builder/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/304] Compiling Spezi DependencyManager.swift
/Users/admin/builder/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/304] Compiling Spezi DependencyManagerError.swift
/Users/admin/builder/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/304] Compiling Spezi Module+DependencyRelation.swift
/Users/admin/builder/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/304] Compiling Spezi DependencyBuilder.swift
/Users/admin/builder/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/304] Compiling Spezi DependencyCollection.swift
/Users/admin/builder/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/304] Compiling Spezi DependencyCollectionBuilder.swift
/Users/admin/builder/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/304] Compiling Spezi ServiceModule.swift
/Users/admin/builder/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/304] Compiling Spezi EnvironmentAccessible.swift
/Users/admin/builder/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/304] Compiling Spezi ModelModifier.swift
/Users/admin/builder/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/304] Compiling Spezi ModelPropertyWrapper.swift
/Users/admin/builder/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/304] Compiling Spezi ModifierPropertyWrapper.swift
/Users/admin/builder/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/304] Compiling Spezi ViewModifierProvider.swift
/Users/admin/builder/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/304] Compiling Spezi Configuration.swift
/Users/admin/builder/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/304] Compiling Spezi ModuleBuilder.swift
/Users/admin/builder/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/304] Compiling Spezi ModuleCollection.swift
/Users/admin/builder/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/304] Compiling Spezi ModuleOwnership.swift
/Users/admin/builder/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/304] Compiling Spezi BackgroundFetchResult.swift
/Users/admin/builder/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/304] Compiling Spezi NotificationHandler.swift
/Users/admin/builder/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/304] Compiling Spezi NotificationTokenHandler.swift
/Users/admin/builder/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/304] Compiling Spezi Application+TypeAlias.swift
/Users/admin/builder/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/304] Compiling Spezi ApplicationDelegate.swift
/Users/admin/builder/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/304] Compiling Spezi ApplicationDelegateAdaptor.swift
/Users/admin/builder/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/304] Compiling Spezi DynamicReference.swift
/Users/admin/builder/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/304] Compiling Spezi Module+Properties.swift
/Users/admin/builder/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/304] Compiling Spezi ProcessInfo+PreviewSimulator.swift
/Users/admin/builder/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)
[292/304] Emitting module Spezi
/Users/admin/builder/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/304] Compiling Spezi RemoteNotificationRegistrationSupport.swift
[294/304] Compiling Spezi Spezi+RegisterRemoteNotificationsAction.swift
[295/304] Compiling Spezi Spezi+UnregisterRemoteNotifications.swift
[296/304] Compiling Spezi SpeziNotificationCenterDelegate.swift
[297/304] Compiling Spezi ImplicitlyCreatedModulesKey.swift
[298/304] Compiling Spezi LaunchOptionsKey.swift
[299/304] Compiling Spezi Spezi+Preview.swift
/Users/admin/builder/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/304] Compiling Spezi Spezi+Spezi.swift
/Users/admin/builder/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/304] Compiling Spezi Spezi.swift
/Users/admin/builder/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/304] Compiling Spezi SpeziAppDelegate.swift
/Users/admin/builder/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/304] Compiling Spezi SpeziModuleError.swift
/Users/admin/builder/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/304] Compiling Spezi SpeziPropertyWrapper.swift
/Users/admin/builder/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 |     ///
Fetching https://github.com/StanfordSpezi/SpeziFoundation.git
Fetching https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Fetching https://github.com/StanfordSpezi/Spezi.git
[1/735] Fetching xctruntimeassertions
[134/3627] Fetching xctruntimeassertions, spezifoundation
[1001/13887] Fetching xctruntimeassertions, spezifoundation, spezi
Fetched https://github.com/StanfordSpezi/SpeziFoundation.git from cache (1.26s)
Fetched https://github.com/StanfordBDHG/XCTRuntimeAssertions.git from cache (1.26s)
Fetched https://github.com/StanfordSpezi/Spezi.git from cache (1.26s)
Computing version for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 2.2.0 (1.97s)
Computing version for https://github.com/StanfordSpezi/Spezi.git
Computed https://github.com/StanfordSpezi/Spezi.git at 1.10.1 (0.66s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (1.62s)
Computing version for https://github.com/StanfordSpezi/SpeziFoundation.git
Computed https://github.com/StanfordSpezi/SpeziFoundation.git at 2.7.4 (2.32s)
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/StanfordBDHG/ThreadLocal.git
Fetching https://github.com/StanfordBDHG/zstd.git
Fetching https://github.com/apple/swift-log from cache
[1/63157] Fetching zstd
[2/63328] Fetching zstd, threadlocal
Fetched https://github.com/StanfordBDHG/ThreadLocal.git from cache (0.72s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.73s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.73s)
[632/63157] Fetching zstd
Fetched https://github.com/StanfordBDHG/zstd.git from cache (2.72s)
Fetched https://github.com/apple/swift-log from cache (2.74s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (5.09s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.82s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.30s)
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.66s)
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.43s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.57s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.11.0 (0.45s)
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-log
Working copy of https://github.com/apple/swift-log resolved at 1.11.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/StanfordSpezi/SpeziFoundation.git
Working copy of https://github.com/StanfordSpezi/SpeziFoundation.git resolved at 2.6.0
Creating working copy for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Working copy of https://github.com/StanfordBDHG/XCTRuntimeAssertions.git resolved at 2.2.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/65] Compiling RealModule RealFunctions.swift
[3/66] Compiling Atomics UnsafeAtomicLazyReference.swift
[4/66] Compiling Atomics IntegerOperations.swift
[5/67] Compiling RealModule Real.swift
[6/67] Compiling RealModule Float80+Real.swift
[7/67] Compiling RealModule RelaxedArithmetic.swift
[8/67] Compiling Atomics PointerConformances.swift
[9/67] Compiling Atomics Primitives.native.swift
[10/67] Compiling Atomics OptionalRawRepresentable.swift
[11/67] Compiling Atomics RawRepresentable.swift
[12/67] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[13/67] Compiling Atomics DoubleWord.swift
[14/67] Compiling Atomics ManagedAtomic.swift
[15/67] Compiling Atomics AtomicValue.swift
[16/67] Compiling Atomics AtomicMemoryOrderings.swift
[17/67] Compiling RealModule Float16+Real.swift
[18/68] Compiling RealModule Float+Real.swift
[19/68] Compiling RealModule ElementaryFunctions.swift
[20/68] Compiling RealModule AugmentedArithmetic.swift
[21/68] Compiling RealModule Double+Real.swift
[22/68] Compiling Logging MetadataProvider.swift
[23/68] Compiling Atomics ManagedAtomicLazyReference.swift
[24/68] Compiling Atomics UnsafeAtomic.swift
[29/68] Compiling Logging Locks.swift
[32/68] Compiling Atomics AtomicBool.swift
[33/68] Compiling Atomics IntegerConformances.swift
[34/68] Compiling RuntimeAssertions RuntimeAssertion.swift
[35/68] Compiling Atomics Unmanaged extensions.swift
[36/68] Emitting module RealModule
[37/68] Compiling RuntimeAssertions RuntimeAssertionInjection.swift
[38/68] Compiling RuntimeAssertions Precondition.swift
[39/68] Compiling RuntimeAssertions DebugOnly.swift
[40/68] Compiling RuntimeAssertions NeverReturn.swift
[41/68] Compiling RuntimeAssertions Counter.swift
[42/68] Compiling RuntimeAssertions Assert.swift
[43/68] Emitting module RuntimeAssertions
[44/68] Compiling RuntimeAssertions RuntimePrecondition.swift
[45/68] Emitting module Logging
[46/68] Compiling Atomics AtomicInteger.swift
[47/68] Compiling Atomics AtomicOptionalWrappable.swift
[48/68] Compiling Atomics AtomicReference.swift
[49/68] Compiling Atomics AtomicStorage.swift
[60/68] Emitting module InternalCollectionsUtilities
[61/68] Compiling Logging Logging.swift
[62/68] Compiling Logging LogEvent.swift
[63/68] Compiling Logging LogHandler.swift
[64/94] Compiling Algorithms Suffix.swift
[65/94] Compiling Algorithms Trim.swift
[66/152] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[67/152] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[68/152] Compiling OrderedCollections OrderedSet+Insertions.swift
[69/152] Compiling OrderedCollections OrderedSet+Invariants.swift
[70/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[71/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[72/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[73/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[74/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[75/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[76/158] Compiling OrderedCollections OrderedSet+Codable.swift
[77/158] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[78/158] Compiling OrderedCollections OrderedSet+Hashable.swift
[79/158] Compiling OrderedCollections OrderedSet+Initializers.swift
[84/158] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[85/158] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[86/158] Compiling OrderedCollections OrderedDictionary+Elements.swift
[87/158] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[88/158] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[92/158] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[93/158] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[94/158] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[95/158] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[96/158] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[97/158] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[98/158] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[99/158] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[100/158] Compiling OrderedCollections OrderedSet+Sendable.swift
[101/158] Compiling OrderedCollections _Hashtable+Header.swift
[102/158] Compiling OrderedCollections OrderedDictionary+Codable.swift
[103/158] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[104/158] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[105/158] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[106/158] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[113/158] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[114/158] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[115/158] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[116/158] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[117/158] Compiling OrderedCollections OrderedDictionary+Values.swift
[118/158] Compiling OrderedCollections OrderedDictionary.swift
[119/158] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[120/158] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[123/158] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[124/158] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[127/158] Compiling OrderedCollections OrderedSet+Descriptions.swift
[128/158] Compiling OrderedCollections OrderedSet+Diffing.swift
[129/158] Compiling OrderedCollections OrderedSet+Equatable.swift
[130/158] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[131/158] Compiling OrderedCollections _HashTable.swift
[134/158] Emitting module Atomics
[135/158] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[136/158] Compiling OrderedCollections _HashTable+Testing.swift
[137/158] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[141/158] Compiling OrderedCollections _HashTable+Bucket.swift
[142/158] Compiling OrderedCollections _HashTable+BucketIterator.swift
[143/158] Compiling OrderedCollections _HashTable+Constants.swift
[151/158] Compiling OrderedCollections OrderedSet+SubSequence.swift
[152/158] Compiling OrderedCollections OrderedSet+Testing.swift
[153/158] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[154/158] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[155/158] Compiling OrderedCollections OrderedSet.swift
[156/158] Compiling OrderedCollections _UnsafeBitset.swift
[157/158] Emitting module OrderedCollections
[158/158] Emitting module Algorithms
[159/216] Compiling SpeziFoundation ArrayBuilder.swift
[160/216] Compiling SpeziFoundation RangeReplaceableCollectionBuilder.swift
[161/216] Compiling SpeziFoundation SetBuilder.swift
[162/216] Compiling SpeziFoundation CompressionAlgorithm.swift
[163/216] Compiling SpeziFoundation Zlib.swift
[164/216] Compiling SpeziFoundation AnyAsyncIterator.swift
[165/216] Compiling SpeziFoundation AnyAsyncSequence.swift
[166/222] Compiling SpeziFoundation FormatStyle.swift
[167/222] Compiling SpeziFoundation KeyValuePairs.swift
[168/222] Compiling SpeziFoundation Logger.swift
[169/222] Compiling SpeziFoundation ObjCExceptionHandling.swift
[170/222] Compiling SpeziFoundation OrderedArray.swift
[171/222] Compiling SpeziFoundation Other.swift
[172/222] Compiling SpeziFoundation RuntimeEnvironment.swift
[173/222] Compiling SpeziFoundation SendableMetatype.swift
[174/222] Compiling SpeziFoundation SequenceExtensions+Deprecations.swift
[175/222] Compiling SpeziFoundation SequenceExtensions.swift
[176/222] Compiling SpeziFoundation Sorting.swift
[177/222] Compiling SpeziFoundation StaticString+Hashable.swift
[178/222] Compiling SpeziFoundation RepositoryValue.swift
[179/222] Compiling SpeziFoundation SendableValueRepository.swift
[180/222] Compiling SpeziFoundation ValueRepository.swift
[181/222] Compiling SpeziFoundation ComputedKnowledgeSource.swift
[182/222] Compiling SpeziFoundation DefaultProvidingKnowledgeSource.swift
[183/222] Compiling SpeziFoundation KnowledgeSource.swift
[184/222] Compiling SpeziFoundation String.swift
[185/222] Compiling SpeziFoundation TimeoutError.swift
[186/222] Compiling SpeziFoundation TopLevelDecoder.swift
[187/222] Compiling SpeziFoundation TopLevelEncoder.swift
[188/222] Compiling SpeziFoundation Version.swift
[189/222] Compiling SpeziFoundation RuntimeConfig.swift
[190/222] Compiling SpeziFoundation AsyncSemaphore.swift
[191/222] Compiling SpeziFoundation DiscardTaskGroup+CancellableTask.swift
[192/222] Compiling SpeziFoundation MainActorExecution.swift
[193/222] Compiling SpeziFoundation ManagedAsynchronousAccess.swift
[194/222] Compiling SpeziFoundation ManagedTaskQueue.swift
[195/222] Compiling SpeziFoundation AtomicPThread.swift
[196/222] Compiling SpeziFoundation RWLock.swift
[197/222] Compiling SpeziFoundation OptionalComputedKnowledgeSource.swift
[198/222] Compiling SpeziFoundation SomeComputedKnowledgeSource.swift
[199/222] Compiling SpeziFoundation RepositoryAnchor.swift
[200/222] Compiling SpeziFoundation SendableSharedRepository.swift
[201/222] Compiling SpeziFoundation SharedRepository.swift
[202/222] Compiling SpeziFoundation resource_bundle_accessor.swift
[203/222] Compiling SpeziFoundation MarkdownDocument+Metadata.swift
[204/222] Compiling SpeziFoundation MarkdownDocument+Parser.swift
[205/222] Compiling SpeziFoundation MarkdownDocument+Sections.swift
[206/222] Compiling SpeziFoundation MarkdownDocument.swift
[207/222] Compiling SpeziFoundation AnyArray.swift
[208/222] Compiling SpeziFoundation AnyOptional.swift
[209/222] Compiling SpeziFoundation RecursiveRWLock.swift
[210/222] Compiling SpeziFoundation _PThreadReadWriteLockProtocol.swift
[211/222] Compiling SpeziFoundation HasDirectUserDefaultsSupport.swift
[212/222] Compiling SpeziFoundation LocalPreference.swift
[213/222] Compiling SpeziFoundation LocalPreferenceKey.swift
[214/222] Compiling SpeziFoundation LocalPreferencesStore.swift
[215/222] Compiling SpeziFoundation Migrations.swift
[216/222] Compiling SpeziFoundation BidirectionalCollection.swift
[217/222] Compiling SpeziFoundation BinarySearch.swift
[218/222] Compiling SpeziFoundation Calendar.swift
[219/222] Compiling SpeziFoundation DataDescriptor.swift
[220/222] Compiling SpeziFoundation Duration.swift
[221/222] Compiling SpeziFoundation FileManager.swift
[222/222] Emitting module SpeziFoundation
[223/281] Compiling Spezi ApplicationPropertyWrapper.swift
/Users/admin/builder/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 |     ///
[224/281] Compiling Spezi CollectPropertyWrapper.swift
/Users/admin/builder/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 |     ///
[225/281] Compiling Spezi CollectedModuleValues.swift
/Users/admin/builder/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 |     ///
[226/281] Compiling Spezi ProvidePropertyWrapper.swift
/Users/admin/builder/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 |     ///
[227/281] Compiling Spezi StorageValueCollector.swift
/Users/admin/builder/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 |     ///
[228/281] Compiling Spezi StorageValueProvider.swift
/Users/admin/builder/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 |     ///
[229/281] Compiling Spezi LifecycleHandler.swift
/Users/admin/builder/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 |     ///
[230/287] Compiling Spezi SpeziSceneDelegate.swift
/Users/admin/builder/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 |     ///
[231/287] Compiling Spezi View+Spezi.swift
/Users/admin/builder/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 DefaultStandard.swift
/Users/admin/builder/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 Module+Standard.swift
/Users/admin/builder/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 Standard.swift
/Users/admin/builder/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 StandardPropertyWrapper.swift
/Users/admin/builder/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 DependencyContext.swift
/Users/admin/builder/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 DependencyDeclaration.swift
/Users/admin/builder/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 DependencyPropertyWrapper.swift
/Users/admin/builder/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/287] Compiling Spezi Module+Dependencies.swift
/Users/admin/builder/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/287] Compiling Spezi DependencyReference.swift
/Users/admin/builder/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/287] Compiling Spezi ModuleReference.swift
/Users/admin/builder/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/287] Compiling Spezi Module.swift
/Users/admin/builder/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/287] Compiling Spezi DefaultInitializable.swift
/Users/admin/builder/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/287] Compiling Spezi DependencyManager.swift
/Users/admin/builder/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/287] Compiling Spezi DependencyManagerError.swift
/Users/admin/builder/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/287] Compiling Spezi Module+DependencyRelation.swift
/Users/admin/builder/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 |     ///
[247/287] Compiling Spezi DependencyBuilder.swift
/Users/admin/builder/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/287] Compiling Spezi DependencyCollection.swift
/Users/admin/builder/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/287] Compiling Spezi DependencyCollectionBuilder.swift
/Users/admin/builder/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/287] Compiling Spezi SpeziAnchor.swift
/Users/admin/builder/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/287] Compiling Spezi SpeziStorage.swift
/Users/admin/builder/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/287] Compiling Spezi StoredModulesKey.swift
/Users/admin/builder/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/287] Compiling Spezi ModuleDescription.swift
/Users/admin/builder/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/287] Compiling Spezi ServiceModuleGroup.swift
/Users/admin/builder/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/287] Compiling Spezi Spezi+Logger.swift
/Users/admin/builder/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/287] Compiling Spezi ServiceModule.swift
/Users/admin/builder/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/287] Compiling Spezi EnvironmentAccessible.swift
/Users/admin/builder/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/287] Compiling Spezi ModelModifier.swift
/Users/admin/builder/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/287] Compiling Spezi ModelPropertyWrapper.swift
/Users/admin/builder/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/287] Compiling Spezi ModifierPropertyWrapper.swift
/Users/admin/builder/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/287] Compiling Spezi ViewModifierProvider.swift
/Users/admin/builder/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/287] Compiling Spezi Configuration.swift
/Users/admin/builder/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/287] Compiling Spezi Application+TypeAlias.swift
/Users/admin/builder/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/287] Compiling Spezi ApplicationDelegate.swift
/Users/admin/builder/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/287] Compiling Spezi ApplicationDelegateAdaptor.swift
/Users/admin/builder/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/287] Compiling Spezi DynamicReference.swift
/Users/admin/builder/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/287] Compiling Spezi Module+Properties.swift
/Users/admin/builder/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/287] Compiling Spezi ProcessInfo+PreviewSimulator.swift
/Users/admin/builder/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)
[269/287] Emitting module Spezi
/Users/admin/builder/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/287] Compiling Spezi Spezi+Preview.swift
/Users/admin/builder/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/287] Compiling Spezi Spezi+Spezi.swift
/Users/admin/builder/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/287] Compiling Spezi Spezi.swift
/Users/admin/builder/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/287] Compiling Spezi SpeziAppDelegate.swift
/Users/admin/builder/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/287] Compiling Spezi SpeziModuleError.swift
/Users/admin/builder/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/287] Compiling Spezi SpeziPropertyWrapper.swift
/Users/admin/builder/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/287] Compiling Spezi RemoteNotificationRegistrationSupport.swift
[277/287] Compiling Spezi Spezi+RegisterRemoteNotificationsAction.swift
[278/287] Compiling Spezi Spezi+UnregisterRemoteNotifications.swift
[279/287] Compiling Spezi SpeziNotificationCenterDelegate.swift
[280/287] Compiling Spezi ImplicitlyCreatedModulesKey.swift
[281/287] Compiling Spezi LaunchOptionsKey.swift
[282/287] Compiling Spezi ModuleBuilder.swift
/Users/admin/builder/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/287] Compiling Spezi ModuleCollection.swift
/Users/admin/builder/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/287] Compiling Spezi ModuleOwnership.swift
/Users/admin/builder/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/287] Compiling Spezi BackgroundFetchResult.swift
/Users/admin/builder/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/287] Compiling Spezi NotificationHandler.swift
/Users/admin/builder/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/287] Compiling Spezi NotificationTokenHandler.swift
/Users/admin/builder/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 macosSpm