The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CodableDatastore, reference 0.4.1 (8694d7), with Swift 6.0 for macOS (SPM) on 27 Jan 2026 16:35:07 UTC.

Build Command

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

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.0
Building package at path:  $PWD
https://github.com/mochidev/CodableDatastore.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/23] Compiling AsyncSequenceReader AsyncSequenceReader.swift
[6/23] Compiling AsyncSequenceReader AnyReadableSequence.swift
[7/23] Compiling AsyncSequenceReader AsyncBufferedIterator.swift
[8/23] Emitting module AsyncSequenceReader
[9/23] Compiling AsyncSequenceReader AsyncReadSequence.swift
[10/23] Compiling AsyncSequenceReader AsyncReadUpToCountSequence.swift
[11/23] Compiling AsyncSequenceReader AsyncIteratorMapSequence.swift
[12/23] Compiling AsyncSequenceReader AsyncReadUpToElementsSequence.swift
[13/23] Compiling AsyncSequenceReader AsyncSequenceReaderError.swift
[14/23] Compiling Bytes String.swift
[15/24] Compiling Bytes RawRepresentable.swift
[16/24] Compiling Bytes Integer.swift
[17/24] Compiling Bytes ByteIterator.swift
[18/24] Compiling Bytes AsyncChunkedBytes.swift
[19/24] Compiling Bytes BytesError.swift
[20/24] Compiling Bytes AsyncByteIterator.swift
[21/24] Emitting module Bytes
[22/24] Compiling Bytes Colletion+Casting.swift
[23/24] Compiling Bytes Bytes.swift
[24/24] Compiling Bytes UUID.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[25/70] Compiling CodableDatastore AsyncInstances.swift
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:58:1: error: type 'Base' does not conform to the 'Sendable' protocol
56 | // MARK: - Standard Library Conformances
57 |
58 | extension AsyncMapSequence: AsyncInstances {}
   | `- error: type 'Base' does not conform to the 'Sendable' protocol
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:58:1: error: type 'Transformed' does not conform to the 'Sendable' protocol
56 | // MARK: - Standard Library Conformances
57 |
58 | extension AsyncMapSequence: AsyncInstances {}
   | `- error: type 'Transformed' does not conform to the 'Sendable' protocol
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:58:1: error: type 'Base.Element' does not conform to the 'Sendable' protocol
56 | // MARK: - Standard Library Conformances
57 |
58 | extension AsyncMapSequence: AsyncInstances {}
   | `- error: type 'Base.Element' does not conform to the 'Sendable' protocol
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:59:1: error: type 'Base' does not conform to the 'Sendable' protocol
57 |
58 | extension AsyncMapSequence: AsyncInstances {}
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
   | `- error: type 'Base' does not conform to the 'Sendable' protocol
60 | extension AsyncCompactMapSequence: AsyncInstances {}
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:59:1: error: type 'Transformed' does not conform to the 'Sendable' protocol
57 |
58 | extension AsyncMapSequence: AsyncInstances {}
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
   | `- error: type 'Transformed' does not conform to the 'Sendable' protocol
60 | extension AsyncCompactMapSequence: AsyncInstances {}
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:59:1: error: type 'Base.Element' does not conform to the 'Sendable' protocol
57 |
58 | extension AsyncMapSequence: AsyncInstances {}
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
   | `- error: type 'Base.Element' does not conform to the 'Sendable' protocol
60 | extension AsyncCompactMapSequence: AsyncInstances {}
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:60:1: error: type 'Base' does not conform to the 'Sendable' protocol
58 | extension AsyncMapSequence: AsyncInstances {}
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
   | `- error: type 'Base' does not conform to the 'Sendable' protocol
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
62 | extension AsyncFilterSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:60:1: error: type 'ElementOfResult' does not conform to the 'Sendable' protocol
58 | extension AsyncMapSequence: AsyncInstances {}
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
   | `- error: type 'ElementOfResult' does not conform to the 'Sendable' protocol
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
62 | extension AsyncFilterSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:60:1: error: type 'Base.Element' does not conform to the 'Sendable' protocol
58 | extension AsyncMapSequence: AsyncInstances {}
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
   | `- error: type 'Base.Element' does not conform to the 'Sendable' protocol
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
62 | extension AsyncFilterSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:61:1: error: type 'Base' does not conform to the 'Sendable' protocol
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
   | `- error: type 'Base' does not conform to the 'Sendable' protocol
62 | extension AsyncFilterSequence: AsyncInstances {}
63 | extension AsyncThrowingFilterSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:61:1: error: type 'Base.Element' does not conform to the 'Sendable' protocol
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
   | `- error: type 'Base.Element' does not conform to the 'Sendable' protocol
62 | extension AsyncFilterSequence: AsyncInstances {}
63 | extension AsyncThrowingFilterSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:62:1: error: type 'Base' does not conform to the 'Sendable' protocol
60 | extension AsyncCompactMapSequence: AsyncInstances {}
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
62 | extension AsyncFilterSequence: AsyncInstances {}
   | `- error: type 'Base' does not conform to the 'Sendable' protocol
63 | extension AsyncThrowingFilterSequence: AsyncInstances {}
64 |
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:62:1: error: type 'Base.Element' does not conform to the 'Sendable' protocol
60 | extension AsyncCompactMapSequence: AsyncInstances {}
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
62 | extension AsyncFilterSequence: AsyncInstances {}
   | `- error: type 'Base.Element' does not conform to the 'Sendable' protocol
63 | extension AsyncThrowingFilterSequence: AsyncInstances {}
64 |
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:63:1: error: type 'Base' does not conform to the 'Sendable' protocol
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
62 | extension AsyncFilterSequence: AsyncInstances {}
63 | extension AsyncThrowingFilterSequence: AsyncInstances {}
   | `- error: type 'Base' does not conform to the 'Sendable' protocol
