Build Information
Failed to build SpeziStorage, reference 2.1.4 (79ce6a), with Swift 6.1 for Linux on 1 Apr 2026 18:37:19 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StanfordSpezi/SpeziStorage.git
Reference: 2.1.4
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/StanfordSpezi/SpeziStorage
* tag 2.1.4 -> FETCH_HEAD
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 2.1.4
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/StanfordSpezi/SpeziStorage.git
https://github.com/StanfordSpezi/SpeziStorage.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "spezi",
"requirement" : {
"range" : [
{
"lower_bound" : "1.8.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/StanfordSpezi/Spezi.git"
},
{
"identity" : "spezifoundation",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.7",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/StanfordSpezi/SpeziFoundation.git"
},
{
"identity" : "xctruntimeassertions",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/StanfordBDHG/XCTRuntimeAssertions.git"
}
],
"manifest_display_name" : "SpeziStorage",
"name" : "SpeziStorage",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "SpeziLocalStorage",
"targets" : [
"SpeziLocalStorage"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SpeziKeychainStorage",
"targets" : [
"SpeziKeychainStorage"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SpeziStorageTests",
"module_type" : "SwiftTarget",
"name" : "SpeziStorageTests",
"path" : "Tests/SpeziStorageTests",
"product_dependencies" : [
"XCTSpezi"
],
"sources" : [
"LocalStorageTests.swift"
],
"target_dependencies" : [
"SpeziLocalStorage"
],
"type" : "test"
},
{
"c99name" : "SpeziLocalStorage",
"module_type" : "SwiftTarget",
"name" : "SpeziLocalStorage",
"path" : "Sources/SpeziLocalStorage",
"product_dependencies" : [
"Spezi",
"SpeziFoundation"
],
"product_memberships" : [
"SpeziLocalStorage"
],
"sources" : [
"LocalStorage.swift",
"LocalStorageEntry.swift",
"LocalStorageError.swift",
"LocalStorageKey.swift",
"LocalStorageSetting.swift"
],
"target_dependencies" : [
"SpeziKeychainStorage"
],
"type" : "library"
},
{
"c99name" : "SpeziKeychainStorage",
"module_type" : "SwiftTarget",
"name" : "SpeziKeychainStorage",
"path" : "Sources/SpeziKeychainStorage",
"product_dependencies" : [
"Spezi",
"RuntimeAssertions"
],
"product_memberships" : [
"SpeziLocalStorage",
"SpeziKeychainStorage"
],
"sources" : [
"Credentials/Credentials.swift",
"Credentials/CredentialsKind.swift",
"Credentials/CredentialsTag.swift",
"Credentials/KeychainStorage+Credentials.swift",
"CryptographicKeys/CryptographicKeyTag.swift",
"CryptographicKeys/KeychainStorage+CryptographicKeys.swift",
"CryptographicKeys/SecKey+Extensions.swift",
"KeychainItemAccessibility.swift",
"KeychainItemStorageOption.swift",
"KeychainStorage.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Fetching https://github.com/StanfordSpezi/SpeziFoundation.git
Fetching https://github.com/StanfordSpezi/Spezi.git
Fetching https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
[1/10260] Fetching spezi
[104/10995] Fetching spezi, xctruntimeassertions
[839/13887] Fetching spezi, xctruntimeassertions, spezifoundation
Fetched https://github.com/StanfordSpezi/SpeziFoundation.git from cache (0.38s)
[9251/10995] Fetching spezi, xctruntimeassertions
Fetched https://github.com/StanfordBDHG/XCTRuntimeAssertions.git from cache (0.51s)
Fetched https://github.com/StanfordSpezi/Spezi.git from cache (0.51s)
Computing version for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 2.2.0 (3.97s)
Computing version for https://github.com/StanfordSpezi/Spezi.git
Computed https://github.com/StanfordSpezi/Spezi.git at 1.10.1 (0.84s)
Fetching https://github.com/apple/swift-collections.git
[1/23339] Fetching swift-collections
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.61s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/StanfordBDHG/zstd.git
Fetching https://github.com/StanfordBDHG/ThreadLocal.git
[1/63157] Fetching zstd
[2/63328] Fetching zstd, threadlocal
[804/65148] Fetching zstd, threadlocal, swift-atomics
[1259/71206] Fetching zstd, threadlocal, swift-atomics, swift-algorithms
Fetched https://github.com/StanfordBDHG/ThreadLocal.git from cache (0.44s)
[6135/71035] Fetching zstd, swift-atomics, swift-algorithms
Fetching https://github.com/apple/swift-log
Fetched https://github.com/apple/swift-atomics.git from cache (0.81s)
[18058/69215] Fetching zstd, swift-algorithms
[21217/75547] Fetching zstd, swift-algorithms, swift-log
Fetched https://github.com/apple/swift-log from cache (0.76s)
[32584/69215] Fetching zstd, swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (5.47s)
Fetched https://github.com/StanfordBDHG/zstd.git from cache (5.53s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (12.25s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (4.80s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (7.74s)
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.94s)
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.79s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.89s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.11.0 (0.80s)
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/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/StanfordBDHG/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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/StanfordSpezi/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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Building for debugging...
[0/18] Write sources
[0/18] Copying Localizable.xcstrings.license
[0/18] Write sources
[0/18] Copying Info.plist
[8/18] Write sources
[10/18] Copying Localizable.xcstrings
[11/18] Write sources
[14/18] Compiling SpeziFoundationObjC ObjCExceptionHandling.m
[15/18] Compiling _AtomicsShims.c
[16/18] Compiling _NumericsShims _NumericsShims.c
[17/18] Write swift-version-24593BA9C3E375BF.txt
[19/79] Emitting module RealModule
[20/80] Compiling RealModule RelaxedArithmetic.swift
[21/80] Compiling Atomics UnsafeAtomic.swift
[22/80] Compiling Atomics UnsafeAtomicLazyReference.swift
[23/82] Compiling RealModule Real.swift
[24/82] Compiling RealModule RealFunctions.swift
[25/82] Compiling RealModule Float80+Real.swift
[26/82] Compiling RealModule Float+Real.swift
[27/82] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[28/82] Compiling Atomics ManagedAtomic.swift
[29/82] Compiling Atomics ManagedAtomicLazyReference.swift
[32/82] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[33/82] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[34/84] Compiling InternalCollectionsUtilities _SortedCollection.swift
[35/84] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[36/84] Compiling RealModule AlgebraicField.swift
[37/84] Compiling RealModule ApproximateEquality.swift
[38/84] Compiling RealModule AugmentedArithmetic.swift
[39/84] Compiling RealModule Double+Real.swift
[40/84] Compiling RealModule ElementaryFunctions.swift
[43/84] Emitting module InternalCollectionsUtilities
[51/84] Compiling InternalCollectionsUtilities UInt+reversed.swift
[52/84] Compiling InternalCollectionsUtilities Debugging.swift
[53/84] Compiling InternalCollectionsUtilities Descriptions.swift
[54/84] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[55/85] Compiling RealModule Float16+Real.swift
[66/86] Emitting module Atomics
[74/167] Emitting module Logging
[75/167] Compiling Logging MetadataProvider.swift
[76/167] Compiling Logging LogHandler.swift
[77/167] Compiling Logging LogEvent.swift
[78/167] Compiling Logging Logging.swift
[79/167] Compiling Logging Locks.swift
[81/168] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[82/168] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[83/168] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[84/168] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[85/168] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[86/168] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[87/168] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[88/175] Compiling RuntimeAssertions RuntimeAssertion.swift
[89/175] Compiling RuntimeAssertions RuntimeAssertionInjection.swift
[90/176] Compiling RuntimeAssertions Assert.swift
[91/176] Emitting module RuntimeAssertions
[92/176] Compiling RuntimeAssertions Precondition.swift
[93/176] Compiling RuntimeAssertions Counter.swift
[94/176] Compiling RuntimeAssertions NeverReturn.swift
[95/176] Compiling RuntimeAssertions DebugOnly.swift
[96/176] Compiling OrderedCollections OrderedDictionary.swift
[97/176] Compiling OrderedCollections OrderedSet+Codable.swift
[98/176] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[99/176] Compiling OrderedCollections OrderedSet+Descriptions.swift
[100/176] Compiling OrderedCollections OrderedSet+Diffing.swift
[101/176] Compiling OrderedCollections OrderedSet+Equatable.swift
[102/176] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[103/176] Compiling OrderedCollections OrderedSet+Hashable.swift
[104/176] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[105/176] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[106/176] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[107/176] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[108/176] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[109/176] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[110/176] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[111/176] Compiling OrderedCollections OrderedSet+Initializers.swift
[112/176] Compiling OrderedCollections OrderedSet+Insertions.swift
[113/176] Compiling OrderedCollections OrderedSet+Invariants.swift
[114/176] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[115/176] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[116/176] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[117/176] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[118/176] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[119/176] Compiling OrderedCollections OrderedDictionary+Codable.swift
[120/176] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[121/176] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[122/176] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[123/176] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[124/176] Compiling OrderedCollections OrderedDictionary+Elements.swift
[125/176] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[126/176] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[127/176] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[128/176] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[129/176] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[130/176] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[131/176] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[132/176] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[133/176] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[134/176] Compiling OrderedCollections OrderedDictionary+Values.swift
[135/176] Compiling OrderedCollections _HashTable+Bucket.swift
[136/176] Compiling OrderedCollections _HashTable+BucketIterator.swift
[137/176] Compiling OrderedCollections _HashTable+Constants.swift
[138/176] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[145/179] Compiling RuntimeAssertions RuntimePrecondition.swift
[161/180] Compiling OrderedCollections _HashTable+Testing.swift
[162/180] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[163/180] Compiling OrderedCollections _HashTable.swift
[164/180] Compiling OrderedCollections _Hashtable+Header.swift
[165/180] Compiling Algorithms Trim.swift
[166/180] Compiling Algorithms Unique.swift
[167/180] Compiling Algorithms Windows.swift
[172/180] Compiling OrderedCollections OrderedSet+Sendable.swift
[173/180] Compiling OrderedCollections OrderedSet+SubSequence.swift
[174/180] Compiling OrderedCollections OrderedSet+Testing.swift
[175/180] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[176/180] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[177/180] Compiling OrderedCollections OrderedSet.swift
[178/180] Compiling OrderedCollections _UnsafeBitset.swift
[179/180] Emitting module OrderedCollections
[181/181] Emitting module Algorithms
[183/239] Compiling SpeziFoundation SendableMetatype.swift
[184/239] Compiling SpeziFoundation SequenceExtensions+Deprecations.swift
[185/239] Compiling SpeziFoundation SequenceExtensions.swift
[186/239] Compiling SpeziFoundation Sorting.swift
[187/239] Compiling SpeziFoundation StaticString+Hashable.swift
[188/239] Compiling SpeziFoundation String.swift
[189/239] Compiling SpeziFoundation TimeoutError.swift
[190/239] Compiling SpeziFoundation TopLevelDecoder.swift
[191/246] Compiling SpeziFoundation FileManager.swift
[192/246] Compiling SpeziFoundation FormatStyle.swift
[193/246] Compiling SpeziFoundation KeyValuePairs.swift
[194/246] Compiling SpeziFoundation Logger.swift
[195/246] Compiling SpeziFoundation ObjCExceptionHandling.swift
[196/246] Compiling SpeziFoundation OrderedArray.swift
[197/246] Compiling SpeziFoundation Other.swift
[198/246] Compiling SpeziFoundation RuntimeEnvironment.swift
[199/246] Compiling SpeziFoundation TopLevelEncoder.swift
[200/246] Compiling SpeziFoundation Version.swift
[201/246] Compiling SpeziFoundation RuntimeConfig.swift
[202/246] Compiling SpeziFoundation RepositoryValue.swift
[203/246] Compiling SpeziFoundation SendableValueRepository.swift
[204/246] Compiling SpeziFoundation ValueRepository.swift
[205/246] Compiling SpeziFoundation ComputedKnowledgeSource.swift
[206/246] Compiling SpeziFoundation DefaultProvidingKnowledgeSource.swift
[207/246] Compiling SpeziFoundation ArrayBuilder.swift
[208/246] Compiling SpeziFoundation RangeReplaceableCollectionBuilder.swift
[209/246] Compiling SpeziFoundation SetBuilder.swift
[210/246] Compiling SpeziFoundation CompressionAlgorithm.swift
[211/246] Compiling SpeziFoundation Zlib.swift
[212/246] Compiling SpeziFoundation AnyAsyncIterator.swift
[213/246] Compiling SpeziFoundation AnyAsyncSequence.swift
[214/246] Compiling SpeziFoundation AsyncSemaphore.swift
[215/246] Compiling SpeziFoundation KnowledgeSource.swift
[216/246] Compiling SpeziFoundation OptionalComputedKnowledgeSource.swift
[217/246] Compiling SpeziFoundation SomeComputedKnowledgeSource.swift
[218/246] Compiling SpeziFoundation RepositoryAnchor.swift
[219/246] Compiling SpeziFoundation SendableSharedRepository.swift
[220/246] Compiling SpeziFoundation SharedRepository.swift
[221/246] Compiling SpeziFoundation resource_bundle_accessor.swift
[222/246] Emitting module SpeziFoundation
[223/246] Compiling SpeziFoundation HasDirectUserDefaultsSupport.swift
[224/246] Compiling SpeziFoundation LocalPreference.swift
[225/246] Compiling SpeziFoundation LocalPreferenceKey.swift
[226/246] Compiling SpeziFoundation LocalPreferencesStore.swift
[227/246] Compiling SpeziFoundation Migrations.swift
[228/246] Compiling SpeziFoundation MarkdownDocument+Metadata.swift
[229/246] Compiling SpeziFoundation MarkdownDocument+Parser.swift
[230/246] Compiling SpeziFoundation MarkdownDocument+Sections.swift
[231/246] Compiling SpeziFoundation DiscardTaskGroup+CancellableTask.swift
[232/246] Compiling SpeziFoundation MainActorExecution.swift
[233/246] Compiling SpeziFoundation ManagedAsynchronousAccess.swift
[234/246] Compiling SpeziFoundation ManagedTaskQueue.swift
[235/246] Compiling SpeziFoundation AtomicPThread.swift
[236/246] Compiling SpeziFoundation RWLock.swift
[237/246] Compiling SpeziFoundation RecursiveRWLock.swift
[238/246] Compiling SpeziFoundation _PThreadReadWriteLockProtocol.swift
[239/246] Compiling SpeziFoundation MarkdownDocument.swift
[240/246] Compiling SpeziFoundation AnyArray.swift
[241/246] Compiling SpeziFoundation AnyOptional.swift
[242/246] Compiling SpeziFoundation BidirectionalCollection.swift
[243/246] Compiling SpeziFoundation BinarySearch.swift
[244/246] Compiling SpeziFoundation Calendar.swift
[245/246] Compiling SpeziFoundation DataDescriptor.swift
[246/246] Compiling SpeziFoundation Duration.swift
[248/304] Compiling Spezi NotificationHandler.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[249/304] Compiling Spezi NotificationTokenHandler.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[250/304] Compiling Spezi RemoteNotificationRegistrationSupport.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[251/304] Compiling Spezi Spezi+RegisterRemoteNotificationsAction.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[252/304] Compiling Spezi Spezi+UnregisterRemoteNotifications.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[253/304] Compiling Spezi SpeziNotificationCenterDelegate.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[254/304] Compiling Spezi ImplicitlyCreatedModulesKey.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[255/304] Compiling Spezi LaunchOptionsKey.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
error: emit-module command failed with exit code 1 (use -v to see invocation)
[256/304] Emitting module Spezi
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[257/312] Compiling Spezi EnvironmentAccessible.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[258/312] Compiling Spezi ModelModifier.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[259/312] Compiling Spezi ModelPropertyWrapper.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[260/312] Compiling Spezi ModifierPropertyWrapper.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[261/312] Compiling Spezi ViewModifierProvider.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[262/312] Compiling Spezi Configuration.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[263/312] Compiling Spezi DefaultInitializable.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[264/312] Compiling Spezi DependencyManager.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[265/312] Compiling Spezi SpeziAnchor.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[266/312] Compiling Spezi SpeziStorage.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[267/312] Compiling Spezi StoredModulesKey.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[268/312] Compiling Spezi ModuleDescription.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[269/312] Compiling Spezi ServiceModuleGroup.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[270/312] Compiling Spezi Spezi+Logger.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[271/312] Compiling Spezi Spezi+Preview.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[272/312] Compiling Spezi Spezi+Spezi.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[273/312] Compiling Spezi Module+Dependencies.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[274/312] Compiling Spezi DependencyReference.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[275/312] Compiling Spezi ModuleReference.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[276/312] Compiling Spezi Module.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[277/312] Compiling Spezi ModuleBuilder.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[278/312] Compiling Spezi ModuleCollection.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[279/312] Compiling Spezi ModuleOwnership.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[280/312] Compiling Spezi BackgroundFetchResult.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[281/312] Compiling Spezi ApplicationPropertyWrapper.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[282/312] Compiling Spezi CollectPropertyWrapper.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[283/312] Compiling Spezi CollectedModuleValues.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[284/312] Compiling Spezi ProvidePropertyWrapper.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[285/312] Compiling Spezi StorageValueCollector.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[286/312] Compiling Spezi StorageValueProvider.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[287/312] Compiling Spezi LifecycleHandler.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[288/312] Compiling Spezi ServiceModule.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[289/312] Compiling Spezi DependencyManagerError.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[290/312] Compiling Spezi Module+DependencyRelation.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[291/312] Compiling Spezi DependencyBuilder.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[292/312] Compiling Spezi DependencyCollection.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[293/312] Compiling Spezi DependencyCollectionBuilder.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[294/312] Compiling Spezi DependencyContext.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[295/312] Compiling Spezi DependencyDeclaration.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[296/312] Compiling Spezi DependencyPropertyWrapper.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[297/312] Compiling Spezi Spezi.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[298/312] Compiling Spezi SpeziAppDelegate.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[299/312] Compiling Spezi SpeziModuleError.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[300/312] Compiling Spezi SpeziPropertyWrapper.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[301/312] Compiling Spezi SpeziSceneDelegate.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[302/312] Compiling Spezi View+Spezi.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[303/312] Compiling Spezi DefaultStandard.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[304/312] Compiling Spezi Module+Standard.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[305/312] Compiling Spezi Standard.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[306/312] Compiling Spezi StandardPropertyWrapper.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[307/312] Compiling Spezi Application+TypeAlias.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[308/312] Compiling Spezi ApplicationDelegate.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[309/312] Compiling Spezi ApplicationDelegateAdaptor.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[310/312] Compiling Spezi DynamicReference.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[311/312] Compiling Spezi Module+Properties.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[312/312] Compiling Spezi ProcessInfo+PreviewSimulator.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/62] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[3/62] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[4/64] Compiling RuntimeAssertions DebugOnly.swift
[5/64] Compiling RuntimeAssertions NeverReturn.swift
[6/65] Compiling RuntimeAssertions Counter.swift
[7/65] Compiling RealModule RealFunctions.swift
[8/66] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[9/66] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[10/66] Compiling InternalCollectionsUtilities Span+Extras.swift
[11/66] Compiling InternalCollectionsUtilities String+Padding.swift
[12/66] Compiling RuntimeAssertions Precondition.swift
[13/66] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[14/66] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[15/68] Compiling RuntimeAssertions Assert.swift
[16/68] Emitting module RuntimeAssertions
[17/68] Compiling Logging LogEvent.swift
[18/68] Compiling InternalCollectionsUtilities Debugging.swift
[19/68] Compiling InternalCollectionsUtilities Descriptions.swift
[20/68] Compiling Logging MetadataProvider.swift
[21/68] Compiling RealModule RelaxedArithmetic.swift
[22/68] Compiling RuntimeAssertions RuntimeAssertion.swift
[23/68] Compiling RuntimeAssertions RuntimeAssertionInjection.swift
[26/68] Compiling RealModule Real.swift
[29/68] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[30/68] Compiling InternalCollectionsUtilities Integer rank.swift
[31/68] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[32/68] Compiling InternalCollectionsUtilities UInt+reversed.swift
[33/68] Emitting module Logging
[34/68] Compiling Logging Locks.swift
[35/68] Compiling InternalCollectionsUtilities _SortedCollection.swift
[36/68] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[39/68] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[40/68] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[41/68] Compiling RealModule Float80+Real.swift
[42/68] Compiling RealModule Float16+Real.swift
[47/68] Compiling RuntimeAssertions RuntimePrecondition.swift
[48/68] Emitting module RealModule
[57/70] Emitting module InternalCollectionsUtilities
[61/70] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[63/96] Compiling Logging LogHandler.swift
[64/96] Compiling Logging Logging.swift
[66/152] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[67/152] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[68/152] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[69/152] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[70/152] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[71/152] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[72/155] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[73/155] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[74/155] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[75/155] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[76/155] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[77/155] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[78/155] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[79/162] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[80/162] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[81/162] Compiling OrderedCollections OrderedDictionary+Values.swift
[82/162] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[83/162] Compiling OrderedCollections OrderedDictionary+Elements.swift
[84/162] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[85/162] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[86/162] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[87/162] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[88/162] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[89/162] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[90/162] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[91/162] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[92/162] Compiling OrderedCollections _HashTable+Testing.swift
[93/162] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[94/162] Compiling OrderedCollections _HashTable.swift
[95/162] Compiling OrderedCollections _Hashtable+Header.swift
[96/162] Compiling OrderedCollections OrderedDictionary+Codable.swift
[97/162] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[98/162] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[99/162] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[100/162] Compiling Algorithms Trim.swift
[101/162] Compiling Algorithms Unique.swift
[102/162] Compiling Algorithms Windows.swift
[119/162] Compiling OrderedCollections _HashTable+Bucket.swift
[120/162] Compiling OrderedCollections _HashTable+BucketIterator.swift
[121/162] Compiling OrderedCollections _HashTable+Constants.swift
[125/162] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[126/162] Emitting module Atomics
[133/163] Compiling OrderedCollections OrderedSet+Descriptions.swift
[134/163] Compiling OrderedCollections OrderedSet+Diffing.swift
[135/163] Compiling OrderedCollections OrderedSet+Equatable.swift
[136/163] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[137/163] Compiling OrderedCollections OrderedSet+Hashable.swift
[138/163] Compiling OrderedCollections OrderedSet+Initializers.swift
[139/163] Compiling OrderedCollections OrderedSet+Insertions.swift
[140/163] Compiling OrderedCollections OrderedSet+Invariants.swift
[141/163] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[142/163] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[143/163] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[144/163] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[145/163] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[155/163] Compiling OrderedCollections OrderedSet+Sendable.swift
[156/163] Compiling OrderedCollections OrderedSet+SubSequence.swift
[157/163] Compiling OrderedCollections OrderedSet+Testing.swift
[158/163] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[159/163] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[160/163] Compiling OrderedCollections OrderedSet.swift
[161/163] Compiling OrderedCollections _UnsafeBitset.swift
[162/163] Emitting module OrderedCollections
[163/164] Emitting module Algorithms
[166/222] Compiling SpeziFoundation SendableMetatype.swift
[167/222] Compiling SpeziFoundation SequenceExtensions+Deprecations.swift
[168/222] Compiling SpeziFoundation SequenceExtensions.swift
[169/222] Compiling SpeziFoundation Sorting.swift
[170/222] Compiling SpeziFoundation StaticString+Hashable.swift
[171/222] Compiling SpeziFoundation String.swift
[172/222] Compiling SpeziFoundation TimeoutError.swift
[173/222] Compiling SpeziFoundation TopLevelDecoder.swift
[174/229] Compiling SpeziFoundation FileManager.swift
[175/229] Compiling SpeziFoundation FormatStyle.swift
[176/229] Compiling SpeziFoundation KeyValuePairs.swift
[177/229] Compiling SpeziFoundation Logger.swift
[178/229] Compiling SpeziFoundation ObjCExceptionHandling.swift
[179/229] Compiling SpeziFoundation OrderedArray.swift
[180/229] Compiling SpeziFoundation Other.swift
[181/229] Compiling SpeziFoundation RuntimeEnvironment.swift
[182/229] Compiling SpeziFoundation ArrayBuilder.swift
[183/229] Compiling SpeziFoundation RangeReplaceableCollectionBuilder.swift
[184/229] Compiling SpeziFoundation SetBuilder.swift
[185/229] Compiling SpeziFoundation CompressionAlgorithm.swift
[186/229] Compiling SpeziFoundation Zlib.swift
[187/229] Compiling SpeziFoundation AnyAsyncIterator.swift
[188/229] Compiling SpeziFoundation AnyAsyncSequence.swift
[189/229] Compiling SpeziFoundation AsyncSemaphore.swift
[190/229] Compiling SpeziFoundation TopLevelEncoder.swift
[191/229] Compiling SpeziFoundation Version.swift
[192/229] Compiling SpeziFoundation RuntimeConfig.swift
[193/229] Compiling SpeziFoundation RepositoryValue.swift
[194/229] Compiling SpeziFoundation SendableValueRepository.swift
[195/229] Compiling SpeziFoundation ValueRepository.swift
[196/229] Compiling SpeziFoundation ComputedKnowledgeSource.swift
[197/229] Compiling SpeziFoundation DefaultProvidingKnowledgeSource.swift
[198/229] Compiling SpeziFoundation KnowledgeSource.swift
[199/229] Compiling SpeziFoundation OptionalComputedKnowledgeSource.swift
[200/229] Compiling SpeziFoundation SomeComputedKnowledgeSource.swift
[201/229] Compiling SpeziFoundation RepositoryAnchor.swift
[202/229] Compiling SpeziFoundation SendableSharedRepository.swift
[203/229] Compiling SpeziFoundation SharedRepository.swift
[204/229] Compiling SpeziFoundation resource_bundle_accessor.swift
[205/229] Compiling SpeziFoundation HasDirectUserDefaultsSupport.swift
[206/229] Compiling SpeziFoundation LocalPreference.swift
[207/229] Compiling SpeziFoundation LocalPreferenceKey.swift
[208/229] Compiling SpeziFoundation LocalPreferencesStore.swift
[209/229] Compiling SpeziFoundation Migrations.swift
[210/229] Compiling SpeziFoundation MarkdownDocument+Metadata.swift
[211/229] Compiling SpeziFoundation MarkdownDocument+Parser.swift
[212/229] Compiling SpeziFoundation MarkdownDocument+Sections.swift
[213/229] Compiling SpeziFoundation DiscardTaskGroup+CancellableTask.swift
[214/229] Compiling SpeziFoundation MainActorExecution.swift
[215/229] Compiling SpeziFoundation ManagedAsynchronousAccess.swift
[216/229] Compiling SpeziFoundation ManagedTaskQueue.swift
[217/229] Compiling SpeziFoundation AtomicPThread.swift
[218/229] Compiling SpeziFoundation RWLock.swift
[219/229] Compiling SpeziFoundation RecursiveRWLock.swift
[220/229] Compiling SpeziFoundation _PThreadReadWriteLockProtocol.swift
[221/229] Compiling SpeziFoundation MarkdownDocument.swift
[222/229] Compiling SpeziFoundation AnyArray.swift
[223/229] Compiling SpeziFoundation AnyOptional.swift
[224/229] Compiling SpeziFoundation BidirectionalCollection.swift
[225/229] Compiling SpeziFoundation BinarySearch.swift
[226/229] Compiling SpeziFoundation Calendar.swift
[227/229] Compiling SpeziFoundation DataDescriptor.swift
[228/229] Compiling SpeziFoundation Duration.swift
[229/229] Emitting module SpeziFoundation
[231/287] Compiling Spezi SpeziAnchor.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[232/287] Compiling Spezi SpeziStorage.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[233/287] Compiling Spezi StoredModulesKey.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[234/287] Compiling Spezi ModuleDescription.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[235/287] Compiling Spezi ServiceModuleGroup.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[236/287] Compiling Spezi Spezi+Logger.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[237/287] Compiling Spezi Spezi+Preview.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[238/287] Compiling Spezi Spezi+Spezi.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[239/295] Compiling Spezi ApplicationPropertyWrapper.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[240/295] Compiling Spezi CollectPropertyWrapper.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[241/295] Compiling Spezi CollectedModuleValues.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[242/295] Compiling Spezi ProvidePropertyWrapper.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[243/295] Compiling Spezi StorageValueCollector.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[244/295] Compiling Spezi StorageValueProvider.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[245/295] Compiling Spezi LifecycleHandler.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[246/295] Compiling Spezi ServiceModule.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
error: emit-module command failed with exit code 1 (use -v to see invocation)
[247/295] Emitting module Spezi
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[248/295] Compiling Spezi Module+Dependencies.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[249/295] Compiling Spezi DependencyReference.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[250/295] Compiling Spezi ModuleReference.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[251/295] Compiling Spezi Module.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[252/295] Compiling Spezi ModuleBuilder.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[253/295] Compiling Spezi ModuleCollection.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[254/295] Compiling Spezi ModuleOwnership.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[255/295] Compiling Spezi BackgroundFetchResult.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[256/295] Compiling Spezi DependencyManagerError.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[257/295] Compiling Spezi Module+DependencyRelation.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[258/295] Compiling Spezi DependencyBuilder.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[259/295] Compiling Spezi DependencyCollection.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[260/295] Compiling Spezi DependencyCollectionBuilder.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[261/295] Compiling Spezi DependencyContext.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[262/295] Compiling Spezi DependencyDeclaration.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[263/295] Compiling Spezi DependencyPropertyWrapper.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[264/295] Compiling Spezi NotificationHandler.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[265/295] Compiling Spezi NotificationTokenHandler.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[266/295] Compiling Spezi RemoteNotificationRegistrationSupport.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[267/295] Compiling Spezi Spezi+RegisterRemoteNotificationsAction.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[268/295] Compiling Spezi Spezi+UnregisterRemoteNotifications.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[269/295] Compiling Spezi SpeziNotificationCenterDelegate.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[270/295] Compiling Spezi ImplicitlyCreatedModulesKey.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[271/295] Compiling Spezi LaunchOptionsKey.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[272/295] Compiling Spezi Spezi.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[273/295] Compiling Spezi SpeziAppDelegate.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[274/295] Compiling Spezi SpeziModuleError.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[275/295] Compiling Spezi SpeziPropertyWrapper.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[276/295] Compiling Spezi SpeziSceneDelegate.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[277/295] Compiling Spezi View+Spezi.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[278/295] Compiling Spezi DefaultStandard.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[279/295] Compiling Spezi Module+Standard.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[280/295] Compiling Spezi EnvironmentAccessible.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[281/295] Compiling Spezi ModelModifier.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[282/295] Compiling Spezi ModelPropertyWrapper.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[283/295] Compiling Spezi ModifierPropertyWrapper.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[284/295] Compiling Spezi ViewModifierProvider.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[285/295] Compiling Spezi Configuration.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[286/295] Compiling Spezi DefaultInitializable.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[287/295] Compiling Spezi DependencyManager.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[288/295] Compiling Spezi Standard.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[289/295] Compiling Spezi StandardPropertyWrapper.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[290/295] Compiling Spezi Application+TypeAlias.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[291/295] Compiling Spezi ApplicationDelegate.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[292/295] Compiling Spezi ApplicationDelegateAdaptor.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[293/295] Compiling Spezi DynamicReference.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[294/295] Compiling Spezi Module+Properties.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[295/295] Compiling Spezi ProcessInfo+PreviewSimulator.swift
/host/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
BUILD FAILURE 6.1 linux