The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SpeziFoundation, reference main (eaf89f), with Swift 6.2 (beta) for macOS (SPM) on 5 Sep 2025 09:39:59 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StanfordSpezi/SpeziFoundation.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/StanfordSpezi/SpeziFoundation
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at eaf89f7 improve `LocalizationKey` initializers; add more tests (#39)
Cloned https://github.com/StanfordSpezi/SpeziFoundation.git
Revision (git rev-parse @):
eaf89f70c255f21cafabdca5c731fa15f618432b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StanfordSpezi/SpeziFoundation.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/StanfordSpezi/SpeziFoundation.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/13] Write sources
[2/13] Copying Localizable.xcstrings.license
[2/13] Write sources
[6/13] Copying Localizable.xcstrings
[6/13] Write sources
[7/13] Copying Info.plist
[9/13] Write swift-version-1EA4D86E10B52AF.txt
[10/13] Compiling _NumericsShims _NumericsShims.c
[11/33] Compiling _AtomicsShims.c
[13/52] Compiling RealModule RealFunctions.swift
[14/53] Compiling RealModule Float80+Real.swift
[15/53] Compiling RealModule Real.swift
[16/53] Compiling RealModule RelaxedArithmetic.swift
[17/53] Compiling RealModule Float16+Real.swift
[18/53] Compiling RealModule Float+Real.swift
[19/53] Compiling RealModule ElementaryFunctions.swift
[20/53] Compiling Atomics AtomicBool.swift
[21/53] Compiling Atomics IntegerConformances.swift
[22/53] Emitting module RealModule
[23/53] Compiling RealModule Double+Real.swift
[24/53] Compiling RealModule AugmentedArithmetic.swift
[24/79] Compiling SpeziFoundationObjC ObjCExceptionHandling.m
[26/79] Compiling Algorithms Cycle.swift
[27/79] Compiling Algorithms Joined.swift
[28/79] Compiling Algorithms Split.swift
[29/79] Compiling Algorithms Stride.swift
[30/79] Compiling Algorithms Chain.swift
[31/79] Compiling Algorithms Chunked.swift
[32/79] Compiling Algorithms Keyed.swift
[33/79] Compiling Algorithms MinMax.swift
[34/79] Compiling Algorithms Combinations.swift
[35/79] Compiling Algorithms Compacted.swift
[36/79] Emitting module Atomics
[37/79] Compiling Algorithms Trim.swift
[38/79] Compiling Algorithms AdjacentPairs.swift
[39/79] Compiling Algorithms Intersperse.swift
[40/79] Compiling Algorithms Suffix.swift
[41/79] Compiling Algorithms RandomSample.swift
[42/79] Compiling Algorithms Reductions.swift
[43/79] Compiling Algorithms Grouped.swift
[44/79] Compiling Algorithms Indexed.swift
[48/82] Compiling Atomics Unmanaged extensions.swift
[49/82] Compiling Algorithms Partition.swift
[50/82] Compiling Algorithms Permutations.swift
[51/82] Compiling Algorithms Product.swift
[54/82] Compiling Algorithms Rotate.swift
[55/82] Compiling Algorithms EitherSequence.swift
[56/82] Compiling Algorithms FirstNonNil.swift
[57/82] Compiling Algorithms FlattenCollection.swift
[58/82] Compiling Algorithms Unique.swift
[59/82] Compiling Algorithms Windows.swift
[73/82] Emitting module Algorithms
[74/82] Compiling RuntimeAssertions Precondition.swift
[75/82] Compiling RuntimeAssertions RuntimePrecondition.swift
[76/82] Compiling RuntimeAssertions RuntimeAssertion.swift
[77/82] Compiling RuntimeAssertions DebugOnly.swift
[78/82] Compiling RuntimeAssertions Counter.swift
[79/82] Compiling RuntimeAssertions Assert.swift
[80/82] Emitting module RuntimeAssertions
[81/82] Compiling RuntimeAssertions NeverReturn.swift
[82/82] Compiling RuntimeAssertions RuntimeAssertionInjection.swift
[83/130] Compiling SpeziFoundation SequenceExtensions.swift
[84/130] Compiling SpeziFoundation StaticString+Hashable.swift
[85/130] Compiling SpeziFoundation String.swift
[86/130] Compiling SpeziFoundation TimeoutError.swift
[87/130] Compiling SpeziFoundation TopLevelDecoder.swift
[88/135] Compiling SpeziFoundation SomeComputedKnowledgeSource.swift
[89/135] Compiling SpeziFoundation RepositoryAnchor.swift
[90/135] Compiling SpeziFoundation SendableSharedRepository.swift
[91/135] Compiling SpeziFoundation SharedRepository.swift
[92/135] Compiling SpeziFoundation resource_bundle_accessor.swift
[93/135] Compiling SpeziFoundation TopLevelEncoder.swift
[94/135] Compiling SpeziFoundation Version.swift
[95/135] Compiling SpeziFoundation RuntimeConfig.swift
[96/135] Compiling SpeziFoundation RepositoryValue.swift
[97/135] Compiling SpeziFoundation SendableValueRepository.swift
[98/135] Compiling SpeziFoundation ValueRepository.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpeziFoundation/SharedRepository/KnowledgeSource/ComputedKnowledgeSource.swift:19:5: warning: instance method of non-Sendable type 'Self.Type' cannot be marked as '@Sendable'
17 |     /// - Parameter repository: The repository to use for computation.
18 |     /// - Returns: Returns the computed value.
19 |     @Sendable
   |     `- warning: instance method of non-Sendable type 'Self.Type' cannot be marked as '@Sendable'
20 |     static func compute(from repository: Repository) -> Value
21 | }
/Users/admin/builder/spi-builder-workspace/Sources/SpeziFoundation/SharedRepository/KnowledgeSource/OptionalComputedKnowledgeSource.swift:20:5: warning: instance method of non-Sendable type 'Self.Type' cannot be marked as '@Sendable'
18 |     /// - Parameter repository: The repository to use for computation.
19 |     /// - Returns: Returns the computed value or nil if nothing could be computed.
20 |     @Sendable
   |     `- warning: instance method of non-Sendable type 'Self.Type' cannot be marked as '@Sendable'