64 |
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:63:1: error: type 'Base.Element' does not conform to the 'Sendable' protocol
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
62 | extension AsyncFilterSequence: AsyncInstances {}
63 | extension AsyncThrowingFilterSequence: AsyncInstances {}
   | `- error: type 'Base.Element' does not conform to the 'Sendable' protocol
64 |
[26/70] Compiling CodableDatastore Configuration.swift
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:58:1: error: type 'Base' does not conform to the 'Sendable' protocol
56 | // MARK: - Standard Library Conformances
57 |
58 | extension AsyncMapSequence: AsyncInstances {}
   | `- error: type 'Base' does not conform to the 'Sendable' protocol
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:58:1: error: type 'Transformed' does not conform to the 'Sendable' protocol
56 | // MARK: - Standard Library Conformances
57 |
58 | extension AsyncMapSequence: AsyncInstances {}
   | `- error: type 'Transformed' does not conform to the 'Sendable' protocol
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:58:1: error: type 'Base.Element' does not conform to the 'Sendable' protocol
56 | // MARK: - Standard Library Conformances
57 |
58 | extension AsyncMapSequence: AsyncInstances {}
   | `- error: type 'Base.Element' does not conform to the 'Sendable' protocol
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:59:1: error: type 'Base' does not conform to the 'Sendable' protocol
57 |
58 | extension AsyncMapSequence: AsyncInstances {}
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
   | `- error: type 'Base' does not conform to the 'Sendable' protocol
60 | extension AsyncCompactMapSequence: AsyncInstances {}
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:59:1: error: type 'Transformed' does not conform to the 'Sendable' protocol
57 |
58 | extension AsyncMapSequence: AsyncInstances {}
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
   | `- error: type 'Transformed' does not conform to the 'Sendable' protocol
60 | extension AsyncCompactMapSequence: AsyncInstances {}
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:59:1: error: type 'Base.Element' does not conform to the 'Sendable' protocol
57 |
58 | extension AsyncMapSequence: AsyncInstances {}
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
   | `- error: type 'Base.Element' does not conform to the 'Sendable' protocol
60 | extension AsyncCompactMapSequence: AsyncInstances {}
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:60:1: error: type 'Base' does not conform to the 'Sendable' protocol
58 | extension AsyncMapSequence: AsyncInstances {}
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
   | `- error: type 'Base' does not conform to the 'Sendable' protocol
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
62 | extension AsyncFilterSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:60:1: error: type 'ElementOfResult' does not conform to the 'Sendable' protocol
58 | extension AsyncMapSequence: AsyncInstances {}
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
   | `- error: type 'ElementOfResult' does not conform to the 'Sendable' protocol
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
62 | extension AsyncFilterSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:60:1: error: type 'Base.Element' does not conform to the 'Sendable' protocol
58 | extension AsyncMapSequence: AsyncInstances {}
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
   | `- error: type 'Base.Element' does not conform to the 'Sendable' protocol
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
62 | extension AsyncFilterSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:61:1: error: type 'Base' does not conform to the 'Sendable' protocol
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
   | `- error: type 'Base' does not conform to the 'Sendable' protocol
62 | extension AsyncFilterSequence: AsyncInstances {}
63 | extension AsyncThrowingFilterSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:61:1: error: type 'Base.Element' does not conform to the 'Sendable' protocol
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
   | `- error: type 'Base.Element' does not conform to the 'Sendable' protocol
62 | extension AsyncFilterSequence: AsyncInstances {}
63 | extension AsyncThrowingFilterSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:62:1: error: type 'Base' does not conform to the 'Sendable' protocol
60 | extension AsyncCompactMapSequence: AsyncInstances {}
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
62 | extension AsyncFilterSequence: AsyncInstances {}
   | `- error: type 'Base' does not conform to the 'Sendable' protocol
63 | extension AsyncThrowingFilterSequence: AsyncInstances {}
64 |
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:62:1: error: type 'Base.Element' does not conform to the 'Sendable' protocol
60 | extension AsyncCompactMapSequence: AsyncInstances {}
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
62 | extension AsyncFilterSequence: AsyncInstances {}
   | `- error: type 'Base.Element' does not conform to the 'Sendable' protocol
63 | extension AsyncThrowingFilterSequence: AsyncInstances {}
64 |
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:63:1: error: type 'Base' does not conform to the 'Sendable' protocol
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
62 | extension AsyncFilterSequence: AsyncInstances {}
63 | extension AsyncThrowingFilterSequence: AsyncInstances {}
   | `- error: type 'Base' does not conform to the 'Sendable' protocol
64 |
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:63:1: error: type 'Base.Element' does not conform to the 'Sendable' protocol
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
62 | extension AsyncFilterSequence: AsyncInstances {}
63 | extension AsyncThrowingFilterSequence: AsyncInstances {}
   | `- error: type 'Base.Element' does not conform to the 'Sendable' protocol
64 |
[27/70] Compiling CodableDatastore Datastore.swift
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:58:1: error: type 'Base' does not conform to the 'Sendable' protocol
56 | // MARK: - Standard Library Conformances
57 |
58 | extension AsyncMapSequence: AsyncInstances {}
   | `- error: type 'Base' does not conform to the 'Sendable' protocol
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:58:1: error: type 'Transformed' does not conform to the 'Sendable' protocol
56 | // MARK: - Standard Library Conformances
57 |
58 | extension AsyncMapSequence: AsyncInstances {}
   | `- error: type 'Transformed' does not conform to the 'Sendable' protocol
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:58:1: error: type 'Base.Element' does not conform to the 'Sendable' protocol
56 | // MARK: - Standard Library Conformances
57 |
58 | extension AsyncMapSequence: AsyncInstances {}
   | `- error: type 'Base.Element' does not conform to the 'Sendable' protocol
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:59:1: error: type 'Base' does not conform to the 'Sendable' protocol
57 |
58 | extension AsyncMapSequence: AsyncInstances {}
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
   | `- error: type 'Base' does not conform to the 'Sendable' protocol
60 | extension AsyncCompactMapSequence: AsyncInstances {}
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:59:1: error: type 'Transformed' does not conform to the 'Sendable' protocol
57 |
58 | extension AsyncMapSequence: AsyncInstances {}
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
   | `- error: type 'Transformed' does not conform to the 'Sendable' protocol
60 | extension AsyncCompactMapSequence: AsyncInstances {}
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:59:1: error: type 'Base.Element' does not conform to the 'Sendable' protocol
57 |
58 | extension AsyncMapSequence: AsyncInstances {}
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
   | `- error: type 'Base.Element' does not conform to the 'Sendable' protocol
60 | extension AsyncCompactMapSequence: AsyncInstances {}
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:60:1: error: type 'Base' does not conform to the 'Sendable' protocol
58 | extension AsyncMapSequence: AsyncInstances {}
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
   | `- error: type 'Base' does not conform to the 'Sendable' protocol
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
62 | extension AsyncFilterSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:60:1: error: type 'ElementOfResult' does not conform to the 'Sendable' protocol
58 | extension AsyncMapSequence: AsyncInstances {}
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
   | `- error: type 'ElementOfResult' does not conform to the 'Sendable' protocol
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
62 | extension AsyncFilterSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:60:1: error: type 'Base.Element' does not conform to the 'Sendable' protocol
58 | extension AsyncMapSequence: AsyncInstances {}
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
   | `- error: type 'Base.Element' does not conform to the 'Sendable' protocol
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
62 | extension AsyncFilterSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:61:1: error: type 'Base' does not conform to the 'Sendable' protocol
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
   | `- error: type 'Base' does not conform to the 'Sendable' protocol
