Build Information
Successful build of dynamo-db-tables, reference 1.0.0-rc.1 (8fcd5a), with Swift 6.3 for macOS (SPM) on 29 Apr 2026 23:36:28 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
92 |
93 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+deleteItems.swift:114:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
112 | let chunkedItems = existingItems.chunked(by: maximumUpdatesPerExecuteStatement)
113 | let zippedResponses = try await chunkedItems.concurrentFlatMap { chunk in
114 | let responses = try await self.deleteChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
115 |
116 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+deleteItems.swift:114:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
112 | let chunkedItems = existingItems.chunked(by: maximumUpdatesPerExecuteStatement)
113 | let zippedResponses = try await chunkedItems.concurrentFlatMap { chunk in
114 | let responses = try await self.deleteChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
115 |
116 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+execute.swift:218:17: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
216 | chunk
217 | -> [TypedTTLDatabaseItem<AttributesType, ItemType, TimeToLiveAttributesType>] in
218 | try await self.partialExecute(
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
219 | partitionKeys: chunk,
220 | attributesFilter: attributesFilter,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+execute.swift:218:17: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
216 | chunk
217 | -> [TypedTTLDatabaseItem<AttributesType, ItemType, TimeToLiveAttributesType>] in
218 | try await self.partialExecute(
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
219 | partitionKeys: chunk,
220 | attributesFilter: attributesFilter,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+getItems.swift:145:34: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
143 |
144 | let maps = try await chunkedList.concurrentMap { chunk in
145 | let input = try self.getInputForBatchGetItem(forKeys: chunk)
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
146 |
147 | let retriable = GetItemsRetriable<AttributesType, ItemType, TimeToLiveAttributesType, Client>(
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+getItems.swift:147:105: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
145 | let input = try self.getInputForBatchGetItem(forKeys: chunk)
146 |
147 | let retriable = GetItemsRetriable<AttributesType, ItemType, TimeToLiveAttributesType, Client>(
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
148 | initialInput: input,
149 | dynamodb: self.dynamodb,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:591:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
589 | let chunkedEntries = entries.chunked(by: AWSDynamoDBLimits.maximumUpdatesPerExecuteStatement)
590 | let zippedResponses = try await chunkedEntries.concurrentFlatMap { chunk in
591 | let responses = try await self.writeChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
592 |
593 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:591:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
589 | let chunkedEntries = entries.chunked(by: AWSDynamoDBLimits.maximumUpdatesPerExecuteStatement)
590 | let zippedResponses = try await chunkedEntries.concurrentFlatMap { chunk in
591 | let responses = try await self.writeChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
592 |
593 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:626:30: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
624 | try await entries.concurrentMap { entry in
625 | do {
626 | try self.validateEntry(entry: entry)
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
627 |
628 | return .unevaluated(entry)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:626:30: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
624 | try await entries.concurrentMap { entry in
625 | do {
626 | try self.validateEntry(entry: entry)
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
627 |
628 | return .unevaluated(entry)
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+deleteItems.swift:91:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
89 | let chunkedKeys = keys.chunked(by: maximumUpdatesPerExecuteStatement)
90 | let zippedResponses = try await chunkedKeys.concurrentFlatMap { chunk in
91 | let responses = try await self.deleteChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
92 |
93 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+deleteItems.swift:114:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
112 | let chunkedItems = existingItems.chunked(by: maximumUpdatesPerExecuteStatement)
113 | let zippedResponses = try await chunkedItems.concurrentFlatMap { chunk in
114 | let responses = try await self.deleteChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
115 |
116 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+deleteItems.swift:114:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
112 | let chunkedItems = existingItems.chunked(by: maximumUpdatesPerExecuteStatement)
113 | let zippedResponses = try await chunkedItems.concurrentFlatMap { chunk in
114 | let responses = try await self.deleteChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
115 |
116 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+execute.swift:218:17: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
216 | chunk
217 | -> [TypedTTLDatabaseItem<AttributesType, ItemType, TimeToLiveAttributesType>] in
218 | try await self.partialExecute(
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
219 | partitionKeys: chunk,
220 | attributesFilter: attributesFilter,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+execute.swift:218:17: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
216 | chunk
217 | -> [TypedTTLDatabaseItem<AttributesType, ItemType, TimeToLiveAttributesType>] in
218 | try await self.partialExecute(
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
219 | partitionKeys: chunk,
220 | attributesFilter: attributesFilter,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+getItems.swift:145:34: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
143 |
144 | let maps = try await chunkedList.concurrentMap { chunk in
145 | let input = try self.getInputForBatchGetItem(forKeys: chunk)
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
146 |
147 | let retriable = GetItemsRetriable<AttributesType, ItemType, TimeToLiveAttributesType, Client>(
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+getItems.swift:147:105: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
145 | let input = try self.getInputForBatchGetItem(forKeys: chunk)
146 |
147 | let retriable = GetItemsRetriable<AttributesType, ItemType, TimeToLiveAttributesType, Client>(
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
148 | initialInput: input,
149 | dynamodb: self.dynamodb,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:591:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
589 | let chunkedEntries = entries.chunked(by: AWSDynamoDBLimits.maximumUpdatesPerExecuteStatement)
590 | let zippedResponses = try await chunkedEntries.concurrentFlatMap { chunk in
591 | let responses = try await self.writeChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
592 |
593 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:591:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
589 | let chunkedEntries = entries.chunked(by: AWSDynamoDBLimits.maximumUpdatesPerExecuteStatement)
590 | let zippedResponses = try await chunkedEntries.concurrentFlatMap { chunk in
591 | let responses = try await self.writeChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
592 |
593 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:626:30: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
624 | try await entries.concurrentMap { entry in
625 | do {
626 | try self.validateEntry(entry: entry)
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
627 |
628 | return .unevaluated(entry)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:626:30: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
624 | try await entries.concurrentMap { entry in
625 | do {
626 | try self.validateEntry(entry: entry)
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
627 |
628 | return .unevaluated(entry)
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+deleteItems.swift:91:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
89 | let chunkedKeys = keys.chunked(by: maximumUpdatesPerExecuteStatement)
90 | let zippedResponses = try await chunkedKeys.concurrentFlatMap { chunk in
91 | let responses = try await self.deleteChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
92 |
93 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+deleteItems.swift:114:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
112 | let chunkedItems = existingItems.chunked(by: maximumUpdatesPerExecuteStatement)
113 | let zippedResponses = try await chunkedItems.concurrentFlatMap { chunk in
114 | let responses = try await self.deleteChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
115 |
116 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+deleteItems.swift:114:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
112 | let chunkedItems = existingItems.chunked(by: maximumUpdatesPerExecuteStatement)
113 | let zippedResponses = try await chunkedItems.concurrentFlatMap { chunk in
114 | let responses = try await self.deleteChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
115 |
116 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+execute.swift:218:17: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
216 | chunk
217 | -> [TypedTTLDatabaseItem<AttributesType, ItemType, TimeToLiveAttributesType>] in
218 | try await self.partialExecute(
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
219 | partitionKeys: chunk,
220 | attributesFilter: attributesFilter,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+execute.swift:218:17: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
216 | chunk
217 | -> [TypedTTLDatabaseItem<AttributesType, ItemType, TimeToLiveAttributesType>] in
218 | try await self.partialExecute(
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
219 | partitionKeys: chunk,
220 | attributesFilter: attributesFilter,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+getItems.swift:145:34: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
143 |
144 | let maps = try await chunkedList.concurrentMap { chunk in
145 | let input = try self.getInputForBatchGetItem(forKeys: chunk)
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
146 |
147 | let retriable = GetItemsRetriable<AttributesType, ItemType, TimeToLiveAttributesType, Client>(
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+getItems.swift:147:105: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
145 | let input = try self.getInputForBatchGetItem(forKeys: chunk)
146 |
147 | let retriable = GetItemsRetriable<AttributesType, ItemType, TimeToLiveAttributesType, Client>(
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
148 | initialInput: input,
149 | dynamodb: self.dynamodb,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:591:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
589 | let chunkedEntries = entries.chunked(by: AWSDynamoDBLimits.maximumUpdatesPerExecuteStatement)
590 | let zippedResponses = try await chunkedEntries.concurrentFlatMap { chunk in
591 | let responses = try await self.writeChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
592 |
593 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:591:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
589 | let chunkedEntries = entries.chunked(by: AWSDynamoDBLimits.maximumUpdatesPerExecuteStatement)
590 | let zippedResponses = try await chunkedEntries.concurrentFlatMap { chunk in
591 | let responses = try await self.writeChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
592 |
593 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:626:30: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
624 | try await entries.concurrentMap { entry in
625 | do {
626 | try self.validateEntry(entry: entry)
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
627 |
628 | return .unevaluated(entry)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:626:30: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
624 | try await entries.concurrentMap { entry in
625 | do {
626 | try self.validateEntry(entry: entry)
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
627 |
628 | return .unevaluated(entry)
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+deleteItems.swift:91:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
89 | let chunkedKeys = keys.chunked(by: maximumUpdatesPerExecuteStatement)
90 | let zippedResponses = try await chunkedKeys.concurrentFlatMap { chunk in
91 | let responses = try await self.deleteChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
92 |
93 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+deleteItems.swift:114:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
112 | let chunkedItems = existingItems.chunked(by: maximumUpdatesPerExecuteStatement)
113 | let zippedResponses = try await chunkedItems.concurrentFlatMap { chunk in
114 | let responses = try await self.deleteChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
115 |
116 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+deleteItems.swift:114:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
112 | let chunkedItems = existingItems.chunked(by: maximumUpdatesPerExecuteStatement)
113 | let zippedResponses = try await chunkedItems.concurrentFlatMap { chunk in
114 | let responses = try await self.deleteChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
115 |
116 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+execute.swift:218:17: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
216 | chunk
217 | -> [TypedTTLDatabaseItem<AttributesType, ItemType, TimeToLiveAttributesType>] in
218 | try await self.partialExecute(
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
219 | partitionKeys: chunk,
220 | attributesFilter: attributesFilter,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+execute.swift:218:17: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
216 | chunk
217 | -> [TypedTTLDatabaseItem<AttributesType, ItemType, TimeToLiveAttributesType>] in
218 | try await self.partialExecute(
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
219 | partitionKeys: chunk,
220 | attributesFilter: attributesFilter,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+getItems.swift:145:34: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
143 |
144 | let maps = try await chunkedList.concurrentMap { chunk in
145 | let input = try self.getInputForBatchGetItem(forKeys: chunk)
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
146 |
147 | let retriable = GetItemsRetriable<AttributesType, ItemType, TimeToLiveAttributesType, Client>(
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+getItems.swift:147:105: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
145 | let input = try self.getInputForBatchGetItem(forKeys: chunk)
146 |
147 | let retriable = GetItemsRetriable<AttributesType, ItemType, TimeToLiveAttributesType, Client>(
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
148 | initialInput: input,
149 | dynamodb: self.dynamodb,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:591:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
589 | let chunkedEntries = entries.chunked(by: AWSDynamoDBLimits.maximumUpdatesPerExecuteStatement)
590 | let zippedResponses = try await chunkedEntries.concurrentFlatMap { chunk in
591 | let responses = try await self.writeChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
592 |
593 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:591:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
589 | let chunkedEntries = entries.chunked(by: AWSDynamoDBLimits.maximumUpdatesPerExecuteStatement)
590 | let zippedResponses = try await chunkedEntries.concurrentFlatMap { chunk in
591 | let responses = try await self.writeChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
592 |
593 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:626:30: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
624 | try await entries.concurrentMap { entry in
625 | do {
626 | try self.validateEntry(entry: entry)
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
627 |
628 | return .unevaluated(entry)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:626:30: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
624 | try await entries.concurrentMap { entry in
625 | do {
626 | try self.validateEntry(entry: entry)
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
627 |
628 | return .unevaluated(entry)
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+deleteItems.swift:91:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
89 | let chunkedKeys = keys.chunked(by: maximumUpdatesPerExecuteStatement)
90 | let zippedResponses = try await chunkedKeys.concurrentFlatMap { chunk in
91 | let responses = try await self.deleteChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
92 |
93 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+deleteItems.swift:114:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
112 | let chunkedItems = existingItems.chunked(by: maximumUpdatesPerExecuteStatement)
113 | let zippedResponses = try await chunkedItems.concurrentFlatMap { chunk in
114 | let responses = try await self.deleteChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
115 |
116 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+deleteItems.swift:114:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
112 | let chunkedItems = existingItems.chunked(by: maximumUpdatesPerExecuteStatement)
113 | let zippedResponses = try await chunkedItems.concurrentFlatMap { chunk in
114 | let responses = try await self.deleteChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
115 |
116 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+execute.swift:218:17: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
216 | chunk
217 | -> [TypedTTLDatabaseItem<AttributesType, ItemType, TimeToLiveAttributesType>] in
218 | try await self.partialExecute(
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
219 | partitionKeys: chunk,
220 | attributesFilter: attributesFilter,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+execute.swift:218:17: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
216 | chunk
217 | -> [TypedTTLDatabaseItem<AttributesType, ItemType, TimeToLiveAttributesType>] in
218 | try await self.partialExecute(
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
219 | partitionKeys: chunk,
220 | attributesFilter: attributesFilter,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+getItems.swift:145:34: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
143 |
144 | let maps = try await chunkedList.concurrentMap { chunk in
145 | let input = try self.getInputForBatchGetItem(forKeys: chunk)
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
146 |
147 | let retriable = GetItemsRetriable<AttributesType, ItemType, TimeToLiveAttributesType, Client>(
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+getItems.swift:147:105: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
145 | let input = try self.getInputForBatchGetItem(forKeys: chunk)
146 |
147 | let retriable = GetItemsRetriable<AttributesType, ItemType, TimeToLiveAttributesType, Client>(
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
148 | initialInput: input,
149 | dynamodb: self.dynamodb,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:591:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
589 | let chunkedEntries = entries.chunked(by: AWSDynamoDBLimits.maximumUpdatesPerExecuteStatement)
590 | let zippedResponses = try await chunkedEntries.concurrentFlatMap { chunk in
591 | let responses = try await self.writeChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
592 |
593 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:591:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
589 | let chunkedEntries = entries.chunked(by: AWSDynamoDBLimits.maximumUpdatesPerExecuteStatement)
590 | let zippedResponses = try await chunkedEntries.concurrentFlatMap { chunk in
591 | let responses = try await self.writeChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
592 |
593 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:626:30: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
624 | try await entries.concurrentMap { entry in
625 | do {
626 | try self.validateEntry(entry: entry)
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
627 |
628 | return .unevaluated(entry)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:626:30: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
624 | try await entries.concurrentMap { entry in
625 | do {
626 | try self.validateEntry(entry: entry)
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
627 |
628 | return .unevaluated(entry)
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+deleteItems.swift:91:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
89 | let chunkedKeys = keys.chunked(by: maximumUpdatesPerExecuteStatement)
90 | let zippedResponses = try await chunkedKeys.concurrentFlatMap { chunk in
91 | let responses = try await self.deleteChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
92 |
93 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+deleteItems.swift:114:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
112 | let chunkedItems = existingItems.chunked(by: maximumUpdatesPerExecuteStatement)
113 | let zippedResponses = try await chunkedItems.concurrentFlatMap { chunk in
114 | let responses = try await self.deleteChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
115 |
116 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+deleteItems.swift:114:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
112 | let chunkedItems = existingItems.chunked(by: maximumUpdatesPerExecuteStatement)
113 | let zippedResponses = try await chunkedItems.concurrentFlatMap { chunk in
114 | let responses = try await self.deleteChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
115 |
116 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+execute.swift:218:17: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
216 | chunk
217 | -> [TypedTTLDatabaseItem<AttributesType, ItemType, TimeToLiveAttributesType>] in
218 | try await self.partialExecute(
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
219 | partitionKeys: chunk,
220 | attributesFilter: attributesFilter,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+execute.swift:218:17: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
216 | chunk
217 | -> [TypedTTLDatabaseItem<AttributesType, ItemType, TimeToLiveAttributesType>] in
218 | try await self.partialExecute(
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
219 | partitionKeys: chunk,
220 | attributesFilter: attributesFilter,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+getItems.swift:145:34: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
143 |
144 | let maps = try await chunkedList.concurrentMap { chunk in
145 | let input = try self.getInputForBatchGetItem(forKeys: chunk)
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
146 |
147 | let retriable = GetItemsRetriable<AttributesType, ItemType, TimeToLiveAttributesType, Client>(
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+getItems.swift:147:105: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
145 | let input = try self.getInputForBatchGetItem(forKeys: chunk)
146 |
147 | let retriable = GetItemsRetriable<AttributesType, ItemType, TimeToLiveAttributesType, Client>(
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
148 | initialInput: input,
149 | dynamodb: self.dynamodb,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:591:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
589 | let chunkedEntries = entries.chunked(by: AWSDynamoDBLimits.maximumUpdatesPerExecuteStatement)
590 | let zippedResponses = try await chunkedEntries.concurrentFlatMap { chunk in
591 | let responses = try await self.writeChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
592 |
593 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:591:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
589 | let chunkedEntries = entries.chunked(by: AWSDynamoDBLimits.maximumUpdatesPerExecuteStatement)
590 | let zippedResponses = try await chunkedEntries.concurrentFlatMap { chunk in
591 | let responses = try await self.writeChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
592 |
593 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:626:30: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
624 | try await entries.concurrentMap { entry in
625 | do {
626 | try self.validateEntry(entry: entry)
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
627 |
628 | return .unevaluated(entry)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:626:30: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
624 | try await entries.concurrentMap { entry in
625 | do {
626 | try self.validateEntry(entry: entry)
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
627 |
628 | return .unevaluated(entry)
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+deleteItems.swift:91:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
89 | let chunkedKeys = keys.chunked(by: maximumUpdatesPerExecuteStatement)
90 | let zippedResponses = try await chunkedKeys.concurrentFlatMap { chunk in
91 | let responses = try await self.deleteChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
92 |
93 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+deleteItems.swift:114:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
112 | let chunkedItems = existingItems.chunked(by: maximumUpdatesPerExecuteStatement)
113 | let zippedResponses = try await chunkedItems.concurrentFlatMap { chunk in
114 | let responses = try await self.deleteChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
115 |
116 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+deleteItems.swift:114:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
112 | let chunkedItems = existingItems.chunked(by: maximumUpdatesPerExecuteStatement)
113 | let zippedResponses = try await chunkedItems.concurrentFlatMap { chunk in
114 | let responses = try await self.deleteChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
115 |
116 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+execute.swift:218:17: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
216 | chunk
217 | -> [TypedTTLDatabaseItem<AttributesType, ItemType, TimeToLiveAttributesType>] in
218 | try await self.partialExecute(
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
219 | partitionKeys: chunk,
220 | attributesFilter: attributesFilter,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+execute.swift:218:17: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
216 | chunk
217 | -> [TypedTTLDatabaseItem<AttributesType, ItemType, TimeToLiveAttributesType>] in
218 | try await self.partialExecute(
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
219 | partitionKeys: chunk,
220 | attributesFilter: attributesFilter,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+getItems.swift:145:34: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
143 |
144 | let maps = try await chunkedList.concurrentMap { chunk in
145 | let input = try self.getInputForBatchGetItem(forKeys: chunk)
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
146 |
147 | let retriable = GetItemsRetriable<AttributesType, ItemType, TimeToLiveAttributesType, Client>(
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+getItems.swift:147:105: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
145 | let input = try self.getInputForBatchGetItem(forKeys: chunk)
146 |
147 | let retriable = GetItemsRetriable<AttributesType, ItemType, TimeToLiveAttributesType, Client>(
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
148 | initialInput: input,
149 | dynamodb: self.dynamodb,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:591:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
589 | let chunkedEntries = entries.chunked(by: AWSDynamoDBLimits.maximumUpdatesPerExecuteStatement)
590 | let zippedResponses = try await chunkedEntries.concurrentFlatMap { chunk in
591 | let responses = try await self.writeChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
592 |
593 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:591:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
589 | let chunkedEntries = entries.chunked(by: AWSDynamoDBLimits.maximumUpdatesPerExecuteStatement)
590 | let zippedResponses = try await chunkedEntries.concurrentFlatMap { chunk in
591 | let responses = try await self.writeChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
592 |
593 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:626:30: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
624 | try await entries.concurrentMap { entry in
625 | do {
626 | try self.validateEntry(entry: entry)
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
627 |
628 | return .unevaluated(entry)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:626:30: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
624 | try await entries.concurrentMap { entry in
625 | do {
626 | try self.validateEntry(entry: entry)
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
627 |
628 | return .unevaluated(entry)
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+deleteItems.swift:91:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
89 | let chunkedKeys = keys.chunked(by: maximumUpdatesPerExecuteStatement)
90 | let zippedResponses = try await chunkedKeys.concurrentFlatMap { chunk in
91 | let responses = try await self.deleteChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
92 |
93 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+deleteItems.swift:114:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
112 | let chunkedItems = existingItems.chunked(by: maximumUpdatesPerExecuteStatement)
113 | let zippedResponses = try await chunkedItems.concurrentFlatMap { chunk in
114 | let responses = try await self.deleteChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
115 |
116 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+deleteItems.swift:114:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
112 | let chunkedItems = existingItems.chunked(by: maximumUpdatesPerExecuteStatement)
113 | let zippedResponses = try await chunkedItems.concurrentFlatMap { chunk in
114 | let responses = try await self.deleteChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
115 |
116 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+execute.swift:218:17: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
216 | chunk
217 | -> [TypedTTLDatabaseItem<AttributesType, ItemType, TimeToLiveAttributesType>] in
218 | try await self.partialExecute(
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
219 | partitionKeys: chunk,
220 | attributesFilter: attributesFilter,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+execute.swift:218:17: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
216 | chunk
217 | -> [TypedTTLDatabaseItem<AttributesType, ItemType, TimeToLiveAttributesType>] in
218 | try await self.partialExecute(
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
219 | partitionKeys: chunk,
220 | attributesFilter: attributesFilter,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+getItems.swift:145:34: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
143 |
144 | let maps = try await chunkedList.concurrentMap { chunk in
145 | let input = try self.getInputForBatchGetItem(forKeys: chunk)
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
146 |
147 | let retriable = GetItemsRetriable<AttributesType, ItemType, TimeToLiveAttributesType, Client>(
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+getItems.swift:147:105: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
145 | let input = try self.getInputForBatchGetItem(forKeys: chunk)
146 |
147 | let retriable = GetItemsRetriable<AttributesType, ItemType, TimeToLiveAttributesType, Client>(
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
148 | initialInput: input,
149 | dynamodb: self.dynamodb,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:591:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
589 | let chunkedEntries = entries.chunked(by: AWSDynamoDBLimits.maximumUpdatesPerExecuteStatement)
590 | let zippedResponses = try await chunkedEntries.concurrentFlatMap { chunk in
591 | let responses = try await self.writeChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
592 |
593 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:591:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
589 | let chunkedEntries = entries.chunked(by: AWSDynamoDBLimits.maximumUpdatesPerExecuteStatement)
590 | let zippedResponses = try await chunkedEntries.concurrentFlatMap { chunk in
591 | let responses = try await self.writeChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
592 |
593 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:626:30: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
624 | try await entries.concurrentMap { entry in
625 | do {
626 | try self.validateEntry(entry: entry)
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
627 |
628 | return .unevaluated(entry)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:626:30: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
624 | try await entries.concurrentMap { entry in
625 | do {
626 | try self.validateEntry(entry: entry)
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
627 |
628 | return .unevaluated(entry)
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[2603/2614] Compiling DynamoDBTablesSoto SotoDynamoDBCompositePrimaryKeysProjection.swift
[2604/2614] Compiling DynamoDBTablesSoto SotoDynamoDB+DynamoDBClientProtocol.swift
[2605/2614] Emitting module DynamoDBTablesSoto
[2606/2614] Compiling DynamoDBTablesSoto SotoDynamoDBCompositePrimaryKeyTable.swift
[2607/2614] Compiling DynamoDBTablesAWS AWSDynamoDBCompositePrimaryKeysProjection.swift
[2609/2614] Compiling DynamoDBTablesAWS AWSDynamoDBCompositePrimaryKeyTable.swift
[2610/2614] Emitting module DynamoDBTablesAWS
[2611/2614] Compiling DynamoDBTablesAWS AWSDynamoDBClient+DynamoDBClientProtocol.swift
[2612/2614] Compiling DynamoDBTablesAWS AWSDynamoDBCompositePrimaryKeyTable.swift
[2613/2614] Emitting module DynamoDBTablesAWS
[2614/2614] Compiling DynamoDBTablesAWS AWSDynamoDBClient+DynamoDBClientProtocol.swift
Build complete! (87.08s)
Build complete.
{
"dependencies" : [
{
"identity" : "aws-sdk-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/awslabs/aws-sdk-swift.git"
},
{
"identity" : "soto",
"requirement" : {
"range" : [
{
"lower_bound" : "7.0.0",
"upper_bound" : "8.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/soto-project/soto.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-metrics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-metrics.git"
},
{
"identity" : "swift-configuration",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-configuration.git"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "600.0.0",
"upper_bound" : "603.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax"
},
{
"identity" : "smockable",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0-rc.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tachyonics/smockable"
},
{
"identity" : "swift-local-containers",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tachyonics/swift-local-containers"
}
],
"manifest_display_name" : "dynamo-db-tables",
"name" : "dynamo-db-tables",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "watchos",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "18.0"
}
],
"products" : [
{
"name" : "DynamoDBTables",
"targets" : [
"DynamoDBTables"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DynamoDBTablesAWS",
"targets" : [
"DynamoDBTablesAWS"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DynamoDBTablesSoto",
"targets" : [
"DynamoDBTablesSoto"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DynamoDBTablesMacros",
"targets" : [
"DynamoDBTablesMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "IntegrationTests",
"module_type" : "SwiftTarget",
"name" : "IntegrationTests",
"path" : "Tests/IntegrationTests",
"product_dependencies" : [
"ContainerMacrosLib",
"ContainerTestSupport",
"ContainerCodeGen"
],
"sources" : [
"DynamoDBIntegrationTests.swift",
"DynamoDBTableFactory.swift"
],
"target_dependencies" : [
"DynamoDBTables",
"DynamoDBTablesAWS"
],
"type" : "test"
},
{
"c99name" : "DynamoDBTablesTests",
"module_type" : "SwiftTarget",
"name" : "DynamoDBTablesTests",
"path" : "Tests/DynamoDBTablesTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport",
"Smockable"
],
"sources" : [
"DynamoDBCompositePrimaryKeyTable+retryingTransactWriteWithHistoricalRowsTests.swift",
"DynamoDBCompositePrimaryKeyTable+retryingUpdateItemWithHistoricalRowTests.swift",
"DynamoDBCompositePrimaryKeyTable+retryingUpsertItemWithHistoricalRowTests.swift",
"DynamoDBCompositePrimaryKeyTableClobberVersionedItemWithHistoricalRowTests.swift",
"DynamoDBCompositePrimaryKeyTableHistoricalItemExtensionsTests.swift",
"DynamoDBCompositePrimaryKeyTableRetryingUpsertItemTests.swift",
"DynamoDBCompositePrimaryKeyTableTests.swift",
"DynamoDBCompositePrimaryKeyTableUpdateItemConditionallyAtKeyTests.swift",
"DynamoDBEncoderDecoderTests.swift",
"DynamoDBModel.AttributeValue+asString.swift",
"DynamoDBTablesTestInput.swift",
"DynamoDBTablesTests.swift",
"GenericDynamoDBCompositePrimaryKeyTable+diffItemsTests.swift",
"GenericDynamoDBCompositePrimaryKeyTable+expressionTests.swift",
"GenericDynamoDBCompositePrimaryKeyTableBulkTests.swift",
"GenericDynamoDBCompositePrimaryKeyTableDeleteTests.swift",
"GenericDynamoDBCompositePrimaryKeyTableExecuteTests.swift",
"GenericDynamoDBCompositePrimaryKeyTablePolymorphicTests.swift",
"GenericDynamoDBCompositePrimaryKeyTableQueryTests.swift",
"GenericDynamoDBCompositePrimaryKeyTableTests.swift",
"GenericDynamoDBCompositePrimaryKeyTableTransactionTests.swift",
"GenericDynamoDBCompositePrimaryKeysProjectionTests.swift",
"InMemoryDynamoDBCompositePrimaryKeyTable+bulkWriteTests.swift",
"InMemoryDynamoDBCompositePrimaryKeyTable+retryingTransactWriteTests.swift",
"InMemoryDynamoDBCompositePrimaryKeyTable+transactWriteTests.swift",
"InMemoryDynamoDBCompositePrimaryKeyTableTests.swift",
"SimulateConcurrencyDynamoDBCompositePrimaryKeyTableTests.swift",
"String+DynamoDBKeyTests.swift",
"TestConfiguration.swift",
"TestDynamoDBClientProtocol.swift",
"TypedDatabaseItem+RowWithItemVersionProtocolTests.swift"
],
"target_dependencies" : [
"DynamoDBTables"
],
"type" : "test"
},
{
"c99name" : "DynamoDBTablesSoto",
"module_type" : "SwiftTarget",
"name" : "DynamoDBTablesSoto",
"path" : "Sources/DynamoDBTablesSoto",
"product_memberships" : [
"DynamoDBTablesSoto"
],
"sources" : [
"SotoDynamoDB+DynamoDBClientProtocol.swift",
"SotoDynamoDBCompositePrimaryKeyTable.swift",
"SotoDynamoDBCompositePrimaryKeysProjection.swift"
],
"target_dependencies" : [
"DynamoDBTables"
],
"type" : "library"
},
{
"c99name" : "DynamoDBTablesMacrosTests",
"module_type" : "SwiftTarget",
"name" : "DynamoDBTablesMacrosTests",
"path" : "Tests/DynamoDBTablesMacrosTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"PolymorphicOperationReturnTypeMacroTests.swift",
"PolymorphicTransactionConstraintEntryMacroTests.swift",
"PolymorphicWriteEntryMacroTests.swift"
],
"target_dependencies" : [
"DynamoDBTablesMacros"
],
"type" : "test"
},
{
"c99name" : "DynamoDBTablesMacros",
"module_type" : "SwiftTarget",
"name" : "DynamoDBTablesMacros",
"path" : "Sources/DynamoDBTablesMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"DynamoDBTables",
"DynamoDBTablesAWS",
"DynamoDBTablesSoto",
"DynamoDBTablesMacros"
],
"sources" : [
"BaseEntryMacro.swift",
"Plugin.swift",
"PolymorphicOperationReturnTypeMacro.swift",
"PolymorphicTransactionConstraintEntryMacro.swift",
"PolymorphicWriteEntryMacro.swift"
],
"type" : "macro"
},
{
"c99name" : "DynamoDBTablesAWS",
"module_type" : "SwiftTarget",
"name" : "DynamoDBTablesAWS",
"path" : "Sources/DynamoDBTablesAWS",
"product_dependencies" : [
"AWSDynamoDB"
],
"product_memberships" : [
"DynamoDBTablesAWS"
],
"sources" : [
"AWSDynamoDBClient+DynamoDBClientProtocol.swift",
"AWSDynamoDBCompositePrimaryKeyTable.swift",
"AWSDynamoDBCompositePrimaryKeysProjection.swift"
],
"target_dependencies" : [
"DynamoDBTables"
],
"type" : "library"
},
{
"c99name" : "DynamoDBTables",
"module_type" : "SwiftTarget",
"name" : "DynamoDBTables",
"path" : "Sources/DynamoDBTables",
"product_dependencies" : [
"Logging",
"Metrics",
"Configuration"
],
"product_memberships" : [
"DynamoDBTables",
"DynamoDBTablesAWS",
"DynamoDBTablesSoto"
],
"sources" : [
"CompositePrimaryKey.swift",
"CustomRowTypeIdentifier.swift",
"DynamoDBClientError.swift",
"DynamoDBClientProtocol.swift",
"DynamoDBCompositePrimaryKeyTable+retryingTransactWrite.swift",
"DynamoDBCompositePrimaryKeyTable+retryingTransactWriteWithHistoricalRows.swift",
"DynamoDBCompositePrimaryKeyTable+retryingUpdateItem.swift",
"DynamoDBCompositePrimaryKeyTable+retryingUpdateItemWithHistoricalRow.swift",
"DynamoDBCompositePrimaryKeyTable+retryingUpsertItem.swift",
"DynamoDBCompositePrimaryKeyTable+retryingUpsertItemWithHistoricalRow.swift",
"DynamoDBCompositePrimaryKeyTable+retryingUpsertVersionedItemWithHistoricalRow.swift",
"DynamoDBCompositePrimaryKeyTable.swift",
"DynamoDBCompositePrimaryKeyTableHistoricalItemExtensions.swift",
"DynamoDBCompositePrimaryKeysProjection.swift",
"DynamoDBDecoder.swift",
"DynamoDBEncoder.swift",
"DynamoDBModel.swift",
"GenericDynamoDBCompositePrimaryKeyTable+DynamoDBTableAsync.swift",
"GenericDynamoDBCompositePrimaryKeyTable+bulkUpdateSupport.swift",
"GenericDynamoDBCompositePrimaryKeyTable+deleteItems.swift",
"GenericDynamoDBCompositePrimaryKeyTable+execute.swift",
"GenericDynamoDBCompositePrimaryKeyTable+getItems.swift",
"GenericDynamoDBCompositePrimaryKeyTable+polymorphicGetItems.swift",
"GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift",
"GenericDynamoDBCompositePrimaryKeyTable.swift",
"GenericDynamoDBCompositePrimaryKeysProjection+DynamoDBKeysProjectionAsync.swift",
"GenericDynamoDBCompositePrimaryKeysProjection.swift",
"InMemoryDataRepresentations.swift",
"InMemoryDynamoDBCompositePrimaryKeyTable+execute.swift",
"InMemoryDynamoDBCompositePrimaryKeyTable+query.swift",
"InMemoryDynamoDBCompositePrimaryKeyTable+transact.swift",
"InMemoryDynamoDBCompositePrimaryKeyTable+transform.swift",
"InMemoryDynamoDBCompositePrimaryKeyTable.swift",
"InMemoryDynamoDBCompositePrimaryKeyTableStore.swift",
"InMemoryDynamoDBCompositePrimaryKeysProjection.swift",
"InMemoryDynamoDBCompositePrimaryKeysProjectionStore.swift",
"InternalDynamoDBCodingKey.swift",
"InternalKeyedDecodingContainer.swift",
"InternalKeyedEncodingContainer.swift",
"InternalSingleValueDecodingContainer.swift",
"InternalSingleValueEncodingContainer.swift",
"InternalUnkeyedDecodingContainer.swift",
"InternalUnkeyedEncodingContainer.swift",
"Macros.swift",
"PolymorphicOperationReturnType.swift",
"PolymorphicWriteEntry.swift",
"QueryInput+forSortKeyCondition.swift",
"RetryConfiguration.swift",
"RowWithIndex.swift",
"RowWithItemVersion.swift",
"RowWithItemVersionProtocol.swift",
"Sequence+concurrency.swift",
"SimulateConcurrencyDynamoDBCompositePrimaryKeyTable.swift",
"String+DynamoDBKey.swift",
"TimeToLive.swift",
"TypedDatabaseItemWithTimeToLive+RowWithItemVersionProtocol.swift",
"TypedDatabaseItemWithTimeToLive.swift"
],
"target_dependencies" : [
"DynamoDBTablesMacros"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/swift-server-community/dynamo-db-tables/1.0.0-rc.1
Repository: swift-server-community/dynamo-db-tables
Swift version used: 6.3
Target: DynamoDBTables
Extracting symbol information for 'DynamoDBTables'...
Finished extracting symbol information for 'DynamoDBTables'. (138.12s)
Building documentation for 'DynamoDBTables'...
Finished building documentation for 'DynamoDBTables' (0.27s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/swift-server-community/dynamo-db-tables/1.0.0-rc.1
Updating https://github.com/grpc/grpc-swift-nio-transport.git
Updating https://github.com/apple/swift-atomics.git
Updating https://github.com/tachyonics/smockable
Updating https://github.com/awslabs/aws-sdk-swift.git
Updating https://github.com/apple/swift-nio-http2.git
Updating https://github.com/apple/swift-asn1.git
Updating https://github.com/apple/swift-http-types.git
Updated https://github.com/grpc/grpc-swift-nio-transport.git (0.50s)
Updating https://github.com/grpc/grpc-swift-2.git
Updated https://github.com/apple/swift-http-types.git (0.59s)
Updating https://github.com/swift-server/async-http-client.git
Updated https://github.com/awslabs/aws-sdk-swift.git (0.73s)
Updated https://github.com/apple/swift-atomics.git (0.73s)
Updated https://github.com/apple/swift-asn1.git (0.73s)
Updated https://github.com/tachyonics/smockable (0.73s)
Updated https://github.com/apple/swift-nio-http2.git (0.73s)
Updating https://github.com/apple/swift-configuration.git
Updating https://github.com/tachyonics/swift-local-containers
Updating https://github.com/apple/swift-distributed-tracing.git
Updating https://github.com/apple/swift-protobuf.git
Updating https://github.com/apple/swift-log.git
Updated https://github.com/grpc/grpc-swift-2.git (0.42s)
Updating https://github.com/apple/swift-metrics.git
Updated https://github.com/swift-server/async-http-client.git (0.56s)
Updating https://github.com/apple/swift-nio.git
Updated https://github.com/apple/swift-metrics.git (0.43s)
Updated https://github.com/apple/swift-protobuf.git (0.66s)
Updated https://github.com/apple/swift-distributed-tracing.git (0.66s)
Updated https://github.com/tachyonics/swift-local-containers (0.66s)
Updated https://github.com/apple/swift-configuration.git (0.66s)
Updated https://github.com/apple/swift-log.git (0.66s)
Updating https://github.com/smithy-lang/smithy-swift
Updating https://github.com/apple/swift-certificates.git
Updating https://github.com/awslabs/aws-crt-swift
Updating https://github.com/swiftlang/swift-syntax
Updating https://github.com/apple/swift-crypto.git
Updating https://github.com/grpc/grpc-swift-protobuf.git
Updated https://github.com/apple/swift-nio.git (0.71s)
Updating https://github.com/apple/swift-async-algorithms.git
Updated https://github.com/apple/swift-certificates.git (0.50s)
Updating https://github.com/apple/containerization.git
Updated https://github.com/apple/swift-crypto.git (0.56s)
Updated https://github.com/smithy-lang/smithy-swift (0.61s)
Updating https://github.com/apple/swift-numerics.git
Updating https://github.com/apple/swift-nio-extras.git
Updated https://github.com/swiftlang/swift-syntax (0.89s)
Updated https://github.com/grpc/grpc-swift-protobuf.git (0.89s)
Updated https://github.com/awslabs/aws-crt-swift (0.90s)
Updating https://github.com/swift-server/swift-service-lifecycle
Updating https://github.com/apple/swift-algorithms.git
Updating https://github.com/apple/swift-nio-transport-services.git
Updated https://github.com/apple/swift-async-algorithms.git (0.53s)
Updating https://github.com/apple/swift-system.git
Updated https://github.com/apple/swift-nio-extras.git (0.48s)
Updating https://github.com/apple/swift-service-context.git
Updated https://github.com/apple/swift-numerics.git (0.53s)
Updating https://github.com/facebook/zstd.git
Updated https://github.com/apple/containerization.git (0.63s)
Updating https://github.com/apple/swift-nio-ssl.git
Updated https://github.com/apple/swift-nio-transport-services.git (0.45s)
Updated https://github.com/apple/swift-algorithms.git (0.45s)
Updated https://github.com/swift-server/swift-service-lifecycle (0.47s)
Updating https://github.com/apple/swift-collections.git
Updating https://github.com/apple/swift-http-structured-headers.git
Updating https://github.com/apple/swift-argument-parser.git
Updated https://github.com/apple/swift-system.git (0.55s)
Fetching https://github.com/swiftlang/swift-docc-plugin
Updated https://github.com/apple/swift-service-context.git (0.52s)
Updated https://github.com/apple/swift-nio-ssl.git (0.49s)
Updated https://github.com/facebook/zstd.git (0.71s)
Updated https://github.com/apple/swift-collections.git (0.55s)
Updated https://github.com/apple/swift-http-structured-headers.git (0.55s)
Updated https://github.com/apple/swift-argument-parser.git (0.54s)
[1/2287] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.19s)
Computing version for https://github.com/tachyonics/swift-local-containers
Computed https://github.com/tachyonics/swift-local-containers at 0.8.0 (4.90s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (0.69s)
Computing version for https://github.com/apple/swift-configuration.git
Computed https://github.com/apple/swift-configuration.git at 1.2.0 (0.66s)
Fetching https://github.com/jpsim/Yams
[1/11551] Fetching yams
Fetched https://github.com/jpsim/Yams from cache (2.09s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.10.1 (2.64s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (0.53s)
Computing version for https://github.com/awslabs/aws-sdk-swift.git
Computed https://github.com/awslabs/aws-sdk-swift.git at 1.6.103 (6.47s)
Computing version for https://github.com/apple/containerization.git
Computed https://github.com/apple/containerization.git at 0.31.0 (0.63s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.99.0 (0.63s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.33.1 (0.54s)
Computing version for https://github.com/swift-server/swift-service-lifecycle
Computed https://github.com/swift-server/swift-service-lifecycle at 2.11.0 (0.50s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.4.1 (0.60s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.4 (0.52s)
Computing version for https://github.com/awslabs/aws-crt-swift
Computed https://github.com/awslabs/aws-crt-swift at 0.58.1 (0.55s)
Computing version for https://github.com/smithy-lang/smithy-swift
Computed https://github.com/smithy-lang/smithy-swift at 0.203.0 (0.67s)
Computing version for https://github.com/facebook/zstd.git
Computed https://github.com/facebook/zstd.git at 1.5.7 (0.60s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.37.0 (0.56s)
Computing version for https://github.com/grpc/grpc-swift-protobuf.git
Computed https://github.com/grpc/grpc-swift-protobuf.git at 2.3.0 (0.55s)
Computing version for https://github.com/grpc/grpc-swift-nio-transport.git
Computed https://github.com/grpc/grpc-swift-nio-transport.git at 2.7.0 (0.55s)
Computing version for https://github.com/grpc/grpc-swift-2.git
Computed https://github.com/grpc/grpc-swift-2.git at 2.4.0 (0.53s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (0.65s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (0.55s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.52s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (0.52s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (0.52s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.61s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.28.0 (0.55s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.34.0 (0.59s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.43.0 (0.55s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (0.56s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.37.0 (0.59s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.7.0 (0.61s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.19.0 (0.64s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.51s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.7.0 (0.52s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.51s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 6.2.1 (0.55s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.5.0 (0.64s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3679] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.14s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.84s)
Computing version for https://github.com/tachyonics/smockable
Computed https://github.com/tachyonics/smockable at 1.0.0-rc.2 (0.63s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 6.2.1
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.5.0
[0/3] Write swift-version--6988338F2F200930.txt
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[2/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/54] Compiling SymbolKit Names.swift
[7/54] Compiling SymbolKit SPI.swift
[8/54] Compiling SymbolKit Snippet.swift
[9/54] Compiling SymbolKit Extension.swift
[10/58] Compiling SymbolKit Mixin+Equals.swift
[11/58] Compiling SymbolKit Mixin+Hash.swift
[12/58] Compiling SymbolKit Mixin.swift
[13/58] Compiling SymbolKit LineList.swift
[14/58] Compiling SymbolKit Position.swift
[15/58] Emitting module SymbolKit
[16/58] Compiling SymbolKit GenericConstraint.swift
[17/58] Compiling SymbolKit GenericParameter.swift
[18/58] Compiling SymbolKit Generics.swift
[19/58] Compiling SymbolKit Namespace.swift
[20/58] Compiling SymbolKit SemanticVersion.swift
[21/58] Compiling SymbolKit AccessControl.swift
[22/58] Compiling SymbolKit Availability.swift
[23/58] Compiling SymbolKit AvailabilityItem.swift
[24/58] Compiling SymbolKit Domain.swift
[25/58] Compiling SymbolKit SourceRange.swift
[26/58] Compiling SymbolKit Metadata.swift
[27/58] Compiling SymbolKit Module.swift
[28/58] Compiling SymbolKit OperatingSystem.swift
[29/58] Compiling SymbolKit Platform.swift
[30/58] Compiling SymbolKit Relationship.swift
[31/58] Compiling SymbolKit RelationshipKind.swift
[32/58] Compiling SymbolKit SourceOrigin.swift
[33/58] Compiling SymbolKit GenericConstraints.swift
[34/58] Compiling SymbolKit Swift.swift
[35/58] Compiling SymbolKit Identifier.swift
[36/58] Compiling SymbolKit KindIdentifier.swift
[37/58] Compiling SymbolKit Location.swift
[38/58] Compiling SymbolKit Mutability.swift
[39/58] Compiling SymbolKit Symbol.swift
[40/58] Compiling SymbolKit SymbolKind.swift
[41/58] Compiling SymbolKit SymbolGraph.swift
[42/58] Compiling SymbolKit GraphCollector.swift
[43/58] Compiling SymbolKit DeclarationFragments.swift
[44/58] Compiling SymbolKit Fragment.swift
[45/58] Compiling SymbolKit FragmentKind.swift
[46/58] Compiling SymbolKit FunctionParameter.swift
[47/58] Compiling SymbolKit FunctionSignature.swift
[48/58] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/58] Compiling SymbolKit UnifiedSymbol.swift
[50/58] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/58] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/58] Emitting module Snippets
[53/58] Compiling Snippets SnippetParser.swift
[54/58] Compiling Snippets SnippetLanguage.swift
[55/58] Compiling Snippets Snippet.swift
[56/62] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/62] Compiling snippet_extract URL+Status.swift
[58/62] Emitting module snippet_extract
[59/62] Compiling snippet_extract SnippetBuildCommand.swift
[59/62] Write Objects.LinkFileList
[60/62] Linking snippet-extract-tool
[61/62] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (16.72s)
Updating https://github.com/swift-server/swift-service-lifecycle
Updating https://github.com/facebook/zstd.git
Updating https://github.com/grpc/grpc-swift-2.git
Updating https://github.com/apple/swift-nio-ssl.git
Updating https://github.com/smithy-lang/smithy-swift
Updating https://github.com/apple/swift-collections.git
Updating https://github.com/apple/swift-distributed-tracing.git
Updated https://github.com/grpc/grpc-swift-2.git (0.54s)
Updated https://github.com/apple/swift-nio-ssl.git (0.54s)
Updating https://github.com/apple/swift-asn1.git
Updating https://github.com/awslabs/aws-crt-swift
Updated https://github.com/smithy-lang/smithy-swift (0.65s)
Updated https://github.com/apple/swift-distributed-tracing.git (0.65s)
Updated https://github.com/apple/swift-collections.git (0.65s)
Updating https://github.com/grpc/grpc-swift-protobuf.git
Updating https://github.com/apple/swift-http-types.git
Updating https://github.com/apple/swift-service-context.git
Updated https://github.com/facebook/zstd.git (0.77s)
Updated https://github.com/swift-server/swift-service-lifecycle (0.77s)
Updating https://github.com/apple/swift-async-algorithms.git
Updating https://github.com/apple/swift-http-structured-headers.git
Updated https://github.com/grpc/grpc-swift-protobuf.git (0.43s)
Updated https://github.com/awslabs/aws-crt-swift (0.55s)
Updated https://github.com/apple/swift-asn1.git (0.55s)
Updated https://github.com/apple/swift-http-types.git (0.44s)
Updated https://github.com/apple/swift-service-context.git (0.44s)
Updating https://github.com/apple/swift-nio-extras.git
Updating https://github.com/tachyonics/smockable
Updating https://github.com/apple/swift-nio-transport-services.git
Updating https://github.com/grpc/grpc-swift-nio-transport.git
Updating https://github.com/apple/swift-metrics.git
Updated https://github.com/apple/swift-async-algorithms.git (0.47s)
Updated https://github.com/apple/swift-http-structured-headers.git (0.47s)
Updating https://github.com/apple/swift-nio.git
Updating https://github.com/apple/swift-algorithms.git
Updated https://github.com/grpc/grpc-swift-nio-transport.git (0.45s)
Updated https://github.com/apple/swift-metrics.git (0.45s)
Updated https://github.com/apple/swift-nio-transport-services.git (0.46s)
Updated https://github.com/tachyonics/smockable (0.46s)
Updating https://github.com/swiftlang/swift-syntax
Updating https://github.com/jpsim/Yams
Updating https://github.com/apple/swift-certificates.git
Updating https://github.com/apple/containerization.git
Updated https://github.com/apple/swift-nio-extras.git (0.55s)
Updating https://github.com/apple/swift-configuration.git
Updated https://github.com/apple/swift-algorithms.git (0.51s)
Updating https://github.com/apple/swift-numerics.git
Updated https://github.com/apple/swift-nio.git (0.69s)
Updating https://github.com/apple/swift-nio-http2.git
Updated https://github.com/apple/swift-configuration.git (0.45s)
Updating https://github.com/swiftlang/swift-docc-plugin
Updated https://github.com/apple/containerization.git (0.56s)
Updated https://github.com/apple/swift-certificates.git (0.56s)
Updating https://github.com/apple/swift-crypto.git
Updating https://github.com/swift-server/async-http-client.git
Updated https://github.com/apple/swift-numerics.git (0.57s)
Updating https://github.com/awslabs/aws-sdk-swift.git
Updated https://github.com/swiftlang/swift-syntax (0.88s)
Updated https://github.com/jpsim/Yams (0.88s)
Updating https://github.com/apple/swift-log.git
Updating https://github.com/apple/swift-atomics.git
Updated https://github.com/apple/swift-nio-http2.git (0.54s)
Updating https://github.com/tachyonics/swift-local-containers
Updated https://github.com/swiftlang/swift-docc-plugin (0.47s)
Updating https://github.com/apple/swift-protobuf.git
Updated https://github.com/swift-server/async-http-client.git (0.49s)
Updated https://github.com/apple/swift-crypto.git (0.49s)
Updating https://github.com/apple/swift-system.git
Updating https://github.com/swiftlang/swift-docc-symbolkit
Updated https://github.com/tachyonics/swift-local-containers (0.41s)
Fetching https://github.com/soto-project/soto.git
Updated https://github.com/apple/swift-log.git (0.52s)
Updated https://github.com/apple/swift-atomics.git (0.52s)
Updating https://github.com/apple/swift-argument-parser.git
Updated https://github.com/awslabs/aws-sdk-swift.git (0.67s)
Updated https://github.com/apple/swift-protobuf.git (0.64s)
Updated https://github.com/swiftlang/swift-docc-symbolkit (0.71s)
Updated https://github.com/apple/swift-system.git (0.71s)
Updated https://github.com/apple/swift-argument-parser.git (0.53s)
[1/143301] Fetching soto
Fetched https://github.com/soto-project/soto.git from cache (66.26s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.5.0 (69.30s)
Computing version for https://github.com/tachyonics/swift-local-containers
Computed https://github.com/tachyonics/swift-local-containers at 0.8.0 (0.01s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (0.02s)
Computing version for https://github.com/apple/swift-configuration.git
Computed https://github.com/apple/swift-configuration.git at 1.2.0 (0.01s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.10.1 (0.01s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (0.01s)
Computing version for https://github.com/awslabs/aws-sdk-swift.git
Computed https://github.com/awslabs/aws-sdk-swift.git at 1.6.103 (0.02s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.02s)
Computing version for https://github.com/apple/containerization.git
Computed https://github.com/apple/containerization.git at 0.31.0 (0.01s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.99.0 (0.01s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.33.1 (0.01s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 6.2.1 (0.01s)
Computing version for https://github.com/swift-server/swift-service-lifecycle
Computed https://github.com/swift-server/swift-service-lifecycle at 2.11.0 (0.01s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.4.1 (0.01s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.4 (0.01s)
Computing version for https://github.com/awslabs/aws-crt-swift
Computed https://github.com/awslabs/aws-crt-swift at 0.58.1 (0.01s)
Computing version for https://github.com/smithy-lang/smithy-swift
Computed https://github.com/smithy-lang/smithy-swift at 0.203.0 (0.01s)
Computing version for https://github.com/facebook/zstd.git
Computed https://github.com/facebook/zstd.git at 1.5.7 (0.01s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.37.0 (0.01s)
Computing version for https://github.com/grpc/grpc-swift-protobuf.git
Computed https://github.com/grpc/grpc-swift-protobuf.git at 2.3.0 (0.01s)
Computing version for https://github.com/grpc/grpc-swift-nio-transport.git
Computed https://github.com/grpc/grpc-swift-nio-transport.git at 2.7.0 (0.01s)
Computing version for https://github.com/grpc/grpc-swift-2.git
Computed https://github.com/grpc/grpc-swift-2.git at 2.4.0 (0.01s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (0.01s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (0.01s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.01s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (0.01s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (0.01s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.01s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.28.0 (0.01s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.34.0 (0.01s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.43.0 (0.01s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (0.01s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.37.0 (0.01s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.7.0 (0.01s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.19.0 (0.01s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.01s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.7.0 (0.01s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.01s)
Computing version for https://github.com/soto-project/soto.git
Computed https://github.com/soto-project/soto.git at 7.14.0 (2.73s)
Fetching https://github.com/soto-project/soto-core.git
[1/70380] Fetching soto-core
Fetched https://github.com/soto-project/soto-core.git from cache (3.32s)
Computing version for https://github.com/soto-project/soto-core.git
Computed https://github.com/soto-project/soto-core.git at 7.13.0 (3.95s)
Fetching https://github.com/jmespath/jmespath.swift.git
[1/653] Fetching jmespath.swift
Fetched https://github.com/jmespath/jmespath.swift.git from cache (0.80s)
Computing version for https://github.com/jmespath/jmespath.swift.git
Computed https://github.com/jmespath/jmespath.swift.git at 1.0.3 (1.45s)
Computing version for https://github.com/tachyonics/smockable
Computed https://github.com/tachyonics/smockable at 1.0.0-rc.2 (0.01s)
Creating working copy for https://github.com/soto-project/soto-core.git
Working copy of https://github.com/soto-project/soto-core.git resolved at 7.13.0
Creating working copy for https://github.com/jmespath/jmespath.swift.git
Working copy of https://github.com/jmespath/jmespath.swift.git resolved at 1.0.3
Creating working copy for https://github.com/soto-project/soto.git
Working copy of https://github.com/soto-project/soto.git resolved at 7.14.0
[0/3] Write swift-version--6988338F2F200930.txt
Building for debugging...
[0/14] Write sources
[6/14] Write swift-version--6988338F2F200930.txt
[7/17] Compiling writer.c
[8/17] Compiling parser.c
[9/39] Compiling scanner.c
[9/40] Compiling emitter.c
[11/79] Compiling reader.c
[13/79] Compiling ConcurrencyHelpers LockedValueBox.swift
[13/79] Compiling api.c
[15/99] Emitting module ConcurrencyHelpers
[16/99] Compiling ConcurrencyHelpers Lock.swift
[17/99] Compiling DynamoDBTablesMacros PolymorphicWriteEntryMacro.swift
[18/102] Compiling DynamoDBTablesMacros PolymorphicTransactionConstraintEntryMacro.swift
[19/102] Compiling DynamoDBTablesMacros Plugin.swift
[20/102] Compiling DynamoDBTablesMacros PolymorphicOperationReturnTypeMacro.swift
[21/102] Compiling Yams Decoder.swift
[22/102] Compiling Yams Emitter.swift
[23/102] Compiling Yams Encoder.swift
[24/102] Compiling Yams Mark.swift
[25/102] Compiling Yams Node.swift
[26/102] Compiling Yams Parser.swift
[27/102] Compiling Yams AliasDereferencingStrategy.swift
[28/102] Compiling Yams Anchor.swift
[29/102] Compiling Yams Constructor.swift
[30/102] Compiling Yams Node.Alias.swift
[31/102] Compiling Yams Node.Mapping.swift
[32/102] Compiling Yams RedundancyAliasingStrategy.swift
[33/108] Emitting module DynamoDBTablesMacros
[34/108] Compiling DynamoDBTablesMacros BaseEntryMacro.swift
[35/107] Compiling OrderedCollections _Hashtable+Header.swift
[36/107] Compiling OrderedCollections OrderedDictionary+Codable.swift
[37/107] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[38/107] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[39/107] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[40/107] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[41/107] Compiling OrderedCollections OrderedSet+Hashable.swift
[42/107] Compiling OrderedCollections OrderedSet+Initializers.swift
[43/107] Compiling OrderedCollections OrderedSet+Insertions.swift
[44/107] Compiling OrderedCollections OrderedSet+Invariants.swift
[45/107] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[46/107] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[47/107] Compiling UnixSignals UnixSignalsSequence.swift
[48/107] Emitting module UnixSignals
[49/107] Compiling UnixSignals UnixSignal.swift
[50/107] Compiling Yams Representer.swift
[51/107] Compiling Yams Node.Scalar.swift
[52/107] Compiling Yams Node.Sequence.swift
[53/107] Compiling Yams Tag.swift
[54/107] Compiling Yams YamlAnchorProviding.swift
[55/107] Compiling Yams Resolver.swift
[56/107] Compiling OrderedCollections OrderedSet+Codable.swift
[57/107] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[58/107] Compiling OrderedCollections OrderedSet+Descriptions.swift
[59/107] Compiling OrderedCollections OrderedSet+Diffing.swift
[60/107] Compiling OrderedCollections OrderedSet+Equatable.swift
[61/107] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[62/107] Compiling OrderedCollections _HashTable+Bucket.swift
[63/107] Compiling OrderedCollections _HashTable+BucketIterator.swift
[64/107] Compiling OrderedCollections _HashTable+Constants.swift
[65/107] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[66/107] Compiling OrderedCollections _HashTable+Testing.swift
[67/107] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[68/107] Compiling OrderedCollections _HashTable.swift
[69/107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[70/107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[71/107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[72/107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[73/107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[74/107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[75/107] Compiling Yams String+Yams.swift
[76/107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[77/107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[78/107] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[79/107] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[80/107] Compiling OrderedCollections OrderedSet+Sendable.swift
[81/107] Emitting module OrderedCollections
[82/107] Compiling OrderedCollections OrderedSet+SubSequence.swift
[83/107] Compiling OrderedCollections OrderedSet+Testing.swift
[84/107] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[85/107] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[86/107] Compiling OrderedCollections OrderedSet.swift
[87/107] Compiling OrderedCollections _UnsafeBitset.swift
[88/162] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[89/162] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[90/162] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[91/162] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[92/162] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[93/162] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[94/167] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[95/167] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[96/167] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[97/167] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[98/167] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[99/167] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[100/167] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[101/167] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[102/167] Compiling AsyncAlgorithms AsyncChannel.swift
[103/167] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[104/167] Compiling AsyncAlgorithms ChannelStateMachine.swift
[105/167] Compiling AsyncAlgorithms ChannelStorage.swift
[106/167] Compiling AsyncAlgorithms DebounceStorage.swift
[107/167] Compiling AsyncAlgorithms Dictionary.swift
[108/167] Compiling AsyncAlgorithms AsyncFlatMapLatestSequence.swift
[109/167] Compiling AsyncAlgorithms FlatMapLatestStateMachine.swift
[110/167] Compiling AsyncAlgorithms FlatMapLatestStorage.swift
[111/167] Compiling AsyncAlgorithms Disconnected.swift
[112/167] Compiling AsyncAlgorithms _TinyArray.swift
[113/167] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[114/167] Compiling AsyncAlgorithms Locking.swift
[115/167] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[116/167] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[117/167] Compiling AsyncAlgorithms MergeStateMachine.swift
[118/167] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[119/167] Compiling AsyncAlgorithms AsyncMapErrorSequence.swift
[120/167] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[121/167] Compiling AsyncAlgorithms AsyncShareSequence.swift
[122/167] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[123/167] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[124/167] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[125/167] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[126/167] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[127/167] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[128/167] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[129/167] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[130/167] Emitting module AsyncAlgorithms
[131/167] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[132/167] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[133/167] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[134/167] Compiling AsyncAlgorithms CombineLatestStorage.swift
[135/167] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[136/167] Compiling AsyncAlgorithms DebounceStateMachine.swift
[137/167] Compiling AsyncAlgorithms UnsafeTransfer.swift
[138/167] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[139/167] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[140/167] Compiling AsyncAlgorithms ZipStateMachine.swift
[141/167] Compiling AsyncAlgorithms ZipStorage.swift
[142/167] Compiling AsyncAlgorithms MergeStorage.swift
[143/167] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
[144/167] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
[145/167] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[146/167] Compiling AsyncAlgorithms Rethrow.swift
[147/167] Compiling AsyncAlgorithms SetAlgebra.swift
[158/179] Compiling ServiceLifecycle ServiceRunnerError.swift
[159/179] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[160/179] Emitting module ServiceLifecycle
[168/179] Compiling Yams YamlError.swift
[169/179] Compiling Yams YamlTagProviding.swift
[170/179] Compiling ServiceLifecycle Service.swift
[171/179] Compiling ServiceLifecycle GracefulShutdown.swift
[172/179] Compiling ServiceLifecycle ClosureService.swift
[173/179] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[174/179] Compiling ServiceLifecycle CancellationWaiter.swift
[175/179] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[176/179] Compiling ServiceLifecycle ServiceGroup.swift
[177/179] Emitting module Yams
[180/223] Compiling Configuration CLIArgumentParser.swift
[181/223] Compiling Configuration CLISnapshot.swift
[182/223] Compiling Configuration CommandLineArgumentsProvider.swift
[183/223] Compiling Configuration EnvironmentFileParser.swift
[184/223] Compiling Configuration EnvironmentKeyEncoder.swift
[185/227] Compiling Configuration InMemoryProvider.swift
[186/227] Compiling Configuration MutableInMemoryProvider.swift
[187/227] Compiling Configuration ConfigProvider+Operators.swift
[188/227] Compiling Configuration KeyMappingProvider.swift
[189/227] Emitting module Configuration
[190/227] Compiling Configuration SecretsSpecifier.swift
[191/227] Compiling Configuration AsyncCombineLatestManySequence.swift
[192/227] Compiling Configuration CombineLatestManyStateMachine.swift
[193/227] Compiling Configuration CombineLatestManyStorage.swift
[194/227] Compiling Configuration AccessReporter.swift
[195/227] Compiling Configuration AccessLogger.swift
[196/227] Compiling Configuration FileAccessLogger.swift
[197/227] Compiling Configuration ConfigContext.swift
[198/227] Compiling Configuration ConfigKey.swift
[199/227] Compiling Configuration ConfigSnapshotReader+methods.swift
[200/227] Compiling Configuration ConfigSnapshotReader.swift
[201/227] Compiling Configuration Deprecations.swift
[202/227] Compiling Configuration ExpressibleByConfigInt.swift
[203/227] Compiling Configuration ExpressibleByConfigString.swift
[204/227] Compiling Configuration EnvironmentVariablesProvider.swift
[205/227] Compiling Configuration CommonProviderFileSystem.swift
[206/227] Compiling Configuration DirectoryFilesProvider.swift
[207/227] Compiling Configuration FileProvider.swift
[208/227] Compiling Configuration FileProviderSnapshot.swift
[209/227] Compiling Configuration AsyncSequences.swift
[210/227] Compiling Configuration FoundationExtensions.swift
[211/227] Compiling Configuration Span.swift
[212/227] Compiling Configuration ConfigBytesFromStringDecoder.swift
[213/227] Compiling Configuration JSONSnapshot.swift
[214/227] Compiling Configuration PropertyListSnapshot.swift
[215/227] Compiling Configuration ReloadingFileProvider.swift
[216/227] Compiling Configuration ReloadingFileProviderMetrics.swift
[217/227] Compiling Configuration YAMLSnapshot.swift
[218/227] Compiling Configuration CLIKeyEncoder.swift
[219/227] Compiling Configuration ConfigKeyEncoder.swift
[220/227] Compiling Configuration DotSeparatorKeyDecoder.swift
[221/227] Compiling Configuration SeparatorKeyEncoder.swift
[222/227] Compiling Configuration MultiProvider.swift
[223/227] Compiling Configuration ConfigProvider.swift
[224/227] Compiling Configuration ConfigProviderHelpers.swift
[225/227] Compiling Configuration ConfigReader+internalHelpers.swift
[226/227] Compiling Configuration ConfigReader+methods.swift
[227/227] Compiling Configuration ConfigReader.swift
[228/280] Compiling DynamoDBTables DynamoDBCompositePrimaryKeyTable+retryingUpdateItem.swift
[229/280] Compiling DynamoDBTables DynamoDBCompositePrimaryKeyTable+retryingUpdateItemWithHistoricalRow.swift
[230/280] Compiling DynamoDBTables DynamoDBCompositePrimaryKeyTable+retryingUpsertItem.swift
[231/280] Compiling DynamoDBTables DynamoDBCompositePrimaryKeyTable+retryingUpsertItemWithHistoricalRow.swift
[232/280] Compiling DynamoDBTables DynamoDBCompositePrimaryKeyTable+retryingUpsertVersionedItemWithHistoricalRow.swift
[233/280] Compiling DynamoDBTables DynamoDBCompositePrimaryKeyTable.swift
[234/285] Emitting module DynamoDBTables
[235/285] Compiling DynamoDBTables InMemoryDynamoDBCompositePrimaryKeyTable+transact.swift
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/InMemoryDynamoDBCompositePrimaryKeyTable+transform.swift:33:27: warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
31 | let existingItemMetadata = existing.asMetadataWithKey()
32 | self.operation = { store in
33 | try table.updateItem(
| `- warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
34 | newItem: inMemoryNewItem,
35 | existingItemMetadata: existingItemMetadata,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/InMemoryDynamoDBCompositePrimaryKeyTable+transform.swift:42:27: warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
40 | let inMemoryNewItem = try new.inMemoryFormWithKey()
41 | self.operation = { store in
42 | try table.insertItem(inMemoryNewItem, store: &store)
| `- warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
43 | }
44 | case let .deleteAtKey(key: key):
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/InMemoryDynamoDBCompositePrimaryKeyTable+transform.swift:46:27: warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
44 | case let .deleteAtKey(key: key):
45 | self.operation = { store in
46 | try table.deleteItem(forKey: key, store: &store)
| `- warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
47 | }
48 | case let .deleteItem(existing: existing):
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/InMemoryDynamoDBCompositePrimaryKeyTable+transform.swift:51:27: warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
49 | let existingItemMetadata = existing.asMetadataWithKey()
50 | self.operation = { store in
51 | try table.deleteItem(itemMetadata: existingItemMetadata, store: &store)
| `- warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
52 | }
53 | }
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[236/285] Compiling DynamoDBTables InMemoryDynamoDBCompositePrimaryKeyTable+transform.swift
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/InMemoryDynamoDBCompositePrimaryKeyTable+transform.swift:33:27: warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
31 | let existingItemMetadata = existing.asMetadataWithKey()
32 | self.operation = { store in
33 | try table.updateItem(
| `- warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
34 | newItem: inMemoryNewItem,
35 | existingItemMetadata: existingItemMetadata,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/InMemoryDynamoDBCompositePrimaryKeyTable+transform.swift:42:27: warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
40 | let inMemoryNewItem = try new.inMemoryFormWithKey()
41 | self.operation = { store in
42 | try table.insertItem(inMemoryNewItem, store: &store)
| `- warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
43 | }
44 | case let .deleteAtKey(key: key):
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/InMemoryDynamoDBCompositePrimaryKeyTable+transform.swift:46:27: warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
44 | case let .deleteAtKey(key: key):
45 | self.operation = { store in
46 | try table.deleteItem(forKey: key, store: &store)
| `- warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
47 | }
48 | case let .deleteItem(existing: existing):
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/InMemoryDynamoDBCompositePrimaryKeyTable+transform.swift:51:27: warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
49 | let existingItemMetadata = existing.asMetadataWithKey()
50 | self.operation = { store in
51 | try table.deleteItem(itemMetadata: existingItemMetadata, store: &store)
| `- warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
52 | }
53 | }
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[237/285] Compiling DynamoDBTables InMemoryDynamoDBCompositePrimaryKeyTable.swift
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/InMemoryDynamoDBCompositePrimaryKeyTable+transform.swift:33:27: warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
31 | let existingItemMetadata = existing.asMetadataWithKey()
32 | self.operation = { store in
33 | try table.updateItem(
| `- warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
34 | newItem: inMemoryNewItem,
35 | existingItemMetadata: existingItemMetadata,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/InMemoryDynamoDBCompositePrimaryKeyTable+transform.swift:42:27: warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
40 | let inMemoryNewItem = try new.inMemoryFormWithKey()
41 | self.operation = { store in
42 | try table.insertItem(inMemoryNewItem, store: &store)
| `- warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
43 | }
44 | case let .deleteAtKey(key: key):
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/InMemoryDynamoDBCompositePrimaryKeyTable+transform.swift:46:27: warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
44 | case let .deleteAtKey(key: key):
45 | self.operation = { store in
46 | try table.deleteItem(forKey: key, store: &store)
| `- warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
47 | }
48 | case let .deleteItem(existing: existing):
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/InMemoryDynamoDBCompositePrimaryKeyTable+transform.swift:51:27: warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
49 | let existingItemMetadata = existing.asMetadataWithKey()
50 | self.operation = { store in
51 | try table.deleteItem(itemMetadata: existingItemMetadata, store: &store)
| `- warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
52 | }
53 | }
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[238/285] Compiling DynamoDBTables InMemoryDynamoDBCompositePrimaryKeyTableStore.swift
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/InMemoryDynamoDBCompositePrimaryKeyTable+transform.swift:33:27: warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
31 | let existingItemMetadata = existing.asMetadataWithKey()
32 | self.operation = { store in
33 | try table.updateItem(
| `- warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
34 | newItem: inMemoryNewItem,
35 | existingItemMetadata: existingItemMetadata,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/InMemoryDynamoDBCompositePrimaryKeyTable+transform.swift:42:27: warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
40 | let inMemoryNewItem = try new.inMemoryFormWithKey()
41 | self.operation = { store in
42 | try table.insertItem(inMemoryNewItem, store: &store)
| `- warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
43 | }
44 | case let .deleteAtKey(key: key):
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/InMemoryDynamoDBCompositePrimaryKeyTable+transform.swift:46:27: warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
44 | case let .deleteAtKey(key: key):
45 | self.operation = { store in
46 | try table.deleteItem(forKey: key, store: &store)
| `- warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
47 | }
48 | case let .deleteItem(existing: existing):
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/InMemoryDynamoDBCompositePrimaryKeyTable+transform.swift:51:27: warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
49 | let existingItemMetadata = existing.asMetadataWithKey()
50 | self.operation = { store in
51 | try table.deleteItem(itemMetadata: existingItemMetadata, store: &store)
| `- warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
52 | }
53 | }
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[239/285] Compiling DynamoDBTables InMemoryDynamoDBCompositePrimaryKeysProjection.swift
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/InMemoryDynamoDBCompositePrimaryKeyTable+transform.swift:33:27: warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
31 | let existingItemMetadata = existing.asMetadataWithKey()
32 | self.operation = { store in
33 | try table.updateItem(
| `- warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
34 | newItem: inMemoryNewItem,
35 | existingItemMetadata: existingItemMetadata,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/InMemoryDynamoDBCompositePrimaryKeyTable+transform.swift:42:27: warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
40 | let inMemoryNewItem = try new.inMemoryFormWithKey()
41 | self.operation = { store in
42 | try table.insertItem(inMemoryNewItem, store: &store)
| `- warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
43 | }
44 | case let .deleteAtKey(key: key):
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/InMemoryDynamoDBCompositePrimaryKeyTable+transform.swift:46:27: warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
44 | case let .deleteAtKey(key: key):
45 | self.operation = { store in
46 | try table.deleteItem(forKey: key, store: &store)
| `- warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
47 | }
48 | case let .deleteItem(existing: existing):
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/InMemoryDynamoDBCompositePrimaryKeyTable+transform.swift:51:27: warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
49 | let existingItemMetadata = existing.asMetadataWithKey()
50 | self.operation = { store in
51 | try table.deleteItem(itemMetadata: existingItemMetadata, store: &store)
| `- warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
52 | }
53 | }
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[240/285] Compiling DynamoDBTables InMemoryDynamoDBCompositePrimaryKeysProjectionStore.swift
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/InMemoryDynamoDBCompositePrimaryKeyTable+transform.swift:33:27: warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
31 | let existingItemMetadata = existing.asMetadataWithKey()
32 | self.operation = { store in
33 | try table.updateItem(
| `- warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
34 | newItem: inMemoryNewItem,
35 | existingItemMetadata: existingItemMetadata,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/InMemoryDynamoDBCompositePrimaryKeyTable+transform.swift:42:27: warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
40 | let inMemoryNewItem = try new.inMemoryFormWithKey()
41 | self.operation = { store in
42 | try table.insertItem(inMemoryNewItem, store: &store)
| `- warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
43 | }
44 | case let .deleteAtKey(key: key):
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/InMemoryDynamoDBCompositePrimaryKeyTable+transform.swift:46:27: warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
44 | case let .deleteAtKey(key: key):
45 | self.operation = { store in
46 | try table.deleteItem(forKey: key, store: &store)
| `- warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
47 | }
48 | case let .deleteItem(existing: existing):
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/InMemoryDynamoDBCompositePrimaryKeyTable+transform.swift:51:27: warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
49 | let existingItemMetadata = existing.asMetadataWithKey()
50 | self.operation = { store in
51 | try table.deleteItem(itemMetadata: existingItemMetadata, store: &store)
| `- warning: capture of non-Sendable type '(some PrimaryKeyAttributes).Type' in an isolated closure [#SendableMetatypes]
52 | }
53 | }
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[241/285] Compiling DynamoDBTables GenericDynamoDBCompositePrimaryKeyTable.swift
[242/285] Compiling DynamoDBTables GenericDynamoDBCompositePrimaryKeysProjection+DynamoDBKeysProjectionAsync.swift
[243/285] Compiling DynamoDBTables GenericDynamoDBCompositePrimaryKeysProjection.swift
[244/285] Compiling DynamoDBTables InMemoryDataRepresentations.swift
[245/285] Compiling DynamoDBTables InMemoryDynamoDBCompositePrimaryKeyTable+execute.swift
[246/285] Compiling DynamoDBTables InMemoryDynamoDBCompositePrimaryKeyTable+query.swift
[247/285] Compiling DynamoDBTables RetryConfiguration.swift
[248/285] Compiling DynamoDBTables RowWithIndex.swift
[249/285] Compiling DynamoDBTables RowWithItemVersion.swift
[250/285] Compiling DynamoDBTables RowWithItemVersionProtocol.swift
[251/285] Compiling DynamoDBTables Sequence+concurrency.swift
[252/285] Compiling DynamoDBTables InternalDynamoDBCodingKey.swift
[253/285] Compiling DynamoDBTables InternalKeyedDecodingContainer.swift
[254/285] Compiling DynamoDBTables InternalKeyedEncodingContainer.swift
[255/285] Compiling DynamoDBTables InternalSingleValueDecodingContainer.swift
[256/285] Compiling DynamoDBTables InternalSingleValueEncodingContainer.swift
[257/285] Compiling DynamoDBTables InternalUnkeyedDecodingContainer.swift
[258/285] Compiling DynamoDBTables DynamoDBCompositePrimaryKeyTableHistoricalItemExtensions.swift
[259/285] Compiling DynamoDBTables DynamoDBCompositePrimaryKeysProjection.swift
[260/285] Compiling DynamoDBTables DynamoDBDecoder.swift
[261/285] Compiling DynamoDBTables DynamoDBEncoder.swift
[262/285] Compiling DynamoDBTables DynamoDBModel.swift
[263/285] Compiling DynamoDBTables GenericDynamoDBCompositePrimaryKeyTable+DynamoDBTableAsync.swift
[264/285] Compiling DynamoDBTables CompositePrimaryKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/DynamoDBCompositePrimaryKeyTable+retryingTransactWrite.swift:124:17: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
122 |
123 | let entries = try await keys.asyncCompactMap { key in
124 | try await writeEntryProvider(key, existingItems[key])
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
125 | }
126 |
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/DynamoDBCompositePrimaryKeyTable+retryingTransactWrite.swift:124:17: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
122 |
123 | let entries = try await keys.asyncCompactMap { key in
124 | try await writeEntryProvider(key, existingItems[key])
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
125 | }
126 |
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[265/285] Compiling DynamoDBTables CustomRowTypeIdentifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/DynamoDBCompositePrimaryKeyTable+retryingTransactWrite.swift:124:17: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
122 |
123 | let entries = try await keys.asyncCompactMap { key in
124 | try await writeEntryProvider(key, existingItems[key])
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
125 | }
126 |
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/DynamoDBCompositePrimaryKeyTable+retryingTransactWrite.swift:124:17: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
122 |
123 | let entries = try await keys.asyncCompactMap { key in
124 | try await writeEntryProvider(key, existingItems[key])
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
125 | }
126 |
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[266/285] Compiling DynamoDBTables DynamoDBClientError.swift
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/DynamoDBCompositePrimaryKeyTable+retryingTransactWrite.swift:124:17: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
122 |
123 | let entries = try await keys.asyncCompactMap { key in
124 | try await writeEntryProvider(key, existingItems[key])
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
125 | }
126 |
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/DynamoDBCompositePrimaryKeyTable+retryingTransactWrite.swift:124:17: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
122 |
123 | let entries = try await keys.asyncCompactMap { key in
124 | try await writeEntryProvider(key, existingItems[key])
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
125 | }
126 |
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[267/285] Compiling DynamoDBTables DynamoDBClientProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/DynamoDBCompositePrimaryKeyTable+retryingTransactWrite.swift:124:17: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
122 |
123 | let entries = try await keys.asyncCompactMap { key in
124 | try await writeEntryProvider(key, existingItems[key])
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
125 | }
126 |
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/DynamoDBCompositePrimaryKeyTable+retryingTransactWrite.swift:124:17: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
122 |
123 | let entries = try await keys.asyncCompactMap { key in
124 | try await writeEntryProvider(key, existingItems[key])
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
125 | }
126 |
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[268/285] Compiling DynamoDBTables DynamoDBCompositePrimaryKeyTable+retryingTransactWrite.swift
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/DynamoDBCompositePrimaryKeyTable+retryingTransactWrite.swift:124:17: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
122 |
123 | let entries = try await keys.asyncCompactMap { key in
124 | try await writeEntryProvider(key, existingItems[key])
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
125 | }
126 |
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/DynamoDBCompositePrimaryKeyTable+retryingTransactWrite.swift:124:17: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
122 |
123 | let entries = try await keys.asyncCompactMap { key in
124 | try await writeEntryProvider(key, existingItems[key])
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
125 | }
126 |
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[269/285] Compiling DynamoDBTables DynamoDBCompositePrimaryKeyTable+retryingTransactWriteWithHistoricalRows.swift
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/DynamoDBCompositePrimaryKeyTable+retryingTransactWrite.swift:124:17: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
122 |
123 | let entries = try await keys.asyncCompactMap { key in
124 | try await writeEntryProvider(key, existingItems[key])
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
125 | }
126 |
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/DynamoDBCompositePrimaryKeyTable+retryingTransactWrite.swift:124:17: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
122 |
123 | let entries = try await keys.asyncCompactMap { key in
124 | try await writeEntryProvider(key, existingItems[key])
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
125 | }
126 |
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[270/285] Compiling DynamoDBTables SimulateConcurrencyDynamoDBCompositePrimaryKeyTable.swift
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/SimulateConcurrencyDynamoDBCompositePrimaryKeyTable.swift:184:20: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
182 | public func bulkWrite(_ entries: [WriteEntry<some Any, some Any, some Any>]) async throws {
183 | try await entries.asyncForEach { entry in
184 | switch entry {
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
185 | case let .update(new: new, existing: existing):
186 | try await self.updateItem(newItem: new, existingItem: existing)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/SimulateConcurrencyDynamoDBCompositePrimaryKeyTable.swift:184:20: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
182 | public func bulkWrite(_ entries: [WriteEntry<some Any, some Any, some Any>]) async throws {
183 | try await entries.asyncForEach { entry in
184 | switch entry {
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
185 | case let .update(new: new, existing: existing):
186 | try await self.updateItem(newItem: new, existingItem: existing)
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[271/285] Compiling DynamoDBTables String+DynamoDBKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/SimulateConcurrencyDynamoDBCompositePrimaryKeyTable.swift:184:20: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
182 | public func bulkWrite(_ entries: [WriteEntry<some Any, some Any, some Any>]) async throws {
183 | try await entries.asyncForEach { entry in
184 | switch entry {
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
185 | case let .update(new: new, existing: existing):
186 | try await self.updateItem(newItem: new, existingItem: existing)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/SimulateConcurrencyDynamoDBCompositePrimaryKeyTable.swift:184:20: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
182 | public func bulkWrite(_ entries: [WriteEntry<some Any, some Any, some Any>]) async throws {
183 | try await entries.asyncForEach { entry in
184 | switch entry {
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
185 | case let .update(new: new, existing: existing):
186 | try await self.updateItem(newItem: new, existingItem: existing)
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[272/285] Compiling DynamoDBTables TimeToLive.swift
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/SimulateConcurrencyDynamoDBCompositePrimaryKeyTable.swift:184:20: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
182 | public func bulkWrite(_ entries: [WriteEntry<some Any, some Any, some Any>]) async throws {
183 | try await entries.asyncForEach { entry in
184 | switch entry {
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
185 | case let .update(new: new, existing: existing):
186 | try await self.updateItem(newItem: new, existingItem: existing)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/SimulateConcurrencyDynamoDBCompositePrimaryKeyTable.swift:184:20: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
182 | public func bulkWrite(_ entries: [WriteEntry<some Any, some Any, some Any>]) async throws {
183 | try await entries.asyncForEach { entry in
184 | switch entry {
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
185 | case let .update(new: new, existing: existing):
186 | try await self.updateItem(newItem: new, existingItem: existing)
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[273/285] Compiling DynamoDBTables TypedDatabaseItemWithTimeToLive+RowWithItemVersionProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/SimulateConcurrencyDynamoDBCompositePrimaryKeyTable.swift:184:20: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
182 | public func bulkWrite(_ entries: [WriteEntry<some Any, some Any, some Any>]) async throws {
183 | try await entries.asyncForEach { entry in
184 | switch entry {
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
185 | case let .update(new: new, existing: existing):
186 | try await self.updateItem(newItem: new, existingItem: existing)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/SimulateConcurrencyDynamoDBCompositePrimaryKeyTable.swift:184:20: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
182 | public func bulkWrite(_ entries: [WriteEntry<some Any, some Any, some Any>]) async throws {
183 | try await entries.asyncForEach { entry in
184 | switch entry {
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
185 | case let .update(new: new, existing: existing):
186 | try await self.updateItem(newItem: new, existingItem: existing)
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[274/285] Compiling DynamoDBTables TypedDatabaseItemWithTimeToLive.swift
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/SimulateConcurrencyDynamoDBCompositePrimaryKeyTable.swift:184:20: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
182 | public func bulkWrite(_ entries: [WriteEntry<some Any, some Any, some Any>]) async throws {
183 | try await entries.asyncForEach { entry in
184 | switch entry {
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
185 | case let .update(new: new, existing: existing):
186 | try await self.updateItem(newItem: new, existingItem: existing)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/SimulateConcurrencyDynamoDBCompositePrimaryKeyTable.swift:184:20: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
182 | public func bulkWrite(_ entries: [WriteEntry<some Any, some Any, some Any>]) async throws {
183 | try await entries.asyncForEach { entry in
184 | switch entry {
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
185 | case let .update(new: new, existing: existing):
186 | try await self.updateItem(newItem: new, existingItem: existing)
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[275/285] Compiling DynamoDBTables InternalUnkeyedEncodingContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/PolymorphicOperationReturnType.swift:56:21: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated local function [#SendableMetatypes]
54 | func newDecodingPayloadHandler(decoder: Decoder) throws -> ReturnType {
55 | let typedTTLDatabaseItem: TypedTTLDatabaseItem<AttributesType, RowType, TimeToLiveAttributesType> =
56 | try TypedTTLDatabaseItem(from: decoder)
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated local function [#SendableMetatypes]
57 |
58 | return payloadHandler(typedTTLDatabaseItem)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/PolymorphicOperationReturnType.swift:56:21: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated local function [#SendableMetatypes]
54 | func newDecodingPayloadHandler(decoder: Decoder) throws -> ReturnType {
55 | let typedTTLDatabaseItem: TypedTTLDatabaseItem<AttributesType, RowType, TimeToLiveAttributesType> =
56 | try TypedTTLDatabaseItem(from: decoder)
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated local function [#SendableMetatypes]
57 |
58 | return payloadHandler(typedTTLDatabaseItem)
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[276/285] Compiling DynamoDBTables Macros.swift
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/PolymorphicOperationReturnType.swift:56:21: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated local function [#SendableMetatypes]
54 | func newDecodingPayloadHandler(decoder: Decoder) throws -> ReturnType {
55 | let typedTTLDatabaseItem: TypedTTLDatabaseItem<AttributesType, RowType, TimeToLiveAttributesType> =
56 | try TypedTTLDatabaseItem(from: decoder)
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated local function [#SendableMetatypes]
57 |
58 | return payloadHandler(typedTTLDatabaseItem)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/PolymorphicOperationReturnType.swift:56:21: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated local function [#SendableMetatypes]
54 | func newDecodingPayloadHandler(decoder: Decoder) throws -> ReturnType {
55 | let typedTTLDatabaseItem: TypedTTLDatabaseItem<AttributesType, RowType, TimeToLiveAttributesType> =
56 | try TypedTTLDatabaseItem(from: decoder)
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated local function [#SendableMetatypes]
57 |
58 | return payloadHandler(typedTTLDatabaseItem)
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[277/285] Compiling DynamoDBTables PolymorphicOperationReturnType.swift
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/PolymorphicOperationReturnType.swift:56:21: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated local function [#SendableMetatypes]
54 | func newDecodingPayloadHandler(decoder: Decoder) throws -> ReturnType {
55 | let typedTTLDatabaseItem: TypedTTLDatabaseItem<AttributesType, RowType, TimeToLiveAttributesType> =
56 | try TypedTTLDatabaseItem(from: decoder)
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated local function [#SendableMetatypes]
57 |
58 | return payloadHandler(typedTTLDatabaseItem)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/PolymorphicOperationReturnType.swift:56:21: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated local function [#SendableMetatypes]
54 | func newDecodingPayloadHandler(decoder: Decoder) throws -> ReturnType {
55 | let typedTTLDatabaseItem: TypedTTLDatabaseItem<AttributesType, RowType, TimeToLiveAttributesType> =
56 | try TypedTTLDatabaseItem(from: decoder)
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated local function [#SendableMetatypes]
57 |
58 | return payloadHandler(typedTTLDatabaseItem)
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[278/285] Compiling DynamoDBTables PolymorphicWriteEntry.swift
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/PolymorphicOperationReturnType.swift:56:21: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated local function [#SendableMetatypes]
54 | func newDecodingPayloadHandler(decoder: Decoder) throws -> ReturnType {
55 | let typedTTLDatabaseItem: TypedTTLDatabaseItem<AttributesType, RowType, TimeToLiveAttributesType> =
56 | try TypedTTLDatabaseItem(from: decoder)
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated local function [#SendableMetatypes]
57 |
58 | return payloadHandler(typedTTLDatabaseItem)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/PolymorphicOperationReturnType.swift:56:21: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated local function [#SendableMetatypes]
54 | func newDecodingPayloadHandler(decoder: Decoder) throws -> ReturnType {
55 | let typedTTLDatabaseItem: TypedTTLDatabaseItem<AttributesType, RowType, TimeToLiveAttributesType> =
56 | try TypedTTLDatabaseItem(from: decoder)
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated local function [#SendableMetatypes]
57 |
58 | return payloadHandler(typedTTLDatabaseItem)
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[279/285] Compiling DynamoDBTables QueryInput+forSortKeyCondition.swift
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/PolymorphicOperationReturnType.swift:56:21: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated local function [#SendableMetatypes]
54 | func newDecodingPayloadHandler(decoder: Decoder) throws -> ReturnType {
55 | let typedTTLDatabaseItem: TypedTTLDatabaseItem<AttributesType, RowType, TimeToLiveAttributesType> =
56 | try TypedTTLDatabaseItem(from: decoder)
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated local function [#SendableMetatypes]
57 |
58 | return payloadHandler(typedTTLDatabaseItem)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/PolymorphicOperationReturnType.swift:56:21: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated local function [#SendableMetatypes]
54 | func newDecodingPayloadHandler(decoder: Decoder) throws -> ReturnType {
55 | let typedTTLDatabaseItem: TypedTTLDatabaseItem<AttributesType, RowType, TimeToLiveAttributesType> =
56 | try TypedTTLDatabaseItem(from: decoder)
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated local function [#SendableMetatypes]
57 |
58 | return payloadHandler(typedTTLDatabaseItem)
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[280/285] Compiling DynamoDBTables GenericDynamoDBCompositePrimaryKeyTable+bulkUpdateSupport.swift
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+deleteItems.swift:91:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
89 | let chunkedKeys = keys.chunked(by: maximumUpdatesPerExecuteStatement)
90 | let zippedResponses = try await chunkedKeys.concurrentFlatMap { chunk in
91 | let responses = try await self.deleteChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
92 |
93 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+deleteItems.swift:114:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
112 | let chunkedItems = existingItems.chunked(by: maximumUpdatesPerExecuteStatement)
113 | let zippedResponses = try await chunkedItems.concurrentFlatMap { chunk in
114 | let responses = try await self.deleteChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
115 |
116 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+deleteItems.swift:114:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
112 | let chunkedItems = existingItems.chunked(by: maximumUpdatesPerExecuteStatement)
113 | let zippedResponses = try await chunkedItems.concurrentFlatMap { chunk in
114 | let responses = try await self.deleteChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
115 |
116 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+execute.swift:218:17: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
216 | chunk
217 | -> [TypedTTLDatabaseItem<AttributesType, ItemType, TimeToLiveAttributesType>] in
218 | try await self.partialExecute(
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
219 | partitionKeys: chunk,
220 | attributesFilter: attributesFilter,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+execute.swift:218:17: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
216 | chunk
217 | -> [TypedTTLDatabaseItem<AttributesType, ItemType, TimeToLiveAttributesType>] in
218 | try await self.partialExecute(
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
219 | partitionKeys: chunk,
220 | attributesFilter: attributesFilter,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+getItems.swift:145:34: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
143 |
144 | let maps = try await chunkedList.concurrentMap { chunk in
145 | let input = try self.getInputForBatchGetItem(forKeys: chunk)
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
146 |
147 | let retriable = GetItemsRetriable<AttributesType, ItemType, TimeToLiveAttributesType, Client>(
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+getItems.swift:147:105: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
145 | let input = try self.getInputForBatchGetItem(forKeys: chunk)
146 |
147 | let retriable = GetItemsRetriable<AttributesType, ItemType, TimeToLiveAttributesType, Client>(
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
148 | initialInput: input,
149 | dynamodb: self.dynamodb,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:591:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
589 | let chunkedEntries = entries.chunked(by: AWSDynamoDBLimits.maximumUpdatesPerExecuteStatement)
590 | let zippedResponses = try await chunkedEntries.concurrentFlatMap { chunk in
591 | let responses = try await self.writeChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
592 |
593 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:591:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
589 | let chunkedEntries = entries.chunked(by: AWSDynamoDBLimits.maximumUpdatesPerExecuteStatement)
590 | let zippedResponses = try await chunkedEntries.concurrentFlatMap { chunk in
591 | let responses = try await self.writeChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
592 |
593 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:626:30: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
624 | try await entries.concurrentMap { entry in
625 | do {
626 | try self.validateEntry(entry: entry)
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
627 |
628 | return .unevaluated(entry)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:626:30: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
624 | try await entries.concurrentMap { entry in
625 | do {
626 | try self.validateEntry(entry: entry)
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
627 |
628 | return .unevaluated(entry)
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[281/285] Compiling DynamoDBTables GenericDynamoDBCompositePrimaryKeyTable+deleteItems.swift
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+deleteItems.swift:91:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
89 | let chunkedKeys = keys.chunked(by: maximumUpdatesPerExecuteStatement)
90 | let zippedResponses = try await chunkedKeys.concurrentFlatMap { chunk in
91 | let responses = try await self.deleteChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
92 |
93 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+deleteItems.swift:114:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
112 | let chunkedItems = existingItems.chunked(by: maximumUpdatesPerExecuteStatement)
113 | let zippedResponses = try await chunkedItems.concurrentFlatMap { chunk in
114 | let responses = try await self.deleteChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
115 |
116 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+deleteItems.swift:114:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
112 | let chunkedItems = existingItems.chunked(by: maximumUpdatesPerExecuteStatement)
113 | let zippedResponses = try await chunkedItems.concurrentFlatMap { chunk in
114 | let responses = try await self.deleteChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
115 |
116 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+execute.swift:218:17: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
216 | chunk
217 | -> [TypedTTLDatabaseItem<AttributesType, ItemType, TimeToLiveAttributesType>] in
218 | try await self.partialExecute(
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
219 | partitionKeys: chunk,
220 | attributesFilter: attributesFilter,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+execute.swift:218:17: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
216 | chunk
217 | -> [TypedTTLDatabaseItem<AttributesType, ItemType, TimeToLiveAttributesType>] in
218 | try await self.partialExecute(
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
219 | partitionKeys: chunk,
220 | attributesFilter: attributesFilter,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+getItems.swift:145:34: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
143 |
144 | let maps = try await chunkedList.concurrentMap { chunk in
145 | let input = try self.getInputForBatchGetItem(forKeys: chunk)
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
146 |
147 | let retriable = GetItemsRetriable<AttributesType, ItemType, TimeToLiveAttributesType, Client>(
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+getItems.swift:147:105: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
145 | let input = try self.getInputForBatchGetItem(forKeys: chunk)
146 |
147 | let retriable = GetItemsRetriable<AttributesType, ItemType, TimeToLiveAttributesType, Client>(
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
148 | initialInput: input,
149 | dynamodb: self.dynamodb,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:591:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
589 | let chunkedEntries = entries.chunked(by: AWSDynamoDBLimits.maximumUpdatesPerExecuteStatement)
590 | let zippedResponses = try await chunkedEntries.concurrentFlatMap { chunk in
591 | let responses = try await self.writeChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
592 |
593 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:591:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
589 | let chunkedEntries = entries.chunked(by: AWSDynamoDBLimits.maximumUpdatesPerExecuteStatement)
590 | let zippedResponses = try await chunkedEntries.concurrentFlatMap { chunk in
591 | let responses = try await self.writeChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
592 |
593 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:626:30: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
624 | try await entries.concurrentMap { entry in
625 | do {
626 | try self.validateEntry(entry: entry)
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
627 |
628 | return .unevaluated(entry)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:626:30: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
624 | try await entries.concurrentMap { entry in
625 | do {
626 | try self.validateEntry(entry: entry)
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
627 |
628 | return .unevaluated(entry)
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[282/285] Compiling DynamoDBTables GenericDynamoDBCompositePrimaryKeyTable+execute.swift
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+deleteItems.swift:91:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
89 | let chunkedKeys = keys.chunked(by: maximumUpdatesPerExecuteStatement)
90 | let zippedResponses = try await chunkedKeys.concurrentFlatMap { chunk in
91 | let responses = try await self.deleteChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
92 |
93 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+deleteItems.swift:114:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
112 | let chunkedItems = existingItems.chunked(by: maximumUpdatesPerExecuteStatement)
113 | let zippedResponses = try await chunkedItems.concurrentFlatMap { chunk in
114 | let responses = try await self.deleteChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
115 |
116 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+deleteItems.swift:114:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
112 | let chunkedItems = existingItems.chunked(by: maximumUpdatesPerExecuteStatement)
113 | let zippedResponses = try await chunkedItems.concurrentFlatMap { chunk in
114 | let responses = try await self.deleteChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
115 |
116 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+execute.swift:218:17: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
216 | chunk
217 | -> [TypedTTLDatabaseItem<AttributesType, ItemType, TimeToLiveAttributesType>] in
218 | try await self.partialExecute(
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
219 | partitionKeys: chunk,
220 | attributesFilter: attributesFilter,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+execute.swift:218:17: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
216 | chunk
217 | -> [TypedTTLDatabaseItem<AttributesType, ItemType, TimeToLiveAttributesType>] in
218 | try await self.partialExecute(
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
219 | partitionKeys: chunk,
220 | attributesFilter: attributesFilter,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+getItems.swift:145:34: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
143 |
144 | let maps = try await chunkedList.concurrentMap { chunk in
145 | let input = try self.getInputForBatchGetItem(forKeys: chunk)
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
146 |
147 | let retriable = GetItemsRetriable<AttributesType, ItemType, TimeToLiveAttributesType, Client>(
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+getItems.swift:147:105: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
145 | let input = try self.getInputForBatchGetItem(forKeys: chunk)
146 |
147 | let retriable = GetItemsRetriable<AttributesType, ItemType, TimeToLiveAttributesType, Client>(
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
148 | initialInput: input,
149 | dynamodb: self.dynamodb,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:591:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
589 | let chunkedEntries = entries.chunked(by: AWSDynamoDBLimits.maximumUpdatesPerExecuteStatement)
590 | let zippedResponses = try await chunkedEntries.concurrentFlatMap { chunk in
591 | let responses = try await self.writeChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
592 |
593 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:591:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
589 | let chunkedEntries = entries.chunked(by: AWSDynamoDBLimits.maximumUpdatesPerExecuteStatement)
590 | let zippedResponses = try await chunkedEntries.concurrentFlatMap { chunk in
591 | let responses = try await self.writeChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
592 |
593 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:626:30: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
624 | try await entries.concurrentMap { entry in
625 | do {
626 | try self.validateEntry(entry: entry)
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
627 |
628 | return .unevaluated(entry)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:626:30: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
624 | try await entries.concurrentMap { entry in
625 | do {
626 | try self.validateEntry(entry: entry)
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
627 |
628 | return .unevaluated(entry)
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[283/285] Compiling DynamoDBTables GenericDynamoDBCompositePrimaryKeyTable+getItems.swift
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+deleteItems.swift:91:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
89 | let chunkedKeys = keys.chunked(by: maximumUpdatesPerExecuteStatement)
90 | let zippedResponses = try await chunkedKeys.concurrentFlatMap { chunk in
91 | let responses = try await self.deleteChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
92 |
93 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+deleteItems.swift:114:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
112 | let chunkedItems = existingItems.chunked(by: maximumUpdatesPerExecuteStatement)
113 | let zippedResponses = try await chunkedItems.concurrentFlatMap { chunk in
114 | let responses = try await self.deleteChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
115 |
116 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+deleteItems.swift:114:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
112 | let chunkedItems = existingItems.chunked(by: maximumUpdatesPerExecuteStatement)
113 | let zippedResponses = try await chunkedItems.concurrentFlatMap { chunk in
114 | let responses = try await self.deleteChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
115 |
116 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+execute.swift:218:17: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
216 | chunk
217 | -> [TypedTTLDatabaseItem<AttributesType, ItemType, TimeToLiveAttributesType>] in
218 | try await self.partialExecute(
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
219 | partitionKeys: chunk,
220 | attributesFilter: attributesFilter,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+execute.swift:218:17: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
216 | chunk
217 | -> [TypedTTLDatabaseItem<AttributesType, ItemType, TimeToLiveAttributesType>] in
218 | try await self.partialExecute(
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
219 | partitionKeys: chunk,
220 | attributesFilter: attributesFilter,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+getItems.swift:145:34: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
143 |
144 | let maps = try await chunkedList.concurrentMap { chunk in
145 | let input = try self.getInputForBatchGetItem(forKeys: chunk)
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
146 |
147 | let retriable = GetItemsRetriable<AttributesType, ItemType, TimeToLiveAttributesType, Client>(
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+getItems.swift:147:105: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
145 | let input = try self.getInputForBatchGetItem(forKeys: chunk)
146 |
147 | let retriable = GetItemsRetriable<AttributesType, ItemType, TimeToLiveAttributesType, Client>(
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
148 | initialInput: input,
149 | dynamodb: self.dynamodb,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:591:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
589 | let chunkedEntries = entries.chunked(by: AWSDynamoDBLimits.maximumUpdatesPerExecuteStatement)
590 | let zippedResponses = try await chunkedEntries.concurrentFlatMap { chunk in
591 | let responses = try await self.writeChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
592 |
593 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:591:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
589 | let chunkedEntries = entries.chunked(by: AWSDynamoDBLimits.maximumUpdatesPerExecuteStatement)
590 | let zippedResponses = try await chunkedEntries.concurrentFlatMap { chunk in
591 | let responses = try await self.writeChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
592 |
593 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:626:30: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
624 | try await entries.concurrentMap { entry in
625 | do {
626 | try self.validateEntry(entry: entry)
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
627 |
628 | return .unevaluated(entry)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:626:30: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
624 | try await entries.concurrentMap { entry in
625 | do {
626 | try self.validateEntry(entry: entry)
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
627 |
628 | return .unevaluated(entry)
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[284/285] Compiling DynamoDBTables GenericDynamoDBCompositePrimaryKeyTable+polymorphicGetItems.swift
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+deleteItems.swift:91:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
89 | let chunkedKeys = keys.chunked(by: maximumUpdatesPerExecuteStatement)
90 | let zippedResponses = try await chunkedKeys.concurrentFlatMap { chunk in
91 | let responses = try await self.deleteChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
92 |
93 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+deleteItems.swift:114:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
112 | let chunkedItems = existingItems.chunked(by: maximumUpdatesPerExecuteStatement)
113 | let zippedResponses = try await chunkedItems.concurrentFlatMap { chunk in
114 | let responses = try await self.deleteChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
115 |
116 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+deleteItems.swift:114:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
112 | let chunkedItems = existingItems.chunked(by: maximumUpdatesPerExecuteStatement)
113 | let zippedResponses = try await chunkedItems.concurrentFlatMap { chunk in
114 | let responses = try await self.deleteChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
115 |
116 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+execute.swift:218:17: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
216 | chunk
217 | -> [TypedTTLDatabaseItem<AttributesType, ItemType, TimeToLiveAttributesType>] in
218 | try await self.partialExecute(
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
219 | partitionKeys: chunk,
220 | attributesFilter: attributesFilter,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+execute.swift:218:17: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
216 | chunk
217 | -> [TypedTTLDatabaseItem<AttributesType, ItemType, TimeToLiveAttributesType>] in
218 | try await self.partialExecute(
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
219 | partitionKeys: chunk,
220 | attributesFilter: attributesFilter,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+getItems.swift:145:34: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
143 |
144 | let maps = try await chunkedList.concurrentMap { chunk in
145 | let input = try self.getInputForBatchGetItem(forKeys: chunk)
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
146 |
147 | let retriable = GetItemsRetriable<AttributesType, ItemType, TimeToLiveAttributesType, Client>(
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+getItems.swift:147:105: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
145 | let input = try self.getInputForBatchGetItem(forKeys: chunk)
146 |
147 | let retriable = GetItemsRetriable<AttributesType, ItemType, TimeToLiveAttributesType, Client>(
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
148 | initialInput: input,
149 | dynamodb: self.dynamodb,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:591:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
589 | let chunkedEntries = entries.chunked(by: AWSDynamoDBLimits.maximumUpdatesPerExecuteStatement)
590 | let zippedResponses = try await chunkedEntries.concurrentFlatMap { chunk in
591 | let responses = try await self.writeChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
592 |
593 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:591:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
589 | let chunkedEntries = entries.chunked(by: AWSDynamoDBLimits.maximumUpdatesPerExecuteStatement)
590 | let zippedResponses = try await chunkedEntries.concurrentFlatMap { chunk in
591 | let responses = try await self.writeChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
592 |
593 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:626:30: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
624 | try await entries.concurrentMap { entry in
625 | do {
626 | try self.validateEntry(entry: entry)
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
627 |
628 | return .unevaluated(entry)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:626:30: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
624 | try await entries.concurrentMap { entry in
625 | do {
626 | try self.validateEntry(entry: entry)
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
627 |
628 | return .unevaluated(entry)
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[285/285] Compiling DynamoDBTables GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+deleteItems.swift:91:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
89 | let chunkedKeys = keys.chunked(by: maximumUpdatesPerExecuteStatement)
90 | let zippedResponses = try await chunkedKeys.concurrentFlatMap { chunk in
91 | let responses = try await self.deleteChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
92 |
93 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+deleteItems.swift:114:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
112 | let chunkedItems = existingItems.chunked(by: maximumUpdatesPerExecuteStatement)
113 | let zippedResponses = try await chunkedItems.concurrentFlatMap { chunk in
114 | let responses = try await self.deleteChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
115 |
116 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+deleteItems.swift:114:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
112 | let chunkedItems = existingItems.chunked(by: maximumUpdatesPerExecuteStatement)
113 | let zippedResponses = try await chunkedItems.concurrentFlatMap { chunk in
114 | let responses = try await self.deleteChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
115 |
116 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+execute.swift:218:17: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
216 | chunk
217 | -> [TypedTTLDatabaseItem<AttributesType, ItemType, TimeToLiveAttributesType>] in
218 | try await self.partialExecute(
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
219 | partitionKeys: chunk,
220 | attributesFilter: attributesFilter,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+execute.swift:218:17: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
216 | chunk
217 | -> [TypedTTLDatabaseItem<AttributesType, ItemType, TimeToLiveAttributesType>] in
218 | try await self.partialExecute(
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
219 | partitionKeys: chunk,
220 | attributesFilter: attributesFilter,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+getItems.swift:145:34: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
143 |
144 | let maps = try await chunkedList.concurrentMap { chunk in
145 | let input = try self.getInputForBatchGetItem(forKeys: chunk)
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
146 |
147 | let retriable = GetItemsRetriable<AttributesType, ItemType, TimeToLiveAttributesType, Client>(
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+getItems.swift:147:105: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
145 | let input = try self.getInputForBatchGetItem(forKeys: chunk)
146 |
147 | let retriable = GetItemsRetriable<AttributesType, ItemType, TimeToLiveAttributesType, Client>(
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
148 | initialInput: input,
149 | dynamodb: self.dynamodb,
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:591:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
589 | let chunkedEntries = entries.chunked(by: AWSDynamoDBLimits.maximumUpdatesPerExecuteStatement)
590 | let zippedResponses = try await chunkedEntries.concurrentFlatMap { chunk in
591 | let responses = try await self.writeChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
592 |
593 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:591:44: warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
589 | let chunkedEntries = entries.chunked(by: AWSDynamoDBLimits.maximumUpdatesPerExecuteStatement)
590 | let zippedResponses = try await chunkedEntries.concurrentFlatMap { chunk in
591 | let responses = try await self.writeChunkedItems(chunk)
| `- warning: capture of non-Sendable type '(some Any).Type' in an isolated closure [#SendableMetatypes]
592 |
593 | return zip(responses, chunk)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:626:30: warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
624 | try await entries.concurrentMap { entry in
625 | do {
626 | try self.validateEntry(entry: entry)
| `- warning: capture of non-Sendable type 'AttributesType.Type' in an isolated closure [#SendableMetatypes]
627 |
628 | return .unevaluated(entry)
/Users/admin/builder/spi-builder-workspace/Sources/DynamoDBTables/GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift:626:30: warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
624 | try await entries.concurrentMap { entry in
625 | do {
626 | try self.validateEntry(entry: entry)
| `- warning: capture of non-Sendable type 'TimeToLiveAttributesType.Type' in an isolated closure [#SendableMetatypes]
627 |
628 | return .unevaluated(entry)
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
Build of target: 'DynamoDBTables' complete! (108.58s)
788
7 /Users/admin/builder/spi-builder-workspace/.docs/swift-server-community/dynamo-db-tables/1.0.0-rc.1
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/swift-server-community/dynamo-db-tables/1.0.0-rc.1
File count: 788
Doc size: 7.0MB
Preparing doc bundle ...
Uploading prod-swift-server-community-dynamo-db-tables-1.0.0-rc.1-1d53723b.zip to s3://spi-docs-inbox/prod-swift-server-community-dynamo-db-tables-1.0.0-rc.1-1d53723b.zip
Copying... [14%]
Copying... [23%]
Copying... [33%]
Copying... [42%]
Copying... [51%]
Copying... [60%]
Copying... [74%]
Copying... [84%]
Copying... [93%]
Copying... [100%]
Done.