Build Information
Failed to build SpeziViews, reference main (c1e025), with Swift 6.1 for macOS (SPM) on 25 Apr 2026 10:34:49 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/SpeziViews.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/StanfordSpezi/SpeziViews
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c1e0257 fix CI (#94)
Cloned https://github.com/StanfordSpezi/SpeziViews.git
Revision (git rev-parse @):
c1e02574d5eb69c4619d0dd893ddfb9aef358cc8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StanfordSpezi/SpeziViews.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/StanfordSpezi/SpeziViews.git
https://github.com/StanfordSpezi/SpeziViews.git
{
"default_localization" : "en",
"dependencies" : [
{
"identity" : "spezi",
"requirement" : {
"range" : [
{
"lower_bound" : "1.8.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/StanfordSpezi/Spezi.git"
},
{
"identity" : "spezifoundation",
"requirement" : {
"range" : [
{
"lower_bound" : "2.4.3",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/StanfordSpezi/SpeziFoundation.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-markdown-ui",
"requirement" : {
"range" : [
{
"lower_bound" : "2.4.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/gonzalezreal/swift-markdown-ui.git"
},
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.19.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
}
],
"manifest_display_name" : "SpeziViews",
"name" : "SpeziViews",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "SpeziViews",
"targets" : [
"SpeziViews"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SpeziPersonalInfo",
"targets" : [
"SpeziPersonalInfo"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SpeziValidation",
"targets" : [
"SpeziValidation"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SpeziViewsTests",
"module_type" : "SwiftTarget",
"name" : "SpeziViewsTests",
"path" : "Tests/SpeziViewsTests",
"product_dependencies" : [
"SnapshotTesting"
],
"sources" : [
"AnyLocalizedErrorTests.swift",
"ManagedNavigationStackStepIdentifierTests.swift",
"SnapshotTests+Buttons.swift",
"SnapshotTests+Controls.swift",
"SnapshotTests+Lists.swift",
"SnapshotTests+Markdown.swift",
"SnapshotTests+Texts.swift",
"SnapshotTests+Tiles.swift",
"SnapshotTests.swift",
"SpeziValidationTests.swift"
],
"target_dependencies" : [
"SpeziViews",
"SpeziValidation"
],
"type" : "test"
},
{
"c99name" : "SpeziViews",
"module_type" : "SwiftTarget",
"name" : "SpeziViews",
"path" : "Sources/SpeziViews",
"product_dependencies" : [
"Spezi",
"SpeziFoundation",
"SpeziLocalization",
"MarkdownUI"
],
"product_memberships" : [
"SpeziViews",
"SpeziPersonalInfo",
"SpeziValidation"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SpeziViews/Resources/Localizable.xcstrings",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SpeziViews/Resources/Localizable.xcstrings.license",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Environment/DefaultErrorDescription.swift",
"Environment/ProcessingDebounceDuration.swift",
"Exports.swift",
"Model/ImageReference.swift",
"Model/OperationState.swift",
"Model/ViewState.swift",
"Modules/ConfigureTipKit.swift",
"Properties/ManagedViewUpdate.swift",
"Styles/LiquidGlass.swift",
"Styles/ReverseLabelStyle.swift",
"Utilities/AnyLocalizedError.swift",
"Utilities/Binding+Negate.swift",
"Utilities/TextContentType.swift",
"ViewModifier/ConditionalModifier.swift",
"ViewModifier/DeviceOrientationModifier.swift",
"ViewModifier/FocusOnTapModifier.swift",
"ViewModifier/ProcessingOverlay.swift",
"ViewModifier/ShimmerModifier.swift",
"ViewModifier/SkeletonLoadingModifier.swift",
"ViewModifier/ViewState/OperationStateAlert.swift",
"ViewModifier/ViewState/ViewStateAlert.swift",
"ViewModifier/ViewState/ViewStateMapper.swift",
"Views/Button/AsyncButton.swift",
"Views/Button/AsyncButtonProcessingStyle.swift",
"Views/Button/DismissButton.swift",
"Views/Button/InfoButton.swift",
"Views/Controls/CaseIterablePicker.swift",
"Views/Controls/OptionSetPicker.swift",
"Views/Controls/PickerValue.swift",
"Views/Drawing/CanvasView.swift",
"Views/Drawing/PencilKit+Utils.swift",
"Views/Layout/DescriptionGridRow.swift",
"Views/Layout/DynamicHStack.swift",
"Views/Layout/HorizontalGeometryReader.swift",
"Views/Layout/ResizeToFit.swift",
"Views/List/LabeledContent+Init.swift",
"Views/List/ListHeader.swift",
"Views/List/ListRow.swift",
"Views/ManagedNavigationStack/IllegalNavigationStepView.swift",
"Views/ManagedNavigationStack/ManagedNavigationStack+Path.swift",
"Views/ManagedNavigationStack/ManagedNavigationStack.swift",
"Views/ManagedNavigationStack/NavigationStepIdentifier.swift",
"Views/ManagedNavigationStack/NavigationStepIdentifying.swift",
"Views/ManagedNavigationStack/NavigationStepsBuilder.swift",
"Views/ManagedNavigationStack/NavigationStepsCollection.swift",
"Views/Sharing/ShareSheet.swift",
"Views/Sharing/ShareSheetInput.swift",
"Views/Sharing/ShareableRepresentation.swift",
"Views/Text/Label.swift",
"Views/Text/LazyText.swift",
"Views/Text/MarkdownView+ImageProviders.swift",
"Views/Text/MarkdownView.swift",
"Views/Text/TextContent.swift",
"Views/Tiles/CompletedTileHeader.swift",
"Views/Tiles/SimpleTile.swift",
"Views/Tiles/TileHeader.swift"
],
"type" : "library"
},
{
"c99name" : "SpeziValidation",
"module_type" : "SwiftTarget",
"name" : "SpeziValidation",
"path" : "Sources/SpeziValidation",
"product_dependencies" : [
"SpeziFoundation",
"OrderedCollections"
],
"product_memberships" : [
"SpeziValidation"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SpeziValidation/Resources/Localizable.xcstrings",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SpeziValidation/Resources/Localizable.xcstrings.license",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Configuration/ValidationDebounceDuration.swift",
"Configuration/ValidationEngine+Configuration.swift",
"ValidationEngine.swift",
"ValidationModifier.swift",
"ValidationRule+Defaults.swift",
"ValidationRule.swift",
"ValidationState/CapturedValidationState.swift",
"ValidationState/FailedValidationResult.swift",
"ValidationState/ReceiveValidationModifier.swift",
"ValidationState/ValidationContext.swift",
"ValidationState/ValidationState.swift",
"Views/ValidationResultsView.swift",
"Views/VerifiableTextField.swift"
],
"target_dependencies" : [
"SpeziViews"
],
"type" : "library"
},
{
"c99name" : "SpeziPersonalInfo",
"module_type" : "SwiftTarget",
"name" : "SpeziPersonalInfo",
"path" : "Sources/SpeziPersonalInfo",
"product_memberships" : [
"SpeziPersonalInfo"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SpeziPersonalInfo/Resources/Localizable.xcstrings",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SpeziPersonalInfo/Resources/Localizable.xcstrings.license",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Fields/NameFieldRow.swift",
"Fields/NameTextField.swift",
"UserProfileView.swift"
],
"target_dependencies" : [
"SpeziViews"
],
"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/65] Write sources
[7/65] Copying Localizable.xcstrings
[8/65] Write sources
[9/65] Write swift-version-2F0A5646E1D333AE.txt
[10/65] Compiling cmark-gfm xml.c
[11/65] Compiling cmark-gfm utf8.c
[12/65] Compiling cmark-gfm-extensions core-extensions.c
[13/65] Compiling cmark-gfm-extensions tasklist.c
[14/65] Compiling cmark-gfm render.c
[15/65] Compiling cmark-gfm-extensions table.c
[16/65] Compiling cmark-gfm registry.c
[17/65] Compiling cmark-gfm references.c
[18/65] Compiling cmark-gfm syntax_extension.c
[19/65] Compiling cmark-gfm plugin.c
[20/65] Compiling cmark-gfm scanners.c
[21/65] Compiling cmark-gfm-extensions tagfilter.c
[22/65] Compiling cmark-gfm plaintext.c
[23/65] Compiling cmark-gfm-extensions strikethrough.c
[24/65] Compiling cmark-gfm node.c
[25/65] Compiling cmark-gfm map.c
[26/65] Compiling cmark-gfm man.c
[27/65] Compiling cmark-gfm linked_list.c
[28/65] Compiling cmark-gfm-extensions ext_scanners.c
[29/65] Compiling cmark-gfm iterator.c
[30/65] Compiling cmark-gfm latex.c
[31/65] Compiling cmark-gfm html.c
[32/65] Compiling cmark-gfm houdini_html_e.c
[33/65] Compiling cmark-gfm houdini_href_e.c
[34/65] Compiling cmark-gfm inlines.c
[35/65] Compiling cmark-gfm houdini_html_u.c
[36/65] Compiling cmark-gfm footnotes.c
[37/65] Copying Localizable.xcstrings.license
[38/65] Copying Localizable.xcstrings
[39/65] Copying Info.plist
[40/65] Copying Localizable.xcstrings.license
[40/65] Copying Localizable.xcstrings
[42/65] Copying Info.plist
[42/65] Copying Localizable.xcstrings.license
[44/65] Copying Info.plist
[44/65] Copying Localizable.xcstrings.license
[44/65] Copying Localizable.xcstrings
[44/65] Copying Info.plist
[48/65] Compiling cmark-gfm cmark_ctype.c
[48/65] Write sources
[53/65] Compiling _NumericsShims _NumericsShims.c
[54/65] Compiling cmark-gfm cmark.c
[55/65] Compiling cmark-gfm commonmark.c
[56/65] Compiling cmark-gfm buffer.c
[56/65] Write sources
[59/65] Compiling cmark-gfm arena.c
[59/65] Compiling _AtomicsShims.c
[61/65] Write sources
[62/65] Compiling cmark-gfm blocks.c
[63/139] Compiling cmark-gfm-extensions autolink.c
[65/139] Emitting module InternalCollectionsUtilities
[66/140] Compiling RealModule AugmentedArithmetic.swift
[67/141] Compiling RealModule RealFunctions.swift
[68/141] Compiling Atomics UnsafeAtomicLazyReference.swift
[69/141] Compiling Atomics IntegerOperations.swift
[70/141] Compiling RealModule Float80+Real.swift
[71/141] Compiling RealModule Real.swift
[72/141] Emitting module RealModule
[73/141] Compiling Atomics PointerConformances.swift
[74/141] Compiling Atomics Primitives.native.swift
[75/141] Compiling RealModule RelaxedArithmetic.swift
[76/141] Compiling RealModule Float16+Real.swift
[77/141] Compiling Atomics OptionalRawRepresentable.swift
[78/141] Compiling Atomics RawRepresentable.swift
[79/141] Compiling RealModule Double+Real.swift
[80/141] Compiling RealModule Float+Real.swift
[81/141] Compiling RealModule ElementaryFunctions.swift
[82/141] Compiling Atomics DoubleWord.swift
[83/141] Compiling Atomics ManagedAtomic.swift
[84/142] Compiling Atomics AtomicValue.swift
[85/142] Compiling Atomics AtomicMemoryOrderings.swift
[88/142] Compiling Atomics ManagedAtomicLazyReference.swift
[89/142] Compiling Atomics UnsafeAtomic.swift
[92/142] Compiling Atomics AtomicBool.swift
[93/142] Compiling Atomics IntegerConformances.swift
[96/168] Compiling Atomics Unmanaged extensions.swift
[97/168] Compiling Algorithms Combinations.swift
[98/168] Compiling Algorithms Compacted.swift
[99/168] Compiling Algorithms Cycle.swift
[100/168] Compiling Algorithms Grouped.swift
[105/168] Compiling Algorithms Indexed.swift
[106/168] Compiling Algorithms Intersperse.swift
[107/168] Compiling Algorithms Partition.swift
[108/168] Compiling Algorithms Permutations.swift
[109/168] Compiling Algorithms Reductions.swift
[110/168] Compiling Algorithms Rotate.swift
[111/168] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[111/168] Compiling SpeziFoundationObjC ObjCExceptionHandling.m
[113/168] Compiling Algorithms Joined.swift
[114/168] Compiling Algorithms Keyed.swift
[115/168] Compiling Algorithms MinMax.swift
[116/168] Compiling Algorithms RandomSample.swift
[117/168] Compiling Logging MetadataProvider.swift
[118/168] Emitting module Logging
[119/168] Compiling Logging Locks.swift
[120/168] Emitting module Atomics
[121/224] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[122/224] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[123/224] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[124/224] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[125/224] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[126/224] Compiling OrderedCollections OrderedSet+Sendable.swift
[127/224] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[128/226] Compiling OrderedCollections OrderedSet+Codable.swift
[129/226] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[130/226] Compiling OrderedCollections OrderedSet+Descriptions.swift
[131/226] Compiling OrderedCollections OrderedSet+Diffing.swift
[132/226] Compiling OrderedCollections OrderedSet+Equatable.swift
[133/226] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[134/226] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[135/226] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[136/226] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[137/226] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[138/226] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[140/232] Compiling Logging LogHandler.swift
[141/232] Compiling Logging LogEvent.swift
[142/232] Compiling Logging Logging.swift
[143/232] Compiling Algorithms Unique.swift
[144/232] Compiling Algorithms Windows.swift
[145/232] Compiling OrderedCollections OrderedDictionary+Elements.swift
[146/232] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[147/232] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[148/232] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[149/232] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[150/232] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[153/232] Compiling OrderedCollections OrderedSet+Insertions.swift
[154/232] Compiling OrderedCollections OrderedSet+Invariants.swift
[155/232] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[156/232] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[157/232] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[158/232] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[159/232] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[160/232] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[161/232] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[162/232] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[163/232] Compiling OrderedCollections _Hashtable+Header.swift
[164/232] Compiling OrderedCollections OrderedDictionary+Codable.swift
[165/232] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[166/232] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[167/232] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[168/232] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[175/232] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[176/232] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[177/232] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[178/232] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[179/232] Compiling OrderedCollections OrderedDictionary+Values.swift
[180/232] Compiling OrderedCollections OrderedDictionary.swift
[184/232] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[185/232] Compiling OrderedCollections _HashTable+Testing.swift
[186/232] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[190/232] Compiling OrderedCollections _HashTable.swift
[193/232] Compiling OrderedCollections _HashTable+Bucket.swift
[194/232] Compiling OrderedCollections _HashTable+BucketIterator.swift
[195/232] Compiling OrderedCollections _HashTable+Constants.swift
[206/232] Compiling OrderedCollections OrderedSet+SubSequence.swift
[207/232] Compiling OrderedCollections OrderedSet+Testing.swift
[208/232] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[209/232] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[210/232] Compiling OrderedCollections OrderedSet.swift
[211/232] Compiling OrderedCollections _UnsafeBitset.swift
[212/232] Emitting module OrderedCollections
[213/232] Emitting module Algorithms
[214/232] Compiling RuntimeAssertions RuntimeAssertionInjection.swift
[215/232] Compiling RuntimeAssertions RuntimeAssertion.swift
[216/232] Compiling RuntimeAssertions RuntimePrecondition.swift
[217/232] Compiling RuntimeAssertions NeverReturn.swift
[218/232] Compiling RuntimeAssertions Counter.swift
[219/232] Compiling RuntimeAssertions DebugOnly.swift
[220/232] Emitting module RuntimeAssertions
[221/232] Compiling RuntimeAssertions Assert.swift
[222/232] Compiling RuntimeAssertions Precondition.swift
[223/290] Compiling NetworkImage URLSession+NetworkImage.swift
[224/291] Compiling NetworkImage NetworkImageLoader.swift
[225/291] Compiling NetworkImage TaskModifier.swift
[226/291] Compiling NetworkImage NetworkImageState.swift
[227/291] Compiling NetworkImage ImageSource.swift
[228/291] Compiling NetworkImage NetworkImage.swift
[229/291] Emitting module NetworkImage
[230/291] Compiling NetworkImage Deprecations.swift
[231/291] Compiling NetworkImage View+NetworkImageLoader.swift
[232/291] Compiling NetworkImage NetworkImageModel.swift
[233/291] Compiling NetworkImage NetworkImageCache.swift
[234/406] Compiling MarkdownUI FontSize.swift
[235/406] Compiling MarkdownUI FontStyle.swift
[236/406] Compiling MarkdownUI FontWeight.swift
[237/406] Compiling MarkdownUI FontWidth.swift
[238/406] Compiling MarkdownUI ForegroundColor.swift
[239/406] Compiling MarkdownUI StrikethroughStyle.swift
[240/412] Compiling MarkdownUI Blockquote.swift
[241/412] Compiling MarkdownUI BulletedList.swift
[242/412] Compiling MarkdownUI CodeBlock.swift
[243/412] Compiling MarkdownUI Heading.swift
[244/412] Compiling MarkdownUI ListContentBuilder.swift
[245/412] Compiling MarkdownUI ListItem.swift
[246/412] Compiling MarkdownUI MarkdownContent.swift
[247/412] Compiling MarkdownUI ListMarkerConfiguration.swift
[248/412] Compiling MarkdownUI Theme+GitHub.swift
[249/412] Compiling MarkdownUI Theme.swift
[250/412] Compiling MarkdownUI BlockNode+ColorSchemeImage.swift
[251/412] Compiling MarkdownUI Color+RGBA.swift
[252/412] Compiling MarkdownUI Deprecations.swift
[253/412] Compiling MarkdownUI FlowLayout.swift
[254/412] Compiling MarkdownUI Indexed.swift
[255/412] Compiling MarkdownUI InlineNode+PlainText.swift
[256/412] Compiling MarkdownUI InlineNode+RawImageData.swift
[257/412] Compiling MarkdownUI Int+Roman.swift
[258/412] Compiling MarkdownUI RelativeSize.swift
[259/412] Compiling MarkdownUI ResizeToFit.swift
[260/412] Compiling SpeziFoundation OptionalComputedKnowledgeSource.swift
[261/412] Compiling SpeziFoundation SomeComputedKnowledgeSource.swift
[262/412] Compiling SpeziFoundation RepositoryAnchor.swift
[263/412] Compiling SpeziFoundation SendableSharedRepository.swift
[264/412] Compiling SpeziFoundation SharedRepository.swift
[265/412] Compiling SpeziFoundation resource_bundle_accessor.swift
[266/412] Compiling MarkdownUI AttributedStringInlineRenderer.swift
[267/412] Compiling MarkdownUI InlineTextStyles.swift
[268/412] Compiling MarkdownUI TextInlineRenderer.swift
[269/412] Compiling MarkdownUI BlockConfiguration.swift
[270/412] Compiling MarkdownUI BlockStyle.swift
[271/412] Compiling MarkdownUI CodeBlockConfiguration.swift
[272/412] Compiling MarkdownUI ListBullet.swift
[273/412] Compiling MarkdownUI TextTable.swift
[274/412] Compiling MarkdownUI TextTableColumn.swift
[275/412] Compiling MarkdownUI TextTableColumnAlignment.swift
[276/412] Compiling MarkdownUI TextTableColumnBuilder.swift
[277/412] Compiling MarkdownUI TextTableRow.swift
[278/412] Compiling MarkdownUI TextTableRowBuilder.swift
[279/412] Compiling MarkdownUI InlineLink.swift
[280/412] Compiling MarkdownUI HTMLTag.swift
[281/412] Compiling MarkdownUI InlineNode+Collect.swift
[282/412] Compiling MarkdownUI InlineNode+Rewrite.swift
[283/412] Compiling MarkdownUI InlineNode.swift
[284/412] Compiling MarkdownUI MarkdownParser.swift
[285/412] Compiling MarkdownUI ThematicBreak.swift
[286/412] Compiling MarkdownUI Code.swift
[287/412] Compiling MarkdownUI Emphasis.swift
[288/412] Compiling MarkdownUI InlineContent.swift
[289/412] Compiling MarkdownUI InlineContentBuilder.swift
[290/412] Compiling MarkdownUI InlineImage.swift
[291/412] Emitting module SpeziFoundation
[292/412] Compiling MarkdownUI MarkdownContentBuilder.swift
[293/412] Compiling MarkdownUI NumberedList.swift
[294/412] Compiling MarkdownUI Paragraph.swift
[295/412] Compiling MarkdownUI TaskList.swift
[296/412] Compiling MarkdownUI TaskListContentBuilder.swift
[297/412] Compiling MarkdownUI TaskListItem.swift
[298/478] Compiling SpeziLocalization LocalizedFileResources.swift
[299/478] Compiling SpeziLocalization Other.swift
[300/478] Compiling SpeziLocalization LocaleMatchingBehaviour.swift
[301/478] Compiling Spezi SpeziSceneDelegate.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[302/478] Compiling Spezi View+Spezi.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[303/478] Compiling Spezi DefaultStandard.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[304/478] Compiling Spezi Module+Standard.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[305/478] Compiling Spezi Standard.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[306/478] Compiling Spezi StandardPropertyWrapper.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[307/484] Compiling Spezi SpeziAnchor.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[308/484] Compiling Spezi SpeziStorage.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[309/484] Compiling Spezi StoredModulesKey.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[310/484] Compiling Spezi ModuleDescription.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[311/484] Compiling Spezi ServiceModuleGroup.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[312/484] Compiling Spezi Spezi+Logger.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[313/484] Compiling Spezi ApplicationPropertyWrapper.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[314/484] Compiling Spezi CollectPropertyWrapper.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[315/484] Compiling Spezi CollectedModuleValues.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[316/484] Compiling Spezi ProvidePropertyWrapper.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[317/484] Compiling Spezi StorageValueCollector.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[318/484] Compiling Spezi StorageValueProvider.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[319/484] Compiling Spezi LifecycleHandler.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[320/484] Compiling SpeziLocalization LocalizationKey.swift
[321/484] Emitting module SpeziLocalization
[322/484] Compiling SpeziLocalization LocalizedFileResolution.swift
[323/484] Compiling SpeziLocalization Bundle+LocalizableString.swift
[324/484] Compiling Spezi Application+TypeAlias.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[325/484] Compiling Spezi ApplicationDelegate.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[326/484] Compiling Spezi ApplicationDelegateAdaptor.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[327/484] Compiling Spezi DynamicReference.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[328/484] Compiling Spezi Module+Properties.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[329/484] Compiling Spezi ProcessInfo+PreviewSimulator.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
error: emit-module command failed with exit code 1 (use -v to see invocation)
[330/484] Emitting module Spezi
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[331/484] Compiling Spezi Spezi+Preview.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[332/484] Compiling Spezi Spezi+Spezi.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[333/484] Compiling Spezi Spezi.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[334/484] Compiling Spezi SpeziAppDelegate.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[335/484] Compiling Spezi SpeziModuleError.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[336/484] Compiling Spezi SpeziPropertyWrapper.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[337/484] Compiling Spezi RemoteNotificationRegistrationSupport.swift
[338/484] Compiling Spezi Spezi+RegisterRemoteNotificationsAction.swift
[339/484] Compiling Spezi Spezi+UnregisterRemoteNotifications.swift
[340/484] Compiling Spezi SpeziNotificationCenterDelegate.swift
[341/484] Compiling Spezi ImplicitlyCreatedModulesKey.swift
[342/484] Compiling Spezi LaunchOptionsKey.swift
[343/484] Compiling Spezi ModuleBuilder.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[344/484] Compiling Spezi ModuleCollection.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[345/484] Compiling Spezi ModuleOwnership.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[346/484] Compiling Spezi BackgroundFetchResult.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[347/484] Compiling Spezi NotificationHandler.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[348/484] Compiling Spezi NotificationTokenHandler.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[349/484] Compiling Spezi DependencyContext.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[350/484] Compiling Spezi DependencyDeclaration.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[351/484] Compiling Spezi DependencyPropertyWrapper.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[352/484] Compiling Spezi Module+Dependencies.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[353/484] Compiling Spezi DependencyReference.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[354/484] Compiling Spezi ModuleReference.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[355/484] Compiling Spezi Module.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[356/484] Compiling Spezi DefaultInitializable.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[357/484] Compiling Spezi DependencyManager.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[358/484] Compiling Spezi DependencyManagerError.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[359/484] Compiling Spezi Module+DependencyRelation.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[360/484] Compiling Spezi DependencyBuilder.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[361/484] Compiling Spezi DependencyCollection.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[362/484] Compiling Spezi DependencyCollectionBuilder.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[363/484] Compiling Spezi ServiceModule.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[364/484] Compiling Spezi EnvironmentAccessible.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[365/484] Compiling Spezi ModelModifier.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[366/484] Compiling Spezi ModelPropertyWrapper.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[367/484] Compiling Spezi ModifierPropertyWrapper.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[368/484] Compiling Spezi ViewModifierProvider.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[369/484] Compiling Spezi Configuration.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
Fetching https://github.com/StanfordSpezi/Spezi.git
Fetching https://github.com/StanfordSpezi/SpeziFoundation.git
Fetching https://github.com/gonzalezreal/swift-markdown-ui.git
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git from cache
Fetching https://github.com/apple/swift-collections.git from cache
[1/8377] Fetching swift-markdown-ui
[253/18723] Fetching swift-markdown-ui, spezi
[357/21750] Fetching swift-markdown-ui, spezi, spezifoundation
Fetched https://github.com/StanfordSpezi/SpeziFoundation.git from cache (1.00s)
[10682/18723] Fetching swift-markdown-ui, spezi
Fetched https://github.com/gonzalezreal/swift-markdown-ui.git from cache (17.72s)
Fetched https://github.com/StanfordSpezi/Spezi.git from cache (17.72s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (17.76s)
Fetched https://github.com/apple/swift-collections.git from cache (17.78s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.19.2 (18.31s)
Fetching https://github.com/pointfreeco/swift-custom-dump from cache
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.87s)
Fetched https://github.com/swiftlang/swift-syntax from cache (1.78s)
Computing version for https://github.com/gonzalezreal/swift-markdown-ui.git
Computed https://github.com/gonzalezreal/swift-markdown-ui.git at 2.4.1 (4.35s)
Fetching https://github.com/swiftlang/swift-cmark
Fetching https://github.com/gonzalezreal/NetworkImage
[1/1064] Fetching networkimage
[757/19441] Fetching networkimage, swift-cmark
Fetched https://github.com/gonzalezreal/NetworkImage from cache (2.40s)
Fetched https://github.com/swiftlang/swift-cmark from cache (2.40s)
Computing version for https://github.com/gonzalezreal/NetworkImage
Computed https://github.com/gonzalezreal/NetworkImage at 6.0.1 (2.93s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (0.47s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.62s)
Computing version for https://github.com/swiftlang/swift-cmark
Computed https://github.com/swiftlang/swift-cmark at 0.7.1 (1.22s)
Computing version for https://github.com/StanfordSpezi/Spezi.git
Computed https://github.com/StanfordSpezi/Spezi.git at 1.10.2 (0.64s)
Fetching https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
[1/735] Fetching xctruntimeassertions
Fetched https://github.com/StanfordBDHG/XCTRuntimeAssertions.git from cache (0.78s)
Computing version for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 2.2.0 (1.41s)
Computing version for https://github.com/StanfordSpezi/SpeziFoundation.git
Computed https://github.com/StanfordSpezi/SpeziFoundation.git at 2.7.6 (0.67s)
Fetching https://github.com/StanfordBDHG/zstd.git
Fetching https://github.com/StanfordBDHG/ThreadLocal.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/apple/swift-log from cache
[1/63157] Fetching zstd
[2/63340] Fetching zstd, threadlocal
Fetched https://github.com/apple/swift-algorithms.git from cache (0.68s)
Fetched https://github.com/StanfordBDHG/ThreadLocal.git from cache (3.70s)
Fetched https://github.com/StanfordBDHG/zstd.git from cache (3.70s)
Fetched https://github.com/apple/swift-atomics.git from cache (3.71s)
Fetched https://github.com/apple/swift-log from cache (3.73s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (4.39s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.89s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.39s)
Computing version for https://github.com/StanfordBDHG/ThreadLocal.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.19.2 (0.00s)
Computed https://github.com/gonzalezreal/swift-markdown-ui.git at 2.4.1 (0.00s)
Computed https://github.com/gonzalezreal/NetworkImage at 6.0.1 (0.00s)
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (0.00s)
Computed https://github.com/swiftlang/swift-cmark at 0.7.1 (0.00s)
Computed https://github.com/StanfordSpezi/Spezi.git at 1.10.2 (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.66s)
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.00s)
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.00s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.46s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.57s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.12.0 (0.46s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 603.0.1 (0.62s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.45s)
Creating working copy for https://github.com/swiftlang/swift-cmark
Working copy of https://github.com/swiftlang/swift-cmark resolved at 0.7.1
Creating working copy for https://github.com/gonzalezreal/swift-markdown-ui.git
Working copy of https://github.com/gonzalezreal/swift-markdown-ui.git resolved at 2.4.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Working copy of https://github.com/StanfordBDHG/XCTRuntimeAssertions.git resolved at 2.2.0
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/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 603.0.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/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.0
Creating working copy for https://github.com/StanfordSpezi/Spezi.git
Working copy of https://github.com/StanfordSpezi/Spezi.git resolved at 1.10.2
Creating working copy for https://github.com/gonzalezreal/NetworkImage
Working copy of https://github.com/gonzalezreal/NetworkImage resolved at 6.0.1
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.12.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.5.0
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.19.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/StanfordSpezi/SpeziFoundation.git
Working copy of https://github.com/StanfordSpezi/SpeziFoundation.git resolved at 2.6.0
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/75] Compiling RealModule RealFunctions.swift
[3/76] Compiling Atomics AtomicInteger.swift
[4/76] Compiling Atomics AtomicOptionalWrappable.swift
[5/77] Compiling Atomics OptionalRawRepresentable.swift
[6/77] Compiling Atomics RawRepresentable.swift
[7/77] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[8/77] Compiling InternalCollectionsUtilities UInt+reversed.swift
[9/77] Compiling Atomics UnsafeAtomicLazyReference.swift
[10/77] Compiling Atomics IntegerOperations.swift
[11/77] Compiling RealModule Float80+Real.swift
[12/77] Compiling RealModule Real.swift
[13/77] Compiling RealModule RelaxedArithmetic.swift
[14/77] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[15/77] Compiling Atomics DoubleWord.swift
[16/77] Compiling Atomics ManagedAtomic.swift
[17/78] Compiling RealModule Double+Real.swift
[18/78] Compiling RuntimeAssertions RuntimeAssertionInjection.swift
[19/78] Compiling Atomics AtomicValue.swift
[20/78] Compiling Atomics AtomicMemoryOrderings.swift
[21/78] Compiling RealModule ElementaryFunctions.swift
[22/78] Compiling RealModule AugmentedArithmetic.swift
[23/78] Compiling RealModule Float16+Real.swift
[24/78] Compiling RealModule Float+Real.swift
[27/78] Compiling Atomics AtomicBool.swift
[28/78] Compiling Atomics IntegerConformances.swift
[29/78] Compiling Atomics ManagedAtomicLazyReference.swift
[30/78] Compiling Atomics UnsafeAtomic.swift
[35/78] Emitting module RealModule
[36/78] Compiling RuntimeAssertions RuntimeAssertion.swift
[37/78] Compiling RuntimeAssertions NeverReturn.swift
[38/78] Compiling RuntimeAssertions DebugOnly.swift
[39/78] Compiling RuntimeAssertions Counter.swift
[40/78] Compiling RuntimeAssertions Precondition.swift
[41/78] Compiling RuntimeAssertions Assert.swift
[42/78] Emitting module RuntimeAssertions
[43/78] Compiling RuntimeAssertions RuntimePrecondition.swift
[44/78] Compiling Atomics Unmanaged extensions.swift
[47/78] Compiling Atomics AtomicReference.swift
[48/78] Compiling Atomics AtomicStorage.swift
[49/78] Compiling NetworkImage Deprecations.swift
[52/105] Compiling NetworkImage NetworkImageState.swift
[53/105] Compiling Algorithms MinMax.swift
[54/105] Compiling Algorithms EitherSequence.swift
[55/105] Compiling Algorithms FirstNonNil.swift
[56/105] Compiling Algorithms FlattenCollection.swift
[57/105] Emitting module NetworkImage
[58/105] Compiling NetworkImage TaskModifier.swift
[59/105] Compiling NetworkImage URLSession+NetworkImage.swift
[60/105] Compiling NetworkImage NetworkImageModel.swift
[61/105] Emitting module InternalCollectionsUtilities
[62/105] Compiling NetworkImage ImageSource.swift
[63/105] Compiling NetworkImage NetworkImage.swift
[64/105] Compiling Algorithms Combinations.swift
[65/105] Compiling Algorithms Compacted.swift
[66/105] Compiling NetworkImage NetworkImageCache.swift
[67/105] Compiling NetworkImage NetworkImageLoader.swift
[68/105] Compiling Logging MetadataProvider.swift
[69/105] Compiling Logging LogHandler.swift
[70/105] Emitting module Logging
[71/105] Compiling Logging LogEvent.swift
[72/105] Compiling Logging Logging.swift
[73/105] Compiling Logging Locks.swift
[74/105] Compiling NetworkImage View+NetworkImageLoader.swift
[75/276] Compiling MarkdownUI MarkdownParser.swift
[76/276] Compiling MarkdownUI AttributedStringInlineRenderer.swift
[77/276] Compiling MarkdownUI InlineNode+Rewrite.swift
[78/276] Compiling MarkdownUI InlineNode.swift
[79/276] Compiling MarkdownUI InlineTextStyles.swift
[80/276] Compiling MarkdownUI TextInlineRenderer.swift
[81/276] Compiling MarkdownUI BlockConfiguration.swift
[82/278] Compiling MarkdownUI StrikethroughStyle.swift
[83/278] Compiling MarkdownUI TextKerning.swift
[84/278] Compiling MarkdownUI TextTracking.swift
[85/278] Compiling MarkdownUI UnderlineStyle.swift
[86/278] Compiling MarkdownUI TextStyle.swift
[87/278] Compiling MarkdownUI TextStyleBuilder.swift
[88/278] Compiling MarkdownUI Theme+Basic.swift
[89/278] Compiling MarkdownUI Theme+DocC.swift
[90/278] Compiling MarkdownUI TextTable.swift
[91/278] Compiling MarkdownUI TextTableColumn.swift
[92/278] Compiling MarkdownUI TextTableColumnAlignment.swift
[93/278] Compiling MarkdownUI TextTableColumnBuilder.swift
[94/284] Compiling MarkdownUI HTMLTag.swift
[95/284] Compiling MarkdownUI InlineNode+Collect.swift
[100/284] Compiling MarkdownUI FontDigitVariant.swift
[101/284] Compiling MarkdownUI FontFamily.swift
[102/284] Compiling MarkdownUI FontFamilyVariant.swift
[103/284] Compiling MarkdownUI FontProperties.swift
[104/284] Compiling MarkdownUI TableCellConfiguration.swift
[105/284] Compiling MarkdownUI TaskListMarkerConfiguration.swift
[106/284] Compiling MarkdownUI BackgroundColor.swift
[107/284] Compiling MarkdownUI BlockStyle.swift
[108/284] Compiling MarkdownUI CodeBlockConfiguration.swift
[109/284] Compiling MarkdownUI ListBullet.swift
[110/284] Compiling MarkdownUI ListMarkerConfiguration.swift
[111/284] Compiling MarkdownUI TableBackgroundStyle.swift
[112/284] Compiling MarkdownUI TableBorderStyle.swift
[113/284] Compiling MarkdownUI EmptyTextStyle.swift
[114/284] Compiling MarkdownUI Font+FontProperties.swift
[115/284] Compiling MarkdownUI FontCapsVariant.swift
[122/284] Compiling MarkdownUI ListItemView.swift
[123/284] Compiling MarkdownUI FontSize.swift
[124/284] Compiling MarkdownUI FontStyle.swift
[125/284] Compiling MarkdownUI FontWeight.swift
[126/284] Compiling MarkdownUI FontWidth.swift
[127/284] Compiling MarkdownUI ForegroundColor.swift
[128/284] Compiling Algorithms Unique.swift
[129/284] Compiling Algorithms Windows.swift
[130/284] Compiling MarkdownUI BlockMargin.swift
[131/284] Compiling MarkdownUI BlockNode+View.swift
[132/284] Compiling MarkdownUI BlockSequence.swift
[133/284] Compiling MarkdownUI BlockquoteView.swift
[140/284] Compiling MarkdownUI BulletedListView.swift
[141/284] Compiling MarkdownUI CodeBlockView.swift
[142/284] Compiling MarkdownUI ColumnWidthPreference.swift
[143/284] Compiling MarkdownUI HeadingView.swift
[144/284] Compiling MarkdownUI ImageFlow.swift
[145/284] Compiling MarkdownUI ListItemSequence.swift
[148/284] Emitting module Atomics
[162/284] Compiling OrderedCollections OrderedSet+SubSequence.swift
[163/284] Compiling OrderedCollections OrderedSet+Testing.swift
[164/284] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[165/284] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[166/284] Compiling OrderedCollections OrderedSet.swift
[167/284] Compiling OrderedCollections _UnsafeBitset.swift
[168/284] Emitting module OrderedCollections
[169/284] Emitting module MarkdownUI
[170/296] Compiling MarkdownUI Blockquote.swift
[171/296] Compiling MarkdownUI BulletedList.swift
[172/296] Compiling MarkdownUI CodeBlock.swift
[173/296] Compiling MarkdownUI Heading.swift
[174/296] Compiling MarkdownUI ListContentBuilder.swift
[175/296] Compiling MarkdownUI ListItem.swift
[176/296] Compiling MarkdownUI MarkdownContent.swift
[177/296] Compiling MarkdownUI MarkdownContentBuilder.swift
[178/296] Compiling MarkdownUI NumberedList.swift
[179/296] Compiling MarkdownUI Paragraph.swift
[180/296] Compiling MarkdownUI TaskList.swift
[181/296] Compiling MarkdownUI TaskListContentBuilder.swift
[182/296] Compiling MarkdownUI TaskListItem.swift
[195/296] Emitting module Algorithms
[196/354] Compiling SpeziFoundation Migrations.swift
[197/354] Compiling SpeziFoundation RuntimeEnvironment.swift
[198/354] Compiling SpeziFoundation SendableMetatype.swift
[199/354] Compiling SpeziFoundation SequenceExtensions+Deprecations.swift
[200/354] Compiling SpeziFoundation SequenceExtensions.swift
[201/354] Compiling SpeziFoundation Sorting.swift
[202/354] Compiling SpeziFoundation StaticString+Hashable.swift
[203/354] Compiling SpeziFoundation BidirectionalCollection.swift
[204/354] Compiling SpeziFoundation BinarySearch.swift
[205/354] Compiling SpeziFoundation Calendar.swift
[206/354] Compiling SpeziFoundation DataDescriptor.swift
[207/354] Compiling SpeziFoundation Duration.swift
[208/354] Compiling SpeziFoundation FileManager.swift
[209/354] Compiling SpeziFoundation ArrayBuilder.swift
[210/354] Compiling SpeziFoundation RangeReplaceableCollectionBuilder.swift
[211/354] Compiling SpeziFoundation SetBuilder.swift
[212/354] Compiling SpeziFoundation CompressionAlgorithm.swift
[213/354] Compiling SpeziFoundation Zlib.swift
[214/354] Compiling SpeziFoundation AnyAsyncIterator.swift
[215/354] Compiling SpeziFoundation AnyAsyncSequence.swift
[216/354] Compiling SpeziFoundation RecursiveRWLock.swift
[217/354] Compiling SpeziFoundation _PThreadReadWriteLockProtocol.swift
[218/354] Compiling SpeziFoundation HasDirectUserDefaultsSupport.swift
[219/354] Compiling SpeziFoundation LocalPreference.swift
[220/354] Compiling SpeziFoundation LocalPreferenceKey.swift
[221/354] Compiling SpeziFoundation LocalPreferencesStore.swift
[222/354] Compiling MarkdownUI NumberedListView.swift
[223/354] Compiling MarkdownUI ParagraphView.swift
[224/354] Compiling MarkdownUI TableBackgroundView.swift
[225/354] Compiling MarkdownUI TableBorderSelector.swift
[226/354] Compiling MarkdownUI TableBorderView.swift
[227/354] Compiling MarkdownUI TableBounds.swift
[228/354] Compiling MarkdownUI TableCell.swift
[229/354] Compiling MarkdownUI TableView.swift
[230/354] Compiling MarkdownUI TaskListItemView.swift
[231/354] Compiling MarkdownUI TaskListView.swift
[232/354] Compiling MarkdownUI TextStyleAttributesReader.swift
[233/354] Compiling MarkdownUI ThematicBreakView.swift
[234/354] Compiling MarkdownUI LineBreak.swift
[235/354] Compiling MarkdownUI SoftBreak.swift
[236/354] Compiling MarkdownUI Strikethrough.swift
[237/354] Compiling MarkdownUI Strong.swift
[238/354] Compiling MarkdownUI AssetImageProvider.swift
[239/354] Compiling MarkdownUI AssetInlineImageProvider.swift
[240/354] Compiling MarkdownUI CodeSyntaxHighlighter.swift
[241/354] Compiling MarkdownUI DefaultImageProvider.swift
[242/354] Compiling MarkdownUI DefaultInlineImageProvider.swift
[243/354] Compiling MarkdownUI ImageProvider.swift
[244/354] Compiling MarkdownUI InlineImageProvider.swift
[245/354] Compiling MarkdownUI BlockNode+Rewrite.swift
[246/354] Compiling MarkdownUI BlockNode.swift
[247/354] Compiling SpeziFoundation RepositoryValue.swift
[248/354] Compiling SpeziFoundation SendableValueRepository.swift
[249/354] Compiling SpeziFoundation ValueRepository.swift
[250/354] Compiling SpeziFoundation ComputedKnowledgeSource.swift
[251/354] Compiling SpeziFoundation DefaultProvidingKnowledgeSource.swift
[252/354] Compiling SpeziFoundation KnowledgeSource.swift
[257/354] Compiling MarkdownUI InlineContentBuilder.swift
[258/354] Compiling MarkdownUI InlineImage.swift
[259/354] Compiling MarkdownUI InlineLink.swift
[260/354] Compiling MarkdownUI Theme+GitHub.swift
[261/354] Compiling MarkdownUI Theme.swift
[262/354] Compiling MarkdownUI BlockNode+ColorSchemeImage.swift
[263/354] Compiling MarkdownUI Color+RGBA.swift
[264/354] Compiling MarkdownUI Deprecations.swift
[265/354] Compiling MarkdownUI FlowLayout.swift
[266/354] Compiling MarkdownUI Indexed.swift
[267/354] Compiling MarkdownUI InlineNode+PlainText.swift
[268/354] Compiling MarkdownUI InlineNode+RawImageData.swift
[269/354] Compiling MarkdownUI Int+Roman.swift
[270/354] Compiling MarkdownUI RelativeSize.swift
[271/354] Compiling MarkdownUI ResizeToFit.swift
[272/354] Compiling SpeziFoundation MarkdownDocument+Metadata.swift
[273/354] Compiling SpeziFoundation MarkdownDocument+Parser.swift
[274/354] Compiling SpeziFoundation MarkdownDocument+Sections.swift
[275/354] Compiling SpeziFoundation MarkdownDocument.swift
[276/354] Compiling SpeziFoundation AnyArray.swift
[277/354] Compiling SpeziFoundation AnyOptional.swift
[278/354] Compiling SpeziFoundation AsyncSemaphore.swift
[279/354] Compiling SpeziFoundation DiscardTaskGroup+CancellableTask.swift
[280/354] Compiling SpeziFoundation MainActorExecution.swift
[281/354] Compiling SpeziFoundation ManagedAsynchronousAccess.swift
[282/354] Compiling SpeziFoundation ManagedTaskQueue.swift
[283/354] Compiling SpeziFoundation AtomicPThread.swift
[284/354] Compiling SpeziFoundation RWLock.swift
[285/354] Compiling MarkdownUI Environment+BaseURL.swift
[286/354] Compiling MarkdownUI Environment+CodeSyntaxHighlighter.swift
[287/354] Compiling MarkdownUI Environment+ImageProvider.swift
[288/354] Compiling MarkdownUI Environment+InlineImageProvider.swift
[289/354] Compiling MarkdownUI Environment+List.swift
[290/354] Compiling MarkdownUI Environment+SoftBreakMode.swift
[291/354] Compiling MarkdownUI Environment+Table.swift
[292/354] Compiling MarkdownUI Environment+TextStyle.swift
[293/354] Compiling MarkdownUI Environment+Theme.swift
[294/354] Compiling MarkdownUI ImageView.swift
[295/354] Compiling MarkdownUI InlineText.swift
[296/354] Compiling MarkdownUI Markdown.swift
[323/360] Compiling SpeziFoundation FormatStyle.swift
[324/360] Compiling SpeziFoundation KeyValuePairs.swift
[325/360] Compiling SpeziFoundation Logger.swift
[326/360] Compiling SpeziFoundation ObjCExceptionHandling.swift
[327/360] Compiling SpeziFoundation OrderedArray.swift
[328/360] Compiling SpeziFoundation Other.swift
[335/360] Compiling SpeziFoundation String.swift
[336/360] Compiling SpeziFoundation TimeoutError.swift
[337/360] Compiling SpeziFoundation TopLevelDecoder.swift
[338/360] Compiling SpeziFoundation TopLevelEncoder.swift
[339/360] Compiling SpeziFoundation Version.swift
[340/360] Compiling SpeziFoundation RuntimeConfig.swift
[341/360] Compiling SpeziFoundation OptionalComputedKnowledgeSource.swift
[342/360] Compiling SpeziFoundation SomeComputedKnowledgeSource.swift
[343/360] Compiling SpeziFoundation RepositoryAnchor.swift
[344/360] Compiling SpeziFoundation SendableSharedRepository.swift
[345/360] Compiling SpeziFoundation SharedRepository.swift
[346/360] Compiling SpeziFoundation resource_bundle_accessor.swift
[360/360] Emitting module SpeziFoundation
[361/426] Compiling SpeziLocalization LocalizedFileResources.swift
[362/426] Compiling Spezi DependencyContext.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[363/426] Compiling Spezi DependencyDeclaration.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[364/426] Compiling Spezi DependencyPropertyWrapper.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[365/426] Compiling Spezi Module+Dependencies.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[366/426] Compiling Spezi DependencyReference.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[367/426] Compiling Spezi ModuleReference.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[368/426] Compiling Spezi Module.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[369/426] Compiling Spezi ModuleBuilder.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[370/426] Compiling Spezi ModuleCollection.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[371/426] Compiling Spezi ModuleOwnership.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[372/426] Compiling Spezi BackgroundFetchResult.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[373/426] Compiling Spezi NotificationHandler.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[374/426] Compiling Spezi NotificationTokenHandler.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[375/432] Compiling Spezi ServiceModule.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[376/432] Compiling Spezi EnvironmentAccessible.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[377/432] Compiling Spezi ModelModifier.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[378/432] Compiling Spezi ModelPropertyWrapper.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[379/432] Compiling Spezi ModifierPropertyWrapper.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[380/432] Compiling Spezi ViewModifierProvider.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[381/432] Compiling Spezi Configuration.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[382/432] Compiling Spezi SpeziAnchor.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[383/432] Compiling Spezi SpeziStorage.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[384/432] Compiling Spezi StoredModulesKey.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[385/432] Compiling Spezi ModuleDescription.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[386/432] Compiling Spezi ServiceModuleGroup.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[387/432] Compiling Spezi Spezi+Logger.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[388/432] Compiling SpeziLocalization LocalizationKey.swift
[389/432] Compiling SpeziLocalization Other.swift
[390/432] Compiling SpeziLocalization LocaleMatchingBehaviour.swift
[391/432] Emitting module SpeziLocalization
[392/432] Compiling SpeziLocalization LocalizedFileResolution.swift
[393/432] Compiling SpeziLocalization Bundle+LocalizableString.swift
[394/432] Compiling Spezi Application+TypeAlias.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[395/432] Compiling Spezi ApplicationDelegate.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[396/432] Compiling Spezi ApplicationDelegateAdaptor.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[397/432] Compiling Spezi DynamicReference.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[398/432] Compiling Spezi Module+Properties.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[399/432] Compiling Spezi ProcessInfo+PreviewSimulator.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
error: emit-module command failed with exit code 1 (use -v to see invocation)
[400/432] Emitting module Spezi
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[401/432] Compiling Spezi RemoteNotificationRegistrationSupport.swift
[402/432] Compiling Spezi Spezi+RegisterRemoteNotificationsAction.swift
[403/432] Compiling Spezi Spezi+UnregisterRemoteNotifications.swift
[404/432] Compiling Spezi SpeziNotificationCenterDelegate.swift
[405/432] Compiling Spezi ImplicitlyCreatedModulesKey.swift
[406/432] Compiling Spezi LaunchOptionsKey.swift
[407/432] Compiling Spezi ApplicationPropertyWrapper.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[408/432] Compiling Spezi CollectPropertyWrapper.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[409/432] Compiling Spezi CollectedModuleValues.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[410/432] Compiling Spezi ProvidePropertyWrapper.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[411/432] Compiling Spezi StorageValueCollector.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[412/432] Compiling Spezi StorageValueProvider.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[413/432] Compiling Spezi LifecycleHandler.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[414/432] Compiling Spezi SpeziSceneDelegate.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[415/432] Compiling Spezi View+Spezi.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[416/432] Compiling Spezi DefaultStandard.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[417/432] Compiling Spezi Module+Standard.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[418/432] Compiling Spezi Standard.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[419/432] Compiling Spezi StandardPropertyWrapper.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[420/432] Compiling Spezi Spezi+Preview.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[421/432] Compiling Spezi Spezi+Spezi.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[422/432] Compiling Spezi Spezi.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[423/432] Compiling Spezi SpeziAppDelegate.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[424/432] Compiling Spezi SpeziModuleError.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[425/432] Compiling Spezi SpeziPropertyWrapper.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[426/432] Compiling Spezi DefaultInitializable.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[427/432] Compiling Spezi DependencyManager.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[428/432] Compiling Spezi DependencyManagerError.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[429/432] Compiling Spezi Module+DependencyRelation.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[430/432] Compiling Spezi DependencyBuilder.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[431/432] Compiling Spezi DependencyCollection.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
[432/432] Compiling Spezi DependencyCollectionBuilder.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Spezi/Sources/Spezi/Module/Module.swift:12:36: error: cannot find type 'SendableMetatype' in scope
10 | // note: detailed documentation is provided as an article extension in the DocC bundle
11 | /// A `Module` defines a software subsystem that can be configured as part of the ``SpeziAppDelegate/configuration``.
12 | public protocol Module: AnyObject, SendableMetatype {
| `- error: cannot find type 'SendableMetatype' in scope
13 | /// Called on the initialization of the Spezi instance to perform a lightweight configuration of the module.
14 | ///
warning: 'spi-builder-workspace': found 31 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Texts/labeledContent.iphone-regular.png
/Users/admin/builder/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Lists/listRow.iphone-regular.png
/Users/admin/builder/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests/skeletonLoading.skeleton-loading.png
/Users/admin/builder/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Buttons/allButtons-_.button-dismiss.png
/Users/admin/builder/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Controls/optionSetPicker.option-picker.png
/Users/admin/builder/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Texts/lazyText.iphone-regular.png
/Users/admin/builder/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Lists/listRow.iphone-XA3.png
/Users/admin/builder/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Markdown/reverseLabelStyle.ipad-regular.png
/Users/admin/builder/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Tiles/simpleTile.center.png
/Users/admin/builder/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Tiles/tileHeaderLayout.center.png
/Users/admin/builder/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Markdown/reverseLabelStyle.iphone-regular.png
/Users/admin/builder/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Controls/caseIterablePicker.iphone-regular.png
/Users/admin/builder/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Tiles/tileHeaderLayout.trailing.png
/Users/admin/builder/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests/dynamicHStack.header.png
/Users/admin/builder/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Markdown/markdownView2.trailing-iphone-regular.png
/Users/admin/builder/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Buttons/allButtons-_.button-async.png
/Users/admin/builder/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Tiles/tileHeaderLayout.leading.png
/Users/admin/builder/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Lists/listHeader.list-header.png
/Users/admin/builder/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Buttons/allButtons-_.button-info.png
/Users/admin/builder/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests/imageReference.iphone-regular.png
/Users/admin/builder/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Controls/optionSetPicker.option-picker-inline.png
/Users/admin/builder/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Tiles/simpleTile.trailing.png
/Users/admin/builder/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Lists/listHeader.list-header-instructions.png
/Users/admin/builder/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Markdown/listRow.ipad-regular.png
/Users/admin/builder/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Markdown/markdownView2.center-iphone-regular.png
/Users/admin/builder/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Markdown/markdownView2.leading-iphone-regular.png
/Users/admin/builder/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Markdown/listRow.ipad-XA3.png
/Users/admin/builder/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Tiles/completedTileHeader.header.png
/Users/admin/builder/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Markdown/markdownView.iphone-regular.png
/Users/admin/builder/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests/descriptionGridRow.header.png
/Users/admin/builder/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Tiles/simpleTile.leading.png
BUILD FAILURE 6.1 macosSpm