The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CodableDatastore, reference 0.4.1 (8694d7), with Swift 6.1 for macOS (SPM) on 27 Jan 2026 16:40:38 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 .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mochidev/CodableDatastore.git
Reference: 0.4.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mochidev/CodableDatastore
 * tag               0.4.1      -> FETCH_HEAD
HEAD is now at 8694d75 Fixed an issue where `AsyncThrowingBackpressureStream` would not deinitialize when a suspended write was never read
Cloned https://github.com/mochidev/CodableDatastore.git
Revision (git rev-parse @):
8694d75c9d627d7399925bf7675687b17a6e5292
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mochidev/CodableDatastore.git at 0.4.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
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" : [
        "AsyncThrowingBackpressureStreamTests.swift",
        "DatastoreDescriptorTests.swift",
        "DatastoreFormatTests.swift",
        "DatastorePageEntryTests.swift",
        "DatedIdentifierTests.swift",
        "DiskPersistenceDatastoreIndexTests.swift",
        "DiskPersistenceDatastoreTests.swift",
        "DiskPersistenceTests.swift",
        "DiskTransactionTests.swift",
        "IndexRangeExpressionTests.swift",
        "MultiplePersistenceTests.swift",
        "OptionalTests.swift",
        "SnapshotIterationTests.swift",
        "SnapshotTests.swift",
        "Task+Unresolved.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/AsyncInstances.swift",
        "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",
        "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.3.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-2F0A5646E1D333AE.txt