62 | extension AsyncFilterSequence: AsyncInstances {}
63 | extension AsyncThrowingFilterSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:61:1: error: type 'Base.Element' does not conform to the 'Sendable' protocol
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
   | `- error: type 'Base.Element' does not conform to the 'Sendable' protocol
62 | extension AsyncFilterSequence: AsyncInstances {}
63 | extension AsyncThrowingFilterSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:62:1: error: type 'Base' does not conform to the 'Sendable' protocol
60 | extension AsyncCompactMapSequence: AsyncInstances {}
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
62 | extension AsyncFilterSequence: AsyncInstances {}
   | `- error: type 'Base' does not conform to the 'Sendable' protocol
63 | extension AsyncThrowingFilterSequence: AsyncInstances {}
64 |
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:62:1: error: type 'Base.Element' does not conform to the 'Sendable' protocol
60 | extension AsyncCompactMapSequence: AsyncInstances {}
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
62 | extension AsyncFilterSequence: AsyncInstances {}
   | `- error: type 'Base.Element' does not conform to the 'Sendable' protocol
63 | extension AsyncThrowingFilterSequence: AsyncInstances {}
64 |
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:63:1: error: type 'Base' does not conform to the 'Sendable' protocol
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
62 | extension AsyncFilterSequence: AsyncInstances {}
63 | extension AsyncThrowingFilterSequence: AsyncInstances {}
   | `- error: type 'Base' does not conform to the 'Sendable' protocol
64 |
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:63:1: error: type 'Base.Element' does not conform to the 'Sendable' protocol
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
62 | extension AsyncFilterSequence: AsyncInstances {}
63 | extension AsyncThrowingFilterSequence: AsyncInstances {}
   | `- error: type 'Base.Element' does not conform to the 'Sendable' protocol
64 |
[28/70] Compiling CodableDatastore DatastoreDescriptor.swift
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:58:1: error: type 'Base' does not conform to the 'Sendable' protocol
56 | // MARK: - Standard Library Conformances
57 |
58 | extension AsyncMapSequence: AsyncInstances {}
   | `- error: type 'Base' does not conform to the 'Sendable' protocol
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:58:1: error: type 'Transformed' does not conform to the 'Sendable' protocol
56 | // MARK: - Standard Library Conformances
57 |
58 | extension AsyncMapSequence: AsyncInstances {}
   | `- error: type 'Transformed' does not conform to the 'Sendable' protocol
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:58:1: error: type 'Base.Element' does not conform to the 'Sendable' protocol
56 | // MARK: - Standard Library Conformances
57 |
58 | extension AsyncMapSequence: AsyncInstances {}
   | `- error: type 'Base.Element' does not conform to the 'Sendable' protocol
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:59:1: error: type 'Base' does not conform to the 'Sendable' protocol
57 |
58 | extension AsyncMapSequence: AsyncInstances {}
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
   | `- error: type 'Base' does not conform to the 'Sendable' protocol
60 | extension AsyncCompactMapSequence: AsyncInstances {}
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:59:1: error: type 'Transformed' does not conform to the 'Sendable' protocol
57 |
58 | extension AsyncMapSequence: AsyncInstances {}
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
   | `- error: type 'Transformed' does not conform to the 'Sendable' protocol
60 | extension AsyncCompactMapSequence: AsyncInstances {}
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:59:1: error: type 'Base.Element' does not conform to the 'Sendable' protocol
57 |
58 | extension AsyncMapSequence: AsyncInstances {}
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
   | `- error: type 'Base.Element' does not conform to the 'Sendable' protocol
60 | extension AsyncCompactMapSequence: AsyncInstances {}
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:60:1: error: type 'Base' does not conform to the 'Sendable' protocol
58 | extension AsyncMapSequence: AsyncInstances {}
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
   | `- error: type 'Base' does not conform to the 'Sendable' protocol
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
62 | extension AsyncFilterSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:60:1: error: type 'ElementOfResult' does not conform to the 'Sendable' protocol
58 | extension AsyncMapSequence: AsyncInstances {}
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
   | `- error: type 'ElementOfResult' does not conform to the 'Sendable' protocol
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
62 | extension AsyncFilterSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:60:1: error: type 'Base.Element' does not conform to the 'Sendable' protocol
58 | extension AsyncMapSequence: AsyncInstances {}
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
   | `- error: type 'Base.Element' does not conform to the 'Sendable' protocol
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
62 | extension AsyncFilterSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:61:1: error: type 'Base' does not conform to the 'Sendable' protocol
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
   | `- error: type 'Base' does not conform to the 'Sendable' protocol
62 | extension AsyncFilterSequence: AsyncInstances {}
63 | extension AsyncThrowingFilterSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:61:1: error: type 'Base.Element' does not conform to the 'Sendable' protocol
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
   | `- error: type 'Base.Element' does not conform to the 'Sendable' protocol
62 | extension AsyncFilterSequence: AsyncInstances {}
63 | extension AsyncThrowingFilterSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:62:1: error: type 'Base' does not conform to the 'Sendable' protocol
60 | extension AsyncCompactMapSequence: AsyncInstances {}
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
62 | extension AsyncFilterSequence: AsyncInstances {}
   | `- error: type 'Base' does not conform to the 'Sendable' protocol
63 | extension AsyncThrowingFilterSequence: AsyncInstances {}
64 |
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:62:1: error: type 'Base.Element' does not conform to the 'Sendable' protocol
60 | extension AsyncCompactMapSequence: AsyncInstances {}
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
62 | extension AsyncFilterSequence: AsyncInstances {}
   | `- error: type 'Base.Element' does not conform to the 'Sendable' protocol
63 | extension AsyncThrowingFilterSequence: AsyncInstances {}
64 |
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:63:1: error: type 'Base' does not conform to the 'Sendable' protocol
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
62 | extension AsyncFilterSequence: AsyncInstances {}
63 | extension AsyncThrowingFilterSequence: AsyncInstances {}
   | `- error: type 'Base' does not conform to the 'Sendable' protocol
64 |
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:63:1: error: type 'Base.Element' does not conform to the 'Sendable' protocol
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
62 | extension AsyncFilterSequence: AsyncInstances {}
63 | extension AsyncThrowingFilterSequence: AsyncInstances {}
   | `- error: type 'Base.Element' does not conform to the 'Sendable' protocol