21 |     static func compute(from repository: Repository) -> Value?
22 | }
[99/135] Compiling SpeziFoundation ComputedKnowledgeSource.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpeziFoundation/SharedRepository/KnowledgeSource/ComputedKnowledgeSource.swift:19:5: warning: instance method of non-Sendable type 'Self.Type' cannot be marked as '@Sendable'
17 |     /// - Parameter repository: The repository to use for computation.
18 |     /// - Returns: Returns the computed value.
19 |     @Sendable
   |     `- warning: instance method of non-Sendable type 'Self.Type' cannot be marked as '@Sendable'
20 |     static func compute(from repository: Repository) -> Value
21 | }
/Users/admin/builder/spi-builder-workspace/Sources/SpeziFoundation/SharedRepository/KnowledgeSource/OptionalComputedKnowledgeSource.swift:20:5: warning: instance method of non-Sendable type 'Self.Type' cannot be marked as '@Sendable'
18 |     /// - Parameter repository: The repository to use for computation.
19 |     /// - Returns: Returns the computed value or nil if nothing could be computed.
20 |     @Sendable
   |     `- warning: instance method of non-Sendable type 'Self.Type' cannot be marked as '@Sendable'
21 |     static func compute(from repository: Repository) -> Value?
22 | }
[100/135] Compiling SpeziFoundation DefaultProvidingKnowledgeSource.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpeziFoundation/SharedRepository/KnowledgeSource/ComputedKnowledgeSource.swift:19:5: warning: instance method of non-Sendable type 'Self.Type' cannot be marked as '@Sendable'
17 |     /// - Parameter repository: The repository to use for computation.
18 |     /// - Returns: Returns the computed value.
19 |     @Sendable
   |     `- warning: instance method of non-Sendable type 'Self.Type' cannot be marked as '@Sendable'
20 |     static func compute(from repository: Repository) -> Value
21 | }
/Users/admin/builder/spi-builder-workspace/Sources/SpeziFoundation/SharedRepository/KnowledgeSource/OptionalComputedKnowledgeSource.swift:20:5: warning: instance method of non-Sendable type 'Self.Type' cannot be marked as '@Sendable'
18 |     /// - Parameter repository: The repository to use for computation.
19 |     /// - Returns: Returns the computed value or nil if nothing could be computed.
20 |     @Sendable
   |     `- warning: instance method of non-Sendable type 'Self.Type' cannot be marked as '@Sendable'
