The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CodableDatastore, reference main (8694d7), with Swift 6.0 for Linux on 27 Jan 2026 16:42:04 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
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 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 main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/mochidev/CodableDatastore.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:5920b6fc7f526808de8dcf4e65806a8aca248ef5a9160d25a6b9c7489c0b8a3f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/mochidev/Bytes.git
Fetching https://github.com/mochidev/AsyncSequenceReader.git
[1/452] Fetching bytes
[453/678] Fetching bytes, asyncsequencereader
Fetched https://github.com/mochidev/AsyncSequenceReader.git from cache (0.27s)
Fetched https://github.com/mochidev/Bytes.git from cache (0.27s)
Computing version for https://github.com/mochidev/AsyncSequenceReader.git
Computed https://github.com/mochidev/AsyncSequenceReader.git at 0.3.1 (0.83s)
Computing version for https://github.com/mochidev/Bytes.git
Computed https://github.com/mochidev/Bytes.git at 0.3.1 (3.13s)
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...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/22] Emitting module AsyncSequenceReader
[6/23] Compiling AsyncSequenceReader AsyncSequenceReader.swift
[7/23] Emitting module Bytes
[8/23] Compiling Bytes AsyncByteIterator.swift
[9/23] Compiling Bytes AsyncChunkedBytes.swift
[10/23] Compiling AsyncSequenceReader AsyncReadUpToElementsSequence.swift
[11/24] Compiling Bytes String.swift
[12/24] Compiling AsyncSequenceReader AsyncReadSequence.swift
[13/24] Compiling AsyncSequenceReader AsyncReadUpToCountSequence.swift
[14/24] Compiling AsyncSequenceReader AnyReadableSequence.swift
[15/24] Compiling AsyncSequenceReader AsyncIteratorMapSequence.swift
[16/24] Compiling AsyncSequenceReader AsyncBufferedIterator.swift
[17/24] Compiling AsyncSequenceReader AsyncSequenceReaderError.swift
[18/25] Compiling Bytes RawRepresentable.swift
[19/25] Compiling Bytes Integer.swift
[21/25] Compiling Bytes BytesError.swift
[22/25] Compiling Bytes ByteIterator.swift
[23/25] Compiling Bytes Bytes.swift
[24/25] Compiling Bytes Colletion+Casting.swift
[25/25] Compiling Bytes UUID.swift
[27/71] Compiling CodableDatastore IndexRangeExpression.swift
/host/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) }
/host/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) }
/host/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) }
/host/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) }
/host/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 }
/host/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 }
/host/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 }
/host/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 }
/host/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) }
/host/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) }
/host/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 |     ///
/host/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 |     ///
[28/71] Compiling CodableDatastore IndexRepresentation.swift
/host/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) }
/host/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) }
/host/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) }
/host/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) }
/host/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 }
/host/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 }
/host/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 }
/host/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 }
/host/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) }
/host/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) }
/host/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 |     ///
/host/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 |     ///
[29/71] Compiling CodableDatastore IndexStorage.swift
/host/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) }
/host/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) }
/host/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) }
/host/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) }
/host/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 }
/host/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 }
/host/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 }
/host/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 }
/host/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) }
/host/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) }
/host/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 |     ///
/host/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 |     ///
[30/71] Compiling CodableDatastore IndexType.swift
/host/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) }
/host/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) }
/host/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) }
/host/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) }
/host/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 }
/host/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 }
/host/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 }
/host/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 }
/host/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) }
/host/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) }
/host/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 |     ///
/host/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 |     ///
[31/71] Compiling CodableDatastore Indexable.swift
/host/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) }
/host/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) }
/host/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) }
/host/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) }
/host/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 }
/host/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 }
/host/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 }
/host/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 }
/host/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) }
/host/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) }
/host/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 |     ///
/host/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 |     ///
[32/71] Compiling CodableDatastore UUID+Comparable.swift
/host/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) }
/host/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) }
/host/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) }
/host/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) }
/host/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 }
/host/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 }
/host/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 }
/host/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 }
/host/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) }
/host/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) }
/host/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 |     ///
/host/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 |     ///
[33/77] Compiling CodableDatastore Dictionary+RawRepresentable.swift
[34/77] Compiling CodableDatastore ObservedEvent.swift
[35/77] Compiling CodableDatastore Progress.swift
[36/77] Compiling CodableDatastore RawRepresentable+Codable.swift
[37/77] Compiling CodableDatastore GlobalTimer.swift
[38/77] Compiling CodableDatastore GeneratedIndexRepresentation.swift
[39/77] Compiling CodableDatastore IndexName.swift
[40/77] Compiling CodableDatastore AsyncInstances.swift
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 |
/host/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 |
/host/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 |
/host/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 |
[41/77] Compiling CodableDatastore Configuration.swift
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 |
/host/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 |
/host/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 |
/host/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 |
[42/77] Compiling CodableDatastore Datastore.swift
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 |
/host/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 |
/host/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 |
/host/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 |
[43/77] Compiling CodableDatastore DatastoreDescriptor.swift
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 |
/host/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 |
/host/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 |
/host/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 |
[44/77] Compiling CodableDatastore DatastoreError.swift
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 |
/host/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 |
/host/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 |
/host/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 |
[45/77] Compiling CodableDatastore DatastoreFormat.swift
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 |
/host/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 |
/host/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 |
/host/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 |
[46/77] Compiling CodableDatastore DatastoreKey.swift
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 |
/host/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 |
/host/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 |
/host/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[47/77] Emitting module CodableDatastore
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 {}
/host/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 |
/host/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 |
/host/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 |
/host/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 |
/host/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) }
/host/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) }
/host/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) }
/host/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) }
/host/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 }
/host/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 }
/host/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 }
/host/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 }
/host/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) }
/host/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) }
/host/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 |     ///
/host/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 |     ///
/host/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/77] Compiling CodableDatastore LazyTask.swift
[49/77] Compiling CodableDatastore Snapshot.swift
[50/77] Compiling CodableDatastore SnapshotIteration.swift
[51/77] Compiling CodableDatastore SnapshotManifest.swift
[52/77] Compiling CodableDatastore SortOrder.swift
[53/77] Compiling CodableDatastore StoreInfo.swift
[54/77] Compiling CodableDatastore PersistenceDatastore.swift
/host/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)
[55/77] Compiling CodableDatastore DatedIdentifier.swift
/host/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)
[56/77] Compiling CodableDatastore DiskPersistence.swift
/host/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)
[57/77] Compiling CodableDatastore DiskPersistenceError.swift
/host/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)
[58/77] Compiling CodableDatastore ISO8601DateFormatter+Milliseconds.swift
/host/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)
[59/77] Compiling CodableDatastore JSONCoder.swift
/host/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)
[60/77] Compiling CodableDatastore DatastoreIndexManifest.swift
[61/77] Compiling CodableDatastore DatastorePage.swift
[62/77] Compiling CodableDatastore DatastorePageEntry.swift
[63/77] Compiling CodableDatastore DatastorePageEntryBlock.swift
[64/77] Compiling CodableDatastore DatastoreRoot.swift
[65/77] Compiling CodableDatastore DatastoreRootManifest.swift
[66/77] Compiling CodableDatastore AccessMode.swift
[67/77] Compiling CodableDatastore Cursor.swift
[68/77] Compiling CodableDatastore DatastoreInterfaceError.swift
[69/77] Compiling CodableDatastore DatastoreInterfaceProtocol.swift
[70/77] Compiling CodableDatastore AsyncThrowingBackpressureStream.swift
[71/77] Compiling CodableDatastore DatastoreIndex.swift
[72/77] Compiling CodableDatastore DiskCursor.swift
[73/77] Compiling CodableDatastore Transaction.swift
[74/77] Compiling CodableDatastore TypedIdentifier.swift
[75/77] Compiling CodableDatastore MemoryPersistence.swift
[76/77] Compiling CodableDatastore Persistence.swift
[77/77] Compiling CodableDatastore TransactionOptions.swift
BUILD FAILURE 6.0 linux