64 |
[29/70] Compiling CodableDatastore DatastoreError.swift
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:58:1: error: type 'Base' does not conform to the 'Sendable' protocol
56 | // MARK: - Standard Library Conformances
57 |
58 | extension AsyncMapSequence: AsyncInstances {}
   | `- error: type 'Base' does not conform to the 'Sendable' protocol
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:58:1: error: type 'Transformed' does not conform to the 'Sendable' protocol
56 | // MARK: - Standard Library Conformances
57 |
58 | extension AsyncMapSequence: AsyncInstances {}
   | `- error: type 'Transformed' does not conform to the 'Sendable' protocol
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:58:1: error: type 'Base.Element' does not conform to the 'Sendable' protocol
56 | // MARK: - Standard Library Conformances
57 |
58 | extension AsyncMapSequence: AsyncInstances {}
   | `- error: type 'Base.Element' does not conform to the 'Sendable' protocol
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:59:1: error: type 'Base' does not conform to the 'Sendable' protocol
57 |
58 | extension AsyncMapSequence: AsyncInstances {}
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
   | `- error: type 'Base' does not conform to the 'Sendable' protocol
60 | extension AsyncCompactMapSequence: AsyncInstances {}
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:59:1: error: type 'Transformed' does not conform to the 'Sendable' protocol
57 |
58 | extension AsyncMapSequence: AsyncInstances {}
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
   | `- error: type 'Transformed' does not conform to the 'Sendable' protocol
60 | extension AsyncCompactMapSequence: AsyncInstances {}
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:59:1: error: type 'Base.Element' does not conform to the 'Sendable' protocol
57 |
58 | extension AsyncMapSequence: AsyncInstances {}
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
   | `- error: type 'Base.Element' does not conform to the 'Sendable' protocol
60 | extension AsyncCompactMapSequence: AsyncInstances {}
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:60:1: error: type 'Base' does not conform to the 'Sendable' protocol
58 | extension AsyncMapSequence: AsyncInstances {}
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
   | `- error: type 'Base' does not conform to the 'Sendable' protocol
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
62 | extension AsyncFilterSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:60:1: error: type 'ElementOfResult' does not conform to the 'Sendable' protocol
58 | extension AsyncMapSequence: AsyncInstances {}
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
   | `- error: type 'ElementOfResult' does not conform to the 'Sendable' protocol
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
62 | extension AsyncFilterSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:60:1: error: type 'Base.Element' does not conform to the 'Sendable' protocol
58 | extension AsyncMapSequence: AsyncInstances {}
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
   | `- error: type 'Base.Element' does not conform to the 'Sendable' protocol
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
62 | extension AsyncFilterSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:61:1: error: type 'Base' does not conform to the 'Sendable' protocol
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
   | `- error: type 'Base' does not conform to the 'Sendable' protocol
62 | extension AsyncFilterSequence: AsyncInstances {}
63 | extension AsyncThrowingFilterSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:61:1: error: type 'Base.Element' does not conform to the 'Sendable' protocol
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
   | `- error: type 'Base.Element' does not conform to the 'Sendable' protocol
62 | extension AsyncFilterSequence: AsyncInstances {}
63 | extension AsyncThrowingFilterSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:62:1: error: type 'Base' does not conform to the 'Sendable' protocol
60 | extension AsyncCompactMapSequence: AsyncInstances {}
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
62 | extension AsyncFilterSequence: AsyncInstances {}
   | `- error: type 'Base' does not conform to the 'Sendable' protocol
63 | extension AsyncThrowingFilterSequence: AsyncInstances {}
64 |
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:62:1: error: type 'Base.Element' does not conform to the 'Sendable' protocol
60 | extension AsyncCompactMapSequence: AsyncInstances {}
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
62 | extension AsyncFilterSequence: AsyncInstances {}
   | `- error: type 'Base.Element' does not conform to the 'Sendable' protocol
63 | extension AsyncThrowingFilterSequence: AsyncInstances {}
64 |
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:63:1: error: type 'Base' does not conform to the 'Sendable' protocol
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
62 | extension AsyncFilterSequence: AsyncInstances {}
63 | extension AsyncThrowingFilterSequence: AsyncInstances {}
   | `- error: type 'Base' does not conform to the 'Sendable' protocol
64 |
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:63:1: error: type 'Base.Element' does not conform to the 'Sendable' protocol
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
62 | extension AsyncFilterSequence: AsyncInstances {}
63 | extension AsyncThrowingFilterSequence: AsyncInstances {}
   | `- error: type 'Base.Element' does not conform to the 'Sendable' protocol
64 |
[30/70] Emitting module CodableDatastore
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:58:1: error: type 'Base' does not conform to the 'Sendable' protocol
56 | // MARK: - Standard Library Conformances
57 |
58 | extension AsyncMapSequence: AsyncInstances {}
   | `- error: type 'Base' does not conform to the 'Sendable' protocol
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:58:1: error: type 'Transformed' does not conform to the 'Sendable' protocol
56 | // MARK: - Standard Library Conformances
57 |
58 | extension AsyncMapSequence: AsyncInstances {}
   | `- error: type 'Transformed' does not conform to the 'Sendable' protocol
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:58:1: error: type 'Base.Element' does not conform to the 'Sendable' protocol
56 | // MARK: - Standard Library Conformances
57 |
58 | extension AsyncMapSequence: AsyncInstances {}
   | `- error: type 'Base.Element' does not conform to the 'Sendable' protocol
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:59:1: error: type 'Base' does not conform to the 'Sendable' protocol
57 |
58 | extension AsyncMapSequence: AsyncInstances {}
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
   | `- error: type 'Base' does not conform to the 'Sendable' protocol
60 | extension AsyncCompactMapSequence: AsyncInstances {}
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:59:1: error: type 'Transformed' does not conform to the 'Sendable' protocol
57 |
58 | extension AsyncMapSequence: AsyncInstances {}
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
   | `- error: type 'Transformed' does not conform to the 'Sendable' protocol