21 |     static func compute(from repository: Repository) -> Value?
22 | }
[101/135] Compiling SpeziFoundation KnowledgeSource.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpeziFoundation/SharedRepository/KnowledgeSource/ComputedKnowledgeSource.swift:19:5: warning: instance method of non-Sendable type 'Self.Type' cannot be marked as '@Sendable'
17 |     /// - Parameter repository: The repository to use for computation.
18 |     /// - Returns: Returns the computed value.
19 |     @Sendable
   |     `- warning: instance method of non-Sendable type 'Self.Type' cannot be marked as '@Sendable'
20 |     static func compute(from repository: Repository) -> Value
21 | }
/Users/admin/builder/spi-builder-workspace/Sources/SpeziFoundation/SharedRepository/KnowledgeSource/OptionalComputedKnowledgeSource.swift:20:5: warning: instance method of non-Sendable type 'Self.Type' cannot be marked as '@Sendable'
18 |     /// - Parameter repository: The repository to use for computation.
19 |     /// - Returns: Returns the computed value or nil if nothing could be computed.
20 |     @Sendable
   |     `- warning: instance method of non-Sendable type 'Self.Type' cannot be marked as '@Sendable'
21 |     static func compute(from repository: Repository) -> Value?
22 | }
[102/135] Compiling SpeziFoundation OptionalComputedKnowledgeSource.swift
/Users/admin/builder/spi-builder-workspace/Sources/SpeziFoundation/SharedRepository/KnowledgeSource/ComputedKnowledgeSource.swift:19:5: warning: instance method of non-Sendable type 'Self.Type' cannot be marked as '@Sendable'
17 |     /// - Parameter repository: The repository to use for computation.
18 |     /// - Returns: Returns the computed value.
19 |     @Sendable
   |     `- warning: instance method of non-Sendable type 'Self.Type' cannot be marked as '@Sendable'
20 |     static func compute(from repository: Repository) -> Value
21 | }
/Users/admin/builder/spi-builder-workspace/Sources/SpeziFoundation/SharedRepository/KnowledgeSource/OptionalComputedKnowledgeSource.swift:20:5: warning: instance method of non-Sendable type 'Self.Type' cannot be marked as '@Sendable'
18 |     /// - Parameter repository: The repository to use for computation.
19 |     /// - Returns: Returns the computed value or nil if nothing could be computed.
20 |     @Sendable
   |     `- warning: instance method of non-Sendable type 'Self.Type' cannot be marked as '@Sendable'
21 |     static func compute(from repository: Repository) -> Value?
22 | }
[103/135] Compiling SpeziFoundation ArrayBuilder.swift
[104/135] Compiling SpeziFoundation RangeReplaceableCollectionBuilder.swift
[105/135] Compiling SpeziFoundation SetBuilder.swift
[106/135] Compiling SpeziFoundation CompressionAlgorithm.swift
[107/135] Compiling SpeziFoundation Zlib.swift
[108/135] Compiling SpeziFoundation AnyAsyncIterator.swift
[109/135] Compiling SpeziFoundation RecursiveRWLock.swift
[110/135] Compiling SpeziFoundation _PThreadReadWriteLockProtocol.swift
[111/135] Compiling SpeziFoundation MarkdownDocument+Metadata.swift
[112/135] Compiling SpeziFoundation MarkdownDocument+Parser.swift
[113/135] Compiling SpeziFoundation MarkdownDocument+Sections.swift
[114/135] Emitting module SpeziFoundation
/Users/admin/builder/spi-builder-workspace/Sources/SpeziFoundation/SharedRepository/KnowledgeSource/ComputedKnowledgeSource.swift:19:5: warning: instance method of non-Sendable type 'Self.Type' cannot be marked as '@Sendable'
17 |     /// - Parameter repository: The repository to use for computation.
18 |     /// - Returns: Returns the computed value.
19 |     @Sendable
   |     `- warning: instance method of non-Sendable type 'Self.Type' cannot be marked as '@Sendable'
20 |     static func compute(from repository: Repository) -> Value
21 | }
/Users/admin/builder/spi-builder-workspace/Sources/SpeziFoundation/SharedRepository/KnowledgeSource/OptionalComputedKnowledgeSource.swift:20:5: warning: instance method of non-Sendable type 'Self.Type' cannot be marked as '@Sendable'
18 |     /// - Parameter repository: The repository to use for computation.
19 |     /// - Returns: Returns the computed value or nil if nothing could be computed.
20 |     @Sendable
   |     `- warning: instance method of non-Sendable type 'Self.Type' cannot be marked as '@Sendable'
