Build Information
Successful build of SpeziViews, reference main (bf7cc7), with Swift 6.1 for macOS (SPM) on 7 Dec 2025 00:17:22 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.68.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 bf7cc78 small ManagedNavigationStack API improvement (#83)
Cloned https://github.com/StanfordSpezi/SpeziViews.git
Revision (git rev-parse @):
bf7cc7830a4b81bed381fba7f5d96c5d2050fb09
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.17.0",
"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" : [
"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/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
[2/65] Copying Info.plist
[2/65] Copying Localizable.xcstrings
[2/65] Copying Localizable.xcstrings.license
[2/65] Copying Localizable.xcstrings
[8/65] Write swift-version-2F0A5646E1D333AE.txt
[9/65] Compiling cmark-gfm xml.c
[10/65] Compiling cmark-gfm-extensions tagfilter.c
[11/65] Compiling cmark-gfm syntax_extension.c
[12/65] Compiling cmark-gfm utf8.c
[13/65] Compiling cmark-gfm-extensions tasklist.c
[14/65] Compiling cmark-gfm render.c
[15/65] Compiling cmark-gfm-extensions ext_scanners.c
[16/65] Compiling cmark-gfm plugin.c
[17/65] Compiling cmark-gfm references.c
[18/65] Compiling cmark-gfm-extensions table.c
[19/65] Compiling cmark-gfm plaintext.c
[20/65] Compiling cmark-gfm registry.c
[21/65] Compiling cmark-gfm-extensions core-extensions.c
[22/65] Compiling cmark-gfm map.c
[23/65] Compiling cmark-gfm man.c
[24/65] Compiling cmark-gfm linked_list.c
[25/65] Compiling cmark-gfm node.c
[26/65] Compiling cmark-gfm scanners.c
[27/65] Compiling cmark-gfm iterator.c
[28/65] Compiling cmark-gfm latex.c
[29/65] Compiling cmark-gfm html.c
[30/65] Compiling cmark-gfm houdini_html_e.c
[31/65] Compiling cmark-gfm houdini_href_e.c
[32/65] Compiling cmark-gfm inlines.c
[33/65] Compiling cmark-gfm houdini_html_u.c
[34/65] Compiling cmark-gfm footnotes.c
[35/65] Compiling cmark-gfm cmark_ctype.c
[36/65] Copying Localizable.xcstrings.license
[37/65] Copying Localizable.xcstrings
[38/65] Copying Info.plist
[39/65] Write sources
[41/65] Copying Localizable.xcstrings.license
[42/65] Copying Localizable.xcstrings
[43/65] Copying Info.plist
[44/65] Compiling cmark-gfm commonmark.c
[44/65] Write sources
[51/65] Compiling _NumericsShims _NumericsShims.c
[51/65] Write sources
[53/65] Compiling cmark-gfm cmark.c
[54/65] Compiling cmark-gfm buffer.c
[55/65] Write sources
[59/65] Compiling cmark-gfm-extensions strikethrough.c
[60/65] Compiling _AtomicsShims.c
[61/65] Compiling cmark-gfm arena.c
[62/65] Compiling cmark-gfm blocks.c
[63/136] Compiling cmark-gfm-extensions autolink.c
[65/136] Compiling RealModule ElementaryFunctions.swift
[66/137] Compiling RealModule RealFunctions.swift
[67/137] Compiling RealModule Float80+Real.swift
[68/137] Compiling RealModule Real.swift
[69/137] Emitting module RealModule
[70/137] Compiling Atomics AtomicBool.swift
[71/137] Compiling Atomics IntegerConformances.swift
[72/137] Compiling Atomics AtomicValue.swift
[73/137] Compiling Atomics AtomicMemoryOrderings.swift
[74/137] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[75/137] Compiling Atomics ManagedAtomicLazyReference.swift
[76/137] Compiling Atomics UnsafeAtomic.swift
[77/137] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[78/138] Compiling RealModule RelaxedArithmetic.swift
[79/138] Compiling RealModule Float16+Real.swift
[80/138] Compiling RealModule Float+Real.swift
[81/138] Compiling RealModule Double+Real.swift
[82/138] Compiling RealModule AugmentedArithmetic.swift
[83/138] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[84/138] Compiling Atomics DoubleWord.swift
[85/138] Compiling Atomics ManagedAtomic.swift
[88/138] Compiling Atomics UnsafeAtomicLazyReference.swift
[89/138] Compiling Atomics IntegerOperations.swift
[90/165] Compiling Logging LogHandler.swift
[91/165] Compiling Atomics Unmanaged extensions.swift
[92/165] Compiling Algorithms Product.swift
[93/165] Compiling Algorithms Split.swift
[94/165] Compiling Algorithms RandomSample.swift
[95/165] Compiling Algorithms Reductions.swift
[96/165] Compiling Algorithms Chunked.swift
[97/165] Compiling Algorithms Suffix.swift
[100/165] Compiling Algorithms AdjacentPairs.swift
[101/165] Compiling Algorithms Chain.swift
[102/165] Compiling Algorithms Rotate.swift
[103/165] Compiling Algorithms Combinations.swift
[104/165] Compiling Algorithms Indexed.swift
[105/165] Compiling Algorithms Intersperse.swift
[106/165] Emitting module InternalCollectionsUtilities
[107/165] Compiling Algorithms Trim.swift
[108/165] Compiling Algorithms Grouped.swift
[109/221] Compiling Logging Locks.swift
[110/221] Emitting module Logging
[111/221] Compiling Logging MetadataProvider.swift
[111/221] Compiling SpeziFoundationObjC ObjCExceptionHandling.m
[113/221] Compiling OrderedCollections _HashTable+Bucket.swift
[114/221] Compiling OrderedCollections _HashTable+BucketIterator.swift
[115/221] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[116/221] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[117/221] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[118/221] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[119/221] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[120/221] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[121/221] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[122/221] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[123/221] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[124/221] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[125/227] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[126/227] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[127/227] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[128/229] Emitting module Atomics
[129/229] Compiling Logging Logging.swift
[130/229] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[132/229] Compiling OrderedCollections OrderedDictionary+Elements.swift
[133/229] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[134/229] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[135/229] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[136/229] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[137/229] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[138/229] Compiling OrderedCollections _HashTable.swift
[139/229] Compiling OrderedCollections _Hashtable+Header.swift
[143/229] Compiling OrderedCollections OrderedDictionary+Codable.swift
[144/229] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[145/229] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[146/229] Compiling OrderedCollections _HashTable+Constants.swift
[147/229] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[148/229] Compiling OrderedCollections _HashTable+Testing.swift
[149/229] Compiling Algorithms Unique.swift
[150/229] Compiling Algorithms Windows.swift
[151/229] Compiling OrderedCollections OrderedSet+Hashable.swift
[152/229] Compiling OrderedCollections OrderedSet+Initializers.swift
[153/229] Compiling OrderedCollections OrderedSet+Insertions.swift
[154/229] Compiling OrderedCollections OrderedSet+Invariants.swift
[155/229] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[156/229] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[157/229] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[158/229] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[159/229] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[160/229] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[161/229] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[162/229] Compiling OrderedCollections OrderedSet+Sendable.swift
[169/229] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[170/229] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[171/229] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[172/229] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[173/229] Compiling OrderedCollections OrderedDictionary+Values.swift
[174/229] Compiling OrderedCollections OrderedDictionary.swift
[183/229] Compiling OrderedCollections OrderedSet+Descriptions.swift
[184/229] Compiling OrderedCollections OrderedSet+Diffing.swift
[185/229] Compiling OrderedCollections OrderedSet+Equatable.swift
[186/229] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[189/229] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[203/229] Compiling OrderedCollections OrderedSet+SubSequence.swift
[204/229] Compiling OrderedCollections OrderedSet+Testing.swift
[205/229] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[206/229] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[207/229] Compiling OrderedCollections OrderedSet.swift
[208/229] Compiling OrderedCollections _UnsafeBitset.swift
[209/229] Emitting module OrderedCollections
[210/229] Emitting module Algorithms
[211/229] Compiling RuntimeAssertions RuntimePrecondition.swift
[212/229] Compiling RuntimeAssertions NeverReturn.swift
[213/229] Compiling RuntimeAssertions RuntimeAssertionInjection.swift
[214/229] Compiling RuntimeAssertions RuntimeAssertion.swift
[215/229] Compiling RuntimeAssertions DebugOnly.swift
[216/229] Compiling RuntimeAssertions Counter.swift
[217/229] Emitting module RuntimeAssertions
[218/229] Compiling RuntimeAssertions Precondition.swift
[219/229] Compiling RuntimeAssertions Assert.swift
[220/281] Compiling NetworkImage URLSession+NetworkImage.swift
[221/282] Compiling NetworkImage NetworkImageCache.swift
[222/282] Compiling SpeziFoundation TopLevelEncoder.swift
[223/282] Compiling SpeziFoundation Version.swift
[224/282] Compiling SpeziFoundation RuntimeConfig.swift
[225/282] Compiling SpeziFoundation RepositoryValue.swift
[226/282] Compiling SpeziFoundation SendableValueRepository.swift
[227/287] Compiling SpeziFoundation AnyAsyncSequence.swift
[228/287] Compiling SpeziFoundation AsyncSemaphore.swift
[229/287] Compiling SpeziFoundation DiscardTaskGroup+CancellableTask.swift
[230/287] Compiling SpeziFoundation MainActorExecution.swift
[231/287] Compiling SpeziFoundation ManagedAsynchronousAccess.swift
[232/287] Compiling SpeziFoundation ManagedTaskQueue.swift
[233/287] Compiling SpeziFoundation SomeComputedKnowledgeSource.swift
[234/287] Compiling SpeziFoundation RepositoryAnchor.swift
[235/287] Compiling SpeziFoundation SendableSharedRepository.swift
[236/287] Compiling SpeziFoundation SharedRepository.swift
[237/287] Compiling SpeziFoundation resource_bundle_accessor.swift
[238/287] Compiling SpeziFoundation Sorting.swift
[239/287] Compiling SpeziFoundation StaticString+Hashable.swift
[240/287] Compiling SpeziFoundation String.swift
[241/287] Compiling SpeziFoundation TimeoutError.swift
[242/287] Compiling SpeziFoundation TopLevelDecoder.swift
[243/287] Compiling SpeziFoundation AtomicPThread.swift
[244/287] Compiling SpeziFoundation RWLock.swift
[245/287] Compiling SpeziFoundation RecursiveRWLock.swift
[246/287] Compiling SpeziFoundation _PThreadReadWriteLockProtocol.swift
[247/287] Compiling SpeziFoundation MarkdownDocument+Metadata.swift
[248/287] Compiling SpeziFoundation MarkdownDocument+Parser.swift
[249/287] Compiling SpeziFoundation ArrayBuilder.swift
[250/287] Compiling SpeziFoundation RangeReplaceableCollectionBuilder.swift
[251/287] Compiling SpeziFoundation SetBuilder.swift
[252/287] Compiling SpeziFoundation CompressionAlgorithm.swift
[253/287] Compiling SpeziFoundation Zlib.swift
[254/287] Compiling SpeziFoundation AnyAsyncIterator.swift
[255/287] Compiling SpeziFoundation ValueRepository.swift
[256/287] Compiling SpeziFoundation ComputedKnowledgeSource.swift
[257/287] Compiling SpeziFoundation DefaultProvidingKnowledgeSource.swift
[258/287] Compiling SpeziFoundation KnowledgeSource.swift
[259/287] Compiling SpeziFoundation OptionalComputedKnowledgeSource.swift
[260/287] Compiling SpeziFoundation ObjCExceptionHandling.swift
[261/287] Compiling SpeziFoundation OrderedArray.swift
[262/287] Compiling SpeziFoundation RuntimeEnvironment.swift
[263/287] Compiling SpeziFoundation SendableMetatype.swift
[264/287] Compiling SpeziFoundation SequenceExtensions+Deprecations.swift
[265/287] Compiling SpeziFoundation SequenceExtensions.swift
[266/287] Compiling NetworkImage TaskModifier.swift
[267/287] Compiling NetworkImage NetworkImageLoader.swift
[268/287] Compiling NetworkImage NetworkImageModel.swift
[269/287] Compiling NetworkImage NetworkImageState.swift
[270/287] Compiling NetworkImage View+NetworkImageLoader.swift
[271/287] Emitting module NetworkImage
[272/287] Compiling NetworkImage Deprecations.swift
[273/287] Compiling NetworkImage ImageSource.swift
[274/287] Compiling NetworkImage NetworkImage.swift
[275/287] Emitting module SpeziFoundation
[276/287] Compiling SpeziFoundation Calendar.swift
[277/287] Compiling SpeziFoundation DataDescriptor.swift
[278/287] Compiling SpeziFoundation Duration.swift
[279/287] Compiling SpeziFoundation FileManager.swift
[280/287] Compiling SpeziFoundation FormatStyle.swift
[281/287] Compiling SpeziFoundation KeyValuePairs.swift
[282/287] Compiling SpeziFoundation MarkdownDocument+Sections.swift
[283/287] Compiling SpeziFoundation MarkdownDocument.swift
[284/287] Compiling SpeziFoundation AnyArray.swift
[285/287] Compiling SpeziFoundation AnyOptional.swift
[286/287] Compiling SpeziFoundation BidirectionalCollection.swift
[287/287] Compiling SpeziFoundation BinarySearch.swift
[288/468] Compiling SpeziLocalization Other.swift
[289/468] Compiling SpeziLocalization LocalizedFileResources.swift
[290/468] Compiling SpeziLocalization LocaleMatchingBehaviour.swift
[291/468] Emitting module SpeziLocalization
[292/468] Compiling SpeziLocalization LocalizationKey.swift
[293/468] Compiling SpeziLocalization Bundle+LocalizableString.swift
[294/468] Compiling SpeziLocalization LocalizedFileResolution.swift
[295/468] Compiling Spezi SpeziAnchor.swift
[296/468] Compiling Spezi SpeziStorage.swift
[297/468] Compiling Spezi StoredModulesKey.swift
[298/468] Compiling Spezi ModuleDescription.swift
[299/468] Compiling Spezi ServiceModuleGroup.swift
[300/468] Compiling Spezi Spezi+Logger.swift
[301/474] Compiling Spezi ServiceModule.swift
[302/474] Compiling Spezi EnvironmentAccessible.swift
[303/474] Compiling Spezi ModelModifier.swift
[304/474] Compiling Spezi ModelPropertyWrapper.swift
[305/474] Compiling Spezi ModifierPropertyWrapper.swift
[306/474] Compiling Spezi ViewModifierProvider.swift
[307/474] Compiling Spezi Configuration.swift
[308/474] Emitting module Spezi
[309/474] Compiling Spezi ApplicationPropertyWrapper.swift
[310/474] Compiling Spezi CollectPropertyWrapper.swift
[311/474] Compiling Spezi CollectedModuleValues.swift
[312/474] Compiling Spezi ProvidePropertyWrapper.swift
[313/474] Compiling Spezi StorageValueCollector.swift
[314/474] Compiling Spezi StorageValueProvider.swift
[315/474] Compiling Spezi LifecycleHandler.swift
[316/474] Compiling Spezi DefaultInitializable.swift
[317/474] Compiling Spezi DependencyManager.swift
[318/474] Compiling Spezi DependencyManagerError.swift
[319/474] Compiling Spezi Module+DependencyRelation.swift
[320/474] Compiling Spezi DependencyBuilder.swift
[321/474] Compiling Spezi DependencyCollection.swift
[322/474] Compiling Spezi DependencyCollectionBuilder.swift
[323/474] Compiling Spezi Application+TypeAlias.swift
[324/474] Compiling Spezi ApplicationDelegate.swift
[325/474] Compiling Spezi ApplicationDelegateAdaptor.swift
[326/474] Compiling Spezi DynamicReference.swift
[327/474] Compiling Spezi Module+Properties.swift
[328/474] Compiling Spezi ProcessInfo+PreviewSimulator.swift
[329/474] Compiling Spezi DependencyContext.swift
[330/474] Compiling Spezi DependencyDeclaration.swift
[331/474] Compiling Spezi DependencyPropertyWrapper.swift
[332/474] Compiling Spezi Module+Dependencies.swift
[333/474] Compiling Spezi DependencyReference.swift
[334/474] Compiling Spezi ModuleReference.swift
[335/474] Compiling Spezi Module.swift
[336/474] Compiling Spezi RemoteNotificationRegistrationSupport.swift
[337/474] Compiling Spezi Spezi+RegisterRemoteNotificationsAction.swift
[338/474] Compiling Spezi Spezi+UnregisterRemoteNotifications.swift
[339/474] Compiling Spezi SpeziNotificationCenterDelegate.swift
[340/474] Compiling Spezi ImplicitlyCreatedModulesKey.swift
[341/474] Compiling Spezi LaunchOptionsKey.swift
[342/474] Compiling Spezi Spezi+Preview.swift
[343/474] Compiling Spezi Spezi+Spezi.swift
[344/474] Compiling Spezi Spezi.swift
[345/474] Compiling Spezi SpeziAppDelegate.swift
[346/474] Compiling Spezi SpeziModuleError.swift
[347/474] Compiling Spezi SpeziPropertyWrapper.swift
[348/474] Compiling Spezi ModuleBuilder.swift
[349/474] Compiling Spezi ModuleCollection.swift
[350/474] Compiling Spezi ModuleOwnership.swift
[351/474] Compiling Spezi BackgroundFetchResult.swift
[352/474] Compiling Spezi NotificationHandler.swift
[353/474] Compiling Spezi NotificationTokenHandler.swift
[354/474] Compiling Spezi SpeziSceneDelegate.swift
[355/474] Compiling Spezi View+Spezi.swift
[356/474] Compiling Spezi DefaultStandard.swift
[357/474] Compiling Spezi Module+Standard.swift
[358/474] Compiling Spezi Standard.swift
[359/474] Compiling Spezi StandardPropertyWrapper.swift
[373/474] Emitting module MarkdownUI
[425/486] Compiling MarkdownUI FontStyle.swift
[426/486] Compiling MarkdownUI FontWeight.swift
[427/486] Compiling MarkdownUI FontWidth.swift
[428/486] Compiling MarkdownUI ForegroundColor.swift
[429/486] Compiling MarkdownUI StrikethroughStyle.swift
[430/486] Compiling MarkdownUI TextKerning.swift
[431/486] Compiling MarkdownUI TextTracking.swift
[432/486] Compiling MarkdownUI UnderlineStyle.swift
[433/486] Compiling MarkdownUI TextStyle.swift
[434/486] Compiling MarkdownUI TextStyleBuilder.swift
[435/486] Compiling MarkdownUI Theme+Basic.swift
[436/486] Compiling MarkdownUI Theme+DocC.swift
[437/486] Compiling MarkdownUI LineBreak.swift
[438/486] Compiling MarkdownUI SoftBreak.swift
[439/486] Compiling MarkdownUI Strikethrough.swift
[440/486] Compiling MarkdownUI Strong.swift
[441/486] Compiling MarkdownUI AssetImageProvider.swift
[442/486] Compiling MarkdownUI AssetInlineImageProvider.swift
[443/486] Compiling MarkdownUI CodeSyntaxHighlighter.swift
[444/486] Compiling MarkdownUI DefaultImageProvider.swift
[445/486] Compiling MarkdownUI DefaultInlineImageProvider.swift
[446/486] Compiling MarkdownUI ImageProvider.swift
[447/486] Compiling MarkdownUI InlineImageProvider.swift
[448/486] Compiling MarkdownUI BlockNode+Rewrite.swift
[449/486] Compiling MarkdownUI BlockNode.swift
[450/486] Compiling MarkdownUI Theme+GitHub.swift
[451/486] Compiling MarkdownUI Theme.swift
[452/486] Compiling MarkdownUI BlockNode+ColorSchemeImage.swift
[453/486] Compiling MarkdownUI Color+RGBA.swift
[454/486] Compiling MarkdownUI Deprecations.swift
[455/486] Compiling MarkdownUI FlowLayout.swift
[456/486] Compiling MarkdownUI Indexed.swift
[457/486] Compiling MarkdownUI InlineNode+PlainText.swift
[458/486] Compiling MarkdownUI InlineNode+RawImageData.swift
[459/486] Compiling MarkdownUI Int+Roman.swift
[460/486] Compiling MarkdownUI RelativeSize.swift
[461/486] Compiling MarkdownUI ResizeToFit.swift
[462/486] Compiling MarkdownUI HTMLTag.swift
[463/486] Compiling MarkdownUI InlineNode+Collect.swift
[464/486] Compiling MarkdownUI InlineNode+Rewrite.swift
[465/486] Compiling MarkdownUI InlineNode.swift
[466/486] Compiling MarkdownUI MarkdownParser.swift
[467/486] Compiling MarkdownUI AttributedStringInlineRenderer.swift
[468/486] Compiling MarkdownUI InlineTextStyles.swift
[469/486] Compiling MarkdownUI TextInlineRenderer.swift
[470/486] Compiling MarkdownUI BlockConfiguration.swift
[471/486] Compiling MarkdownUI BlockStyle.swift
[472/486] Compiling MarkdownUI CodeBlockConfiguration.swift
[473/486] Compiling MarkdownUI ListBullet.swift
[474/486] Compiling MarkdownUI ListMarkerConfiguration.swift
[475/486] Compiling MarkdownUI Environment+BaseURL.swift
[476/486] Compiling MarkdownUI Environment+CodeSyntaxHighlighter.swift
[477/486] Compiling MarkdownUI Environment+ImageProvider.swift
[478/486] Compiling MarkdownUI Environment+InlineImageProvider.swift
[479/486] Compiling MarkdownUI Environment+List.swift
[480/486] Compiling MarkdownUI Environment+SoftBreakMode.swift
[481/486] Compiling MarkdownUI Environment+Table.swift
[482/486] Compiling MarkdownUI Environment+TextStyle.swift
[483/486] Compiling MarkdownUI Environment+Theme.swift
[484/486] Compiling MarkdownUI ImageView.swift
[485/486] Compiling MarkdownUI InlineText.swift
[486/486] Compiling MarkdownUI Markdown.swift
[487/538] Compiling SpeziViews TextContentType.swift
[488/538] Compiling SpeziViews ConditionalModifier.swift
[489/538] Compiling SpeziViews DeviceOrientationModifier.swift
[490/538] Compiling SpeziViews FocusOnTapModifier.swift
[491/538] Compiling SpeziViews ProcessingOverlay.swift
[492/538] Compiling SpeziViews ShimmerModifier.swift
[493/543] Emitting module SpeziViews
[494/543] Compiling SpeziViews DefaultErrorDescription.swift
[495/543] Compiling SpeziViews ProcessingDebounceDuration.swift
[496/543] Compiling SpeziViews Exports.swift
[497/543] Compiling SpeziViews ImageReference.swift
[498/543] Compiling SpeziViews OperationState.swift
[499/543] Compiling SpeziViews ViewState.swift
[500/543] Compiling SpeziViews ConfigureTipKit.swift
[501/543] Compiling SpeziViews ManagedViewUpdate.swift
[502/543] Compiling SpeziViews LiquidGlass.swift
[503/543] Compiling SpeziViews ReverseLabelStyle.swift
[504/543] Compiling SpeziViews AnyLocalizedError.swift
[505/543] Compiling SpeziViews Binding+Negate.swift
[506/543] Compiling SpeziViews DescriptionGridRow.swift
[507/543] Compiling SpeziViews DynamicHStack.swift
[508/543] Compiling SpeziViews HorizontalGeometryReader.swift
[509/543] Compiling SpeziViews ResizeToFit.swift
[510/543] Compiling SpeziViews LabeledContent+Init.swift
[511/543] Compiling SpeziViews ListHeader.swift
[512/543] Compiling SpeziViews SkeletonLoadingModifier.swift
[513/543] Compiling SpeziViews OperationStateAlert.swift
[514/543] Compiling SpeziViews ViewStateAlert.swift
[515/543] Compiling SpeziViews ViewStateMapper.swift
[516/543] Compiling SpeziViews AsyncButton.swift
[517/543] Compiling SpeziViews AsyncButtonProcessingStyle.swift
[518/543] Compiling SpeziViews DismissButton.swift
[519/543] Compiling SpeziViews InfoButton.swift
[520/543] Compiling SpeziViews CaseIterablePicker.swift
[521/543] Compiling SpeziViews OptionSetPicker.swift
[522/543] Compiling SpeziViews PickerValue.swift
[523/543] Compiling SpeziViews CanvasView.swift
[524/543] Compiling SpeziViews ListRow.swift
[525/543] Compiling SpeziViews IllegalNavigationStepView.swift
[526/543] Compiling SpeziViews ManagedNavigationStack+Path.swift
[527/543] Compiling SpeziViews ManagedNavigationStack.swift
[528/543] Compiling SpeziViews NavigationStepIdentifier.swift
[529/543] Compiling SpeziViews ShareableRepresentation.swift
[530/543] Compiling SpeziViews Label.swift
[531/543] Compiling SpeziViews LazyText.swift
[532/543] Compiling SpeziViews MarkdownView+ImageProviders.swift
[533/543] Compiling SpeziViews MarkdownView.swift
[534/543] Compiling SpeziViews NavigationStepIdentifying.swift
[535/543] Compiling SpeziViews NavigationStepsBuilder.swift
[536/543] Compiling SpeziViews NavigationStepsCollection.swift
[537/543] Compiling SpeziViews ShareSheet.swift
[538/543] Compiling SpeziViews ShareSheetInput.swift
[539/543] Compiling SpeziViews TextContent.swift
[540/543] Compiling SpeziViews CompletedTileHeader.swift
[541/543] Compiling SpeziViews SimpleTile.swift
[542/543] Compiling SpeziViews TileHeader.swift
[543/543] Compiling SpeziViews resource_bundle_accessor.swift
[544/562] Compiling SpeziPersonalInfo resource_bundle_accessor.swift
[545/562] Compiling SpeziPersonalInfo NameTextField.swift
[546/562] Compiling SpeziPersonalInfo NameFieldRow.swift
[547/562] Emitting module SpeziPersonalInfo
[548/562] Compiling SpeziPersonalInfo UserProfileView.swift
[549/562] Compiling SpeziValidation ReceiveValidationModifier.swift
[550/562] Compiling SpeziValidation ValidationResultsView.swift
[551/562] Compiling SpeziValidation VerifiableTextField.swift
[552/562] Compiling SpeziValidation ValidationContext.swift
[553/562] Compiling SpeziValidation ValidationState.swift
[554/563] Compiling SpeziValidation CapturedValidationState.swift
[555/563] Compiling SpeziValidation FailedValidationResult.swift
[556/563] Compiling SpeziValidation ValidationRule+Defaults.swift
[557/563] Compiling SpeziValidation ValidationRule.swift
[558/563] Compiling SpeziValidation ValidationDebounceDuration.swift
[559/563] Compiling SpeziValidation ValidationEngine+Configuration.swift
[560/563] Compiling SpeziValidation ValidationEngine.swift
[561/563] Compiling SpeziValidation ValidationModifier.swift
[562/563] Emitting module SpeziValidation
[563/563] Compiling SpeziValidation resource_bundle_accessor.swift
Build complete! (48.76s)
Fetching https://github.com/gonzalezreal/swift-markdown-ui.git
Fetching https://github.com/StanfordSpezi/SpeziFoundation.git
Fetching https://github.com/StanfordSpezi/Spezi.git
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git from cache
Fetching https://github.com/apple/swift-collections.git from cache
[1/10113] Fetching spezi
[103/12571] Fetching spezi, spezifoundation
[6201/20102] Fetching spezi, spezifoundation, swift-markdown-ui
Fetched https://github.com/StanfordSpezi/Spezi.git from cache (1.18s)
[2609/9989] Fetching spezifoundation, swift-markdown-ui
Fetched https://github.com/StanfordSpezi/SpeziFoundation.git from cache (1.96s)
[1485/7531] Fetching swift-markdown-ui
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (1.99s)
Fetched https://github.com/apple/swift-collections.git from cache (2.01s)
Fetched https://github.com/gonzalezreal/swift-markdown-ui.git from cache (3.02s)
Computing version for https://github.com/gonzalezreal/swift-markdown-ui.git
Computed https://github.com/gonzalezreal/swift-markdown-ui.git at 2.4.1 (5.53s)
Fetching https://github.com/gonzalezreal/NetworkImage
Fetching https://github.com/swiftlang/swift-cmark
[1/1064] Fetching networkimage
[533/19318] Fetching networkimage, swift-cmark
Fetched https://github.com/gonzalezreal/NetworkImage from cache (1.63s)
Fetched https://github.com/swiftlang/swift-cmark from cache (1.63s)
Computing version for https://github.com/gonzalezreal/NetworkImage
Computed https://github.com/gonzalezreal/NetworkImage at 6.0.1 (2.12s)
Computing version for https://github.com/StanfordSpezi/SpeziFoundation.git
Computed https://github.com/StanfordSpezi/SpeziFoundation.git at 2.5.2 (0.64s)
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-log from cache
[1/735] Fetching xctruntimeassertions
Fetched https://github.com/apple/swift-algorithms.git from cache (0.90s)
Fetched https://github.com/StanfordBDHG/XCTRuntimeAssertions.git from cache (0.99s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.99s)
Fetched https://github.com/apple/swift-log from cache (1.00s)
Computing version for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 2.2.0 (1.63s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.55s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (1.01s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.51s)
Computing version for https://github.com/swiftlang/swift-cmark
Computed https://github.com/swiftlang/swift-cmark at 0.7.1 (0.54s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.43s)
Computing version for https://github.com/StanfordSpezi/Spezi.git
Computed https://github.com/StanfordSpezi/Spezi.git at 1.9.3 (0.58s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.7.1 (0.42s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.63s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.18.7 (0.45s)
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 (1.74s)
Fetched https://github.com/swiftlang/swift-syntax from cache (1.77s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (2.25s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.83s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (1.51s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.8.0 (0.48s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.8.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.3.3
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/StanfordSpezi/Spezi.git
Working copy of https://github.com/StanfordSpezi/Spezi.git resolved at 1.9.3
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.18.7
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.7.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/StanfordSpezi/SpeziFoundation.git
Working copy of https://github.com/StanfordSpezi/SpeziFoundation.git resolved at 2.5.2
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/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.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/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Build complete.
{
"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.17.0",
"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" : [
"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/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"
}
Done.