[5/23] Compiling AsyncSequenceReader AsyncReadUpToCountSequence.swift
[6/23] Compiling AsyncSequenceReader AsyncSequenceReader.swift
[7/23] Compiling AsyncSequenceReader AsyncBufferedIterator.swift
[8/23] Compiling AsyncSequenceReader AsyncIteratorMapSequence.swift
[9/23] Compiling AsyncSequenceReader AsyncReadUpToElementsSequence.swift
[10/23] Compiling AsyncSequenceReader AsyncReadSequence.swift
[11/23] Compiling AsyncSequenceReader AsyncSequenceReaderError.swift
[12/23] Emitting module AsyncSequenceReader
[13/23] Compiling AsyncSequenceReader AnyReadableSequence.swift
[14/23] Compiling Bytes String.swift
[15/24] Compiling Bytes Integer.swift
[16/24] Compiling Bytes RawRepresentable.swift
[17/24] Compiling Bytes UUID.swift
[18/24] Compiling Bytes AsyncChunkedBytes.swift
[19/24] Compiling Bytes BytesError.swift
[20/24] Compiling Bytes ByteIterator.swift
[21/24] Compiling Bytes Bytes.swift
[22/24] Emitting module Bytes
[23/24] Compiling Bytes AsyncByteIterator.swift
[24/24] Compiling Bytes Colletion+Casting.swift
[25/70] Compiling CodableDatastore RawRepresentable+Codable.swift
[26/70] Compiling CodableDatastore GlobalTimer.swift
[27/70] Compiling CodableDatastore GeneratedIndexRepresentation.swift
[28/70] Compiling CodableDatastore IndexName.swift
[29/70] Compiling CodableDatastore IndexRangeExpression.swift
[30/75] Compiling CodableDatastore IndexRepresentation.swift
[31/75] Compiling CodableDatastore IndexStorage.swift
[32/75] Compiling CodableDatastore IndexType.swift
[33/75] Compiling CodableDatastore Indexable.swift
[34/75] Compiling CodableDatastore UUID+Comparable.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 SnapshotIteration.swift
[41/75] Compiling CodableDatastore SnapshotManifest.swift
[42/75] Compiling CodableDatastore SortOrder.swift
[43/75] Compiling CodableDatastore StoreInfo.swift
[44/75] Compiling CodableDatastore DiskCursor.swift
[45/75] Emitting module CodableDatastore
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/ISO8601DateFormatter+Milliseconds.swift:33:5: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'ISO8601DateFormatter', consider removing it
31 |
32 | private extension ISO8601DateFormatter {
33 |     nonisolated(unsafe) static let withMilliseconds: ISO8601DateFormatter = {
   |     `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'ISO8601DateFormatter', consider removing it
34 |         let formatter = ISO8601DateFormatter()
35 |         formatter.timeZone = TimeZone(secondsFromGMT: 0)
[46/75] Compiling CodableDatastore DiskPersistenceError.swift
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/ISO8601DateFormatter+Milliseconds.swift:33:5: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'ISO8601DateFormatter', consider removing it
31 |
32 | private extension ISO8601DateFormatter {
33 |     nonisolated(unsafe) static let withMilliseconds: ISO8601DateFormatter = {
   |     `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'ISO8601DateFormatter', consider removing it
34 |         let formatter = ISO8601DateFormatter()
35 |         formatter.timeZone = TimeZone(secondsFromGMT: 0)
[47/75] Compiling CodableDatastore ISO8601DateFormatter+Milliseconds.swift
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/ISO8601DateFormatter+Milliseconds.swift:33:5: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'ISO8601DateFormatter', consider removing it
31 |
32 | private extension ISO8601DateFormatter {
33 |     nonisolated(unsafe) static let withMilliseconds: ISO8601DateFormatter = {
   |     `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'ISO8601DateFormatter', consider removing it
34 |         let formatter = ISO8601DateFormatter()
35 |         formatter.timeZone = TimeZone(secondsFromGMT: 0)
[48/75] Compiling CodableDatastore JSONCoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/ISO8601DateFormatter+Milliseconds.swift:33:5: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'ISO8601DateFormatter', consider removing it
31 |
32 | private extension ISO8601DateFormatter {
33 |     nonisolated(unsafe) static let withMilliseconds: ISO8601DateFormatter = {
   |     `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'ISO8601DateFormatter', consider removing it
34 |         let formatter = ISO8601DateFormatter()
35 |         formatter.timeZone = TimeZone(secondsFromGMT: 0)
[49/75] Compiling CodableDatastore LazyTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/ISO8601DateFormatter+Milliseconds.swift:33:5: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'ISO8601DateFormatter', consider removing it
31 |
32 | private extension ISO8601DateFormatter {
33 |     nonisolated(unsafe) static let withMilliseconds: ISO8601DateFormatter = {
   |     `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'ISO8601DateFormatter', consider removing it
34 |         let formatter = ISO8601DateFormatter()
35 |         formatter.timeZone = TimeZone(secondsFromGMT: 0)
[50/75] Compiling CodableDatastore Snapshot.swift
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Persistence/Disk Persistence/ISO8601DateFormatter+Milliseconds.swift:33:5: warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'ISO8601DateFormatter', consider removing it
31 |
32 | private extension ISO8601DateFormatter {
33 |     nonisolated(unsafe) static let withMilliseconds: ISO8601DateFormatter = {
   |     `- warning: 'nonisolated(unsafe)' is unnecessary for a constant with 'Sendable' type 'ISO8601DateFormatter', consider removing it
34 |         let formatter = ISO8601DateFormatter()
35 |         formatter.timeZone = TimeZone(secondsFromGMT: 0)
[51/75] Compiling CodableDatastore DatastoreRoot.swift
[52/75] Compiling CodableDatastore DatastoreRootManifest.swift
[53/75] Compiling CodableDatastore PersistenceDatastore.swift
[54/75] Compiling CodableDatastore DatedIdentifier.swift
[55/75] Compiling CodableDatastore DiskPersistence.swift
[56/75] Compiling CodableDatastore DatastoreIndex.swift
[57/75] Compiling CodableDatastore DatastoreIndexManifest.swift
[58/75] Compiling CodableDatastore DatastorePage.swift
[59/75] Compiling CodableDatastore DatastorePageEntry.swift
[60/75] Compiling CodableDatastore DatastorePageEntryBlock.swift
[61/75] Compiling CodableDatastore AsyncInstances.swift
[62/75] Compiling CodableDatastore Configuration.swift
[63/75] Compiling CodableDatastore Datastore.swift
[64/75] Compiling CodableDatastore DatastoreDescriptor.swift
[65/75] Compiling CodableDatastore DatastoreError.swift
[66/75] Compiling CodableDatastore DatastoreFormat.swift
[67/75] Compiling CodableDatastore DatastoreKey.swift
[68/75] Compiling CodableDatastore Dictionary+RawRepresentable.swift
[69/75] Compiling CodableDatastore ObservedEvent.swift
[70/75] Compiling CodableDatastore Progress.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! (13.10s)
Fetching https://github.com/mochidev/Bytes.git
Fetching https://github.com/mochidev/AsyncSequenceReader.git
[1/452] Fetching bytes
[453/678] Fetching bytes, asyncsequencereader
Fetched https://github.com/mochidev/Bytes.git from cache (0.74s)
Fetched https://github.com/mochidev/AsyncSequenceReader.git from cache (0.74s)
Computing version for https://github.com/mochidev/AsyncSequenceReader.git
Computed https://github.com/mochidev/AsyncSequenceReader.git at 0.3.1 (1.21s)
Computing version for https://github.com/mochidev/Bytes.git
Computed https://github.com/mochidev/Bytes.git at 0.3.1 (2.93s)
Creating working copy for https://github.com/mochidev/Bytes.git
Working copy of https://github.com/mochidev/Bytes.git resolved at 0.3.1
Creating working copy for https://github.com/mochidev/AsyncSequenceReader.git
Working copy of https://github.com/mochidev/AsyncSequenceReader.git resolved at 0.3.1
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" : [
        "AsyncThrowingBackpressureStreamTests.swift",
        "DatastoreDescriptorTests.swift",
        "DatastoreFormatTests.swift",
        "DatastorePageEntryTests.swift",
        "DatedIdentifierTests.swift",
        "DiskPersistenceDatastoreIndexTests.swift",
        "DiskPersistenceDatastoreTests.swift",
        "DiskPersistenceTests.swift",
        "DiskTransactionTests.swift",
        "IndexRangeExpressionTests.swift",
        "MultiplePersistenceTests.swift",
        "OptionalTests.swift",
        "SnapshotIterationTests.swift",
        "SnapshotTests.swift",
        "Task+Unresolved.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/AsyncInstances.swift",
        "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",
        "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"
}
Done.