Build Information
Failed to build Spezi, reference 1.10.2 (1941c2), with Swift 6.1 for macOS (SPM) on 16 Apr 2026 23:15:36 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StanfordSpezi/Spezi.git
Reference: 1.10.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/StanfordSpezi/Spezi
* tag 1.10.2 -> FETCH_HEAD
HEAD is now at 1941c2d fix weird 26.4 compile issue (#149)
Cloned https://github.com/StanfordSpezi/Spezi.git
Revision (git rev-parse @):
1941c2d564f88c8f077c63d3bbbefd1dbe32764c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StanfordSpezi/Spezi.git at 1.10.2
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/StanfordSpezi/Spezi.git
https://github.com/StanfordSpezi/Spezi.git
{
"default_localization" : "en",
"dependencies" : [
{
"identity" : "spezifoundation",
"requirement" : {
"range" : [
{
"lower_bound" : "2.5.4",
"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"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-testing-expectation",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.4",
"upper_bound" : "0.2.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/dfed/swift-testing-expectation"
}
],
"manifest_display_name" : "Spezi",
"name" : "Spezi",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "maccatalyst",
"version" : "17.0"
}
],
"products" : [
{
"name" : "Spezi",
"targets" : [
"Spezi"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SpeziTesting",
"targets" : [
"SpeziTesting"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "XCTSpezi",
"targets" : [
"XCTSpezi"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "XCTSpezi",
"module_type" : "SwiftTarget",
"name" : "XCTSpezi",
"path" : "Sources/XCTSpezi",
"product_memberships" : [
"XCTSpezi"
],
"sources" : [
"Exports.swift"
],
"target_dependencies" : [
"Spezi",
"SpeziTesting"
],
"type" : "library"
},
{
"c99name" : "SpeziTests",
"module_type" : "SwiftTarget",
"name" : "SpeziTests",
"path" : "Tests/SpeziTests",
"product_dependencies" : [
"RuntimeAssertionsTesting",
"TestingExpectation"
],
"sources" : [
"CapabilityTests/LifecycleTests.swift",
"CapabilityTests/ModuleCommunicationTests.swift",
"CapabilityTests/NotificationsTests.swift",
"CapabilityTests/ViewModifierTests.swift",
"DependenciesTests/DependencyBuilderTests.swift",
"DependenciesTests/DependencyContextTests.swift",
"DependenciesTests/DependencyManager+OneShot.swift",
"DependenciesTests/DependencyTests.swift",
"DependenciesTests/DynamicDependenciesTests.swift",
"ModuleTests/ModuleBuilderTests.swift",
"ModuleTests/ModuleRetrievalTests.swift",
"ModuleTests/ModuleTests.swift",
"Shared/Array+MockModule.swift",
"Shared/MockStandard.swift",
"Shared/TestApplicationDelegate.swift",
"Shared/TestExpectations.swift",
"Shared/TestModule.swift",
"StandardTests/StandardConstraintTests.swift",
"StandardTests/StandardInjectionTests.swift",
"StandardTests/StandardUnfulfilledConstraintTests.swift"
],
"target_dependencies" : [
"Spezi",
"SpeziTesting"
],
"type" : "test"
},
{
"c99name" : "SpeziTesting",
"module_type" : "SwiftTarget",
"name" : "SpeziTesting",
"path" : "Sources/SpeziTesting",
"product_memberships" : [
"SpeziTesting",
"XCTSpezi"
],
"sources" : [
"DependencyResolution.swift"
],
"target_dependencies" : [
"Spezi"
],
"type" : "library"
},
{
"c99name" : "Spezi",
"module_type" : "SwiftTarget",
"name" : "Spezi",
"path" : "Sources/Spezi",
"product_dependencies" : [
"SpeziFoundation",
"RuntimeAssertions",
"OrderedCollections"
],
"product_memberships" : [
"Spezi",
"SpeziTesting",
"XCTSpezi"
],
"sources" : [
"Capabilities/ApplicationPropertyWrapper.swift",
"Capabilities/Communication/CollectPropertyWrapper.swift",
"Capabilities/Communication/CollectedModuleValues.swift",
"Capabilities/Communication/ProvidePropertyWrapper.swift",
"Capabilities/Communication/StorageValueCollector.swift",
"Capabilities/Communication/StorageValueProvider.swift",
"Capabilities/Lifecycle/LifecycleHandler.swift",
"Capabilities/Lifecycle/ServiceModule.swift",
"Capabilities/Observable/EnvironmentAccessible.swift",
"Capabilities/Observable/ModelModifier.swift",
"Capabilities/Observable/ModelPropertyWrapper.swift",
"Capabilities/ViewModifier/ModifierPropertyWrapper.swift",
"Capabilities/ViewModifier/ViewModifierProvider.swift",
"Configuration/Configuration.swift",
"Dependencies/DefaultInitializable.swift",
"Dependencies/DependencyManager.swift",
"Dependencies/DependencyManagerError.swift",
"Dependencies/Module+DependencyRelation.swift",
"Dependencies/Property/DependencyBuilder.swift",
"Dependencies/Property/DependencyCollection.swift",
"Dependencies/Property/DependencyCollectionBuilder.swift",
"Dependencies/Property/DependencyContext.swift",
"Dependencies/Property/DependencyDeclaration.swift",
"Dependencies/Property/DependencyPropertyWrapper.swift",
"Dependencies/Property/Module+Dependencies.swift",
"Dependencies/Wrapper/DependencyReference.swift",
"Dependencies/Wrapper/ModuleReference.swift",
"Module/Module.swift",
"Module/ModuleBuilder.swift",
"Module/ModuleCollection.swift",
"Module/ModuleOwnership.swift",
"Notifications/BackgroundFetchResult.swift",
"Notifications/NotificationHandler.swift",
"Notifications/NotificationTokenHandler.swift",
"Notifications/RemoteNotificationRegistrationSupport.swift",
"Notifications/Spezi+RegisterRemoteNotificationsAction.swift",
"Notifications/Spezi+UnregisterRemoteNotifications.swift",
"Notifications/SpeziNotificationCenterDelegate.swift",
"Spezi/KnowledgeSources/ImplicitlyCreatedModulesKey.swift",
"Spezi/KnowledgeSources/LaunchOptionsKey.swift",
"Spezi/KnowledgeSources/SpeziAnchor.swift",
"Spezi/KnowledgeSources/SpeziStorage.swift",
"Spezi/KnowledgeSources/StoredModulesKey.swift",
"Spezi/ModuleDescription.swift",
"Spezi/ServiceModuleGroup.swift",
"Spezi/Spezi+Logger.swift",
"Spezi/Spezi+Preview.swift",
"Spezi/Spezi+Spezi.swift",
"Spezi/Spezi.swift",
"Spezi/SpeziAppDelegate.swift",
"Spezi/SpeziModuleError.swift",
"Spezi/SpeziPropertyWrapper.swift",
"Spezi/SpeziSceneDelegate.swift",
"Spezi/View+Spezi.swift",
"Standard/DefaultStandard.swift",
"Standard/Module+Standard.swift",
"Standard/Standard.swift",
"Standard/StandardPropertyWrapper.swift",
"Utilities/Application+TypeAlias.swift",
"Utilities/ApplicationDelegate.swift",
"Utilities/ApplicationDelegateAdaptor.swift",
"Utilities/DynamicReference.swift",
"Utilities/Module+Properties.swift",
"Utilities/ProcessInfo+PreviewSimulator.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/18] Write sources
[2/18] Copying Localizable.xcstrings
[2/18] Copying Localizable.xcstrings.license
[2/18] Write sources
[2/18] Copying Info.plist
[2/18] Write sources
[14/18] Compiling _NumericsShims _NumericsShims.c
[15/18] Write swift-version-2F0A5646E1D333AE.txt
[16/18] Compiling _AtomicsShims.c
[18/82] Emitting module InternalCollectionsUtilities
[19/83] Compiling Atomics DoubleWord.swift
[20/83] Compiling Atomics ManagedAtomic.swift
[21/83] Compiling RealModule RealFunctions.swift
[22/84] Compiling Atomics PointerConformances.swift
[23/84] Compiling Atomics Primitives.native.swift
[24/84] Compiling Atomics AtomicValue.swift
[25/84] Compiling Atomics AtomicMemoryOrderings.swift
[26/84] Compiling RealModule ElementaryFunctions.swift
[27/84] Compiling RealModule Float80+Real.swift
[28/84] Compiling RealModule Real.swift
[29/84] Compiling RealModule AugmentedArithmetic.swift
[30/84] Compiling RealModule Double+Real.swift
[31/84] Compiling Atomics OptionalRawRepresentable.swift
[32/84] Compiling Atomics RawRepresentable.swift
[33/84] Emitting module RealModule
[34/84] Compiling RealModule RelaxedArithmetic.swift
[35/84] Compiling RealModule Float+Real.swift
[36/84] Compiling RealModule Float16+Real.swift
[37/84] Compiling Atomics UnsafeAtomicLazyReference.swift
[38/84] Compiling Atomics IntegerOperations.swift
[39/84] Compiling Atomics AtomicBool.swift
[40/84] Compiling Atomics IntegerConformances.swift
[43/84] Compiling Atomics ManagedAtomicLazyReference.swift
[44/84] Compiling Atomics UnsafeAtomic.swift
[49/111] Compiling Algorithms FlattenCollection.swift
[50/111] Compiling Algorithms AdjacentPairs.swift
[51/111] Compiling Atomics Unmanaged extensions.swift
[52/111] Compiling Algorithms EitherSequence.swift
[53/111] Compiling Algorithms FirstNonNil.swift
[54/111] Compiling Algorithms Chain.swift
[55/111] Compiling Algorithms Chunked.swift
[56/111] Compiling Algorithms RandomSample.swift
[57/111] Compiling Algorithms Reductions.swift
[62/111] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[63/111] Compiling Algorithms Trim.swift
[64/111] Compiling Algorithms Grouped.swift
[64/167] Compiling SpeziFoundationObjC ObjCExceptionHandling.m
[66/167] Compiling Logging LogEvent.swift
[67/167] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[68/167] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[69/167] Emitting module Atomics
[70/167] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[71/167] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[72/167] Compiling Logging MetadataProvider.swift
[73/167] Compiling Logging LogHandler.swift
[74/167] Emitting module Logging
[75/167] Compiling Logging Locks.swift
[76/167] Compiling Logging Logging.swift
[77/167] Compiling OrderedCollections _HashTable+Bucket.swift
[78/167] Compiling OrderedCollections _HashTable+BucketIterator.swift
[79/167] Compiling OrderedCollections _HashTable+Constants.swift
[80/167] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[81/167] Compiling OrderedCollections _HashTable+Testing.swift
[82/167] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[83/167] Compiling OrderedCollections _HashTable.swift
[84/167] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[85/167] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[86/167] Compiling OrderedCollections OrderedSet+Sendable.swift
[87/169] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[88/169] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[89/169] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[90/169] Compiling OrderedCollections OrderedDictionary+Elements.swift
[91/169] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[92/169] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[93/169] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[94/169] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[95/169] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[96/169] Compiling OrderedCollections _Hashtable+Header.swift
[97/169] Compiling OrderedCollections OrderedDictionary+Codable.swift
[98/169] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[99/169] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[100/169] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[101/169] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[102/169] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[103/169] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[104/169] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[105/169] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[106/169] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[107/169] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[108/175] Compiling OrderedCollections OrderedSet+Hashable.swift
[109/175] Compiling OrderedCollections OrderedSet+Initializers.swift
[110/175] Compiling OrderedCollections OrderedSet+Insertions.swift
[111/175] Compiling OrderedCollections OrderedSet+Invariants.swift
[112/175] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[113/175] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[114/175] Compiling Algorithms Unique.swift
[115/175] Compiling Algorithms Windows.swift
[128/175] Compiling OrderedCollections OrderedSet+Codable.swift
[129/175] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[130/175] Compiling OrderedCollections OrderedSet+Descriptions.swift
[131/175] Compiling OrderedCollections OrderedSet+Diffing.swift
[132/175] Compiling OrderedCollections OrderedSet+Equatable.swift
[133/175] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[138/175] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[139/175] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[142/175] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[143/175] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[144/175] Compiling OrderedCollections OrderedDictionary+Values.swift
[145/175] Compiling OrderedCollections OrderedDictionary.swift
[153/175] Compiling OrderedCollections OrderedSet+SubSequence.swift
[154/175] Compiling OrderedCollections OrderedSet+Testing.swift
[155/175] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[156/175] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[157/175] Compiling OrderedCollections OrderedSet.swift
[158/175] Compiling OrderedCollections _UnsafeBitset.swift
[159/175] Emitting module OrderedCollections
[163/175] Emitting module Algorithms
[167/175] Compiling RuntimeAssertions RuntimePrecondition.swift
[168/175] Compiling RuntimeAssertions NeverReturn.swift
[169/175] Compiling RuntimeAssertions DebugOnly.swift
[170/175] Compiling RuntimeAssertions Assert.swift
[171/175] Emitting module RuntimeAssertions
[172/175] Compiling RuntimeAssertions Counter.swift
[173/175] Compiling RuntimeAssertions RuntimeAssertion.swift
[174/175] Compiling RuntimeAssertions Precondition.swift
[175/175] Compiling RuntimeAssertions RuntimeAssertionInjection.swift
[176/233] Compiling SpeziFoundation RepositoryValue.swift
[177/233] Compiling SpeziFoundation SendableValueRepository.swift
[178/233] Compiling SpeziFoundation ValueRepository.swift
[179/233] Compiling SpeziFoundation ComputedKnowledgeSource.swift
[180/233] Compiling SpeziFoundation DefaultProvidingKnowledgeSource.swift
[181/233] Compiling SpeziFoundation KnowledgeSource.swift
[182/239] Compiling SpeziFoundation String.swift
[183/239] Compiling SpeziFoundation TimeoutError.swift
[184/239] Compiling SpeziFoundation TopLevelDecoder.swift
[185/239] Compiling SpeziFoundation TopLevelEncoder.swift
[186/239] Compiling SpeziFoundation Version.swift
[187/239] Compiling SpeziFoundation RuntimeConfig.swift
[188/239] Compiling SpeziFoundation ArrayBuilder.swift
[189/239] Compiling SpeziFoundation RangeReplaceableCollectionBuilder.swift
[190/239] Compiling SpeziFoundation SetBuilder.swift
[191/239] Compiling SpeziFoundation CompressionAlgorithm.swift
[192/239] Compiling SpeziFoundation Zlib.swift
[193/239] Compiling SpeziFoundation AnyAsyncIterator.swift
[194/239] Compiling SpeziFoundation AnyAsyncSequence.swift
[195/239] Compiling SpeziFoundation AsyncSemaphore.swift
[196/239] Compiling SpeziFoundation DiscardTaskGroup+CancellableTask.swift
[197/239] Compiling SpeziFoundation MainActorExecution.swift
[198/239] Compiling SpeziFoundation ManagedAsynchronousAccess.swift
[199/239] Compiling SpeziFoundation ManagedTaskQueue.swift
[200/239] Compiling SpeziFoundation AtomicPThread.swift
[201/239] Compiling SpeziFoundation RWLock.swift
[202/239] Compiling SpeziFoundation OptionalComputedKnowledgeSource.swift
[203/239] Compiling SpeziFoundation SomeComputedKnowledgeSource.swift
[204/239] Compiling SpeziFoundation RepositoryAnchor.swift
[205/239] Compiling SpeziFoundation SendableSharedRepository.swift
[206/239] Compiling SpeziFoundation SharedRepository.swift
[207/239] Compiling SpeziFoundation resource_bundle_accessor.swift
[208/239] Compiling SpeziFoundation RuntimeEnvironment.swift
[209/239] Compiling SpeziFoundation SendableMetatype.swift
[210/239] Compiling SpeziFoundation SequenceExtensions+Deprecations.swift
[211/239] Compiling SpeziFoundation SequenceExtensions.swift
[212/239] Compiling SpeziFoundation Sorting.swift
[213/239] Compiling SpeziFoundation StaticString+Hashable.swift
[214/239] Compiling SpeziFoundation MarkdownDocument+Metadata.swift
[215/239] Compiling SpeziFoundation MarkdownDocument+Parser.swift
[216/239] Compiling SpeziFoundation MarkdownDocument+Sections.swift
[217/239] Compiling SpeziFoundation MarkdownDocument.swift
[218/239] Compiling SpeziFoundation AnyArray.swift
[219/239] Compiling SpeziFoundation AnyOptional.swift
[220/239] Compiling SpeziFoundation BidirectionalCollection.swift
[221/239] Compiling SpeziFoundation BinarySearch.swift
[222/239] Compiling SpeziFoundation Calendar.swift
[223/239] Compiling SpeziFoundation DataDescriptor.swift
[224/239] Compiling SpeziFoundation Duration.swift
[225/239] Compiling SpeziFoundation FileManager.swift
[226/239] Compiling SpeziFoundation FormatStyle.swift
[227/239] Compiling SpeziFoundation KeyValuePairs.swift
[228/239] Compiling SpeziFoundation Logger.swift
[229/239] Compiling SpeziFoundation ObjCExceptionHandling.swift
[230/239] Compiling SpeziFoundation OrderedArray.swift
[231/239] Compiling SpeziFoundation Other.swift
[232/239] Compiling SpeziFoundation RecursiveRWLock.swift
[233/239] Compiling SpeziFoundation _PThreadReadWriteLockProtocol.swift
[234/239] Compiling SpeziFoundation HasDirectUserDefaultsSupport.swift
[235/239] Compiling SpeziFoundation LocalPreference.swift
[236/239] Compiling SpeziFoundation LocalPreferenceKey.swift
[237/239] Compiling SpeziFoundation LocalPreferencesStore.swift
[238/239] Compiling SpeziFoundation Migrations.swift
[239/239] Emitting module SpeziFoundation
[240/298] Compiling Spezi SpeziSceneDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[241/298] Compiling Spezi View+Spezi.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[242/298] Compiling Spezi DefaultStandard.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[243/298] Compiling Spezi Module+Standard.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[244/298] Compiling Spezi Standard.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[245/298] Compiling Spezi StandardPropertyWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: 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/304] Compiling Spezi ApplicationPropertyWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[247/304] Compiling Spezi CollectPropertyWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[248/304] Compiling Spezi CollectedModuleValues.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: 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 ProvidePropertyWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: 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 StorageValueCollector.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: 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 StorageValueProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: 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 LifecycleHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: 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 DependencyContext.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: 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 DependencyDeclaration.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: 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 DependencyPropertyWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[256/304] Compiling Spezi Module+Dependencies.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[257/304] Compiling Spezi DependencyReference.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[258/304] Compiling Spezi ModuleReference.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[259/304] Compiling Spezi Module.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[260/304] Compiling Spezi DefaultInitializable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[261/304] Compiling Spezi DependencyManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[262/304] Compiling Spezi DependencyManagerError.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[263/304] Compiling Spezi Module+DependencyRelation.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[264/304] Compiling Spezi DependencyBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[265/304] Compiling Spezi DependencyCollection.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[266/304] Compiling Spezi DependencyCollectionBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[267/304] Compiling Spezi SpeziAnchor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[268/304] Compiling Spezi SpeziStorage.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[269/304] Compiling Spezi StoredModulesKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[270/304] Compiling Spezi ModuleDescription.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[271/304] Compiling Spezi ServiceModuleGroup.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[272/304] Compiling Spezi Spezi+Logger.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[273/304] Compiling Spezi ServiceModule.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[274/304] Compiling Spezi EnvironmentAccessible.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[275/304] Compiling Spezi ModelModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[276/304] Compiling Spezi ModelPropertyWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[277/304] Compiling Spezi ModifierPropertyWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[278/304] Compiling Spezi ViewModifierProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[279/304] Compiling Spezi Configuration.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[280/304] Compiling Spezi Application+TypeAlias.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[281/304] Compiling Spezi ApplicationDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[282/304] Compiling Spezi ApplicationDelegateAdaptor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[283/304] Compiling Spezi DynamicReference.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[284/304] Compiling Spezi Module+Properties.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[285/304] Compiling Spezi ProcessInfo+PreviewSimulator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: 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)
[286/304] Emitting module Spezi
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Spezi/Spezi.swift:103:5: warning: 'nonisolated(unsafe)' has no effect on property 'storage', consider using 'nonisolated'
101 | ///
102 | /// Every `Module` automatically conforms to `KnowledgeSource` and is stored within this storage object.
103 | nonisolated(unsafe) var storage: SpeziStorage // nonisolated, writes are all isolated to @MainActor, just reads are non-isolated
| `- warning: 'nonisolated(unsafe)' has no effect on property 'storage', consider using 'nonisolated'
104 |
105 | #if canImport(SwiftUI)
[287/304] Compiling Spezi ModuleBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[288/304] Compiling Spezi ModuleCollection.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[289/304] Compiling Spezi ModuleOwnership.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[290/304] Compiling Spezi BackgroundFetchResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[291/304] Compiling Spezi NotificationHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: 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/304] Compiling Spezi NotificationTokenHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[293/304] Compiling Spezi Spezi+Preview.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Spezi/Spezi.swift:103:5: warning: 'nonisolated(unsafe)' has no effect on property 'storage', consider using 'nonisolated'
101 | ///
102 | /// Every `Module` automatically conforms to `KnowledgeSource` and is stored within this storage object.
103 | nonisolated(unsafe) var storage: SpeziStorage // nonisolated, writes are all isolated to @MainActor, just reads are non-isolated
| `- warning: 'nonisolated(unsafe)' has no effect on property 'storage', consider using 'nonisolated'
104 |
105 | #if canImport(SwiftUI)
[294/304] Compiling Spezi Spezi+Spezi.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Spezi/Spezi.swift:103:5: warning: 'nonisolated(unsafe)' has no effect on property 'storage', consider using 'nonisolated'
101 | ///
102 | /// Every `Module` automatically conforms to `KnowledgeSource` and is stored within this storage object.
103 | nonisolated(unsafe) var storage: SpeziStorage // nonisolated, writes are all isolated to @MainActor, just reads are non-isolated
| `- warning: 'nonisolated(unsafe)' has no effect on property 'storage', consider using 'nonisolated'
104 |
105 | #if canImport(SwiftUI)
[295/304] Compiling Spezi Spezi.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Spezi/Spezi.swift:103:5: warning: 'nonisolated(unsafe)' has no effect on property 'storage', consider using 'nonisolated'
101 | ///
102 | /// Every `Module` automatically conforms to `KnowledgeSource` and is stored within this storage object.
103 | nonisolated(unsafe) var storage: SpeziStorage // nonisolated, writes are all isolated to @MainActor, just reads are non-isolated
| `- warning: 'nonisolated(unsafe)' has no effect on property 'storage', consider using 'nonisolated'
104 |
105 | #if canImport(SwiftUI)
[296/304] Compiling Spezi SpeziAppDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Spezi/Spezi.swift:103:5: warning: 'nonisolated(unsafe)' has no effect on property 'storage', consider using 'nonisolated'
101 | ///
102 | /// Every `Module` automatically conforms to `KnowledgeSource` and is stored within this storage object.
103 | nonisolated(unsafe) var storage: SpeziStorage // nonisolated, writes are all isolated to @MainActor, just reads are non-isolated
| `- warning: 'nonisolated(unsafe)' has no effect on property 'storage', consider using 'nonisolated'
104 |
105 | #if canImport(SwiftUI)
[297/304] Compiling Spezi SpeziModuleError.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Spezi/Spezi.swift:103:5: warning: 'nonisolated(unsafe)' has no effect on property 'storage', consider using 'nonisolated'
101 | ///
102 | /// Every `Module` automatically conforms to `KnowledgeSource` and is stored within this storage object.
103 | nonisolated(unsafe) var storage: SpeziStorage // nonisolated, writes are all isolated to @MainActor, just reads are non-isolated
| `- warning: 'nonisolated(unsafe)' has no effect on property 'storage', consider using 'nonisolated'
104 |
105 | #if canImport(SwiftUI)
[298/304] Compiling Spezi SpeziPropertyWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Spezi/Spezi.swift:103:5: warning: 'nonisolated(unsafe)' has no effect on property 'storage', consider using 'nonisolated'
101 | ///
102 | /// Every `Module` automatically conforms to `KnowledgeSource` and is stored within this storage object.
103 | nonisolated(unsafe) var storage: SpeziStorage // nonisolated, writes are all isolated to @MainActor, just reads are non-isolated
| `- warning: 'nonisolated(unsafe)' has no effect on property 'storage', consider using 'nonisolated'
104 |
105 | #if canImport(SwiftUI)
[299/304] Compiling Spezi RemoteNotificationRegistrationSupport.swift
[300/304] Compiling Spezi Spezi+RegisterRemoteNotificationsAction.swift
[301/304] Compiling Spezi Spezi+UnregisterRemoteNotifications.swift
[302/304] Compiling Spezi SpeziNotificationCenterDelegate.swift
[303/304] Compiling Spezi ImplicitlyCreatedModulesKey.swift
[304/304] Compiling Spezi LaunchOptionsKey.swift
Fetching https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Fetching https://github.com/StanfordSpezi/SpeziFoundation.git
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/dfed/swift-testing-expectation
[7/338] Fetching swift-testing-expectation
[150/1073] Fetching swift-testing-expectation, xctruntimeassertions
[231/4099] Fetching swift-testing-expectation, xctruntimeassertions, spezifoundation
Fetched https://github.com/StanfordSpezi/SpeziFoundation.git from cache (0.98s)
Fetched https://github.com/StanfordBDHG/XCTRuntimeAssertions.git from cache (0.98s)
Fetched https://github.com/dfed/swift-testing-expectation from cache (1.51s)
Fetched https://github.com/apple/swift-collections.git from cache (1.56s)
Computing version for https://github.com/dfed/swift-testing-expectation
Computed https://github.com/dfed/swift-testing-expectation at 0.1.4 (2.06s)
Computing version for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 2.2.0 (0.61s)
Computing version for https://github.com/StanfordSpezi/SpeziFoundation.git
Computed https://github.com/StanfordSpezi/SpeziFoundation.git at 2.7.6 (0.66s)
Fetching https://github.com/StanfordBDHG/zstd.git
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/StanfordBDHG/ThreadLocal.git
Fetching https://github.com/apple/swift-log from cache
[1/63157] Fetching zstd
[2/63340] Fetching zstd, threadlocal
Fetched https://github.com/apple/swift-log from cache (1.16s)
Fetched https://github.com/StanfordBDHG/zstd.git from cache (4.92s)
Fetched https://github.com/StanfordBDHG/ThreadLocal.git from cache (4.92s)
Fetched https://github.com/apple/swift-atomics.git from cache (4.93s)
Fetched https://github.com/apple/swift-algorithms.git from cache (4.93s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (7.53s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.75s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.25s)
Computing version for https://github.com/StanfordBDHG/ThreadLocal.git
Computed https://github.com/dfed/swift-testing-expectation at 0.1.4 (0.00s)
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 2.2.0 (0.00s)
Computed https://github.com/StanfordSpezi/SpeziFoundation.git at 2.6.0 (0.65s)
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.48s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.64s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.12.0 (0.51s)
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.12.0
Creating working copy for https://github.com/StanfordSpezi/SpeziFoundation.git
Working copy of https://github.com/StanfordSpezi/SpeziFoundation.git resolved at 2.6.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Working copy of https://github.com/StanfordBDHG/XCTRuntimeAssertions.git resolved at 2.2.0
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/dfed/swift-testing-expectation
Working copy of https://github.com/dfed/swift-testing-expectation resolved at 0.1.4
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/65] Compiling RealModule RealFunctions.swift
[3/66] Compiling Atomics UnsafeAtomicLazyReference.swift
[4/66] Compiling Atomics IntegerOperations.swift
[5/67] Compiling Atomics AtomicInteger.swift
[6/67] Compiling Atomics AtomicOptionalWrappable.swift
[7/67] Compiling Atomics OptionalRawRepresentable.swift
[8/67] Compiling Atomics RawRepresentable.swift
[9/67] Compiling RealModule Float80+Real.swift
[10/67] Compiling RealModule Real.swift
[11/67] Compiling RealModule RelaxedArithmetic.swift
[12/67] Compiling Atomics PointerConformances.swift
[13/67] Compiling Atomics Primitives.native.swift
[14/67] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[15/67] Compiling RealModule AugmentedArithmetic.swift
[16/67] Compiling RealModule Double+Real.swift
[17/67] Compiling RealModule Float16+Real.swift
[18/67] Compiling Logging LogHandler.swift
[19/67] Compiling Logging MetadataProvider.swift
[20/67] Compiling RealModule ElementaryFunctions.swift
[21/67] Compiling RealModule Float+Real.swift
[22/67] Compiling Atomics AtomicValue.swift
[23/67] Compiling Atomics AtomicMemoryOrderings.swift
[24/67] Compiling Atomics DoubleWord.swift
[25/67] Compiling Atomics ManagedAtomic.swift
[28/68] Compiling Atomics ManagedAtomicLazyReference.swift
[29/68] Compiling Atomics UnsafeAtomic.swift
[34/68] Compiling Atomics AtomicBool.swift
[35/68] Compiling Atomics IntegerConformances.swift
[36/68] Emitting module RealModule
[37/68] Compiling RuntimeAssertions RuntimeAssertionInjection.swift
[38/68] Compiling RuntimeAssertions RuntimeAssertion.swift
[39/68] Compiling RuntimeAssertions Precondition.swift
[40/68] Compiling RuntimeAssertions DebugOnly.swift
[41/68] Compiling RuntimeAssertions NeverReturn.swift
[42/68] Compiling RuntimeAssertions Assert.swift
[43/68] Compiling RuntimeAssertions Counter.swift
[44/68] Emitting module RuntimeAssertions
[45/68] Compiling RuntimeAssertions RuntimePrecondition.swift
[46/68] Compiling Atomics Unmanaged extensions.swift
[49/68] Compiling Atomics AtomicReference.swift
[50/68] Compiling Atomics AtomicStorage.swift
[57/68] Emitting module InternalCollectionsUtilities
[60/109] Compiling Logging LogEvent.swift
[61/109] Emitting module Logging
[62/114] Compiling Logging Locks.swift
[63/114] Compiling Logging Logging.swift
[64/150] Compiling OrderedCollections OrderedSet+Equatable.swift
[65/150] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[66/152] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[67/152] Compiling OrderedCollections OrderedSet+Descriptions.swift
[68/152] Compiling OrderedCollections OrderedSet+Diffing.swift
[69/152] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[70/152] Compiling OrderedCollections _HashTable+Testing.swift
[71/152] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[72/152] Compiling OrderedCollections _HashTable+Constants.swift
[76/152] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[77/152] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[78/152] Compiling OrderedCollections OrderedSet+Codable.swift
[79/152] Compiling OrderedCollections OrderedSet+Sendable.swift
[80/152] Compiling OrderedCollections OrderedSet+Hashable.swift
[81/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[82/152] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[83/152] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[84/152] Compiling OrderedCollections _HashTable.swift
[85/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[86/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[87/152] Compiling OrderedCollections OrderedSet+Initializers.swift
[88/152] Compiling OrderedCollections OrderedSet+Insertions.swift
[89/152] Compiling OrderedCollections OrderedSet+Invariants.swift
[90/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[91/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[92/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[93/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[94/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[95/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[96/152] Compiling Algorithms Unique.swift
[97/152] Compiling Algorithms Windows.swift
[98/152] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[99/152] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[100/152] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[101/152] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[108/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[109/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[110/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[111/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[112/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[113/152] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[114/152] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[115/152] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[116/152] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[117/152] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[118/152] Compiling OrderedCollections OrderedDictionary+Values.swift
[119/152] Compiling OrderedCollections OrderedDictionary.swift
[120/152] Compiling OrderedCollections _Hashtable+Header.swift
[121/152] Compiling OrderedCollections OrderedDictionary+Codable.swift
[122/152] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[123/152] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[124/152] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[125/152] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[126/158] Compiling OrderedCollections _HashTable+Bucket.swift
[127/158] Compiling OrderedCollections _HashTable+BucketIterator.swift
[143/158] Emitting module Atomics
[151/158] Compiling OrderedCollections OrderedSet+SubSequence.swift
[152/158] Compiling OrderedCollections OrderedSet+Testing.swift
[153/158] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[154/158] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[155/158] Compiling OrderedCollections OrderedSet.swift
[156/158] Compiling OrderedCollections _UnsafeBitset.swift
[157/158] Emitting module OrderedCollections
[158/158] Emitting module Algorithms
[159/216] Compiling SpeziFoundation RepositoryValue.swift
[160/216] Compiling SpeziFoundation SendableValueRepository.swift
[161/216] Compiling SpeziFoundation ValueRepository.swift
[162/216] Compiling SpeziFoundation ComputedKnowledgeSource.swift
[163/216] Compiling SpeziFoundation DefaultProvidingKnowledgeSource.swift
[164/216] Compiling SpeziFoundation KnowledgeSource.swift
[165/216] Compiling SpeziFoundation RuntimeEnvironment.swift
[166/216] Compiling SpeziFoundation SendableMetatype.swift
[167/216] Compiling SpeziFoundation SequenceExtensions+Deprecations.swift
[168/216] Compiling SpeziFoundation SequenceExtensions.swift
[169/216] Compiling SpeziFoundation Sorting.swift
[170/216] Compiling SpeziFoundation StaticString+Hashable.swift
[171/222] Compiling SpeziFoundation FormatStyle.swift
[172/222] Compiling SpeziFoundation KeyValuePairs.swift
[173/222] Compiling SpeziFoundation Logger.swift
[174/222] Compiling SpeziFoundation ObjCExceptionHandling.swift
[175/222] Compiling SpeziFoundation OrderedArray.swift
[176/222] Compiling SpeziFoundation Other.swift
[177/222] Compiling SpeziFoundation ArrayBuilder.swift
[178/222] Compiling SpeziFoundation RangeReplaceableCollectionBuilder.swift
[179/222] Compiling SpeziFoundation SetBuilder.swift
[180/222] Compiling SpeziFoundation CompressionAlgorithm.swift
[181/222] Compiling SpeziFoundation Zlib.swift
[182/222] Compiling SpeziFoundation AnyAsyncIterator.swift
[183/222] Compiling SpeziFoundation AnyAsyncSequence.swift
[184/222] Compiling SpeziFoundation String.swift
[185/222] Compiling SpeziFoundation TimeoutError.swift
[186/222] Compiling SpeziFoundation TopLevelDecoder.swift
[187/222] Compiling SpeziFoundation TopLevelEncoder.swift
[188/222] Compiling SpeziFoundation Version.swift
[189/222] Compiling SpeziFoundation RuntimeConfig.swift
[190/222] Compiling SpeziFoundation AsyncSemaphore.swift
[191/222] Compiling SpeziFoundation DiscardTaskGroup+CancellableTask.swift
[192/222] Compiling SpeziFoundation MainActorExecution.swift
[193/222] Compiling SpeziFoundation ManagedAsynchronousAccess.swift
[194/222] Compiling SpeziFoundation ManagedTaskQueue.swift
[195/222] Compiling SpeziFoundation AtomicPThread.swift
[196/222] Compiling SpeziFoundation RWLock.swift
[197/222] Compiling SpeziFoundation MarkdownDocument+Metadata.swift
[198/222] Compiling SpeziFoundation MarkdownDocument+Parser.swift
[199/222] Compiling SpeziFoundation MarkdownDocument+Sections.swift
[200/222] Compiling SpeziFoundation MarkdownDocument.swift
[201/222] Compiling SpeziFoundation AnyArray.swift
[202/222] Compiling SpeziFoundation AnyOptional.swift
[203/222] Compiling SpeziFoundation OptionalComputedKnowledgeSource.swift
[204/222] Compiling SpeziFoundation SomeComputedKnowledgeSource.swift
[205/222] Compiling SpeziFoundation RepositoryAnchor.swift
[206/222] Compiling SpeziFoundation SendableSharedRepository.swift
[207/222] Compiling SpeziFoundation SharedRepository.swift
[208/222] Compiling SpeziFoundation resource_bundle_accessor.swift
[209/222] Compiling SpeziFoundation RecursiveRWLock.swift
[210/222] Compiling SpeziFoundation _PThreadReadWriteLockProtocol.swift
[211/222] Compiling SpeziFoundation HasDirectUserDefaultsSupport.swift
[212/222] Compiling SpeziFoundation LocalPreference.swift
[213/222] Compiling SpeziFoundation LocalPreferenceKey.swift
[214/222] Compiling SpeziFoundation LocalPreferencesStore.swift
[215/222] Compiling SpeziFoundation Migrations.swift
[216/222] Compiling SpeziFoundation BidirectionalCollection.swift
[217/222] Compiling SpeziFoundation BinarySearch.swift
[218/222] Compiling SpeziFoundation Calendar.swift
[219/222] Compiling SpeziFoundation DataDescriptor.swift
[220/222] Compiling SpeziFoundation Duration.swift
[221/222] Compiling SpeziFoundation FileManager.swift
[222/222] Emitting module SpeziFoundation
[223/281] Compiling Spezi ApplicationPropertyWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[224/281] Compiling Spezi CollectPropertyWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[225/281] Compiling Spezi CollectedModuleValues.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[226/281] Compiling Spezi ProvidePropertyWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[227/281] Compiling Spezi StorageValueCollector.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[228/281] Compiling Spezi StorageValueProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[229/281] Compiling Spezi LifecycleHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[230/281] Compiling Spezi SpeziSceneDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[231/281] Compiling Spezi View+Spezi.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: 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/281] Compiling Spezi DefaultStandard.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: 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/281] Compiling Spezi Module+Standard.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: 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/281] Compiling Spezi Standard.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: 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/281] Compiling Spezi StandardPropertyWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: 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 DefaultInitializable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: 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 DependencyManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: 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 DependencyManagerError.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[239/287] Compiling Spezi Module+DependencyRelation.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[240/287] Compiling Spezi DependencyBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[241/287] Compiling Spezi DependencyCollection.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[242/287] Compiling Spezi DependencyCollectionBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[243/287] Compiling Spezi Application+TypeAlias.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[244/287] Compiling Spezi ApplicationDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[245/287] Compiling Spezi ApplicationDelegateAdaptor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[246/287] Compiling Spezi DynamicReference.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[247/287] Compiling Spezi Module+Properties.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[248/287] Compiling Spezi ProcessInfo+PreviewSimulator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: 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)
[249/287] Emitting module Spezi
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Spezi/Spezi.swift:103:5: warning: 'nonisolated(unsafe)' has no effect on property 'storage', consider using 'nonisolated'
101 | ///
102 | /// Every `Module` automatically conforms to `KnowledgeSource` and is stored within this storage object.
103 | nonisolated(unsafe) var storage: SpeziStorage // nonisolated, writes are all isolated to @MainActor, just reads are non-isolated
| `- warning: 'nonisolated(unsafe)' has no effect on property 'storage', consider using 'nonisolated'
104 |
105 | #if canImport(SwiftUI)
[250/287] Compiling Spezi Spezi+Preview.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Spezi/Spezi.swift:103:5: warning: 'nonisolated(unsafe)' has no effect on property 'storage', consider using 'nonisolated'
101 | ///
102 | /// Every `Module` automatically conforms to `KnowledgeSource` and is stored within this storage object.
103 | nonisolated(unsafe) var storage: SpeziStorage // nonisolated, writes are all isolated to @MainActor, just reads are non-isolated
| `- warning: 'nonisolated(unsafe)' has no effect on property 'storage', consider using 'nonisolated'
104 |
105 | #if canImport(SwiftUI)
[251/287] Compiling Spezi Spezi+Spezi.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Spezi/Spezi.swift:103:5: warning: 'nonisolated(unsafe)' has no effect on property 'storage', consider using 'nonisolated'
101 | ///
102 | /// Every `Module` automatically conforms to `KnowledgeSource` and is stored within this storage object.
103 | nonisolated(unsafe) var storage: SpeziStorage // nonisolated, writes are all isolated to @MainActor, just reads are non-isolated
| `- warning: 'nonisolated(unsafe)' has no effect on property 'storage', consider using 'nonisolated'
104 |
105 | #if canImport(SwiftUI)
[252/287] Compiling Spezi Spezi.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Spezi/Spezi.swift:103:5: warning: 'nonisolated(unsafe)' has no effect on property 'storage', consider using 'nonisolated'
101 | ///
102 | /// Every `Module` automatically conforms to `KnowledgeSource` and is stored within this storage object.
103 | nonisolated(unsafe) var storage: SpeziStorage // nonisolated, writes are all isolated to @MainActor, just reads are non-isolated
| `- warning: 'nonisolated(unsafe)' has no effect on property 'storage', consider using 'nonisolated'
104 |
105 | #if canImport(SwiftUI)
[253/287] Compiling Spezi SpeziAppDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Spezi/Spezi.swift:103:5: warning: 'nonisolated(unsafe)' has no effect on property 'storage', consider using 'nonisolated'
101 | ///
102 | /// Every `Module` automatically conforms to `KnowledgeSource` and is stored within this storage object.
103 | nonisolated(unsafe) var storage: SpeziStorage // nonisolated, writes are all isolated to @MainActor, just reads are non-isolated
| `- warning: 'nonisolated(unsafe)' has no effect on property 'storage', consider using 'nonisolated'
104 |
105 | #if canImport(SwiftUI)
[254/287] Compiling Spezi SpeziModuleError.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Spezi/Spezi.swift:103:5: warning: 'nonisolated(unsafe)' has no effect on property 'storage', consider using 'nonisolated'
101 | ///
102 | /// Every `Module` automatically conforms to `KnowledgeSource` and is stored within this storage object.
103 | nonisolated(unsafe) var storage: SpeziStorage // nonisolated, writes are all isolated to @MainActor, just reads are non-isolated
| `- warning: 'nonisolated(unsafe)' has no effect on property 'storage', consider using 'nonisolated'
104 |
105 | #if canImport(SwiftUI)
[255/287] Compiling Spezi SpeziPropertyWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Spezi/Spezi.swift:103:5: warning: 'nonisolated(unsafe)' has no effect on property 'storage', consider using 'nonisolated'
101 | ///
102 | /// Every `Module` automatically conforms to `KnowledgeSource` and is stored within this storage object.
103 | nonisolated(unsafe) var storage: SpeziStorage // nonisolated, writes are all isolated to @MainActor, just reads are non-isolated
| `- warning: 'nonisolated(unsafe)' has no effect on property 'storage', consider using 'nonisolated'
104 |
105 | #if canImport(SwiftUI)
[256/287] Compiling Spezi ModuleBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[257/287] Compiling Spezi ModuleCollection.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[258/287] Compiling Spezi ModuleOwnership.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[259/287] Compiling Spezi BackgroundFetchResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[260/287] Compiling Spezi NotificationHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[261/287] Compiling Spezi NotificationTokenHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[262/287] Compiling Spezi DependencyContext.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[263/287] Compiling Spezi DependencyDeclaration.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[264/287] Compiling Spezi DependencyPropertyWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[265/287] Compiling Spezi Module+Dependencies.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[266/287] Compiling Spezi DependencyReference.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[267/287] Compiling Spezi ModuleReference.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[268/287] Compiling Spezi Module.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: 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/287] Compiling Spezi RemoteNotificationRegistrationSupport.swift
[270/287] Compiling Spezi Spezi+RegisterRemoteNotificationsAction.swift
[271/287] Compiling Spezi Spezi+UnregisterRemoteNotifications.swift
[272/287] Compiling Spezi SpeziNotificationCenterDelegate.swift
[273/287] Compiling Spezi ImplicitlyCreatedModulesKey.swift
[274/287] Compiling Spezi LaunchOptionsKey.swift
[275/287] Compiling Spezi SpeziAnchor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[276/287] Compiling Spezi SpeziStorage.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: 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/287] Compiling Spezi StoredModulesKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: 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/287] Compiling Spezi ModuleDescription.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: 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/287] Compiling Spezi ServiceModuleGroup.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: 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/287] Compiling Spezi Spezi+Logger.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: 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/287] Compiling Spezi ServiceModule.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: 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/287] Compiling Spezi EnvironmentAccessible.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[283/287] Compiling Spezi ModelModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[284/287] Compiling Spezi ModelPropertyWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[285/287] Compiling Spezi ModifierPropertyWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[286/287] Compiling Spezi ViewModifierProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[287/287] Compiling Spezi Configuration.swift
/Users/admin/builder/spi-builder-workspace/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
BUILD FAILURE 6.1 macosSpm