60 | extension AsyncCompactMapSequence: AsyncInstances {}
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:59:1: error: type 'Base.Element' does not conform to the 'Sendable' protocol
57 |
58 | extension AsyncMapSequence: AsyncInstances {}
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
   | `- error: type 'Base.Element' does not conform to the 'Sendable' protocol
60 | extension AsyncCompactMapSequence: AsyncInstances {}
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:60:1: error: type 'Base' does not conform to the 'Sendable' protocol
58 | extension AsyncMapSequence: AsyncInstances {}
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
   | `- error: type 'Base' does not conform to the 'Sendable' protocol
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
62 | extension AsyncFilterSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:60:1: error: type 'ElementOfResult' does not conform to the 'Sendable' protocol
58 | extension AsyncMapSequence: AsyncInstances {}
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
   | `- error: type 'ElementOfResult' does not conform to the 'Sendable' protocol
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
62 | extension AsyncFilterSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:60:1: error: type 'Base.Element' does not conform to the 'Sendable' protocol
58 | extension AsyncMapSequence: AsyncInstances {}
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
   | `- error: type 'Base.Element' does not conform to the 'Sendable' protocol
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
62 | extension AsyncFilterSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:61:1: error: type 'Base' does not conform to the 'Sendable' protocol
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
   | `- error: type 'Base' does not conform to the 'Sendable' protocol
62 | extension AsyncFilterSequence: AsyncInstances {}
63 | extension AsyncThrowingFilterSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:61:1: error: type 'Base.Element' does not conform to the 'Sendable' protocol
59 | extension AsyncThrowingMapSequence: AsyncInstances {}
60 | extension AsyncCompactMapSequence: AsyncInstances {}
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
   | `- error: type 'Base.Element' does not conform to the 'Sendable' protocol
62 | extension AsyncFilterSequence: AsyncInstances {}
63 | extension AsyncThrowingFilterSequence: AsyncInstances {}
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:62:1: error: type 'Base' does not conform to the 'Sendable' protocol
60 | extension AsyncCompactMapSequence: AsyncInstances {}
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
62 | extension AsyncFilterSequence: AsyncInstances {}
   | `- error: type 'Base' does not conform to the 'Sendable' protocol
63 | extension AsyncThrowingFilterSequence: AsyncInstances {}
64 |
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:62:1: error: type 'Base.Element' does not conform to the 'Sendable' protocol
60 | extension AsyncCompactMapSequence: AsyncInstances {}
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
62 | extension AsyncFilterSequence: AsyncInstances {}
   | `- error: type 'Base.Element' does not conform to the 'Sendable' protocol
63 | extension AsyncThrowingFilterSequence: AsyncInstances {}
64 |
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:63:1: error: type 'Base' does not conform to the 'Sendable' protocol
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
62 | extension AsyncFilterSequence: AsyncInstances {}
63 | extension AsyncThrowingFilterSequence: AsyncInstances {}
   | `- error: type 'Base' does not conform to the 'Sendable' protocol
64 |
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Datastore/AsyncInstances.swift:63:1: error: type 'Base.Element' does not conform to the 'Sendable' protocol
61 | extension AsyncThrowingCompactMapSequence: AsyncInstances {}
62 | extension AsyncFilterSequence: AsyncInstances {}
63 | extension AsyncThrowingFilterSequence: AsyncInstances {}
   | `- error: type 'Base.Element' does not conform to the 'Sendable' protocol
