The Swift Package Index logo.Swift Package Index

Build Information

Successful build of smoke-dynamodb, reference smoke-dynamodb-3.x (7fc5c6), with Swift 6.1 for macOS (SPM) on 13 Aug 2025 02:26:06 UTC.

Swift 6 data race errors: 16

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

 69 | }
 70 |
 71 | internal class InMemoryDynamoDBCompositePrimaryKeyTableStore {
    |                `- note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 72 |
 73 |     internal var store: [String: [String: PolymorphicOperationReturnTypeConvertable]] = [:]
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore+monomorphicQuery.swift:78:54: warning: capture of 'sortKeyCondition' with non-sendable type 'AttributeCondition?' in a '@Sendable' closure
 76 |
 77 |                 sortKeyIteration: for (sortKey, value) in sortedPartition {
 78 |                     if let currentSortKeyCondition = sortKeyCondition {
    |                                                      `- warning: capture of 'sortKeyCondition' with non-sendable type 'AttributeCondition?' in a '@Sendable' closure
 79 |                         switch currentSortKeyCondition {
 80 |                         case .equals(let value):
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/DynamoDBCompositePrimaryKeyTable.swift:72:13: note: consider making enum 'AttributeCondition' conform to the 'Sendable' protocol
 70 |  Enumeration of the types of conditions that can be specified for an attribute.
 71 |  */
 72 | public enum AttributeCondition {
    |             `- note: consider making enum 'AttributeCondition' conform to the 'Sendable' protocol
 73 |     case equals(String)
 74 |     case lessThan(String)
[1562/1575] Compiling SmokeDynamoDB InMemoryDynamoDBCompositePrimaryKeyTable.swift
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore+execute.swift:34:25: warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in a '@Sendable' closure
 32 |
 33 |         accessQueue.async {
 34 |             let items = self.getExecuteItems(partitionKeys: partitionKeys, additionalWhereClause: additionalWhereClause)
    |                         `- warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in a '@Sendable' closure
 35 |
 36 |             let returnedItems: [ReturnedType]
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore.swift:71:16: note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 69 | }
 70 |
 71 | internal class InMemoryDynamoDBCompositePrimaryKeyTableStore {
    |                `- note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 72 |
 73 |     internal var store: [String: [String: PolymorphicOperationReturnTypeConvertable]] = [:]
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore+execute.swift:39:32: warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in an isolated closure; this is an error in the Swift 6 language mode
 37 |             do {
 38 |                 returnedItems = try items.map { item in
 39 |                     return try self.convertToQueryableType(input: item)
    |                                `- warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in an isolated closure; this is an error in the Swift 6 language mode
 40 |                 }
 41 |             } catch {
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore.swift:71:16: note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 69 | }
 70 |
 71 | internal class InMemoryDynamoDBCompositePrimaryKeyTableStore {
    |                `- note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 72 |
 73 |     internal var store: [String: [String: PolymorphicOperationReturnTypeConvertable]] = [:]
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore+execute.swift:61:25: warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in a '@Sendable' closure
 59 |
 60 |         accessQueue.async {
 61 |             let items = self.getExecuteItems(partitionKeys: partitionKeys, additionalWhereClause: additionalWhereClause)
    |                         `- warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in a '@Sendable' closure
 62 |
 63 |             let returnedItems: [ReturnedType]
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore.swift:71:16: note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 69 | }
 70 |
 71 | internal class InMemoryDynamoDBCompositePrimaryKeyTableStore {
    |                `- note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 72 |
 73 |     internal var store: [String: [String: PolymorphicOperationReturnTypeConvertable]] = [:]
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore+execute.swift:66:32: warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in an isolated closure; this is an error in the Swift 6 language mode
 64 |             do {
 65 |                 returnedItems = try items.map { item in
 66 |                     return try self.convertToQueryableType(input: item)
    |                                `- warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in an isolated closure; this is an error in the Swift 6 language mode
 67 |                 }
 68 |             } catch {
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore.swift:71:16: note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 69 | }
 70 |
 71 | internal class InMemoryDynamoDBCompositePrimaryKeyTableStore {
    |                `- note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 72 |
 73 |     internal var store: [String: [String: PolymorphicOperationReturnTypeConvertable]] = [:]
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore+execute.swift:88:25: warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in a '@Sendable' closure
 86 |
 87 |         accessQueue.async {
 88 |             let items = self.getExecuteItems(partitionKeys: partitionKeys, additionalWhereClause: additionalWhereClause)
    |                         `- warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in a '@Sendable' closure
 89 |
 90 |             let returnedItems: [TypedDatabaseItem<AttributesType, ItemType>]
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore.swift:71:16: note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 69 | }
 70 |
 71 | internal class InMemoryDynamoDBCompositePrimaryKeyTableStore {
    |                `- note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 72 |
 73 |     internal var store: [String: [String: PolymorphicOperationReturnTypeConvertable]] = [:]
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore+execute.swift:125:25: warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in a '@Sendable' closure
123 |
124 |         accessQueue.async {
125 |             let items = self.getExecuteItems(partitionKeys: partitionKeys, additionalWhereClause: additionalWhereClause)
    |                         `- warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in a '@Sendable' closure
126 |
127 |             let returnedItems: [TypedDatabaseItem<AttributesType, ItemType>]
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore.swift:71:16: note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 69 | }
 70 |
 71 | internal class InMemoryDynamoDBCompositePrimaryKeyTableStore {
    |                `- note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 72 |
 73 |     internal var store: [String: [String: PolymorphicOperationReturnTypeConvertable]] = [:]
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore+monomorphicQuery.swift:35:13: warning: capture of 'keys' with non-sendable type '[CompositePrimaryKey<AttributesType>]' in a '@Sendable' closure
 33 |             var map: [CompositePrimaryKey<AttributesType>: TypedDatabaseItem<AttributesType, ItemType>] = [:]
 34 |
 35 |             keys.forEach { key in
    |             `- warning: capture of 'keys' with non-sendable type '[CompositePrimaryKey<AttributesType>]' in a '@Sendable' closure
 36 |                 if let partition = self.store[key.partitionKey] {
 37 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/CompositePrimaryKey.swift:59:15: note: consider making generic struct 'CompositePrimaryKey' conform to the 'Sendable' protocol
57 | }
58 |
59 | public struct CompositePrimaryKey<AttributesType: PrimaryKeyAttributes>: Codable, CustomStringConvertible, Hashable {
   |               `- note: consider making generic struct 'CompositePrimaryKey' conform to the 'Sendable' protocol
60 |     public var description: String {
61 |         return "CompositePrimaryKey(partitionKey: \(partitionKey), sortKey: \(sortKey))"
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore+monomorphicQuery.swift:36:36: warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in a '@Sendable' closure
 34 |
 35 |             keys.forEach { key in
 36 |                 if let partition = self.store[key.partitionKey] {
    |                                    `- warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in a '@Sendable' closure
 37 |
 38 |                     guard let value = partition[key.sortKey] else {
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore.swift:71:16: note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 69 | }
 70 |
 71 | internal class InMemoryDynamoDBCompositePrimaryKeyTableStore {
    |                `- note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 72 |
 73 |     internal var store: [String: [String: PolymorphicOperationReturnTypeConvertable]] = [:]
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore+monomorphicQuery.swift:36:36: warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in an isolated closure; this is an error in the Swift 6 language mode
 34 |
 35 |             keys.forEach { key in
 36 |                 if let partition = self.store[key.partitionKey] {
    |                                    `- warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in an isolated closure; this is an error in the Swift 6 language mode
 37 |
 38 |                     guard let value = partition[key.sortKey] else {
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore.swift:71:16: note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 69 | }
 70 |
 71 | internal class InMemoryDynamoDBCompositePrimaryKeyTableStore {
    |                `- note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 72 |
 73 |     internal var store: [String: [String: PolymorphicOperationReturnTypeConvertable]] = [:]
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore+monomorphicQuery.swift:72:32: warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in a '@Sendable' closure
 70 |             var items: [TypedDatabaseItem<AttributesType, ItemType>] = []
 71 |
 72 |             if let partition = self.store[partitionKey] {
    |                                `- warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in a '@Sendable' closure
 73 |                 let sortedPartition = partition.sorted(by: { (left, right) -> Bool in
 74 |                     return left.key < right.key
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore.swift:71:16: note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 69 | }
 70 |
 71 | internal class InMemoryDynamoDBCompositePrimaryKeyTableStore {
    |                `- note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 72 |
 73 |     internal var store: [String: [String: PolymorphicOperationReturnTypeConvertable]] = [:]
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore+monomorphicQuery.swift:78:54: warning: capture of 'sortKeyCondition' with non-sendable type 'AttributeCondition?' in a '@Sendable' closure
 76 |
 77 |                 sortKeyIteration: for (sortKey, value) in sortedPartition {
 78 |                     if let currentSortKeyCondition = sortKeyCondition {
    |                                                      `- warning: capture of 'sortKeyCondition' with non-sendable type 'AttributeCondition?' in a '@Sendable' closure
 79 |                         switch currentSortKeyCondition {
 80 |                         case .equals(let value):
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/DynamoDBCompositePrimaryKeyTable.swift:72:13: note: consider making enum 'AttributeCondition' conform to the 'Sendable' protocol
 70 |  Enumeration of the types of conditions that can be specified for an attribute.
 71 |  */
 72 | public enum AttributeCondition {
    |             `- note: consider making enum 'AttributeCondition' conform to the 'Sendable' protocol
 73 |     case equals(String)
 74 |     case lessThan(String)
[1563/1575] Compiling SmokeDynamoDB InMemoryDynamoDBCompositePrimaryKeyTableStore+execute.swift
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore+execute.swift:34:25: warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in a '@Sendable' closure
 32 |
 33 |         accessQueue.async {
 34 |             let items = self.getExecuteItems(partitionKeys: partitionKeys, additionalWhereClause: additionalWhereClause)
    |                         `- warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in a '@Sendable' closure
 35 |
 36 |             let returnedItems: [ReturnedType]
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore.swift:71:16: note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 69 | }
 70 |
 71 | internal class InMemoryDynamoDBCompositePrimaryKeyTableStore {
    |                `- note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 72 |
 73 |     internal var store: [String: [String: PolymorphicOperationReturnTypeConvertable]] = [:]
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore+execute.swift:39:32: warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in an isolated closure; this is an error in the Swift 6 language mode
 37 |             do {
 38 |                 returnedItems = try items.map { item in
 39 |                     return try self.convertToQueryableType(input: item)
    |                                `- warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in an isolated closure; this is an error in the Swift 6 language mode
 40 |                 }
 41 |             } catch {
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore.swift:71:16: note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 69 | }
 70 |
 71 | internal class InMemoryDynamoDBCompositePrimaryKeyTableStore {
    |                `- note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 72 |
 73 |     internal var store: [String: [String: PolymorphicOperationReturnTypeConvertable]] = [:]
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore+execute.swift:61:25: warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in a '@Sendable' closure
 59 |
 60 |         accessQueue.async {
 61 |             let items = self.getExecuteItems(partitionKeys: partitionKeys, additionalWhereClause: additionalWhereClause)
    |                         `- warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in a '@Sendable' closure
 62 |
 63 |             let returnedItems: [ReturnedType]
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore.swift:71:16: note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 69 | }
 70 |
 71 | internal class InMemoryDynamoDBCompositePrimaryKeyTableStore {
    |                `- note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 72 |
 73 |     internal var store: [String: [String: PolymorphicOperationReturnTypeConvertable]] = [:]
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore+execute.swift:66:32: warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in an isolated closure; this is an error in the Swift 6 language mode
 64 |             do {
 65 |                 returnedItems = try items.map { item in
 66 |                     return try self.convertToQueryableType(input: item)
    |                                `- warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in an isolated closure; this is an error in the Swift 6 language mode
 67 |                 }
 68 |             } catch {
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore.swift:71:16: note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 69 | }
 70 |
 71 | internal class InMemoryDynamoDBCompositePrimaryKeyTableStore {
    |                `- note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 72 |
 73 |     internal var store: [String: [String: PolymorphicOperationReturnTypeConvertable]] = [:]
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore+execute.swift:88:25: warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in a '@Sendable' closure
 86 |
 87 |         accessQueue.async {
 88 |             let items = self.getExecuteItems(partitionKeys: partitionKeys, additionalWhereClause: additionalWhereClause)
    |                         `- warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in a '@Sendable' closure
 89 |
 90 |             let returnedItems: [TypedDatabaseItem<AttributesType, ItemType>]
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore.swift:71:16: note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 69 | }
 70 |
 71 | internal class InMemoryDynamoDBCompositePrimaryKeyTableStore {
    |                `- note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 72 |
 73 |     internal var store: [String: [String: PolymorphicOperationReturnTypeConvertable]] = [:]
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore+execute.swift:125:25: warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in a '@Sendable' closure
123 |
124 |         accessQueue.async {
125 |             let items = self.getExecuteItems(partitionKeys: partitionKeys, additionalWhereClause: additionalWhereClause)
    |                         `- warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in a '@Sendable' closure
126 |
127 |             let returnedItems: [TypedDatabaseItem<AttributesType, ItemType>]
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore.swift:71:16: note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 69 | }
 70 |
 71 | internal class InMemoryDynamoDBCompositePrimaryKeyTableStore {
    |                `- note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 72 |
 73 |     internal var store: [String: [String: PolymorphicOperationReturnTypeConvertable]] = [:]
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore+monomorphicQuery.swift:35:13: warning: capture of 'keys' with non-sendable type '[CompositePrimaryKey<AttributesType>]' in a '@Sendable' closure
 33 |             var map: [CompositePrimaryKey<AttributesType>: TypedDatabaseItem<AttributesType, ItemType>] = [:]
 34 |
 35 |             keys.forEach { key in
    |             `- warning: capture of 'keys' with non-sendable type '[CompositePrimaryKey<AttributesType>]' in a '@Sendable' closure
 36 |                 if let partition = self.store[key.partitionKey] {
 37 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/CompositePrimaryKey.swift:59:15: note: consider making generic struct 'CompositePrimaryKey' conform to the 'Sendable' protocol
57 | }
58 |
59 | public struct CompositePrimaryKey<AttributesType: PrimaryKeyAttributes>: Codable, CustomStringConvertible, Hashable {
   |               `- note: consider making generic struct 'CompositePrimaryKey' conform to the 'Sendable' protocol
60 |     public var description: String {
61 |         return "CompositePrimaryKey(partitionKey: \(partitionKey), sortKey: \(sortKey))"
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore+monomorphicQuery.swift:36:36: warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in a '@Sendable' closure
 34 |
 35 |             keys.forEach { key in
 36 |                 if let partition = self.store[key.partitionKey] {
    |                                    `- warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in a '@Sendable' closure
 37 |
 38 |                     guard let value = partition[key.sortKey] else {
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore.swift:71:16: note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 69 | }
 70 |
 71 | internal class InMemoryDynamoDBCompositePrimaryKeyTableStore {
    |                `- note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 72 |
 73 |     internal var store: [String: [String: PolymorphicOperationReturnTypeConvertable]] = [:]
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore+monomorphicQuery.swift:36:36: warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in an isolated closure; this is an error in the Swift 6 language mode
 34 |
 35 |             keys.forEach { key in
 36 |                 if let partition = self.store[key.partitionKey] {
    |                                    `- warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in an isolated closure; this is an error in the Swift 6 language mode
 37 |
 38 |                     guard let value = partition[key.sortKey] else {
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore.swift:71:16: note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 69 | }
 70 |
 71 | internal class InMemoryDynamoDBCompositePrimaryKeyTableStore {
    |                `- note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 72 |
 73 |     internal var store: [String: [String: PolymorphicOperationReturnTypeConvertable]] = [:]
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore+monomorphicQuery.swift:72:32: warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in a '@Sendable' closure
 70 |             var items: [TypedDatabaseItem<AttributesType, ItemType>] = []
 71 |
 72 |             if let partition = self.store[partitionKey] {
    |                                `- warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in a '@Sendable' closure
 73 |                 let sortedPartition = partition.sorted(by: { (left, right) -> Bool in
 74 |                     return left.key < right.key
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore.swift:71:16: note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 69 | }
 70 |
 71 | internal class InMemoryDynamoDBCompositePrimaryKeyTableStore {
    |                `- note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 72 |
 73 |     internal var store: [String: [String: PolymorphicOperationReturnTypeConvertable]] = [:]
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore+monomorphicQuery.swift:78:54: warning: capture of 'sortKeyCondition' with non-sendable type 'AttributeCondition?' in a '@Sendable' closure
 76 |
 77 |                 sortKeyIteration: for (sortKey, value) in sortedPartition {
 78 |                     if let currentSortKeyCondition = sortKeyCondition {
    |                                                      `- warning: capture of 'sortKeyCondition' with non-sendable type 'AttributeCondition?' in a '@Sendable' closure
 79 |                         switch currentSortKeyCondition {
 80 |                         case .equals(let value):
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/DynamoDBCompositePrimaryKeyTable.swift:72:13: note: consider making enum 'AttributeCondition' conform to the 'Sendable' protocol
 70 |  Enumeration of the types of conditions that can be specified for an attribute.
 71 |  */
 72 | public enum AttributeCondition {
    |             `- note: consider making enum 'AttributeCondition' conform to the 'Sendable' protocol
 73 |     case equals(String)
 74 |     case lessThan(String)
[1564/1575] Compiling SmokeDynamoDB InMemoryDynamoDBCompositePrimaryKeyTableStore+monomorphicQuery.swift
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore+execute.swift:34:25: warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in a '@Sendable' closure
 32 |
 33 |         accessQueue.async {
 34 |             let items = self.getExecuteItems(partitionKeys: partitionKeys, additionalWhereClause: additionalWhereClause)
    |                         `- warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in a '@Sendable' closure
 35 |
 36 |             let returnedItems: [ReturnedType]
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore.swift:71:16: note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 69 | }
 70 |
 71 | internal class InMemoryDynamoDBCompositePrimaryKeyTableStore {
    |                `- note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 72 |
 73 |     internal var store: [String: [String: PolymorphicOperationReturnTypeConvertable]] = [:]
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore+execute.swift:39:32: warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in an isolated closure; this is an error in the Swift 6 language mode
 37 |             do {
 38 |                 returnedItems = try items.map { item in
 39 |                     return try self.convertToQueryableType(input: item)
    |                                `- warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in an isolated closure; this is an error in the Swift 6 language mode
 40 |                 }
 41 |             } catch {
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore.swift:71:16: note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 69 | }
 70 |
 71 | internal class InMemoryDynamoDBCompositePrimaryKeyTableStore {
    |                `- note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 72 |
 73 |     internal var store: [String: [String: PolymorphicOperationReturnTypeConvertable]] = [:]
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore+execute.swift:61:25: warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in a '@Sendable' closure
 59 |
 60 |         accessQueue.async {
 61 |             let items = self.getExecuteItems(partitionKeys: partitionKeys, additionalWhereClause: additionalWhereClause)
    |                         `- warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in a '@Sendable' closure
 62 |
 63 |             let returnedItems: [ReturnedType]
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore.swift:71:16: note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 69 | }
 70 |
 71 | internal class InMemoryDynamoDBCompositePrimaryKeyTableStore {
    |                `- note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 72 |
 73 |     internal var store: [String: [String: PolymorphicOperationReturnTypeConvertable]] = [:]
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore+execute.swift:66:32: warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in an isolated closure; this is an error in the Swift 6 language mode
 64 |             do {
 65 |                 returnedItems = try items.map { item in
 66 |                     return try self.convertToQueryableType(input: item)
    |                                `- warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in an isolated closure; this is an error in the Swift 6 language mode
 67 |                 }
 68 |             } catch {
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore.swift:71:16: note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 69 | }
 70 |
 71 | internal class InMemoryDynamoDBCompositePrimaryKeyTableStore {
    |                `- note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 72 |
 73 |     internal var store: [String: [String: PolymorphicOperationReturnTypeConvertable]] = [:]
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore+execute.swift:88:25: warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in a '@Sendable' closure
 86 |
 87 |         accessQueue.async {
 88 |             let items = self.getExecuteItems(partitionKeys: partitionKeys, additionalWhereClause: additionalWhereClause)
    |                         `- warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in a '@Sendable' closure
 89 |
 90 |             let returnedItems: [TypedDatabaseItem<AttributesType, ItemType>]
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore.swift:71:16: note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 69 | }
 70 |
 71 | internal class InMemoryDynamoDBCompositePrimaryKeyTableStore {
    |                `- note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 72 |
 73 |     internal var store: [String: [String: PolymorphicOperationReturnTypeConvertable]] = [:]
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore+execute.swift:125:25: warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in a '@Sendable' closure
123 |
124 |         accessQueue.async {
125 |             let items = self.getExecuteItems(partitionKeys: partitionKeys, additionalWhereClause: additionalWhereClause)
    |                         `- warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in a '@Sendable' closure
126 |
127 |             let returnedItems: [TypedDatabaseItem<AttributesType, ItemType>]
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore.swift:71:16: note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 69 | }
 70 |
 71 | internal class InMemoryDynamoDBCompositePrimaryKeyTableStore {
    |                `- note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 72 |
 73 |     internal var store: [String: [String: PolymorphicOperationReturnTypeConvertable]] = [:]
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore+monomorphicQuery.swift:35:13: warning: capture of 'keys' with non-sendable type '[CompositePrimaryKey<AttributesType>]' in a '@Sendable' closure
 33 |             var map: [CompositePrimaryKey<AttributesType>: TypedDatabaseItem<AttributesType, ItemType>] = [:]
 34 |
 35 |             keys.forEach { key in
    |             `- warning: capture of 'keys' with non-sendable type '[CompositePrimaryKey<AttributesType>]' in a '@Sendable' closure
 36 |                 if let partition = self.store[key.partitionKey] {
 37 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/CompositePrimaryKey.swift:59:15: note: consider making generic struct 'CompositePrimaryKey' conform to the 'Sendable' protocol
57 | }
58 |
59 | public struct CompositePrimaryKey<AttributesType: PrimaryKeyAttributes>: Codable, CustomStringConvertible, Hashable {
   |               `- note: consider making generic struct 'CompositePrimaryKey' conform to the 'Sendable' protocol
60 |     public var description: String {
61 |         return "CompositePrimaryKey(partitionKey: \(partitionKey), sortKey: \(sortKey))"
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore+monomorphicQuery.swift:36:36: warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in a '@Sendable' closure
 34 |
 35 |             keys.forEach { key in
 36 |                 if let partition = self.store[key.partitionKey] {
    |                                    `- warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in a '@Sendable' closure
 37 |
 38 |                     guard let value = partition[key.sortKey] else {
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore.swift:71:16: note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 69 | }
 70 |
 71 | internal class InMemoryDynamoDBCompositePrimaryKeyTableStore {
    |                `- note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 72 |
 73 |     internal var store: [String: [String: PolymorphicOperationReturnTypeConvertable]] = [:]
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore+monomorphicQuery.swift:36:36: warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in an isolated closure; this is an error in the Swift 6 language mode
 34 |
 35 |             keys.forEach { key in
 36 |                 if let partition = self.store[key.partitionKey] {
    |                                    `- warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in an isolated closure; this is an error in the Swift 6 language mode
 37 |
 38 |                     guard let value = partition[key.sortKey] else {
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore.swift:71:16: note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 69 | }
 70 |
 71 | internal class InMemoryDynamoDBCompositePrimaryKeyTableStore {
    |                `- note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 72 |
 73 |     internal var store: [String: [String: PolymorphicOperationReturnTypeConvertable]] = [:]
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore+monomorphicQuery.swift:72:32: warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in a '@Sendable' closure
 70 |             var items: [TypedDatabaseItem<AttributesType, ItemType>] = []
 71 |
 72 |             if let partition = self.store[partitionKey] {
    |                                `- warning: capture of 'self' with non-sendable type 'InMemoryDynamoDBCompositePrimaryKeyTableStore' in a '@Sendable' closure
 73 |                 let sortedPartition = partition.sorted(by: { (left, right) -> Bool in
 74 |                     return left.key < right.key
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore.swift:71:16: note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 69 | }
 70 |
 71 | internal class InMemoryDynamoDBCompositePrimaryKeyTableStore {
    |                `- note: class 'InMemoryDynamoDBCompositePrimaryKeyTableStore' does not conform to the 'Sendable' protocol
 72 |
 73 |     internal var store: [String: [String: PolymorphicOperationReturnTypeConvertable]] = [:]
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/InMemoryDynamoDBCompositePrimaryKeyTableStore+monomorphicQuery.swift:78:54: warning: capture of 'sortKeyCondition' with non-sendable type 'AttributeCondition?' in a '@Sendable' closure
 76 |
 77 |                 sortKeyIteration: for (sortKey, value) in sortedPartition {
 78 |                     if let currentSortKeyCondition = sortKeyCondition {
    |                                                      `- warning: capture of 'sortKeyCondition' with non-sendable type 'AttributeCondition?' in a '@Sendable' closure
 79 |                         switch currentSortKeyCondition {
 80 |                         case .equals(let value):
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/DynamoDBCompositePrimaryKeyTable.swift:72:13: note: consider making enum 'AttributeCondition' conform to the 'Sendable' protocol
 70 |  Enumeration of the types of conditions that can be specified for an attribute.
 71 |  */
 72 | public enum AttributeCondition {
    |             `- note: consider making enum 'AttributeCondition' conform to the 'Sendable' protocol
 73 |     case equals(String)
 74 |     case lessThan(String)
[1565/1575] Compiling SmokeDynamoDB AWSDynamoDBCompositePrimaryKeyTable+updateItems.swift
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable+updateItems.swift:600:1: warning: extension declares a conformance of imported type 'BatchStatementError' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'DynamoDBModel' introduce this conformance in the future
598 | }
599 |
600 | extension BatchStatementError: Hashable {
    | |- warning: extension declares a conformance of imported type 'BatchStatementError' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'DynamoDBModel' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
601 |
602 |     public func hash(into hasher: inout Hasher) {
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable+updateItems.swift:157:17: warning: capture of 'self' with non-sendable type 'AWSDynamoDBCompositePrimaryKeyTable<InvocationReportingType>' in a '@Sendable' closure
155 |
156 |         return dynamodb.batchExecuteStatement(input: executeInput).flatMapThrowing { response in
157 |             try self.throwOnBatchExecuteStatementErrors(response: response)
    |                 `- warning: capture of 'self' with non-sendable type 'AWSDynamoDBCompositePrimaryKeyTable<InvocationReportingType>' in a '@Sendable' closure
158 |         }
159 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable.swift:38:14: note: generic class 'AWSDynamoDBCompositePrimaryKeyTable' does not conform to the 'Sendable' protocol
 36 | }
 37 |
 38 | public class AWSDynamoDBCompositePrimaryKeyTable<InvocationReportingType: HTTPClientCoreInvocationReporting>: DynamoDBCompositePrimaryKeyTable {
    |              `- note: generic class 'AWSDynamoDBCompositePrimaryKeyTable' does not conform to the 'Sendable' protocol
 39 |     internal let dynamodb: _AWSDynamoDBClient<InvocationReportingType>
 40 |     internal let targetTableName: String
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable+updateItems.swift:271:21: warning: capture of 'self' with non-sendable type 'AWSDynamoDBCompositePrimaryKeyTable<InvocationReportingType>' in a '@Sendable' closure
269 |                 // if there are errors
270 |                 if !errorSet.isEmpty {
271 |                     self.logger.error("Received BatchStatmentErrors from dynamodb are \(errorSet)")
    |                     `- warning: capture of 'self' with non-sendable type 'AWSDynamoDBCompositePrimaryKeyTable<InvocationReportingType>' in a '@Sendable' closure
272 |                 }
273 |                 return errorCodeSet
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable.swift:38:14: note: generic class 'AWSDynamoDBCompositePrimaryKeyTable' does not conform to the 'Sendable' protocol
 36 | }
 37 |
 38 | public class AWSDynamoDBCompositePrimaryKeyTable<InvocationReportingType: HTTPClientCoreInvocationReporting>: DynamoDBCompositePrimaryKeyTable {
    |              `- note: generic class 'AWSDynamoDBCompositePrimaryKeyTable' does not conform to the 'Sendable' protocol
 39 |     internal let dynamodb: _AWSDynamoDBClient<InvocationReportingType>
 40 |     internal let targetTableName: String
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable.swift:53:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 51 |                 escapeSingleQuoteInPartiQL: Bool = false,
 52 |                 connectionTimeoutSeconds: Int64 = 10,
 53 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 54 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 55 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable.swift:86:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 84 |                 escapeSingleQuoteInPartiQL: Bool = false,
 85 |                 connectionTimeoutSeconds: Int64 = 10,
 86 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 87 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 88 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable.swift:244:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
242 |                 target: String? = "DynamoDB_20120810",
243 |                 timeoutConfiguration: HTTPClient.Configuration.Timeout = .init(),
244 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
245 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
246 |                 reportingConfiguration: SmokeAWSClientReportingConfiguration<DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTableGenerator.swift:38:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 36 |                 requiresTLS: Bool? = nil, tableName: String,
 37 |                 connectionTimeoutSeconds: Int64 = 10,
 38 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 39 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 40 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTableGenerator.swift:64:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 62 |                 requiresTLS: Bool? = nil, tableName: String,
 63 |                 connectionTimeoutSeconds: Int64 = 10,
 64 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 65 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 66 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjection+DynamoDBKeysProjectionAsync.swift:54:24: warning: capture of 'self' with non-sendable type 'AWSDynamoDBCompositePrimaryKeysProjection<InvocationReportingType>' in a '@Sendable' closure
 52 |             if let lastEvaluatedKey = paginatedItems.1 {
 53 |                 // returns a future with all the results from all later paginated calls
 54 |                 return self.partialQuery(forPartitionKey: partitionKey,
    |                        `- warning: capture of 'self' with non-sendable type 'AWSDynamoDBCompositePrimaryKeysProjection<InvocationReportingType>' in a '@Sendable' closure
 55 |                                          sortKeyCondition: sortKeyCondition,
 56 |                                          exclusiveStartKey: lastEvaluatedKey)
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjection.swift:28:14: note: generic class 'AWSDynamoDBCompositePrimaryKeysProjection' does not conform to the 'Sendable' protocol
 26 | import NIO
 27 |
 28 | public class AWSDynamoDBCompositePrimaryKeysProjection<InvocationReportingType: HTTPClientCoreInvocationReporting>: DynamoDBCompositePrimaryKeysProjection {
    |              `- note: generic class 'AWSDynamoDBCompositePrimaryKeysProjection' does not conform to the 'Sendable' protocol
 29 |     internal let dynamodb: _AWSDynamoDBClient<InvocationReportingType>
 30 |     internal let targetTableName: String
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjection+DynamoDBKeysProjectionAsync.swift:55:60: warning: capture of 'sortKeyCondition' with non-sendable type 'AttributeCondition?' in a '@Sendable' closure
 53 |                 // returns a future with all the results from all later paginated calls
 54 |                 return self.partialQuery(forPartitionKey: partitionKey,
 55 |                                          sortKeyCondition: sortKeyCondition,
    |                                                            `- warning: capture of 'sortKeyCondition' with non-sendable type 'AttributeCondition?' in a '@Sendable' closure
 56 |                                          exclusiveStartKey: lastEvaluatedKey)
 57 |                     .map { partialResult in
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/DynamoDBCompositePrimaryKeyTable.swift:72:13: note: consider making enum 'AttributeCondition' conform to the 'Sendable' protocol
 70 |  Enumeration of the types of conditions that can be specified for an attribute.
 71 |  */
 72 | public enum AttributeCondition {
    |             `- note: consider making enum 'AttributeCondition' conform to the 'Sendable' protocol
 73 |     case equals(String)
 74 |     case lessThan(String)
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjection+DynamoDBKeysProjectionAsync.swift:59:32: warning: capture of 'paginatedItems' with non-sendable type '([CompositePrimaryKey<AttributesType>], String?)' in a '@Sendable' closure
 57 |                     .map { partialResult in
 58 |                         // return the results from 'this' call and all later paginated calls
 59 |                         return paginatedItems.0 + partialResult
    |                                `- warning: capture of 'paginatedItems' with non-sendable type '([CompositePrimaryKey<AttributesType>], String?)' in a '@Sendable' closure
 60 |                     }
 61 |             } else {
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/CompositePrimaryKey.swift:59:15: note: consider making generic struct 'CompositePrimaryKey' conform to the 'Sendable' protocol
57 | }
58 |
59 | public struct CompositePrimaryKey<AttributesType: PrimaryKeyAttributes>: Codable, CustomStringConvertible, Hashable {
   |               `- note: consider making generic struct 'CompositePrimaryKey' conform to the 'Sendable' protocol
60 |     public var description: String {
61 |         return "CompositePrimaryKey(partitionKey: \(partitionKey), sortKey: \(sortKey))"
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjection.swift:43:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 41 |                 requiresTLS: Bool? = nil, tableName: String,
 42 |                 connectionTimeoutSeconds: Int64 = 10,
 43 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 44 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 45 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjection.swift:70:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 68 |                 requiresTLS: Bool? = nil, tableName: String,
 69 |                 connectionTimeoutSeconds: Int64 = 10,
 70 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 71 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 72 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjection.swift:187:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
185 |                 target: String? = "DynamoDB_20120810",
186 |                 timeoutConfiguration: HTTPClient.Configuration.Timeout = .init(),
187 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
188 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
189 |                 reportingConfiguration: SmokeAWSClientReportingConfiguration<DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjectionGenerator.swift:37:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 35 |                 requiresTLS: Bool? = nil, tableName: String,
 36 |                 connectionTimeoutSeconds: Int64 = 10,
 37 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 38 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 39 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjectionGenerator.swift:61:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 59 |                 requiresTLS: Bool? = nil, tableName: String,
 60 |                 connectionTimeoutSeconds: Int64 = 10,
 61 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 62 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 63 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
[1566/1575] Compiling SmokeDynamoDB AWSDynamoDBCompositePrimaryKeyTable.swift
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable+updateItems.swift:600:1: warning: extension declares a conformance of imported type 'BatchStatementError' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'DynamoDBModel' introduce this conformance in the future
598 | }
599 |
600 | extension BatchStatementError: Hashable {
    | |- warning: extension declares a conformance of imported type 'BatchStatementError' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'DynamoDBModel' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
601 |
602 |     public func hash(into hasher: inout Hasher) {
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable+updateItems.swift:157:17: warning: capture of 'self' with non-sendable type 'AWSDynamoDBCompositePrimaryKeyTable<InvocationReportingType>' in a '@Sendable' closure
155 |
156 |         return dynamodb.batchExecuteStatement(input: executeInput).flatMapThrowing { response in
157 |             try self.throwOnBatchExecuteStatementErrors(response: response)
    |                 `- warning: capture of 'self' with non-sendable type 'AWSDynamoDBCompositePrimaryKeyTable<InvocationReportingType>' in a '@Sendable' closure
158 |         }
159 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable.swift:38:14: note: generic class 'AWSDynamoDBCompositePrimaryKeyTable' does not conform to the 'Sendable' protocol
 36 | }
 37 |
 38 | public class AWSDynamoDBCompositePrimaryKeyTable<InvocationReportingType: HTTPClientCoreInvocationReporting>: DynamoDBCompositePrimaryKeyTable {
    |              `- note: generic class 'AWSDynamoDBCompositePrimaryKeyTable' does not conform to the 'Sendable' protocol
 39 |     internal let dynamodb: _AWSDynamoDBClient<InvocationReportingType>
 40 |     internal let targetTableName: String
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable+updateItems.swift:271:21: warning: capture of 'self' with non-sendable type 'AWSDynamoDBCompositePrimaryKeyTable<InvocationReportingType>' in a '@Sendable' closure
269 |                 // if there are errors
270 |                 if !errorSet.isEmpty {
271 |                     self.logger.error("Received BatchStatmentErrors from dynamodb are \(errorSet)")
    |                     `- warning: capture of 'self' with non-sendable type 'AWSDynamoDBCompositePrimaryKeyTable<InvocationReportingType>' in a '@Sendable' closure
272 |                 }
273 |                 return errorCodeSet
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable.swift:38:14: note: generic class 'AWSDynamoDBCompositePrimaryKeyTable' does not conform to the 'Sendable' protocol
 36 | }
 37 |
 38 | public class AWSDynamoDBCompositePrimaryKeyTable<InvocationReportingType: HTTPClientCoreInvocationReporting>: DynamoDBCompositePrimaryKeyTable {
    |              `- note: generic class 'AWSDynamoDBCompositePrimaryKeyTable' does not conform to the 'Sendable' protocol
 39 |     internal let dynamodb: _AWSDynamoDBClient<InvocationReportingType>
 40 |     internal let targetTableName: String
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable.swift:53:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 51 |                 escapeSingleQuoteInPartiQL: Bool = false,
 52 |                 connectionTimeoutSeconds: Int64 = 10,
 53 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 54 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 55 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable.swift:86:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 84 |                 escapeSingleQuoteInPartiQL: Bool = false,
 85 |                 connectionTimeoutSeconds: Int64 = 10,
 86 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 87 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 88 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable.swift:244:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
242 |                 target: String? = "DynamoDB_20120810",
243 |                 timeoutConfiguration: HTTPClient.Configuration.Timeout = .init(),
244 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
245 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
246 |                 reportingConfiguration: SmokeAWSClientReportingConfiguration<DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTableGenerator.swift:38:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 36 |                 requiresTLS: Bool? = nil, tableName: String,
 37 |                 connectionTimeoutSeconds: Int64 = 10,
 38 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 39 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 40 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTableGenerator.swift:64:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 62 |                 requiresTLS: Bool? = nil, tableName: String,
 63 |                 connectionTimeoutSeconds: Int64 = 10,
 64 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 65 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 66 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjection+DynamoDBKeysProjectionAsync.swift:54:24: warning: capture of 'self' with non-sendable type 'AWSDynamoDBCompositePrimaryKeysProjection<InvocationReportingType>' in a '@Sendable' closure
 52 |             if let lastEvaluatedKey = paginatedItems.1 {
 53 |                 // returns a future with all the results from all later paginated calls
 54 |                 return self.partialQuery(forPartitionKey: partitionKey,
    |                        `- warning: capture of 'self' with non-sendable type 'AWSDynamoDBCompositePrimaryKeysProjection<InvocationReportingType>' in a '@Sendable' closure
 55 |                                          sortKeyCondition: sortKeyCondition,
 56 |                                          exclusiveStartKey: lastEvaluatedKey)
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjection.swift:28:14: note: generic class 'AWSDynamoDBCompositePrimaryKeysProjection' does not conform to the 'Sendable' protocol
 26 | import NIO
 27 |
 28 | public class AWSDynamoDBCompositePrimaryKeysProjection<InvocationReportingType: HTTPClientCoreInvocationReporting>: DynamoDBCompositePrimaryKeysProjection {
    |              `- note: generic class 'AWSDynamoDBCompositePrimaryKeysProjection' does not conform to the 'Sendable' protocol
 29 |     internal let dynamodb: _AWSDynamoDBClient<InvocationReportingType>
 30 |     internal let targetTableName: String
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjection+DynamoDBKeysProjectionAsync.swift:55:60: warning: capture of 'sortKeyCondition' with non-sendable type 'AttributeCondition?' in a '@Sendable' closure
 53 |                 // returns a future with all the results from all later paginated calls
 54 |                 return self.partialQuery(forPartitionKey: partitionKey,
 55 |                                          sortKeyCondition: sortKeyCondition,
    |                                                            `- warning: capture of 'sortKeyCondition' with non-sendable type 'AttributeCondition?' in a '@Sendable' closure
 56 |                                          exclusiveStartKey: lastEvaluatedKey)
 57 |                     .map { partialResult in
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/DynamoDBCompositePrimaryKeyTable.swift:72:13: note: consider making enum 'AttributeCondition' conform to the 'Sendable' protocol
 70 |  Enumeration of the types of conditions that can be specified for an attribute.
 71 |  */
 72 | public enum AttributeCondition {
    |             `- note: consider making enum 'AttributeCondition' conform to the 'Sendable' protocol
 73 |     case equals(String)
 74 |     case lessThan(String)
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjection+DynamoDBKeysProjectionAsync.swift:59:32: warning: capture of 'paginatedItems' with non-sendable type '([CompositePrimaryKey<AttributesType>], String?)' in a '@Sendable' closure
 57 |                     .map { partialResult in
 58 |                         // return the results from 'this' call and all later paginated calls
 59 |                         return paginatedItems.0 + partialResult
    |                                `- warning: capture of 'paginatedItems' with non-sendable type '([CompositePrimaryKey<AttributesType>], String?)' in a '@Sendable' closure
 60 |                     }
 61 |             } else {
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/CompositePrimaryKey.swift:59:15: note: consider making generic struct 'CompositePrimaryKey' conform to the 'Sendable' protocol
57 | }
58 |
59 | public struct CompositePrimaryKey<AttributesType: PrimaryKeyAttributes>: Codable, CustomStringConvertible, Hashable {
   |               `- note: consider making generic struct 'CompositePrimaryKey' conform to the 'Sendable' protocol
60 |     public var description: String {
61 |         return "CompositePrimaryKey(partitionKey: \(partitionKey), sortKey: \(sortKey))"
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjection.swift:43:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 41 |                 requiresTLS: Bool? = nil, tableName: String,
 42 |                 connectionTimeoutSeconds: Int64 = 10,
 43 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 44 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 45 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjection.swift:70:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 68 |                 requiresTLS: Bool? = nil, tableName: String,
 69 |                 connectionTimeoutSeconds: Int64 = 10,
 70 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 71 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 72 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjection.swift:187:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
185 |                 target: String? = "DynamoDB_20120810",
186 |                 timeoutConfiguration: HTTPClient.Configuration.Timeout = .init(),
187 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
188 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
189 |                 reportingConfiguration: SmokeAWSClientReportingConfiguration<DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjectionGenerator.swift:37:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 35 |                 requiresTLS: Bool? = nil, tableName: String,
 36 |                 connectionTimeoutSeconds: Int64 = 10,
 37 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 38 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 39 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjectionGenerator.swift:61:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 59 |                 requiresTLS: Bool? = nil, tableName: String,
 60 |                 connectionTimeoutSeconds: Int64 = 10,
 61 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 62 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 63 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
[1567/1575] Compiling SmokeDynamoDB AWSDynamoDBCompositePrimaryKeyTableGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable+updateItems.swift:600:1: warning: extension declares a conformance of imported type 'BatchStatementError' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'DynamoDBModel' introduce this conformance in the future
598 | }
599 |
600 | extension BatchStatementError: Hashable {
    | |- warning: extension declares a conformance of imported type 'BatchStatementError' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'DynamoDBModel' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
601 |
602 |     public func hash(into hasher: inout Hasher) {
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable+updateItems.swift:157:17: warning: capture of 'self' with non-sendable type 'AWSDynamoDBCompositePrimaryKeyTable<InvocationReportingType>' in a '@Sendable' closure
155 |
156 |         return dynamodb.batchExecuteStatement(input: executeInput).flatMapThrowing { response in
157 |             try self.throwOnBatchExecuteStatementErrors(response: response)
    |                 `- warning: capture of 'self' with non-sendable type 'AWSDynamoDBCompositePrimaryKeyTable<InvocationReportingType>' in a '@Sendable' closure
158 |         }
159 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable.swift:38:14: note: generic class 'AWSDynamoDBCompositePrimaryKeyTable' does not conform to the 'Sendable' protocol
 36 | }
 37 |
 38 | public class AWSDynamoDBCompositePrimaryKeyTable<InvocationReportingType: HTTPClientCoreInvocationReporting>: DynamoDBCompositePrimaryKeyTable {
    |              `- note: generic class 'AWSDynamoDBCompositePrimaryKeyTable' does not conform to the 'Sendable' protocol
 39 |     internal let dynamodb: _AWSDynamoDBClient<InvocationReportingType>
 40 |     internal let targetTableName: String
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable+updateItems.swift:271:21: warning: capture of 'self' with non-sendable type 'AWSDynamoDBCompositePrimaryKeyTable<InvocationReportingType>' in a '@Sendable' closure
269 |                 // if there are errors
270 |                 if !errorSet.isEmpty {
271 |                     self.logger.error("Received BatchStatmentErrors from dynamodb are \(errorSet)")
    |                     `- warning: capture of 'self' with non-sendable type 'AWSDynamoDBCompositePrimaryKeyTable<InvocationReportingType>' in a '@Sendable' closure
272 |                 }
273 |                 return errorCodeSet
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable.swift:38:14: note: generic class 'AWSDynamoDBCompositePrimaryKeyTable' does not conform to the 'Sendable' protocol
 36 | }
 37 |
 38 | public class AWSDynamoDBCompositePrimaryKeyTable<InvocationReportingType: HTTPClientCoreInvocationReporting>: DynamoDBCompositePrimaryKeyTable {
    |              `- note: generic class 'AWSDynamoDBCompositePrimaryKeyTable' does not conform to the 'Sendable' protocol
 39 |     internal let dynamodb: _AWSDynamoDBClient<InvocationReportingType>
 40 |     internal let targetTableName: String
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable.swift:53:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 51 |                 escapeSingleQuoteInPartiQL: Bool = false,
 52 |                 connectionTimeoutSeconds: Int64 = 10,
 53 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 54 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 55 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable.swift:86:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 84 |                 escapeSingleQuoteInPartiQL: Bool = false,
 85 |                 connectionTimeoutSeconds: Int64 = 10,
 86 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 87 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 88 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable.swift:244:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
242 |                 target: String? = "DynamoDB_20120810",
243 |                 timeoutConfiguration: HTTPClient.Configuration.Timeout = .init(),
244 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
245 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
246 |                 reportingConfiguration: SmokeAWSClientReportingConfiguration<DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTableGenerator.swift:38:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 36 |                 requiresTLS: Bool? = nil, tableName: String,
 37 |                 connectionTimeoutSeconds: Int64 = 10,
 38 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 39 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 40 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTableGenerator.swift:64:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 62 |                 requiresTLS: Bool? = nil, tableName: String,
 63 |                 connectionTimeoutSeconds: Int64 = 10,
 64 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 65 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 66 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjection+DynamoDBKeysProjectionAsync.swift:54:24: warning: capture of 'self' with non-sendable type 'AWSDynamoDBCompositePrimaryKeysProjection<InvocationReportingType>' in a '@Sendable' closure
 52 |             if let lastEvaluatedKey = paginatedItems.1 {
 53 |                 // returns a future with all the results from all later paginated calls
 54 |                 return self.partialQuery(forPartitionKey: partitionKey,
    |                        `- warning: capture of 'self' with non-sendable type 'AWSDynamoDBCompositePrimaryKeysProjection<InvocationReportingType>' in a '@Sendable' closure
 55 |                                          sortKeyCondition: sortKeyCondition,
 56 |                                          exclusiveStartKey: lastEvaluatedKey)
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjection.swift:28:14: note: generic class 'AWSDynamoDBCompositePrimaryKeysProjection' does not conform to the 'Sendable' protocol
 26 | import NIO
 27 |
 28 | public class AWSDynamoDBCompositePrimaryKeysProjection<InvocationReportingType: HTTPClientCoreInvocationReporting>: DynamoDBCompositePrimaryKeysProjection {
    |              `- note: generic class 'AWSDynamoDBCompositePrimaryKeysProjection' does not conform to the 'Sendable' protocol
 29 |     internal let dynamodb: _AWSDynamoDBClient<InvocationReportingType>
 30 |     internal let targetTableName: String
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjection+DynamoDBKeysProjectionAsync.swift:55:60: warning: capture of 'sortKeyCondition' with non-sendable type 'AttributeCondition?' in a '@Sendable' closure
 53 |                 // returns a future with all the results from all later paginated calls
 54 |                 return self.partialQuery(forPartitionKey: partitionKey,
 55 |                                          sortKeyCondition: sortKeyCondition,
    |                                                            `- warning: capture of 'sortKeyCondition' with non-sendable type 'AttributeCondition?' in a '@Sendable' closure
 56 |                                          exclusiveStartKey: lastEvaluatedKey)
 57 |                     .map { partialResult in
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/DynamoDBCompositePrimaryKeyTable.swift:72:13: note: consider making enum 'AttributeCondition' conform to the 'Sendable' protocol
 70 |  Enumeration of the types of conditions that can be specified for an attribute.
 71 |  */
 72 | public enum AttributeCondition {
    |             `- note: consider making enum 'AttributeCondition' conform to the 'Sendable' protocol
 73 |     case equals(String)
 74 |     case lessThan(String)
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjection+DynamoDBKeysProjectionAsync.swift:59:32: warning: capture of 'paginatedItems' with non-sendable type '([CompositePrimaryKey<AttributesType>], String?)' in a '@Sendable' closure
 57 |                     .map { partialResult in
 58 |                         // return the results from 'this' call and all later paginated calls
 59 |                         return paginatedItems.0 + partialResult
    |                                `- warning: capture of 'paginatedItems' with non-sendable type '([CompositePrimaryKey<AttributesType>], String?)' in a '@Sendable' closure
 60 |                     }
 61 |             } else {
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/CompositePrimaryKey.swift:59:15: note: consider making generic struct 'CompositePrimaryKey' conform to the 'Sendable' protocol
57 | }
58 |
59 | public struct CompositePrimaryKey<AttributesType: PrimaryKeyAttributes>: Codable, CustomStringConvertible, Hashable {
   |               `- note: consider making generic struct 'CompositePrimaryKey' conform to the 'Sendable' protocol
60 |     public var description: String {
61 |         return "CompositePrimaryKey(partitionKey: \(partitionKey), sortKey: \(sortKey))"
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjection.swift:43:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 41 |                 requiresTLS: Bool? = nil, tableName: String,
 42 |                 connectionTimeoutSeconds: Int64 = 10,
 43 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 44 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 45 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjection.swift:70:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 68 |                 requiresTLS: Bool? = nil, tableName: String,
 69 |                 connectionTimeoutSeconds: Int64 = 10,
 70 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 71 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 72 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjection.swift:187:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
185 |                 target: String? = "DynamoDB_20120810",
186 |                 timeoutConfiguration: HTTPClient.Configuration.Timeout = .init(),
187 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
188 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
189 |                 reportingConfiguration: SmokeAWSClientReportingConfiguration<DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjectionGenerator.swift:37:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 35 |                 requiresTLS: Bool? = nil, tableName: String,
 36 |                 connectionTimeoutSeconds: Int64 = 10,
 37 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 38 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 39 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjectionGenerator.swift:61:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 59 |                 requiresTLS: Bool? = nil, tableName: String,
 60 |                 connectionTimeoutSeconds: Int64 = 10,
 61 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 62 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 63 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
[1568/1575] Compiling SmokeDynamoDB AWSDynamoDBCompositePrimaryKeysProjection+DynamoDBKeysProjectionAsync.swift
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable+updateItems.swift:600:1: warning: extension declares a conformance of imported type 'BatchStatementError' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'DynamoDBModel' introduce this conformance in the future
598 | }
599 |
600 | extension BatchStatementError: Hashable {
    | |- warning: extension declares a conformance of imported type 'BatchStatementError' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'DynamoDBModel' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
601 |
602 |     public func hash(into hasher: inout Hasher) {
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable+updateItems.swift:157:17: warning: capture of 'self' with non-sendable type 'AWSDynamoDBCompositePrimaryKeyTable<InvocationReportingType>' in a '@Sendable' closure
155 |
156 |         return dynamodb.batchExecuteStatement(input: executeInput).flatMapThrowing { response in
157 |             try self.throwOnBatchExecuteStatementErrors(response: response)
    |                 `- warning: capture of 'self' with non-sendable type 'AWSDynamoDBCompositePrimaryKeyTable<InvocationReportingType>' in a '@Sendable' closure
158 |         }
159 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable.swift:38:14: note: generic class 'AWSDynamoDBCompositePrimaryKeyTable' does not conform to the 'Sendable' protocol
 36 | }
 37 |
 38 | public class AWSDynamoDBCompositePrimaryKeyTable<InvocationReportingType: HTTPClientCoreInvocationReporting>: DynamoDBCompositePrimaryKeyTable {
    |              `- note: generic class 'AWSDynamoDBCompositePrimaryKeyTable' does not conform to the 'Sendable' protocol
 39 |     internal let dynamodb: _AWSDynamoDBClient<InvocationReportingType>
 40 |     internal let targetTableName: String
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable+updateItems.swift:271:21: warning: capture of 'self' with non-sendable type 'AWSDynamoDBCompositePrimaryKeyTable<InvocationReportingType>' in a '@Sendable' closure
269 |                 // if there are errors
270 |                 if !errorSet.isEmpty {
271 |                     self.logger.error("Received BatchStatmentErrors from dynamodb are \(errorSet)")
    |                     `- warning: capture of 'self' with non-sendable type 'AWSDynamoDBCompositePrimaryKeyTable<InvocationReportingType>' in a '@Sendable' closure
272 |                 }
273 |                 return errorCodeSet
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable.swift:38:14: note: generic class 'AWSDynamoDBCompositePrimaryKeyTable' does not conform to the 'Sendable' protocol
 36 | }
 37 |
 38 | public class AWSDynamoDBCompositePrimaryKeyTable<InvocationReportingType: HTTPClientCoreInvocationReporting>: DynamoDBCompositePrimaryKeyTable {
    |              `- note: generic class 'AWSDynamoDBCompositePrimaryKeyTable' does not conform to the 'Sendable' protocol
 39 |     internal let dynamodb: _AWSDynamoDBClient<InvocationReportingType>
 40 |     internal let targetTableName: String
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable.swift:53:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 51 |                 escapeSingleQuoteInPartiQL: Bool = false,
 52 |                 connectionTimeoutSeconds: Int64 = 10,
 53 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 54 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 55 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable.swift:86:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 84 |                 escapeSingleQuoteInPartiQL: Bool = false,
 85 |                 connectionTimeoutSeconds: Int64 = 10,
 86 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 87 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 88 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable.swift:244:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
242 |                 target: String? = "DynamoDB_20120810",
243 |                 timeoutConfiguration: HTTPClient.Configuration.Timeout = .init(),
244 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
245 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
246 |                 reportingConfiguration: SmokeAWSClientReportingConfiguration<DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTableGenerator.swift:38:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 36 |                 requiresTLS: Bool? = nil, tableName: String,
 37 |                 connectionTimeoutSeconds: Int64 = 10,
 38 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 39 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 40 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTableGenerator.swift:64:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 62 |                 requiresTLS: Bool? = nil, tableName: String,
 63 |                 connectionTimeoutSeconds: Int64 = 10,
 64 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 65 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 66 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjection+DynamoDBKeysProjectionAsync.swift:54:24: warning: capture of 'self' with non-sendable type 'AWSDynamoDBCompositePrimaryKeysProjection<InvocationReportingType>' in a '@Sendable' closure
 52 |             if let lastEvaluatedKey = paginatedItems.1 {
 53 |                 // returns a future with all the results from all later paginated calls
 54 |                 return self.partialQuery(forPartitionKey: partitionKey,
    |                        `- warning: capture of 'self' with non-sendable type 'AWSDynamoDBCompositePrimaryKeysProjection<InvocationReportingType>' in a '@Sendable' closure
 55 |                                          sortKeyCondition: sortKeyCondition,
 56 |                                          exclusiveStartKey: lastEvaluatedKey)
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjection.swift:28:14: note: generic class 'AWSDynamoDBCompositePrimaryKeysProjection' does not conform to the 'Sendable' protocol
 26 | import NIO
 27 |
 28 | public class AWSDynamoDBCompositePrimaryKeysProjection<InvocationReportingType: HTTPClientCoreInvocationReporting>: DynamoDBCompositePrimaryKeysProjection {
    |              `- note: generic class 'AWSDynamoDBCompositePrimaryKeysProjection' does not conform to the 'Sendable' protocol
 29 |     internal let dynamodb: _AWSDynamoDBClient<InvocationReportingType>
 30 |     internal let targetTableName: String
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjection+DynamoDBKeysProjectionAsync.swift:55:60: warning: capture of 'sortKeyCondition' with non-sendable type 'AttributeCondition?' in a '@Sendable' closure
 53 |                 // returns a future with all the results from all later paginated calls
 54 |                 return self.partialQuery(forPartitionKey: partitionKey,
 55 |                                          sortKeyCondition: sortKeyCondition,
    |                                                            `- warning: capture of 'sortKeyCondition' with non-sendable type 'AttributeCondition?' in a '@Sendable' closure
 56 |                                          exclusiveStartKey: lastEvaluatedKey)
 57 |                     .map { partialResult in
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/DynamoDBCompositePrimaryKeyTable.swift:72:13: note: consider making enum 'AttributeCondition' conform to the 'Sendable' protocol
 70 |  Enumeration of the types of conditions that can be specified for an attribute.
 71 |  */
 72 | public enum AttributeCondition {
    |             `- note: consider making enum 'AttributeCondition' conform to the 'Sendable' protocol
 73 |     case equals(String)
 74 |     case lessThan(String)
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjection+DynamoDBKeysProjectionAsync.swift:59:32: warning: capture of 'paginatedItems' with non-sendable type '([CompositePrimaryKey<AttributesType>], String?)' in a '@Sendable' closure
 57 |                     .map { partialResult in
 58 |                         // return the results from 'this' call and all later paginated calls
 59 |                         return paginatedItems.0 + partialResult
    |                                `- warning: capture of 'paginatedItems' with non-sendable type '([CompositePrimaryKey<AttributesType>], String?)' in a '@Sendable' closure
 60 |                     }
 61 |             } else {
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/CompositePrimaryKey.swift:59:15: note: consider making generic struct 'CompositePrimaryKey' conform to the 'Sendable' protocol
57 | }
58 |
59 | public struct CompositePrimaryKey<AttributesType: PrimaryKeyAttributes>: Codable, CustomStringConvertible, Hashable {
   |               `- note: consider making generic struct 'CompositePrimaryKey' conform to the 'Sendable' protocol
60 |     public var description: String {
61 |         return "CompositePrimaryKey(partitionKey: \(partitionKey), sortKey: \(sortKey))"
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjection.swift:43:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 41 |                 requiresTLS: Bool? = nil, tableName: String,
 42 |                 connectionTimeoutSeconds: Int64 = 10,
 43 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 44 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 45 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjection.swift:70:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 68 |                 requiresTLS: Bool? = nil, tableName: String,
 69 |                 connectionTimeoutSeconds: Int64 = 10,
 70 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 71 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 72 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjection.swift:187:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
185 |                 target: String? = "DynamoDB_20120810",
186 |                 timeoutConfiguration: HTTPClient.Configuration.Timeout = .init(),
187 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
188 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
189 |                 reportingConfiguration: SmokeAWSClientReportingConfiguration<DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjectionGenerator.swift:37:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 35 |                 requiresTLS: Bool? = nil, tableName: String,
 36 |                 connectionTimeoutSeconds: Int64 = 10,
 37 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 38 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 39 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjectionGenerator.swift:61:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 59 |                 requiresTLS: Bool? = nil, tableName: String,
 60 |                 connectionTimeoutSeconds: Int64 = 10,
 61 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 62 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 63 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
[1569/1575] Compiling SmokeDynamoDB AWSDynamoDBCompositePrimaryKeysProjection.swift
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable+updateItems.swift:600:1: warning: extension declares a conformance of imported type 'BatchStatementError' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'DynamoDBModel' introduce this conformance in the future
598 | }
599 |
600 | extension BatchStatementError: Hashable {
    | |- warning: extension declares a conformance of imported type 'BatchStatementError' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'DynamoDBModel' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
601 |
602 |     public func hash(into hasher: inout Hasher) {
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable+updateItems.swift:157:17: warning: capture of 'self' with non-sendable type 'AWSDynamoDBCompositePrimaryKeyTable<InvocationReportingType>' in a '@Sendable' closure
155 |
156 |         return dynamodb.batchExecuteStatement(input: executeInput).flatMapThrowing { response in
157 |             try self.throwOnBatchExecuteStatementErrors(response: response)
    |                 `- warning: capture of 'self' with non-sendable type 'AWSDynamoDBCompositePrimaryKeyTable<InvocationReportingType>' in a '@Sendable' closure
158 |         }
159 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable.swift:38:14: note: generic class 'AWSDynamoDBCompositePrimaryKeyTable' does not conform to the 'Sendable' protocol
 36 | }
 37 |
 38 | public class AWSDynamoDBCompositePrimaryKeyTable<InvocationReportingType: HTTPClientCoreInvocationReporting>: DynamoDBCompositePrimaryKeyTable {
    |              `- note: generic class 'AWSDynamoDBCompositePrimaryKeyTable' does not conform to the 'Sendable' protocol
 39 |     internal let dynamodb: _AWSDynamoDBClient<InvocationReportingType>
 40 |     internal let targetTableName: String
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable+updateItems.swift:271:21: warning: capture of 'self' with non-sendable type 'AWSDynamoDBCompositePrimaryKeyTable<InvocationReportingType>' in a '@Sendable' closure
269 |                 // if there are errors
270 |                 if !errorSet.isEmpty {
271 |                     self.logger.error("Received BatchStatmentErrors from dynamodb are \(errorSet)")
    |                     `- warning: capture of 'self' with non-sendable type 'AWSDynamoDBCompositePrimaryKeyTable<InvocationReportingType>' in a '@Sendable' closure
272 |                 }
273 |                 return errorCodeSet
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable.swift:38:14: note: generic class 'AWSDynamoDBCompositePrimaryKeyTable' does not conform to the 'Sendable' protocol
 36 | }
 37 |
 38 | public class AWSDynamoDBCompositePrimaryKeyTable<InvocationReportingType: HTTPClientCoreInvocationReporting>: DynamoDBCompositePrimaryKeyTable {
    |              `- note: generic class 'AWSDynamoDBCompositePrimaryKeyTable' does not conform to the 'Sendable' protocol
 39 |     internal let dynamodb: _AWSDynamoDBClient<InvocationReportingType>
 40 |     internal let targetTableName: String
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable.swift:53:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 51 |                 escapeSingleQuoteInPartiQL: Bool = false,
 52 |                 connectionTimeoutSeconds: Int64 = 10,
 53 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 54 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 55 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable.swift:86:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 84 |                 escapeSingleQuoteInPartiQL: Bool = false,
 85 |                 connectionTimeoutSeconds: Int64 = 10,
 86 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 87 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 88 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable.swift:244:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
242 |                 target: String? = "DynamoDB_20120810",
243 |                 timeoutConfiguration: HTTPClient.Configuration.Timeout = .init(),
244 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
245 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
246 |                 reportingConfiguration: SmokeAWSClientReportingConfiguration<DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTableGenerator.swift:38:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 36 |                 requiresTLS: Bool? = nil, tableName: String,
 37 |                 connectionTimeoutSeconds: Int64 = 10,
 38 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 39 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 40 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTableGenerator.swift:64:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 62 |                 requiresTLS: Bool? = nil, tableName: String,
 63 |                 connectionTimeoutSeconds: Int64 = 10,
 64 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 65 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 66 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjection+DynamoDBKeysProjectionAsync.swift:54:24: warning: capture of 'self' with non-sendable type 'AWSDynamoDBCompositePrimaryKeysProjection<InvocationReportingType>' in a '@Sendable' closure
 52 |             if let lastEvaluatedKey = paginatedItems.1 {
 53 |                 // returns a future with all the results from all later paginated calls
 54 |                 return self.partialQuery(forPartitionKey: partitionKey,
    |                        `- warning: capture of 'self' with non-sendable type 'AWSDynamoDBCompositePrimaryKeysProjection<InvocationReportingType>' in a '@Sendable' closure
 55 |                                          sortKeyCondition: sortKeyCondition,
 56 |                                          exclusiveStartKey: lastEvaluatedKey)
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjection.swift:28:14: note: generic class 'AWSDynamoDBCompositePrimaryKeysProjection' does not conform to the 'Sendable' protocol
 26 | import NIO
 27 |
 28 | public class AWSDynamoDBCompositePrimaryKeysProjection<InvocationReportingType: HTTPClientCoreInvocationReporting>: DynamoDBCompositePrimaryKeysProjection {
    |              `- note: generic class 'AWSDynamoDBCompositePrimaryKeysProjection' does not conform to the 'Sendable' protocol
 29 |     internal let dynamodb: _AWSDynamoDBClient<InvocationReportingType>
 30 |     internal let targetTableName: String
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjection+DynamoDBKeysProjectionAsync.swift:55:60: warning: capture of 'sortKeyCondition' with non-sendable type 'AttributeCondition?' in a '@Sendable' closure
 53 |                 // returns a future with all the results from all later paginated calls
 54 |                 return self.partialQuery(forPartitionKey: partitionKey,
 55 |                                          sortKeyCondition: sortKeyCondition,
    |                                                            `- warning: capture of 'sortKeyCondition' with non-sendable type 'AttributeCondition?' in a '@Sendable' closure
 56 |                                          exclusiveStartKey: lastEvaluatedKey)
 57 |                     .map { partialResult in
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/DynamoDBCompositePrimaryKeyTable.swift:72:13: note: consider making enum 'AttributeCondition' conform to the 'Sendable' protocol
 70 |  Enumeration of the types of conditions that can be specified for an attribute.
 71 |  */
 72 | public enum AttributeCondition {
    |             `- note: consider making enum 'AttributeCondition' conform to the 'Sendable' protocol
 73 |     case equals(String)
 74 |     case lessThan(String)
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjection+DynamoDBKeysProjectionAsync.swift:59:32: warning: capture of 'paginatedItems' with non-sendable type '([CompositePrimaryKey<AttributesType>], String?)' in a '@Sendable' closure
 57 |                     .map { partialResult in
 58 |                         // return the results from 'this' call and all later paginated calls
 59 |                         return paginatedItems.0 + partialResult
    |                                `- warning: capture of 'paginatedItems' with non-sendable type '([CompositePrimaryKey<AttributesType>], String?)' in a '@Sendable' closure
 60 |                     }
 61 |             } else {
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/CompositePrimaryKey.swift:59:15: note: consider making generic struct 'CompositePrimaryKey' conform to the 'Sendable' protocol
57 | }
58 |
59 | public struct CompositePrimaryKey<AttributesType: PrimaryKeyAttributes>: Codable, CustomStringConvertible, Hashable {
   |               `- note: consider making generic struct 'CompositePrimaryKey' conform to the 'Sendable' protocol
60 |     public var description: String {
61 |         return "CompositePrimaryKey(partitionKey: \(partitionKey), sortKey: \(sortKey))"
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjection.swift:43:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 41 |                 requiresTLS: Bool? = nil, tableName: String,
 42 |                 connectionTimeoutSeconds: Int64 = 10,
 43 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 44 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 45 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjection.swift:70:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 68 |                 requiresTLS: Bool? = nil, tableName: String,
 69 |                 connectionTimeoutSeconds: Int64 = 10,
 70 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 71 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 72 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjection.swift:187:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
185 |                 target: String? = "DynamoDB_20120810",
186 |                 timeoutConfiguration: HTTPClient.Configuration.Timeout = .init(),
187 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
188 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
189 |                 reportingConfiguration: SmokeAWSClientReportingConfiguration<DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjectionGenerator.swift:37:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 35 |                 requiresTLS: Bool? = nil, tableName: String,
 36 |                 connectionTimeoutSeconds: Int64 = 10,
 37 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 38 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 39 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjectionGenerator.swift:61:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 59 |                 requiresTLS: Bool? = nil, tableName: String,
 60 |                 connectionTimeoutSeconds: Int64 = 10,
 61 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 62 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 63 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
[1570/1575] Compiling SmokeDynamoDB AWSDynamoDBCompositePrimaryKeysProjectionGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable+updateItems.swift:600:1: warning: extension declares a conformance of imported type 'BatchStatementError' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'DynamoDBModel' introduce this conformance in the future
598 | }
599 |
600 | extension BatchStatementError: Hashable {
    | |- warning: extension declares a conformance of imported type 'BatchStatementError' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'DynamoDBModel' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
601 |
602 |     public func hash(into hasher: inout Hasher) {
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable+updateItems.swift:157:17: warning: capture of 'self' with non-sendable type 'AWSDynamoDBCompositePrimaryKeyTable<InvocationReportingType>' in a '@Sendable' closure
155 |
156 |         return dynamodb.batchExecuteStatement(input: executeInput).flatMapThrowing { response in
157 |             try self.throwOnBatchExecuteStatementErrors(response: response)
    |                 `- warning: capture of 'self' with non-sendable type 'AWSDynamoDBCompositePrimaryKeyTable<InvocationReportingType>' in a '@Sendable' closure
158 |         }
159 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable.swift:38:14: note: generic class 'AWSDynamoDBCompositePrimaryKeyTable' does not conform to the 'Sendable' protocol
 36 | }
 37 |
 38 | public class AWSDynamoDBCompositePrimaryKeyTable<InvocationReportingType: HTTPClientCoreInvocationReporting>: DynamoDBCompositePrimaryKeyTable {
    |              `- note: generic class 'AWSDynamoDBCompositePrimaryKeyTable' does not conform to the 'Sendable' protocol
 39 |     internal let dynamodb: _AWSDynamoDBClient<InvocationReportingType>
 40 |     internal let targetTableName: String
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable+updateItems.swift:271:21: warning: capture of 'self' with non-sendable type 'AWSDynamoDBCompositePrimaryKeyTable<InvocationReportingType>' in a '@Sendable' closure
269 |                 // if there are errors
270 |                 if !errorSet.isEmpty {
271 |                     self.logger.error("Received BatchStatmentErrors from dynamodb are \(errorSet)")
    |                     `- warning: capture of 'self' with non-sendable type 'AWSDynamoDBCompositePrimaryKeyTable<InvocationReportingType>' in a '@Sendable' closure
272 |                 }
273 |                 return errorCodeSet
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable.swift:38:14: note: generic class 'AWSDynamoDBCompositePrimaryKeyTable' does not conform to the 'Sendable' protocol
 36 | }
 37 |
 38 | public class AWSDynamoDBCompositePrimaryKeyTable<InvocationReportingType: HTTPClientCoreInvocationReporting>: DynamoDBCompositePrimaryKeyTable {
    |              `- note: generic class 'AWSDynamoDBCompositePrimaryKeyTable' does not conform to the 'Sendable' protocol
 39 |     internal let dynamodb: _AWSDynamoDBClient<InvocationReportingType>
 40 |     internal let targetTableName: String
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable.swift:53:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 51 |                 escapeSingleQuoteInPartiQL: Bool = false,
 52 |                 connectionTimeoutSeconds: Int64 = 10,
 53 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 54 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 55 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable.swift:86:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 84 |                 escapeSingleQuoteInPartiQL: Bool = false,
 85 |                 connectionTimeoutSeconds: Int64 = 10,
 86 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 87 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 88 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTable.swift:244:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
242 |                 target: String? = "DynamoDB_20120810",
243 |                 timeoutConfiguration: HTTPClient.Configuration.Timeout = .init(),
244 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
245 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
246 |                 reportingConfiguration: SmokeAWSClientReportingConfiguration<DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTableGenerator.swift:38:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 36 |                 requiresTLS: Bool? = nil, tableName: String,
 37 |                 connectionTimeoutSeconds: Int64 = 10,
 38 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 39 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 40 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeyTableGenerator.swift:64:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 62 |                 requiresTLS: Bool? = nil, tableName: String,
 63 |                 connectionTimeoutSeconds: Int64 = 10,
 64 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 65 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 66 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjection+DynamoDBKeysProjectionAsync.swift:54:24: warning: capture of 'self' with non-sendable type 'AWSDynamoDBCompositePrimaryKeysProjection<InvocationReportingType>' in a '@Sendable' closure
 52 |             if let lastEvaluatedKey = paginatedItems.1 {
 53 |                 // returns a future with all the results from all later paginated calls
 54 |                 return self.partialQuery(forPartitionKey: partitionKey,
    |                        `- warning: capture of 'self' with non-sendable type 'AWSDynamoDBCompositePrimaryKeysProjection<InvocationReportingType>' in a '@Sendable' closure
 55 |                                          sortKeyCondition: sortKeyCondition,
 56 |                                          exclusiveStartKey: lastEvaluatedKey)
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjection.swift:28:14: note: generic class 'AWSDynamoDBCompositePrimaryKeysProjection' does not conform to the 'Sendable' protocol
 26 | import NIO
 27 |
 28 | public class AWSDynamoDBCompositePrimaryKeysProjection<InvocationReportingType: HTTPClientCoreInvocationReporting>: DynamoDBCompositePrimaryKeysProjection {
    |              `- note: generic class 'AWSDynamoDBCompositePrimaryKeysProjection' does not conform to the 'Sendable' protocol
 29 |     internal let dynamodb: _AWSDynamoDBClient<InvocationReportingType>
 30 |     internal let targetTableName: String
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjection+DynamoDBKeysProjectionAsync.swift:55:60: warning: capture of 'sortKeyCondition' with non-sendable type 'AttributeCondition?' in a '@Sendable' closure
 53 |                 // returns a future with all the results from all later paginated calls
 54 |                 return self.partialQuery(forPartitionKey: partitionKey,
 55 |                                          sortKeyCondition: sortKeyCondition,
    |                                                            `- warning: capture of 'sortKeyCondition' with non-sendable type 'AttributeCondition?' in a '@Sendable' closure
 56 |                                          exclusiveStartKey: lastEvaluatedKey)
 57 |                     .map { partialResult in
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/DynamoDBCompositePrimaryKeyTable.swift:72:13: note: consider making enum 'AttributeCondition' conform to the 'Sendable' protocol
 70 |  Enumeration of the types of conditions that can be specified for an attribute.
 71 |  */
 72 | public enum AttributeCondition {
    |             `- note: consider making enum 'AttributeCondition' conform to the 'Sendable' protocol
 73 |     case equals(String)
 74 |     case lessThan(String)
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjection+DynamoDBKeysProjectionAsync.swift:59:32: warning: capture of 'paginatedItems' with non-sendable type '([CompositePrimaryKey<AttributesType>], String?)' in a '@Sendable' closure
 57 |                     .map { partialResult in
 58 |                         // return the results from 'this' call and all later paginated calls
 59 |                         return paginatedItems.0 + partialResult
    |                                `- warning: capture of 'paginatedItems' with non-sendable type '([CompositePrimaryKey<AttributesType>], String?)' in a '@Sendable' closure
 60 |                     }
 61 |             } else {
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/CompositePrimaryKey.swift:59:15: note: consider making generic struct 'CompositePrimaryKey' conform to the 'Sendable' protocol
57 | }
58 |
59 | public struct CompositePrimaryKey<AttributesType: PrimaryKeyAttributes>: Codable, CustomStringConvertible, Hashable {
   |               `- note: consider making generic struct 'CompositePrimaryKey' conform to the 'Sendable' protocol
60 |     public var description: String {
61 |         return "CompositePrimaryKey(partitionKey: \(partitionKey), sortKey: \(sortKey))"
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjection.swift:43:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 41 |                 requiresTLS: Bool? = nil, tableName: String,
 42 |                 connectionTimeoutSeconds: Int64 = 10,
 43 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 44 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 45 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjection.swift:70:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 68 |                 requiresTLS: Bool? = nil, tableName: String,
 69 |                 connectionTimeoutSeconds: Int64 = 10,
 70 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 71 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 72 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjection.swift:187:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
185 |                 target: String? = "DynamoDB_20120810",
186 |                 timeoutConfiguration: HTTPClient.Configuration.Timeout = .init(),
187 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
188 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
189 |                 reportingConfiguration: SmokeAWSClientReportingConfiguration<DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjectionGenerator.swift:37:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 35 |                 requiresTLS: Bool? = nil, tableName: String,
 36 |                 connectionTimeoutSeconds: Int64 = 10,
 37 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 38 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 39 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/AWSDynamoDBCompositePrimaryKeysProjectionGenerator.swift:61:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 59 |                 requiresTLS: Bool? = nil, tableName: String,
 60 |                 connectionTimeoutSeconds: Int64 = 10,
 61 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 62 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 63 |                 reportingConfiguration: SmokeAWSCore.SmokeAWSClientReportingConfiguration<DynamoDBModel.DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
[1571/1575] Compiling SmokeDynamoDB TypedDatabaseItemWithTimeToLive+RowWithItemVersionProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/_DynamoDBClient/_AWSDynamoDBClient.swift:63:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
  61 |                 target: String? = "DynamoDB_20120810",
  62 |                 connectionTimeoutSeconds: Int64 = 10,
  63 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
     |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
  64 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
  65 |                 reportingConfiguration: SmokeAWSClientReportingConfiguration<DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/_DynamoDBClient/_AWSDynamoDBClientGenerator.swift:58:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 56 |                 target: String? = "DynamoDB_20120810",
 57 |                 connectionTimeoutSeconds: Int64 = 10,
 58 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 59 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 60 |                 reportingConfiguration: SmokeAWSClientReportingConfiguration<DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
[1572/1575] Compiling SmokeDynamoDB TypedDatabaseItemWithTimeToLive.swift
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/_DynamoDBClient/_AWSDynamoDBClient.swift:63:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
  61 |                 target: String? = "DynamoDB_20120810",
  62 |                 connectionTimeoutSeconds: Int64 = 10,
  63 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
     |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
  64 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
  65 |                 reportingConfiguration: SmokeAWSClientReportingConfiguration<DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/_DynamoDBClient/_AWSDynamoDBClientGenerator.swift:58:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 56 |                 target: String? = "DynamoDB_20120810",
 57 |                 connectionTimeoutSeconds: Int64 = 10,
 58 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 59 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 60 |                 reportingConfiguration: SmokeAWSClientReportingConfiguration<DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
[1573/1575] Compiling SmokeDynamoDB _AWSDynamoDBClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/_DynamoDBClient/_AWSDynamoDBClient.swift:63:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
  61 |                 target: String? = "DynamoDB_20120810",
  62 |                 connectionTimeoutSeconds: Int64 = 10,
  63 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
     |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
  64 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
  65 |                 reportingConfiguration: SmokeAWSClientReportingConfiguration<DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/_DynamoDBClient/_AWSDynamoDBClientGenerator.swift:58:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 56 |                 target: String? = "DynamoDB_20120810",
 57 |                 connectionTimeoutSeconds: Int64 = 10,
 58 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 59 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 60 |                 reportingConfiguration: SmokeAWSClientReportingConfiguration<DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
[1574/1575] Compiling SmokeDynamoDB _AWSDynamoDBClientGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/_DynamoDBClient/_AWSDynamoDBClient.swift:63:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
  61 |                 target: String? = "DynamoDB_20120810",
  62 |                 connectionTimeoutSeconds: Int64 = 10,
  63 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
     |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
  64 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
  65 |                 reportingConfiguration: SmokeAWSClientReportingConfiguration<DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/_DynamoDBClient/_AWSDynamoDBClientGenerator.swift:58:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 56 |                 target: String? = "DynamoDB_20120810",
 57 |                 connectionTimeoutSeconds: Int64 = 10,
 58 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 59 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 60 |                 reportingConfiguration: SmokeAWSClientReportingConfiguration<DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
[1575/1575] Compiling SmokeDynamoDB _DynamoDBClientProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/_DynamoDBClient/_AWSDynamoDBClient.swift:63:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
  61 |                 target: String? = "DynamoDB_20120810",
  62 |                 connectionTimeoutSeconds: Int64 = 10,
  63 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
     |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
  64 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
  65 |                 reportingConfiguration: SmokeAWSClientReportingConfiguration<DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
/Users/admin/builder/spi-builder-workspace/Sources/SmokeDynamoDB/_DynamoDBClient/_AWSDynamoDBClientGenerator.swift:58:69: warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 56 |                 target: String? = "DynamoDB_20120810",
 57 |                 connectionTimeoutSeconds: Int64 = 10,
 58 |                 retryConfiguration: HTTPClientRetryConfiguration = .default,
    |                                                                     `- warning: reference to static property 'default' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 59 |                 eventLoopProvider: HTTPClient.EventLoopGroupProvider = .createNew,
 60 |                 reportingConfiguration: SmokeAWSClientReportingConfiguration<DynamoDBModelOperations>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/smoke-http/Sources/SmokeHTTPClient/HTTPClientRetryConfiguration.swift:73:23: note: static property declared here
71 |
72 |     /// Default try configuration with 5 retries starting at 500 ms interval.
73 |     public static var `default` = HTTPClientRetryConfiguration(numRetries: 5, baseRetryInterval: 500,
   |                       `- note: static property declared here
74 |                                                                maxRetryInterval: 10000, exponentialBackoff: 2)
75 |
Build complete! (52.50s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "smoke-aws",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/amzn/smoke-aws.git"
    },
    {
      "identity" : "smoke-http",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/amzn/smoke-http.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" : "collectionconcurrencykit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/CollectionConcurrencyKit"
    }
  ],
  "manifest_display_name" : "smoke-dynamodb",
  "name" : "smoke-dynamodb",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SmokeDynamoDB",
      "targets" : [
        "SmokeDynamoDB"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SmokeDynamoDBTests",
      "module_type" : "SwiftTarget",
      "name" : "SmokeDynamoDBTests",
      "path" : "Tests/SmokeDynamoDBTests",
      "product_dependencies" : [
        "SmokeHTTPClient"
      ],
      "sources" : [
        "DynamoDBCompositePrimaryKeyTableClobberVersionedItemWithHistoricalRowTests.swift",
        "DynamoDBCompositePrimaryKeyTableHistoricalItemExtensionsTests.swift",
        "DynamoDBCompositePrimaryKeyTableTests.swift",
        "DynamoDBCompositePrimaryKeyTableUpdateItemConditionallyAtKeyTests.swift",
        "DynamoDBEncoderDecoderTests.swift",
        "InMemoryDynamoDBCompositePrimaryKeyTableTests.swift",
        "SimulateConcurrencyDynamoDBCompositePrimaryKeyTableTests.swift",
        "SmokeDynamoDBTestInput.swift",
        "SmokeDynamoDBTests.swift",
        "String+DynamoDBKeyTests.swift",
        "TestConfiguration.swift",
        "TypedDatabaseItem+RowWithItemVersionProtocolTests.swift"
      ],
      "target_dependencies" : [
        "SmokeDynamoDB"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SmokeDynamoDB",
      "module_type" : "SwiftTarget",
      "name" : "SmokeDynamoDB",
      "path" : "Sources/SmokeDynamoDB",
      "product_dependencies" : [
        "Logging",
        "Metrics",
        "DynamoDBClient",
        "SmokeHTTPClient",
        "_SmokeAWSHttpConcurrency",
        "CollectionConcurrencyKit"
      ],
      "product_memberships" : [
        "SmokeDynamoDB"
      ],
      "sources" : [
        "AWSDynamoDBClientConfiguration.swift",
        "AWSDynamoDBCompositePrimaryKeyTable+DynamoDBTableAsync.swift",
        "AWSDynamoDBCompositePrimaryKeyTable+deleteItems.swift",
        "AWSDynamoDBCompositePrimaryKeyTable+execute.swift",
        "AWSDynamoDBCompositePrimaryKeyTable+getItems.swift",
        "AWSDynamoDBCompositePrimaryKeyTable+monomorphicGetItems.swift",
        "AWSDynamoDBCompositePrimaryKeyTable+updateItems.swift",
        "AWSDynamoDBCompositePrimaryKeyTable.swift",
        "AWSDynamoDBCompositePrimaryKeyTableGenerator.swift",
        "AWSDynamoDBCompositePrimaryKeysProjection+DynamoDBKeysProjectionAsync.swift",
        "AWSDynamoDBCompositePrimaryKeysProjection.swift",
        "AWSDynamoDBCompositePrimaryKeysProjectionGenerator.swift",
        "AWSDynamoDBTableOperationsClient.swift",
        "CompositePrimaryKey.swift",
        "CustomRowTypeIdentifier.swift",
        "DynamoDBCompositePrimaryKeyGSILogic.swift",
        "DynamoDBCompositePrimaryKeyTable+bulkUpdateSupport.swift",
        "DynamoDBCompositePrimaryKeyTable+clobberVersionedItemWithHistoricalRow.swift",
        "DynamoDBCompositePrimaryKeyTable+conditionallyUpdateItem.swift",
        "DynamoDBCompositePrimaryKeyTable+consistentReadQuery.swift",
        "DynamoDBCompositePrimaryKeyTable.swift",
        "DynamoDBCompositePrimaryKeyTableHistoricalItemExtensions.swift",
        "DynamoDBCompositePrimaryKeysProjection.swift",
        "DynamoDBDecoder.swift",
        "DynamoDBEncoder.swift",
        "InMemoryDynamoDBCompositePrimaryKeyTable.swift",
        "InMemoryDynamoDBCompositePrimaryKeyTableStore+execute.swift",
        "InMemoryDynamoDBCompositePrimaryKeyTableStore+monomorphicQuery.swift",
        "InMemoryDynamoDBCompositePrimaryKeyTableStore.swift",
        "InMemoryDynamoDBCompositePrimaryKeyTableWithIndex.swift",
        "InMemoryDynamoDBCompositePrimaryKeysProjection.swift",
        "InMemoryDynamoDBCompositePrimaryKeysProjectionStore.swift",
        "InternalDynamoDBCodingKey.swift",
        "InternalKeyedDecodingContainer.swift",
        "InternalKeyedEncodingContainer.swift",
        "InternalSingleValueDecodingContainer.swift",
        "InternalSingleValueEncodingContainer.swift",
        "InternalUnkeyedDecodingContainer.swift",
        "InternalUnkeyedEncodingContainer.swift",
        "PolymorphicOperationReturnType.swift",
        "PolymorphicWriteEntry.swift",
        "QueryInput+forSortKeyCondition.swift",
        "RowWithIndex.swift",
        "RowWithItemVersion.swift",
        "RowWithItemVersionProtocol.swift",
        "SimulateConcurrencyDynamoDBCompositePrimaryKeyTable.swift",
        "String+DynamoDBKey.swift",
        "TimeToLive.swift",
        "TypedDatabaseItemWithTimeToLive+RowWithItemVersionProtocol.swift",
        "TypedDatabaseItemWithTimeToLive.swift",
        "_DynamoDBClient/_AWSDynamoDBClient.swift",
        "_DynamoDBClient/_AWSDynamoDBClientGenerator.swift",
        "_DynamoDBClient/_DynamoDBClientProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.