21 |     static func compute(from repository: Repository) -> Value?
22 | }
[115/135] Compiling SpeziFoundation AnyAsyncSequence.swift
[116/135] Compiling SpeziFoundation AsyncSemaphore.swift
[117/135] Compiling SpeziFoundation DiscardTaskGroup+CancellableTask.swift
[118/135] Compiling SpeziFoundation MainActorExecution.swift
[119/135] Compiling SpeziFoundation ManagedAsynchronousAccess.swift
[120/135] Compiling SpeziFoundation RWLock.swift
[121/135] Compiling SpeziFoundation Calendar.swift
[122/135] Compiling SpeziFoundation DataDescriptor.swift
[123/135] Compiling SpeziFoundation Duration.swift
[124/135] Compiling SpeziFoundation FileManager.swift
[125/135] Compiling SpeziFoundation FormatStyle.swift
[126/135] Compiling SpeziFoundation MarkdownDocument.swift
[127/135] Compiling SpeziFoundation AnyArray.swift
[128/135] Compiling SpeziFoundation AnyOptional.swift
[129/135] Compiling SpeziFoundation BidirectionalCollection.swift
[130/135] Compiling SpeziFoundation BinarySearch.swift
[131/135] Compiling SpeziFoundation KeyValuePairs.swift
[132/135] Compiling SpeziFoundation ObjCExceptionHandling.swift
[133/135] Compiling SpeziFoundation OrderedArray.swift
[134/135] Compiling SpeziFoundation RuntimeEnvironment.swift
[135/135] Compiling SpeziFoundation SendableMetatype.swift
[136/142] Compiling SpeziLocalization LocalizedFileResources.swift
[137/142] Compiling SpeziLocalization Other.swift
[138/142] Compiling SpeziLocalization LocalizationKey.swift
[139/142] Emitting module SpeziLocalization
[140/142] Compiling SpeziLocalization Bundle+LocalizableString.swift
[141/142] Compiling SpeziLocalization LocaleMatchingBehaviour.swift
[142/142] Compiling SpeziLocalization LocalizedFileResolution.swift
Build complete! (14.88s)
Fetching https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
[1/1814] Fetching swift-atomics
[74/2549] Fetching swift-atomics, xctruntimeassertions
[831/8534] Fetching swift-atomics, xctruntimeassertions, swift-algorithms
Fetched https://github.com/StanfordBDHG/XCTRuntimeAssertions.git from cache (1.15s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.15s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.15s)
Computing version for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 2.2.0 (1.72s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.92s)
Fetching https://github.com/apple/swift-numerics.git
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.05s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.48s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.0 (0.41s)
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.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/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Working copy of https://github.com/StanfordBDHG/XCTRuntimeAssertions.git resolved at 2.2.0
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    },
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms.git"
    },
    {
      "identity" : "xctruntimeassertions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/StanfordBDHG/XCTRuntimeAssertions.git"
    }
  ],
  "manifest_display_name" : "SpeziFoundation",
  "name" : "SpeziFoundation",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "SpeziFoundation",
      "targets" : [
        "SpeziFoundation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SpeziLocalization",
      "targets" : [
        "SpeziLocalization"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SpeziLocalizationTests",
      "module_type" : "SwiftTarget",
      "name" : "SpeziLocalizationTests",
      "path" : "Tests/SpeziLocalizationTests",
      "sources" : [
        "LocalizationBundleTests.swift",
        "LocalizationTests.swift"
      ],
      "target_dependencies" : [
        "SpeziLocalization",
        "SpeziFoundation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpeziLocalization",
      "module_type" : "SwiftTarget",
      "name" : "SpeziLocalization",
      "path" : "Sources/SpeziLocalization",
      "product_dependencies" : [
        "Algorithms"
      ],
      "product_memberships" : [
        "SpeziLocalization"
      ],
      "sources" : [
        "Bundle+LocalizableString.swift",
        "LocalizedFileResources/LocaleMatchingBehaviour.swift",
        "LocalizedFileResources/LocalizationKey.swift",
        "LocalizedFileResources/LocalizedFileResolution.swift",
        "LocalizedFileResources/LocalizedFileResources.swift",
        "Other.swift"
      ],
      "target_dependencies" : [
        "SpeziFoundation"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SpeziFoundationTests",
      "module_type" : "SwiftTarget",
      "name" : "SpeziFoundationTests",
      "path" : "Tests/SpeziFoundationTests",
      "product_dependencies" : [
        "RuntimeAssertionsTesting",
        "XCTRuntimeAssertions"
      ],
      "sources" : [
        "AnyAsyncSequenceTests.swift",
        "AsyncSemaphoreTests.swift",
        "CalendarExtensionsTests.swift",
        "CancelableChildTaskTests.swift",
        "CollectionBuildersTests.swift",
        "CompressionAlgorithmTests.swift",
        "DataDescriptorTests.swift",
        "DurationTests.swift",
        "ExceptionHandlingTests.swift",
        "FileManagerTests.swift",
        "FormatStyleTests.swift",
        "KeyValuePairsTests.swift",
        "MainActorExecutionTests.swift",
        "ManagedAsynchronousAccessTests.swift",
        "MarkdownDocumentTests.swift",
        "OrderedArrayTests.swift",
        "RWLockTests.swift",
        "RuntimeEnvironmentTests.swift",
        "SendableSharedRepositoryTests.swift",
        "SequenceExtensionTests.swift",
        "SharedRepositoryTests.swift",
        "StaticStringTests.swift",
        "TimeoutTests.swift",
        "VersionTests.swift"
      ],
      "target_dependencies" : [
        "SpeziFoundation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpeziFoundationObjC",
      "module_type" : "ClangTarget",
      "name" : "SpeziFoundationObjC",
      "path" : "Sources/SpeziFoundationObjC",
      "product_memberships" : [
        "SpeziFoundation",
        "SpeziLocalization"
      ],
      "sources" : [
        "ObjCExceptionHandling.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SpeziFoundation",
      "module_type" : "SwiftTarget",
      "name" : "SpeziFoundation",
      "path" : "Sources/SpeziFoundation",
      "product_dependencies" : [
        "Atomics",
        "Algorithms",
        "RuntimeAssertions"
      ],
      "product_memberships" : [
        "SpeziFoundation",
        "SpeziLocalization"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SpeziFoundation/Resources/Localizable.xcstrings",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SpeziFoundation/Resources/Localizable.xcstrings.license",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Collection Builders/ArrayBuilder.swift",
        "Collection Builders/RangeReplaceableCollectionBuilder.swift",
        "Collection Builders/SetBuilder.swift",
        "Compression/CompressionAlgorithm.swift",
        "Compression/Zlib.swift",
        "Concurrency/AnyAsyncIterator.swift",
        "Concurrency/AnyAsyncSequence.swift",
        "Concurrency/AsyncSemaphore.swift",
        "Concurrency/DiscardTaskGroup+CancellableTask.swift",
        "Concurrency/MainActorExecution.swift",
        "Concurrency/ManagedAsynchronousAccess.swift",
        "Concurrency/RWLock/RWLock.swift",
        "Concurrency/RWLock/RecursiveRWLock.swift",
        "Concurrency/RWLock/_PThreadReadWriteLockProtocol.swift",
        "Markdown Document/MarkdownDocument+Metadata.swift",
        "Markdown Document/MarkdownDocument+Parser.swift",
        "Markdown Document/MarkdownDocument+Sections.swift",
        "Markdown Document/MarkdownDocument.swift",
        "Misc/AnyArray.swift",
        "Misc/AnyOptional.swift",
        "Misc/BidirectionalCollection.swift",
        "Misc/BinarySearch.swift",
        "Misc/Calendar.swift",
        "Misc/DataDescriptor.swift",
        "Misc/Duration.swift",
        "Misc/FileManager.swift",
        "Misc/FormatStyle.swift",
        "Misc/KeyValuePairs.swift",
        "Misc/ObjCExceptionHandling.swift",
        "Misc/OrderedArray.swift",
        "Misc/RuntimeEnvironment.swift",
        "Misc/SendableMetatype.swift",
        "Misc/SequenceExtensions.swift",
        "Misc/StaticString+Hashable.swift",
        "Misc/String.swift",
        "Misc/TimeoutError.swift",
        "Misc/TopLevelDecoder.swift",
        "Misc/TopLevelEncoder.swift",
        "Misc/Version.swift",
        "RuntimeConfig/RuntimeConfig.swift",
        "SharedRepository/Builtin/RepositoryValue.swift",
        "SharedRepository/Builtin/SendableValueRepository.swift",
        "SharedRepository/Builtin/ValueRepository.swift",
        "SharedRepository/KnowledgeSource/ComputedKnowledgeSource.swift",
        "SharedRepository/KnowledgeSource/DefaultProvidingKnowledgeSource.swift",
        "SharedRepository/KnowledgeSource/KnowledgeSource.swift",
        "SharedRepository/KnowledgeSource/OptionalComputedKnowledgeSource.swift",
        "SharedRepository/KnowledgeSource/SomeComputedKnowledgeSource.swift",
        "SharedRepository/RepositoryAnchor.swift",
        "SharedRepository/SendableSharedRepository.swift",
        "SharedRepository/SharedRepository.swift"
      ],
      "target_dependencies" : [
        "SpeziFoundationObjC"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.