64 |
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:112:1: error: type 'Bound' does not conform to the 'Sendable' protocol
110 | }
111 |
112 | extension Range: IndexRangeExpression {
    | `- error: type 'Bound' does not conform to the 'Sendable' protocol
113 |     @inlinable
114 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .including(lowerBound) }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:112:1: error: type 'Range<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
110 | }
111 |
112 | extension Range: IndexRangeExpression {
    | `- error: type 'Range<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
113 |     @inlinable
114 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .including(lowerBound) }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:121:1: error: type 'Bound' does not conform to the 'Sendable' protocol
119 | }
120 |
121 | extension ClosedRange: IndexRangeExpression {
    | `- error: type 'Bound' does not conform to the 'Sendable' protocol
122 |     @inlinable
123 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .including(lowerBound) }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:121:1: error: type 'ClosedRange<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
119 | }
120 |
121 | extension ClosedRange: IndexRangeExpression {
    | `- error: type 'ClosedRange<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
122 |     @inlinable
123 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .including(lowerBound) }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:130:1: error: type 'Bound' does not conform to the 'Sendable' protocol
128 | }
129 |
130 | extension PartialRangeUpTo: IndexRangeExpression {
    | `- error: type 'Bound' does not conform to the 'Sendable' protocol
131 |     @inlinable
132 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .extent }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:130:1: error: type 'PartialRangeUpTo<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
128 | }
129 |
130 | extension PartialRangeUpTo: IndexRangeExpression {
    | `- error: type 'PartialRangeUpTo<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
131 |     @inlinable
132 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .extent }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:139:1: error: type 'Bound' does not conform to the 'Sendable' protocol
137 | }
138 |
139 | extension PartialRangeThrough: IndexRangeExpression {
    | `- error: type 'Bound' does not conform to the 'Sendable' protocol
140 |     @inlinable
141 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .extent }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:139:1: error: type 'PartialRangeThrough<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
137 | }
138 |
139 | extension PartialRangeThrough: IndexRangeExpression {
    | `- error: type 'PartialRangeThrough<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
140 |     @inlinable
141 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .extent }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:148:1: error: type 'Bound' does not conform to the 'Sendable' protocol
146 | }
147 |
148 | extension PartialRangeFrom: IndexRangeExpression {
    | `- error: type 'Bound' does not conform to the 'Sendable' protocol
149 |     @inlinable
150 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .including(lowerBound) }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:148:1: error: type 'PartialRangeFrom<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
146 | }
147 |
148 | extension PartialRangeFrom: IndexRangeExpression {
    | `- error: type 'PartialRangeFrom<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
149 |     @inlinable
150 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .including(lowerBound) }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:158:15: error: type 'Bound' does not conform to the 'Sendable' protocol
156 |
157 | /// A range of indices within an Index to fetch.
158 | public struct IndexRange<Bound: Comparable>: IndexRangeExpression {
    |               `- error: type 'Bound' does not conform to the 'Sendable' protocol
159 |     /// The lower bound of the range.
160 |     ///
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:158:15: error: type 'Bound' does not conform to the 'Sendable' protocol
156 |
157 | /// A range of indices within an Index to fetch.
158 | public struct IndexRange<Bound: Comparable>: IndexRangeExpression {
    |               `- error: type 'Bound' does not conform to the 'Sendable' protocol
159 |     /// The lower bound of the range.
160 |     ///
/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)
[31/75] Compiling CodableDatastore DatastoreFormat.swift
[32/75] Compiling CodableDatastore DatastoreKey.swift
[33/75] Compiling CodableDatastore Dictionary+RawRepresentable.swift
[34/75] Compiling CodableDatastore ObservedEvent.swift
[35/75] Compiling CodableDatastore Progress.swift
[36/75] Compiling CodableDatastore IndexRepresentation.swift
[37/75] Compiling CodableDatastore IndexStorage.swift
[38/75] Compiling CodableDatastore IndexType.swift
[39/75] Compiling CodableDatastore Indexable.swift
[40/75] Compiling CodableDatastore UUID+Comparable.swift
[41/75] Compiling CodableDatastore AccessMode.swift
[42/75] Compiling CodableDatastore Cursor.swift
[43/75] Compiling CodableDatastore DatastoreInterfaceError.swift
[44/75] Compiling CodableDatastore DatastoreInterfaceProtocol.swift
[45/75] Compiling CodableDatastore AsyncThrowingBackpressureStream.swift
[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 DatastoreIndex.swift
[52/75] Compiling CodableDatastore DatastoreIndexManifest.swift
[53/75] Compiling CodableDatastore DatastorePage.swift
[54/75] Compiling CodableDatastore DatastorePageEntry.swift
[55/75] Compiling CodableDatastore DatastorePageEntryBlock.swift
[56/75] Compiling CodableDatastore RawRepresentable+Codable.swift
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:112:1: error: type 'Bound' does not conform to the 'Sendable' protocol
110 | }
111 |
112 | extension Range: IndexRangeExpression {
    | `- error: type 'Bound' does not conform to the 'Sendable' protocol
113 |     @inlinable
114 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .including(lowerBound) }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:112:1: error: type 'Range<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
110 | }
111 |
112 | extension Range: IndexRangeExpression {
    | `- error: type 'Range<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
113 |     @inlinable
114 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .including(lowerBound) }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:121:1: error: type 'Bound' does not conform to the 'Sendable' protocol
119 | }
120 |
121 | extension ClosedRange: IndexRangeExpression {
    | `- error: type 'Bound' does not conform to the 'Sendable' protocol
122 |     @inlinable
123 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .including(lowerBound) }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:121:1: error: type 'ClosedRange<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
119 | }
120 |
121 | extension ClosedRange: IndexRangeExpression {
    | `- error: type 'ClosedRange<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
122 |     @inlinable
123 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .including(lowerBound) }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:130:1: error: type 'Bound' does not conform to the 'Sendable' protocol
128 | }
129 |
130 | extension PartialRangeUpTo: IndexRangeExpression {
    | `- error: type 'Bound' does not conform to the 'Sendable' protocol
131 |     @inlinable
132 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .extent }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:130:1: error: type 'PartialRangeUpTo<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
128 | }
129 |
130 | extension PartialRangeUpTo: IndexRangeExpression {
    | `- error: type 'PartialRangeUpTo<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
131 |     @inlinable
132 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .extent }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:139:1: error: type 'Bound' does not conform to the 'Sendable' protocol
137 | }
138 |
139 | extension PartialRangeThrough: IndexRangeExpression {
    | `- error: type 'Bound' does not conform to the 'Sendable' protocol
140 |     @inlinable
141 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .extent }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:139:1: error: type 'PartialRangeThrough<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
137 | }
138 |
139 | extension PartialRangeThrough: IndexRangeExpression {
    | `- error: type 'PartialRangeThrough<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
140 |     @inlinable
141 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .extent }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:148:1: error: type 'Bound' does not conform to the 'Sendable' protocol
146 | }
147 |
148 | extension PartialRangeFrom: IndexRangeExpression {
    | `- error: type 'Bound' does not conform to the 'Sendable' protocol
149 |     @inlinable
150 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .including(lowerBound) }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:148:1: error: type 'PartialRangeFrom<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
146 | }
147 |
148 | extension PartialRangeFrom: IndexRangeExpression {
    | `- error: type 'PartialRangeFrom<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
149 |     @inlinable
150 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .including(lowerBound) }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:158:15: error: type 'Bound' does not conform to the 'Sendable' protocol
156 |
157 | /// A range of indices within an Index to fetch.
158 | public struct IndexRange<Bound: Comparable>: IndexRangeExpression {
    |               `- error: type 'Bound' does not conform to the 'Sendable' protocol
159 |     /// The lower bound of the range.
160 |     ///
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:158:15: error: type 'Bound' does not conform to the 'Sendable' protocol
156 |
157 | /// A range of indices within an Index to fetch.
158 | public struct IndexRange<Bound: Comparable>: IndexRangeExpression {
    |               `- error: type 'Bound' does not conform to the 'Sendable' protocol
159 |     /// The lower bound of the range.
160 |     ///
[57/75] Compiling CodableDatastore GlobalTimer.swift
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:112:1: error: type 'Bound' does not conform to the 'Sendable' protocol
110 | }
111 |
112 | extension Range: IndexRangeExpression {
    | `- error: type 'Bound' does not conform to the 'Sendable' protocol
113 |     @inlinable
114 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .including(lowerBound) }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:112:1: error: type 'Range<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
110 | }
111 |
112 | extension Range: IndexRangeExpression {
    | `- error: type 'Range<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
113 |     @inlinable
114 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .including(lowerBound) }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:121:1: error: type 'Bound' does not conform to the 'Sendable' protocol
119 | }
120 |
121 | extension ClosedRange: IndexRangeExpression {
    | `- error: type 'Bound' does not conform to the 'Sendable' protocol
122 |     @inlinable
123 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .including(lowerBound) }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:121:1: error: type 'ClosedRange<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
119 | }
120 |
121 | extension ClosedRange: IndexRangeExpression {
    | `- error: type 'ClosedRange<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
122 |     @inlinable
123 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .including(lowerBound) }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:130:1: error: type 'Bound' does not conform to the 'Sendable' protocol
128 | }
129 |
130 | extension PartialRangeUpTo: IndexRangeExpression {
    | `- error: type 'Bound' does not conform to the 'Sendable' protocol
131 |     @inlinable
132 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .extent }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:130:1: error: type 'PartialRangeUpTo<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
128 | }
129 |
130 | extension PartialRangeUpTo: IndexRangeExpression {
    | `- error: type 'PartialRangeUpTo<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
131 |     @inlinable
132 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .extent }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:139:1: error: type 'Bound' does not conform to the 'Sendable' protocol
137 | }
138 |
139 | extension PartialRangeThrough: IndexRangeExpression {
    | `- error: type 'Bound' does not conform to the 'Sendable' protocol
140 |     @inlinable
141 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .extent }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:139:1: error: type 'PartialRangeThrough<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
137 | }
138 |
139 | extension PartialRangeThrough: IndexRangeExpression {
    | `- error: type 'PartialRangeThrough<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
140 |     @inlinable
141 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .extent }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:148:1: error: type 'Bound' does not conform to the 'Sendable' protocol
146 | }
147 |
148 | extension PartialRangeFrom: IndexRangeExpression {
    | `- error: type 'Bound' does not conform to the 'Sendable' protocol
149 |     @inlinable
150 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .including(lowerBound) }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:148:1: error: type 'PartialRangeFrom<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
146 | }
147 |
148 | extension PartialRangeFrom: IndexRangeExpression {
    | `- error: type 'PartialRangeFrom<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
149 |     @inlinable
150 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .including(lowerBound) }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:158:15: error: type 'Bound' does not conform to the 'Sendable' protocol
156 |
157 | /// A range of indices within an Index to fetch.
158 | public struct IndexRange<Bound: Comparable>: IndexRangeExpression {
    |               `- error: type 'Bound' does not conform to the 'Sendable' protocol
159 |     /// The lower bound of the range.
160 |     ///
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:158:15: error: type 'Bound' does not conform to the 'Sendable' protocol
156 |
157 | /// A range of indices within an Index to fetch.
158 | public struct IndexRange<Bound: Comparable>: IndexRangeExpression {
    |               `- error: type 'Bound' does not conform to the 'Sendable' protocol
159 |     /// The lower bound of the range.
160 |     ///
[58/75] Compiling CodableDatastore GeneratedIndexRepresentation.swift
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:112:1: error: type 'Bound' does not conform to the 'Sendable' protocol
110 | }
111 |
112 | extension Range: IndexRangeExpression {
    | `- error: type 'Bound' does not conform to the 'Sendable' protocol
113 |     @inlinable
114 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .including(lowerBound) }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:112:1: error: type 'Range<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
110 | }
111 |
112 | extension Range: IndexRangeExpression {
    | `- error: type 'Range<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
113 |     @inlinable
114 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .including(lowerBound) }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:121:1: error: type 'Bound' does not conform to the 'Sendable' protocol
119 | }
120 |
121 | extension ClosedRange: IndexRangeExpression {
    | `- error: type 'Bound' does not conform to the 'Sendable' protocol
122 |     @inlinable
123 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .including(lowerBound) }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:121:1: error: type 'ClosedRange<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
119 | }
120 |
121 | extension ClosedRange: IndexRangeExpression {
    | `- error: type 'ClosedRange<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
122 |     @inlinable
123 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .including(lowerBound) }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:130:1: error: type 'Bound' does not conform to the 'Sendable' protocol
128 | }
129 |
130 | extension PartialRangeUpTo: IndexRangeExpression {
    | `- error: type 'Bound' does not conform to the 'Sendable' protocol
131 |     @inlinable
132 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .extent }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:130:1: error: type 'PartialRangeUpTo<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
128 | }
129 |
130 | extension PartialRangeUpTo: IndexRangeExpression {
    | `- error: type 'PartialRangeUpTo<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
131 |     @inlinable
132 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .extent }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:139:1: error: type 'Bound' does not conform to the 'Sendable' protocol
137 | }
138 |
139 | extension PartialRangeThrough: IndexRangeExpression {
    | `- error: type 'Bound' does not conform to the 'Sendable' protocol
140 |     @inlinable
141 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .extent }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:139:1: error: type 'PartialRangeThrough<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
137 | }
138 |
139 | extension PartialRangeThrough: IndexRangeExpression {
    | `- error: type 'PartialRangeThrough<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
140 |     @inlinable
141 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .extent }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:148:1: error: type 'Bound' does not conform to the 'Sendable' protocol
146 | }
147 |
148 | extension PartialRangeFrom: IndexRangeExpression {
    | `- error: type 'Bound' does not conform to the 'Sendable' protocol
149 |     @inlinable
150 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .including(lowerBound) }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:148:1: error: type 'PartialRangeFrom<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
146 | }
147 |
148 | extension PartialRangeFrom: IndexRangeExpression {
    | `- error: type 'PartialRangeFrom<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
149 |     @inlinable
150 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .including(lowerBound) }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:158:15: error: type 'Bound' does not conform to the 'Sendable' protocol
156 |
157 | /// A range of indices within an Index to fetch.
158 | public struct IndexRange<Bound: Comparable>: IndexRangeExpression {
    |               `- error: type 'Bound' does not conform to the 'Sendable' protocol
159 |     /// The lower bound of the range.
160 |     ///
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:158:15: error: type 'Bound' does not conform to the 'Sendable' protocol
156 |
157 | /// A range of indices within an Index to fetch.
158 | public struct IndexRange<Bound: Comparable>: IndexRangeExpression {
    |               `- error: type 'Bound' does not conform to the 'Sendable' protocol
159 |     /// The lower bound of the range.
160 |     ///
[59/75] Compiling CodableDatastore IndexName.swift
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:112:1: error: type 'Bound' does not conform to the 'Sendable' protocol
110 | }
111 |
112 | extension Range: IndexRangeExpression {
    | `- error: type 'Bound' does not conform to the 'Sendable' protocol
113 |     @inlinable
114 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .including(lowerBound) }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:112:1: error: type 'Range<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
110 | }
111 |
112 | extension Range: IndexRangeExpression {
    | `- error: type 'Range<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
113 |     @inlinable
114 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .including(lowerBound) }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:121:1: error: type 'Bound' does not conform to the 'Sendable' protocol
119 | }
120 |
121 | extension ClosedRange: IndexRangeExpression {
    | `- error: type 'Bound' does not conform to the 'Sendable' protocol
122 |     @inlinable
123 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .including(lowerBound) }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:121:1: error: type 'ClosedRange<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
119 | }
120 |
121 | extension ClosedRange: IndexRangeExpression {
    | `- error: type 'ClosedRange<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
122 |     @inlinable
123 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .including(lowerBound) }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:130:1: error: type 'Bound' does not conform to the 'Sendable' protocol
128 | }
129 |
130 | extension PartialRangeUpTo: IndexRangeExpression {
    | `- error: type 'Bound' does not conform to the 'Sendable' protocol
131 |     @inlinable
132 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .extent }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:130:1: error: type 'PartialRangeUpTo<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
128 | }
129 |
130 | extension PartialRangeUpTo: IndexRangeExpression {
    | `- error: type 'PartialRangeUpTo<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
131 |     @inlinable
132 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .extent }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:139:1: error: type 'Bound' does not conform to the 'Sendable' protocol
137 | }
138 |
139 | extension PartialRangeThrough: IndexRangeExpression {
    | `- error: type 'Bound' does not conform to the 'Sendable' protocol
140 |     @inlinable
141 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .extent }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:139:1: error: type 'PartialRangeThrough<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
137 | }
138 |
139 | extension PartialRangeThrough: IndexRangeExpression {
    | `- error: type 'PartialRangeThrough<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
140 |     @inlinable
141 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .extent }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:148:1: error: type 'Bound' does not conform to the 'Sendable' protocol
146 | }
147 |
148 | extension PartialRangeFrom: IndexRangeExpression {
    | `- error: type 'Bound' does not conform to the 'Sendable' protocol
149 |     @inlinable
150 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .including(lowerBound) }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:148:1: error: type 'PartialRangeFrom<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
146 | }
147 |
148 | extension PartialRangeFrom: IndexRangeExpression {
    | `- error: type 'PartialRangeFrom<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
149 |     @inlinable
150 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .including(lowerBound) }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:158:15: error: type 'Bound' does not conform to the 'Sendable' protocol
156 |
157 | /// A range of indices within an Index to fetch.
158 | public struct IndexRange<Bound: Comparable>: IndexRangeExpression {
    |               `- error: type 'Bound' does not conform to the 'Sendable' protocol
159 |     /// The lower bound of the range.
160 |     ///
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:158:15: error: type 'Bound' does not conform to the 'Sendable' protocol
156 |
157 | /// A range of indices within an Index to fetch.
158 | public struct IndexRange<Bound: Comparable>: IndexRangeExpression {
    |               `- error: type 'Bound' does not conform to the 'Sendable' protocol
159 |     /// The lower bound of the range.
160 |     ///
[60/75] Compiling CodableDatastore IndexRangeExpression.swift
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:112:1: error: type 'Bound' does not conform to the 'Sendable' protocol
110 | }
111 |
112 | extension Range: IndexRangeExpression {
    | `- error: type 'Bound' does not conform to the 'Sendable' protocol
113 |     @inlinable
114 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .including(lowerBound) }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:112:1: error: type 'Range<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
110 | }
111 |
112 | extension Range: IndexRangeExpression {
    | `- error: type 'Range<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
113 |     @inlinable
114 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .including(lowerBound) }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:121:1: error: type 'Bound' does not conform to the 'Sendable' protocol
119 | }
120 |
121 | extension ClosedRange: IndexRangeExpression {
    | `- error: type 'Bound' does not conform to the 'Sendable' protocol
122 |     @inlinable
123 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .including(lowerBound) }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:121:1: error: type 'ClosedRange<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
119 | }
120 |
121 | extension ClosedRange: IndexRangeExpression {
    | `- error: type 'ClosedRange<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
122 |     @inlinable
123 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .including(lowerBound) }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:130:1: error: type 'Bound' does not conform to the 'Sendable' protocol
128 | }
129 |
130 | extension PartialRangeUpTo: IndexRangeExpression {
    | `- error: type 'Bound' does not conform to the 'Sendable' protocol
131 |     @inlinable
132 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .extent }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:130:1: error: type 'PartialRangeUpTo<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
128 | }
129 |
130 | extension PartialRangeUpTo: IndexRangeExpression {
    | `- error: type 'PartialRangeUpTo<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
131 |     @inlinable
132 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .extent }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:139:1: error: type 'Bound' does not conform to the 'Sendable' protocol
137 | }
138 |
139 | extension PartialRangeThrough: IndexRangeExpression {
    | `- error: type 'Bound' does not conform to the 'Sendable' protocol
140 |     @inlinable
141 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .extent }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:139:1: error: type 'PartialRangeThrough<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
137 | }
138 |
139 | extension PartialRangeThrough: IndexRangeExpression {
    | `- error: type 'PartialRangeThrough<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
140 |     @inlinable
141 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .extent }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:148:1: error: type 'Bound' does not conform to the 'Sendable' protocol
146 | }
147 |
148 | extension PartialRangeFrom: IndexRangeExpression {
    | `- error: type 'Bound' does not conform to the 'Sendable' protocol
149 |     @inlinable
150 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .including(lowerBound) }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:148:1: error: type 'PartialRangeFrom<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
146 | }
147 |
148 | extension PartialRangeFrom: IndexRangeExpression {
    | `- error: type 'PartialRangeFrom<Bound>.Bound' (aka 'Bound') does not conform to the 'Sendable' protocol
149 |     @inlinable
150 |     public var lowerBoundExpression: RangeBoundExpression<Bound> { .including(lowerBound) }
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:158:15: error: type 'Bound' does not conform to the 'Sendable' protocol
156 |
157 | /// A range of indices within an Index to fetch.
158 | public struct IndexRange<Bound: Comparable>: IndexRangeExpression {
    |               `- error: type 'Bound' does not conform to the 'Sendable' protocol
159 |     /// The lower bound of the range.
160 |     ///
/Users/admin/builder/spi-builder-workspace/Sources/CodableDatastore/Indexes/IndexRangeExpression.swift:158:15: error: type 'Bound' does not conform to the 'Sendable' protocol
156 |
157 | /// A range of indices within an Index to fetch.
158 | public struct IndexRange<Bound: Comparable>: IndexRangeExpression {
    |               `- error: type 'Bound' does not conform to the 'Sendable' protocol
159 |     /// The lower bound of the range.
160 |     ///
[61/75] Compiling CodableDatastore SnapshotIteration.swift
[62/75] Compiling CodableDatastore SnapshotManifest.swift
[63/75] Compiling CodableDatastore SortOrder.swift
[64/75] Compiling CodableDatastore StoreInfo.swift
[65/75] Compiling CodableDatastore DiskCursor.swift
[66/75] Compiling CodableDatastore DatastoreRoot.swift
[67/75] Compiling CodableDatastore DatastoreRootManifest.swift
[68/75] Compiling CodableDatastore PersistenceDatastore.swift
[69/75] Compiling CodableDatastore DatedIdentifier.swift
[70/75] Compiling CodableDatastore DiskPersistence.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
Fetching https://github.com/mochidev/Bytes.git
Fetching https://github.com/mochidev/AsyncSequenceReader.git
[1/226] Fetching asyncsequencereader
[209/678] Fetching asyncsequencereader, bytes
Fetched https://github.com/mochidev/AsyncSequenceReader.git from cache (0.78s)
Fetched https://github.com/mochidev/Bytes.git from cache (0.78s)
Computing version for https://github.com/mochidev/AsyncSequenceReader.git
Computed https://github.com/mochidev/AsyncSequenceReader.git at 0.3.1 (0.45s)
Computing version for https://github.com/mochidev/Bytes.git
Computed https://github.com/mochidev/Bytes.git at 0.3.1 (3.16s)
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
BUILD FAILURE 6.0 macosSpm