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 5.9 for Linux on 21 Feb 2025 18:18:45 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/mochidev/CodableDatastore.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
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/Bytes.git (0.18s)
Fetched https://github.com/mochidev/AsyncSequenceReader.git (0.18s)
Computing version for https://github.com/mochidev/AsyncSequenceReader.git
Computed https://github.com/mochidev/AsyncSequenceReader.git at 0.3.1 (0.29s)
Computing version for https://github.com/mochidev/Bytes.git
Computed https://github.com/mochidev/Bytes.git at 0.3.1 (0.91s)
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
Building for debugging...
[1/18] Emitting module Bytes
[2/19] Compiling Bytes String.swift
[3/19] Compiling Bytes BytesError.swift
[4/19] Compiling AsyncSequenceReader AsyncSequenceReader.swift
[5/20] Compiling Bytes RawRepresentable.swift
[6/20] Compiling AsyncSequenceReader AsyncReadUpToElementsSequence.swift
[7/20] Compiling AsyncSequenceReader AsyncSequenceReaderError.swift
[8/20] Compiling AsyncSequenceReader AsyncReadSequence.swift
[9/20] Compiling AsyncSequenceReader AsyncReadUpToCountSequence.swift
[10/20] Compiling AsyncSequenceReader AsyncIteratorMapSequence.swift
[11/20] Compiling AsyncSequenceReader AsyncBufferedIterator.swift
[12/20] Emitting module AsyncSequenceReader
[13/20] Compiling AsyncSequenceReader AnyReadableSequence.swift
[15/22] Compiling Bytes Integer.swift
[17/22] Compiling Bytes ByteIterator.swift
[18/22] Compiling Bytes Bytes.swift
[19/22] Compiling Bytes Colletion+Casting.swift
[20/22] Compiling Bytes AsyncByteIterator.swift
[21/22] Compiling Bytes AsyncChunkedBytes.swift
[22/22] Compiling Bytes UUID.swift
[25/69] Emitting module CodableDatastore
[26/75] Compiling CodableDatastore LazyTask.swift
[27/75] Compiling CodableDatastore Snapshot.swift
[28/75] Compiling CodableDatastore SnapshotIteration.swift
[29/75] Compiling CodableDatastore SnapshotManifest.swift
[30/75] Compiling CodableDatastore SortOrder.swift
[31/75] Compiling CodableDatastore StoreInfo.swift
[32/75] Compiling CodableDatastore IndexRangeExpression.swift
[33/75] Compiling CodableDatastore IndexRepresentation.swift
[34/75] Compiling CodableDatastore IndexStorage.swift
[35/75] Compiling CodableDatastore IndexType.swift
[36/75] Compiling CodableDatastore Indexable.swift
[37/75] Compiling CodableDatastore UUID+Comparable.swift
[38/75] Compiling CodableDatastore PersistenceDatastore.swift
[39/75] Compiling CodableDatastore DatedIdentifier.swift
[40/75] Compiling CodableDatastore DiskPersistence.swift
[41/75] Compiling CodableDatastore DiskPersistenceError.swift
[42/75] Compiling CodableDatastore ISO8601DateFormatter+Milliseconds.swift
[43/75] Compiling CodableDatastore JSONCoder.swift
[44/75] Compiling CodableDatastore DatastoreIndexManifest.swift
[45/75] Compiling CodableDatastore DatastorePage.swift
[46/75] Compiling CodableDatastore DatastorePageEntry.swift
[47/75] Compiling CodableDatastore DatastorePageEntryBlock.swift
[48/75] Compiling CodableDatastore DatastoreRoot.swift
[49/75] Compiling CodableDatastore DatastoreRootManifest.swift
[50/75] Compiling CodableDatastore AccessMode.swift
[51/75] Compiling CodableDatastore Cursor.swift
[52/75] Compiling CodableDatastore DatastoreInterfaceError.swift
[53/75] Compiling CodableDatastore DatastoreInterfaceProtocol.swift
[54/75] Compiling CodableDatastore AsyncThrowingBackpressureStream.swift
[55/75] Compiling CodableDatastore DatastoreIndex.swift
[56/75] Compiling CodableDatastore Configuration.swift
[57/75] Compiling CodableDatastore Datastore.swift
[58/75] Compiling CodableDatastore DatastoreDescriptor.swift
[59/75] Compiling CodableDatastore DatastoreError.swift
[60/75] Compiling CodableDatastore DatastoreFormat.swift
[61/75] Compiling CodableDatastore DatastoreKey.swift
[62/75] Compiling CodableDatastore Dictionary+RawRepresentable.swift
[63/75] Compiling CodableDatastore ObservedEvent.swift
[64/75] Compiling CodableDatastore Progress.swift
[65/75] Compiling CodableDatastore RawRepresentable+Codable.swift
[66/75] Compiling CodableDatastore TypedAsyncSequence.swift
[67/75] Compiling CodableDatastore GlobalTimer.swift
[68/75] Compiling CodableDatastore GeneratedIndexRepresentation.swift
[69/75] Compiling CodableDatastore IndexName.swift
[70/75] Compiling CodableDatastore DiskCursor.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! (11.74s)
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" : "/host/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" : "5.9"
}
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.