The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of CodableDatastore, reference main (123bea), with Swift 6.0 for macOS (SPM) on 21 Feb 2025 18:19:27 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mochidev/CodableDatastore.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mochidev/CodableDatastore
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 123beae Updated the recommended version in the README
Cloned https://github.com/mochidev/CodableDatastore.git
Revision (git rev-parse @):
123beae86f8d53ee36e0f7ba116debf6e010b8ab
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mochidev/CodableDatastore.git at main
Fetching https://github.com/mochidev/Bytes.git
Fetching https://github.com/mochidev/AsyncSequenceReader.git
[1/226] Fetching asyncsequencereader
[227/678] Fetching asyncsequencereader, bytes
Fetched https://github.com/mochidev/AsyncSequenceReader.git from cache (0.79s)
Fetched https://github.com/mochidev/Bytes.git from cache (0.79s)
Computing version for https://github.com/mochidev/AsyncSequenceReader.git
Computed https://github.com/mochidev/AsyncSequenceReader.git at 0.3.1 (0.44s)
Computing version for https://github.com/mochidev/Bytes.git
Computed https://github.com/mochidev/Bytes.git at 0.3.1 (3.27s)
Creating working copy for https://github.com/mochidev/AsyncSequenceReader.git
Working copy of https://github.com/mochidev/AsyncSequenceReader.git resolved at 0.3.1
Creating working copy for https://github.com/mochidev/Bytes.git
Working copy of https://github.com/mochidev/Bytes.git resolved at 0.3.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "codabledatastore",
      "name": "CodableDatastore",
      "url": "https://github.com/mochidev/CodableDatastore.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CodableDatastore",
      "dependencies": [
        {
          "identity": "asyncsequencereader",
          "name": "AsyncSequenceReader",
          "url": "https://github.com/mochidev/AsyncSequenceReader.git",
          "version": "0.3.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AsyncSequenceReader",
          "dependencies": [
          ]
        },
        {
          "identity": "bytes",
          "name": "Bytes",
          "url": "https://github.com/mochidev/Bytes.git",
          "version": "0.3.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Bytes",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/mochidev/CodableDatastore.git
[1/2708] Fetching codabledatastore
Fetched https://github.com/mochidev/CodableDatastore.git from cache (0.91s)
Fetching https://github.com/mochidev/Bytes.git from cache
Fetching https://github.com/mochidev/AsyncSequenceReader.git from cache
Fetched https://github.com/mochidev/Bytes.git from cache (0.44s)
Fetched https://github.com/mochidev/AsyncSequenceReader.git from cache (0.49s)
Computing version for https://github.com/mochidev/AsyncSequenceReader.git
Computed https://github.com/mochidev/AsyncSequenceReader.git at 0.3.1 (0.02s)
Computing version for https://github.com/mochidev/Bytes.git
Computed https://github.com/mochidev/Bytes.git at 0.3.1 (0.02s)
Creating working copy for https://github.com/mochidev/CodableDatastore.git
Working copy of https://github.com/mochidev/CodableDatastore.git resolved at main (123beae)
Creating working copy for https://github.com/mochidev/AsyncSequenceReader.git
Working copy of https://github.com/mochidev/AsyncSequenceReader.git resolved at 0.3.1
Creating working copy for https://github.com/mochidev/Bytes.git
Working copy of https://github.com/mochidev/Bytes.git resolved at 0.3.1
warning: '.resolve-product-dependencies': dependency 'codabledatastore' is not used by any target
Found 2 product dependencies
  - AsyncSequenceReader
  - Bytes
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/mochidev/CodableDatastore.git
https://github.com/mochidev/CodableDatastore.git
{
  "dependencies" : [
    {
      "identity" : "asyncsequencereader",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.1",
            "upper_bound" : "0.4.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mochidev/AsyncSequenceReader.git"
    },
    {
      "identity" : "bytes",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "0.4.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mochidev/Bytes.git"
    }
  ],
  "manifest_display_name" : "CodableDatastore",
  "name" : "CodableDatastore",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "CodableDatastore",
      "targets" : [
        "CodableDatastore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CodableDatastoreTests",
      "module_type" : "SwiftTarget",
      "name" : "CodableDatastoreTests",
      "path" : "Tests/CodableDatastoreTests",
      "sources" : [
        "DatastoreDescriptorTests.swift",
        "DatastoreFormatTests.swift",
        "DatastorePageEntryTests.swift",
        "DatedIdentifierTests.swift",
        "DiskPersistenceDatastoreIndexTests.swift",
        "DiskPersistenceDatastoreTests.swift",
        "DiskPersistenceTests.swift",
        "DiskTransactionTests.swift",
        "IndexRangeExpressionTests.swift",
        "OptionalTests.swift",
        "SnapshotIterationTests.swift",
        "SnapshotTests.swift",
        "TransactionOptionsTests.swift",
        "TypedIdentifierTests.swift",
        "UUIDTests.swift"
      ],
      "target_dependencies" : [
        "CodableDatastore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CodableDatastore",
      "module_type" : "SwiftTarget",
      "name" : "CodableDatastore",
      "path" : "Sources/CodableDatastore",
      "product_dependencies" : [
        "AsyncSequenceReader",
        "Bytes"
      ],
      "product_memberships" : [
        "CodableDatastore"
      ],
      "sources" : [
        "Datastore/Configuration.swift",
        "Datastore/Datastore.swift",
        "Datastore/DatastoreDescriptor.swift",
        "Datastore/DatastoreError.swift",
        "Datastore/DatastoreFormat.swift",
        "Datastore/DatastoreKey.swift",
        "Datastore/Dictionary+RawRepresentable.swift",
        "Datastore/ObservedEvent.swift",
        "Datastore/Progress.swift",
        "Datastore/RawRepresentable+Codable.swift",
        "Datastore/TypedAsyncSequence.swift",
        "Debug/GlobalTimer.swift",
        "Indexes/GeneratedIndexRepresentation.swift",
        "Indexes/IndexName.swift",
        "Indexes/IndexRangeExpression.swift",
        "Indexes/IndexRepresentation.swift",
        "Indexes/IndexStorage.swift",
        "Indexes/IndexType.swift",
        "Indexes/Indexable.swift",
        "Indexes/UUID+Comparable.swift",
        "Persistence/AccessMode.swift",
        "Persistence/Cursor.swift",
        "Persistence/DatastoreInterfaceError.swift",
        "Persistence/DatastoreInterfaceProtocol.swift",
        "Persistence/Disk Persistence/AsyncThrowingBackpressureStream.swift",
        "Persistence/Disk Persistence/Datastore/DatastoreIndex.swift",
        "Persistence/Disk Persistence/Datastore/DatastoreIndexManifest.swift",
        "Persistence/Disk Persistence/Datastore/DatastorePage.swift",
        "Persistence/Disk Persistence/Datastore/DatastorePageEntry.swift",
        "Persistence/Disk Persistence/Datastore/DatastorePageEntryBlock.swift",
        "Persistence/Disk Persistence/Datastore/DatastoreRoot.swift",
        "Persistence/Disk Persistence/Datastore/DatastoreRootManifest.swift",
        "Persistence/Disk Persistence/Datastore/PersistenceDatastore.swift",
        "Persistence/Disk Persistence/DatedIdentifier.swift",
        "Persistence/Disk Persistence/DiskPersistence.swift",
        "Persistence/Disk Persistence/DiskPersistenceError.swift",
        "Persistence/Disk Persistence/ISO8601DateFormatter+Milliseconds.swift",
        "Persistence/Disk Persistence/JSONCoder.swift",
        "Persistence/Disk Persistence/LazyTask.swift",
        "Persistence/Disk Persistence/Snapshot/Snapshot.swift",
        "Persistence/Disk Persistence/Snapshot/SnapshotIteration.swift",
        "Persistence/Disk Persistence/Snapshot/SnapshotManifest.swift",
        "Persistence/Disk Persistence/SortOrder.swift",
        "Persistence/Disk Persistence/StoreInfo/StoreInfo.swift",
        "Persistence/Disk Persistence/Transaction/DiskCursor.swift",
        "Persistence/Disk Persistence/Transaction/Transaction.swift",
        "Persistence/Disk Persistence/TypedIdentifier.swift",
        "Persistence/Memory Persistence/MemoryPersistence.swift",
        "Persistence/Persistence.swift",
        "Persistence/TransactionOptions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/23] Compiling AsyncSequenceReader AsyncSequenceReaderError.swift
[6/23] Compiling AsyncSequenceReader AsyncSequenceReader.swift
[7/23] Compiling AsyncSequenceReader AsyncReadUpToCountSequence.swift
[8/23] Compiling AsyncSequenceReader AsyncReadSequence.swift
[9/23] Compiling AsyncSequenceReader AsyncIteratorMapSequence.swift
[10/23] Compiling AsyncSequenceReader AsyncBufferedIterator.swift
[11/23] Compiling AsyncSequenceReader AnyReadableSequence.swift
[12/23] Emitting module AsyncSequenceReader
[13/23] Compiling AsyncSequenceReader AsyncReadUpToElementsSequence.swift
[14/23] Compiling Bytes String.swift
[15/24] Compiling Bytes RawRepresentable.swift
[16/24] Compiling Bytes Integer.swift
[17/24] Compiling Bytes UUID.swift
[18/24] Compiling Bytes AsyncByteIterator.swift
[19/24] Compiling Bytes BytesError.swift
[20/24] Compiling Bytes ByteIterator.swift
[21/24] Compiling Bytes Bytes.swift
[22/24] Compiling Bytes AsyncChunkedBytes.swift
[23/24] Emitting module Bytes
[24/24] Compiling Bytes Colletion+Casting.swift
[25/70] Compiling CodableDatastore DatastoreKey.swift
[26/70] Compiling CodableDatastore Dictionary+RawRepresentable.swift
[27/70] Compiling CodableDatastore ObservedEvent.swift
[28/70] Compiling CodableDatastore Progress.swift
[29/70] Compiling CodableDatastore RawRepresentable+Codable.swift
[30/75] Compiling CodableDatastore TypedAsyncSequence.swift
[31/75] Compiling CodableDatastore GlobalTimer.swift
[32/75] Compiling CodableDatastore GeneratedIndexRepresentation.swift
[33/75] Compiling CodableDatastore IndexName.swift
[34/75] Compiling CodableDatastore IndexRangeExpression.swift
[35/75] Compiling CodableDatastore AccessMode.swift
[36/75] Compiling CodableDatastore Cursor.swift
[37/75] Compiling CodableDatastore DatastoreInterfaceError.swift
[38/75] Compiling CodableDatastore DatastoreInterfaceProtocol.swift
[39/75] Compiling CodableDatastore AsyncThrowingBackpressureStream.swift
[40/75] Compiling CodableDatastore DiskPersistenceError.swift
[41/75] Compiling CodableDatastore ISO8601DateFormatter+Milliseconds.swift
[42/75] Compiling CodableDatastore JSONCoder.swift
[43/75] Compiling CodableDatastore LazyTask.swift
[44/75] Compiling CodableDatastore Snapshot.swift
[45/75] Emitting module CodableDatastore
[46/75] Compiling CodableDatastore Configuration.swift
[47/75] Compiling CodableDatastore Datastore.swift
[48/75] Compiling CodableDatastore DatastoreDescriptor.swift
[49/75] Compiling CodableDatastore DatastoreError.swift
[50/75] Compiling CodableDatastore DatastoreFormat.swift
[51/75] Compiling CodableDatastore SnapshotIteration.swift
[52/75] Compiling CodableDatastore SnapshotManifest.swift
[53/75] Compiling CodableDatastore SortOrder.swift
[54/75] Compiling CodableDatastore StoreInfo.swift
[55/75] Compiling CodableDatastore DiskCursor.swift
[56/75] Compiling CodableDatastore IndexRepresentation.swift
[57/75] Compiling CodableDatastore IndexStorage.swift
[58/75] Compiling CodableDatastore IndexType.swift
[59/75] Compiling CodableDatastore Indexable.swift
[60/75] Compiling CodableDatastore UUID+Comparable.swift
[61/75] Compiling CodableDatastore DatastoreRoot.swift
[62/75] Compiling CodableDatastore DatastoreRootManifest.swift
[63/75] Compiling CodableDatastore PersistenceDatastore.swift
[64/75] Compiling CodableDatastore DatedIdentifier.swift
[65/75] Compiling CodableDatastore DiskPersistence.swift
[66/75] Compiling CodableDatastore DatastoreIndex.swift
[67/75] Compiling CodableDatastore DatastoreIndexManifest.swift
[68/75] Compiling CodableDatastore DatastorePage.swift
[69/75] Compiling CodableDatastore DatastorePageEntry.swift
[70/75] Compiling CodableDatastore DatastorePageEntryBlock.swift
[71/75] Compiling CodableDatastore Transaction.swift
[72/75] Compiling CodableDatastore TypedIdentifier.swift
[73/75] Compiling CodableDatastore MemoryPersistence.swift
[74/75] Compiling CodableDatastore Persistence.swift
[75/75] Compiling CodableDatastore TransactionOptions.swift
Build complete! (18.55s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "asyncsequencereader",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.1",
            "upper_bound" : "0.4.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mochidev/AsyncSequenceReader.git"
    },
    {
      "identity" : "bytes",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "0.4.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mochidev/Bytes.git"
    }
  ],
  "manifest_display_name" : "CodableDatastore",
  "name" : "CodableDatastore",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "CodableDatastore",
      "targets" : [
        "CodableDatastore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CodableDatastoreTests",
      "module_type" : "SwiftTarget",
      "name" : "CodableDatastoreTests",
      "path" : "Tests/CodableDatastoreTests",
      "sources" : [
        "DatastoreDescriptorTests.swift",
        "DatastoreFormatTests.swift",
        "DatastorePageEntryTests.swift",
        "DatedIdentifierTests.swift",
        "DiskPersistenceDatastoreIndexTests.swift",
        "DiskPersistenceDatastoreTests.swift",
        "DiskPersistenceTests.swift",
        "DiskTransactionTests.swift",
        "IndexRangeExpressionTests.swift",
        "OptionalTests.swift",
        "SnapshotIterationTests.swift",
        "SnapshotTests.swift",
        "TransactionOptionsTests.swift",
        "TypedIdentifierTests.swift",
        "UUIDTests.swift"
      ],
      "target_dependencies" : [
        "CodableDatastore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CodableDatastore",
      "module_type" : "SwiftTarget",
      "name" : "CodableDatastore",
      "path" : "Sources/CodableDatastore",
      "product_dependencies" : [
        "AsyncSequenceReader",
        "Bytes"
      ],
      "product_memberships" : [
        "CodableDatastore"
      ],
      "sources" : [
        "Datastore/Configuration.swift",
        "Datastore/Datastore.swift",
        "Datastore/DatastoreDescriptor.swift",
        "Datastore/DatastoreError.swift",
        "Datastore/DatastoreFormat.swift",
        "Datastore/DatastoreKey.swift",
        "Datastore/Dictionary+RawRepresentable.swift",
        "Datastore/ObservedEvent.swift",
        "Datastore/Progress.swift",
        "Datastore/RawRepresentable+Codable.swift",
        "Datastore/TypedAsyncSequence.swift",
        "Debug/GlobalTimer.swift",
        "Indexes/GeneratedIndexRepresentation.swift",
        "Indexes/IndexName.swift",
        "Indexes/IndexRangeExpression.swift",
        "Indexes/IndexRepresentation.swift",
        "Indexes/IndexStorage.swift",
        "Indexes/IndexType.swift",
        "Indexes/Indexable.swift",
        "Indexes/UUID+Comparable.swift",
        "Persistence/AccessMode.swift",
        "Persistence/Cursor.swift",
        "Persistence/DatastoreInterfaceError.swift",
        "Persistence/DatastoreInterfaceProtocol.swift",
        "Persistence/Disk Persistence/AsyncThrowingBackpressureStream.swift",
        "Persistence/Disk Persistence/Datastore/DatastoreIndex.swift",
        "Persistence/Disk Persistence/Datastore/DatastoreIndexManifest.swift",
        "Persistence/Disk Persistence/Datastore/DatastorePage.swift",
        "Persistence/Disk Persistence/Datastore/DatastorePageEntry.swift",
        "Persistence/Disk Persistence/Datastore/DatastorePageEntryBlock.swift",
        "Persistence/Disk Persistence/Datastore/DatastoreRoot.swift",
        "Persistence/Disk Persistence/Datastore/DatastoreRootManifest.swift",
        "Persistence/Disk Persistence/Datastore/PersistenceDatastore.swift",
        "Persistence/Disk Persistence/DatedIdentifier.swift",
        "Persistence/Disk Persistence/DiskPersistence.swift",
        "Persistence/Disk Persistence/DiskPersistenceError.swift",
        "Persistence/Disk Persistence/ISO8601DateFormatter+Milliseconds.swift",
        "Persistence/Disk Persistence/JSONCoder.swift",
        "Persistence/Disk Persistence/LazyTask.swift",
        "Persistence/Disk Persistence/Snapshot/Snapshot.swift",
        "Persistence/Disk Persistence/Snapshot/SnapshotIteration.swift",
        "Persistence/Disk Persistence/Snapshot/SnapshotManifest.swift",
        "Persistence/Disk Persistence/SortOrder.swift",
        "Persistence/Disk Persistence/StoreInfo/StoreInfo.swift",
        "Persistence/Disk Persistence/Transaction/DiskCursor.swift",
        "Persistence/Disk Persistence/Transaction/Transaction.swift",
        "Persistence/Disk Persistence/TypedIdentifier.swift",
        "Persistence/Memory Persistence/MemoryPersistence.swift",
        "Persistence/Persistence.swift",
        "Persistence/TransactionOptions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/mochidev/codabledatastore/main
Repository:               mochidev/CodableDatastore
Swift version used:       6.0
Target:                   CodableDatastore
Extracting symbol information for 'CodableDatastore'...
Finished extracting symbol information for 'CodableDatastore'. (4.85s)
Building documentation for 'CodableDatastore'...
warning: 'URL' doesn't exist at '/CodableDatastore/Foundation'
  --> Conceptual/On Disk Representation.md:8:59-8:62
6  |
7  | ``Datastore``s are grouped together within a single ``DiskPersistence`` when
8  + saved to disk, located at the user's chosen ``/Foundation/URL``.
9  |
10 | ### Persistence Store
warning: 'Identifiable' doesn't exist at '/CodableDatastore/Swift'
  --> ../Datastore/DatastoreFormat.swift:73:51-73:63
71 | /// ```
72 | ///
73 + /// - Note: If your ``Instance`` type is ``/Swift/Identifiable``,  you should _not_ declare an index for `id` — special accessors are created on your behalf that can be used instead.
74 | ///
75 | /// - Important: We discourage declaring non-static stored and computed properties on your conforming type, as that will polute the key-path namespace of the format which is used for generating getters on the datastore.
warning: 'Identifiable' doesn't exist at '/CodableDatastore/DatastoreFormat/Identifier'
  --> ../Datastore/DatastoreFormat.swift:89:55-89:67
87 |     /// The identifier to be used when de-duplicating instances saved in the persistence.
88 |     ///
89 +     /// Although ``Instance`` does _not_ need to be ``Identifiable``, a consistent identifier must still be provided for every instance to retrive and persist them. This identifier can be different from `Instance.ID` if truly necessary, though most conformers can simply set it to `Instance.ID`
90 |     associatedtype Identifier: Indexable & DiscreteIndexable & Sendable
91 |
warning: 'Codable' doesn't exist at '/CodableDatastore/Swift'
  --> ../Indexes/Indexable.swift:11:118-11:125
9  | import Foundation
10 |
11 + /// An alias representing the requirements for a property to be indexable, namely that they conform to both ``/Swift/Codable`` and ``/Swift/Comparable``.
12 | public typealias Indexable = Comparable & Hashable & Codable & Sendable
13 |
warning: Parameter 'datastore' not found in instance method declaration
  --> ../Persistence/DatastoreInterfaceProtocol.swift:27:21-27:30
25 |
26 |     /// Load the descriptor of a ``Datastore``.
27 +     /// - Parameter datastore: The datastore to query.
   |                     ╰─suggestion: Replace 'datastore' with 'datastoreKey'
28 |     /// - Returns: A descriptor of the datastore as the persistence knows it.
29 |     func datastoreDescriptor(for datastoreKey: DatastoreKey) async throws -> DatastoreDescriptor?
warning: Parameter 'datastoreKey' is missing documentation
  --> ../Persistence/DatastoreInterfaceProtocol.swift:27:55-27:55
25 |
26 |     /// Load the descriptor of a ``Datastore``.
27 +     /// - Parameter datastore: The datastore to query.
   |                                                       ╰─suggestion: Document 'datastoreKey' parameter
28 |     /// - Returns: A descriptor of the datastore as the persistence knows it.
29 |     func datastoreDescriptor(for datastoreKey: DatastoreKey) async throws -> DatastoreDescriptor?
warning: Parameter 'indexedValue' not found in instance method declaration
  --> ../Persistence/DatastoreInterfaceProtocol.swift:93:13-93:25
91 |     /// - Throws: ``DatastoreInterfaceError/instanceAlreadyExists`` if an instance for the specified identifier already exists.
92 |     /// - Parameters:
93 +     ///   - indexedValue: The indexed value to search against.
   |             ├─suggestion: Replace 'indexedValue' with 'indexName'
   |             ╰─suggestion: Replace 'indexedValue' with 'index'
94 |     ///   - identifier: The identifier of an instance to insert.
95 |     ///   - indexName: The name of the direct index to search in.
warning: Parameter 'index' is missing documentation
  --> ../Persistence/DatastoreInterfaceProtocol.swift:96:73-96:73
94 |     ///   - identifier: The identifier of an instance to insert.
   |           ╰─suggestion: Document 'index' parameter
95 |     ///   - indexName: The name of the direct index to search in.
96 +     ///   - datastoreKey: The key of the datastore the index belongs to.
97 |     /// - Returns: A cursor ideal for inserting the specified item.
98 |     func directIndexCursor<IndexType: Indexable, IdentifierType: Indexable>(
warning: Parameter 'indexedValue' not found in instance method declaration
   --> ../Persistence/DatastoreInterfaceProtocol.swift:109:13-109:25
107 |     /// - Throws: ``DatastoreInterfaceError/instanceNotFound`` if an instance for the specified identifier could not be found.
108 |     /// - Parameters:
109 +     ///   - indexedValue: The indexed value to search against.
    |             ├─suggestion: Replace 'indexedValue' with 'indexName'
    |             ╰─suggestion: Replace 'indexedValue' with 'index'
110 |     ///   - identifier: The identifier of the instance to load.
111 |     ///   - indexName: The name of the secondary index to search in.
warning: Parameter 'index' is missing documentation
   --> ../Persistence/DatastoreInterfaceProtocol.swift:112:73-112:73
110 |     ///   - identifier: The identifier of the instance to load.
    |           ╰─suggestion: Document 'index' parameter
111 |     ///   - indexName: The name of the secondary index to search in.
112 +     ///   - datastoreKey: The key of the datastore the index belongs to.
113 |     /// - Returns: The cursor within the index.
114 |     func secondaryIndexCursor<IndexType: Indexable, IdentifierType: Indexable>(
warning: Parameter 'indexedValue' not found in instance method declaration
   --> ../Persistence/DatastoreInterfaceProtocol.swift:125:13-125:25
123 |     /// - Throws: ``DatastoreInterfaceError/instanceAlreadyExists`` if an instance for the specified identifier already exists.
124 |     /// - Parameters:
125 +     ///   - indexedValue: The indexed value to search against.
    |             ├─suggestion: Replace 'indexedValue' with 'indexName'
    |             ╰─suggestion: Replace 'indexedValue' with 'index'
126 |     ///   - identifier: The identifier of an instance to insert.
127 |     ///   - indexName: The name of the secondary index to search in.
warning: Parameter 'index' is missing documentation
   --> ../Persistence/DatastoreInterfaceProtocol.swift:128:73-128:73
126 |     ///   - identifier: The identifier of an instance to insert.
    |           ╰─suggestion: Document 'index' parameter
127 |     ///   - indexName: The name of the secondary index to search in.
128 +     ///   - datastoreKey: The key of the datastore the index belongs to.
129 |     /// - Returns: A cursor ideal for inserting the specified item.
130 |     func secondaryIndexCursor<IndexType: Indexable, IdentifierType: Indexable>(
warning: '5476l' isn't a disambiguation for 'perform(actionName:options:transaction:)' at '/CodableDatastore/Persistence'
  --> ../Persistence/Persistence.swift:64:74-64:80
62 |     ///   - options: A set of options to use when performing the transaction.
63 |     ///   - transaction: A closure with the set of operations to perform.
64 +     /// - SeeAlso: ``Persistence/perform(actionName:options:transaction:)-5476l``
   |                                                                          ╰─suggestion: Remove '-5476l' for'func perform<T>(actionName: String? = nil, options: TransactionOptions = [], transaction: () async throws -> T) async throws -> T'
65 |     public func perform<T>(
66 |         actionName: String? = nil,
warning: '5476l' isn't a disambiguation for 'perform(actionName:options:transaction:)' at '/CodableDatastore/Persistence'
  --> ../Persistence/Persistence.swift:64:74-64:80
62 |     ///   - options: A set of options to use when performing the transaction.
63 |     ///   - transaction: A closure with the set of operations to perform.
64 +     /// - SeeAlso: ``Persistence/perform(actionName:options:transaction:)-5476l``
   |                                                                          ╰─suggestion: Remove '-5476l' for'func perform<T>(actionName: String? = nil, options: TransactionOptions = [], transaction: () async throws -> T) async throws -> T'
65 |     public func perform<T>(
66 |         actionName: String? = nil,
warning: '5476l' isn't a disambiguation for 'perform(actionName:options:transaction:)' at '/CodableDatastore/Persistence'
  --> ../Persistence/Persistence.swift:64:74-64:80
62 |     ///   - options: A set of options to use when performing the transaction.
63 |     ///   - transaction: A closure with the set of operations to perform.
64 +     /// - SeeAlso: ``Persistence/perform(actionName:options:transaction:)-5476l``
   |                                                                          ╰─suggestion: Remove '-5476l' for'func perform<T>(actionName: String? = nil, options: TransactionOptions = [], transaction: () async throws -> T) async throws -> T'
65 |     public func perform<T>(
66 |         actionName: String? = nil,Finished building documentation for 'CodableDatastore' (0.61s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/mochidev/codabledatastore/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2050] Fetching swift-docc-plugin
Updating https://github.com/mochidev/Bytes.git
Updating https://github.com/mochidev/AsyncSequenceReader.git
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.55s)
Updated https://github.com/mochidev/Bytes.git (1.87s)
Updated https://github.com/mochidev/AsyncSequenceReader.git (1.87s)
Computing version for https://github.com/mochidev/Bytes.git
Computed https://github.com/mochidev/Bytes.git at 0.3.1 (0.55s)
Computing version for https://github.com/mochidev/AsyncSequenceReader.git
Computed https://github.com/mochidev/AsyncSequenceReader.git at 0.3.1 (0.42s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.56s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3312] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.19s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.58s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-5BDAB9E9C0126B9D.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit GenericConstraint.swift
[8/57] Compiling SymbolKit GenericParameter.swift
[9/57] Compiling SymbolKit Generics.swift
[10/57] Compiling SymbolKit Namespace.swift
[11/57] Compiling SymbolKit DeclarationFragments.swift
[12/57] Compiling SymbolKit Fragment.swift
[13/57] Compiling SymbolKit FragmentKind.swift
[14/57] Compiling SymbolKit FunctionParameter.swift
[15/57] Compiling SymbolKit FunctionSignature.swift
[16/57] Compiling SymbolKit Names.swift
[17/57] Compiling SymbolKit SPI.swift
[18/57] Compiling SymbolKit Snippet.swift
[19/57] Compiling SymbolKit Extension.swift
[20/57] Compiling SymbolKit SemanticVersion.swift
[21/57] Compiling SymbolKit AccessControl.swift
[22/57] Compiling SymbolKit Availability.swift
[23/57] Compiling SymbolKit AvailabilityItem.swift
[24/57] Compiling SymbolKit Domain.swift
[25/57] Compiling SymbolKit Mixin+Equals.swift
[26/57] Compiling SymbolKit Mixin+Hash.swift
[27/57] Compiling SymbolKit Mixin.swift
[28/57] Compiling SymbolKit LineList.swift
[29/57] Compiling SymbolKit Position.swift
[30/57] Compiling SymbolKit SourceRange.swift
[31/57] Compiling SymbolKit Metadata.swift
[32/57] Compiling SymbolKit Module.swift
[33/57] Compiling SymbolKit OperatingSystem.swift
[34/57] Compiling SymbolKit Platform.swift
[35/57] Compiling SymbolKit Identifier.swift
[36/57] Compiling SymbolKit KindIdentifier.swift
[37/57] Compiling SymbolKit Location.swift
[38/57] Compiling SymbolKit Mutability.swift
[39/57] Compiling SymbolKit Relationship.swift
[40/57] Compiling SymbolKit RelationshipKind.swift
[41/57] Compiling SymbolKit SourceOrigin.swift
[42/57] Compiling SymbolKit GenericConstraints.swift
[43/57] Compiling SymbolKit Swift.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Emitting module Snippets
[53/57] Compiling Snippets Snippet.swift
[54/57] Compiling Snippets SnippetParser.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.82s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
[2/20] Compiling AsyncSequenceReader AsyncReadUpToCountSequence.swift
[3/20] Compiling AsyncSequenceReader AsyncSequenceReaderError.swift
[4/20] Compiling AsyncSequenceReader AsyncSequenceReader.swift
[5/20] Compiling AsyncSequenceReader AnyReadableSequence.swift
[6/20] Compiling AsyncSequenceReader AsyncReadSequence.swift
[7/20] Compiling AsyncSequenceReader AsyncIteratorMapSequence.swift
[8/20] Compiling AsyncSequenceReader AsyncBufferedIterator.swift
[9/20] Compiling AsyncSequenceReader AsyncReadUpToElementsSequence.swift
[10/20] Emitting module AsyncSequenceReader
[11/20] Compiling Bytes String.swift
[12/21] Compiling Bytes Integer.swift
[13/21] Compiling Bytes BytesError.swift
[14/21] Compiling Bytes Colletion+Casting.swift
[15/21] Compiling Bytes RawRepresentable.swift
[16/21] Compiling Bytes Bytes.swift
[17/21] Compiling Bytes ByteIterator.swift
[18/21] Compiling Bytes AsyncChunkedBytes.swift
[19/21] Compiling Bytes AsyncByteIterator.swift
[20/21] Emitting module Bytes
[21/21] Compiling Bytes UUID.swift
[22/67] Compiling CodableDatastore DatastoreKey.swift
[23/67] Compiling CodableDatastore Dictionary+RawRepresentable.swift
[24/67] Compiling CodableDatastore ObservedEvent.swift
[25/67] Compiling CodableDatastore Progress.swift
[26/67] Compiling CodableDatastore RawRepresentable+Codable.swift
[27/67] Compiling CodableDatastore AccessMode.swift
[28/67] Compiling CodableDatastore Cursor.swift
[29/67] Compiling CodableDatastore DatastoreInterfaceError.swift
[30/67] Compiling CodableDatastore DatastoreInterfaceProtocol.swift
[31/67] Compiling CodableDatastore AsyncThrowingBackpressureStream.swift
[32/72] Compiling CodableDatastore IndexRepresentation.swift
[33/72] Compiling CodableDatastore IndexStorage.swift
[34/72] Compiling CodableDatastore IndexType.swift
[35/72] Compiling CodableDatastore Indexable.swift
[36/72] Compiling CodableDatastore UUID+Comparable.swift
[37/72] Compiling CodableDatastore DiskPersistenceError.swift
[38/72] Compiling CodableDatastore ISO8601DateFormatter+Milliseconds.swift
[39/72] Compiling CodableDatastore JSONCoder.swift
[40/72] Compiling CodableDatastore LazyTask.swift
[41/72] Compiling CodableDatastore Snapshot.swift
[42/72] Compiling CodableDatastore SnapshotIteration.swift
[43/72] Compiling CodableDatastore SnapshotManifest.swift
[44/72] Compiling CodableDatastore SortOrder.swift
[45/72] Compiling CodableDatastore StoreInfo.swift
[46/72] Compiling CodableDatastore DiskCursor.swift
[47/72] Emitting module CodableDatastore
[48/72] Compiling CodableDatastore Configuration.swift
[49/72] Compiling CodableDatastore Datastore.swift
[50/72] Compiling CodableDatastore DatastoreDescriptor.swift
[51/72] Compiling CodableDatastore DatastoreError.swift
[52/72] Compiling CodableDatastore DatastoreFormat.swift
[53/72] Compiling CodableDatastore DatastoreIndex.swift
[54/72] Compiling CodableDatastore DatastoreIndexManifest.swift
[55/72] Compiling CodableDatastore DatastorePage.swift
[56/72] Compiling CodableDatastore DatastorePageEntry.swift
[57/72] Compiling CodableDatastore DatastorePageEntryBlock.swift
[58/72] Compiling CodableDatastore DatastoreRoot.swift
[59/72] Compiling CodableDatastore DatastoreRootManifest.swift
[60/72] Compiling CodableDatastore PersistenceDatastore.swift
[61/72] Compiling CodableDatastore DatedIdentifier.swift
[62/72] Compiling CodableDatastore DiskPersistence.swift
[63/72] Compiling CodableDatastore TypedAsyncSequence.swift
[64/72] Compiling CodableDatastore GlobalTimer.swift
[65/72] Compiling CodableDatastore GeneratedIndexRepresentation.swift
[66/72] Compiling CodableDatastore IndexName.swift
[67/72] Compiling CodableDatastore IndexRangeExpression.swift
[68/72] Compiling CodableDatastore Transaction.swift
[69/72] Compiling CodableDatastore TypedIdentifier.swift
[70/72] Compiling CodableDatastore MemoryPersistence.swift
[71/72] Compiling CodableDatastore Persistence.swift
[72/72] Compiling CodableDatastore TransactionOptions.swift
Build of target: 'CodableDatastore' complete! (2.71s)
    1226
9	/Users/admin/builder/spi-builder-workspace/.docs/mochidev/codabledatastore/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/mochidev/codabledatastore/main
File count: 1226
Doc size:   9.0MB
Preparing doc bundle ...
Uploading prod-mochidev-codabledatastore-main-7be9c698.zip to s3://spi-docs-inbox/prod-mochidev-codabledatastore-main-7be9c698.zip
Copying... [10%]
Copying... [21%]
Copying... [31%]
Copying... [42%]
Copying... [52%]
Copying... [63%]
Copying... [73%]
Copying... [83%]
Copying... [90%]
Copying... [100%]
Done.