Build Information
Failed to build dynamo-db-tables, reference 0.1.0 (017327), with Swift 6.1 for Wasm on 15 Feb 2026 12:12:41 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-server-community/dynamo-db-tables.git
Reference: 0.1.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/swift-server-community/dynamo-db-tables
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at 0173271 Update copyright date. (#126)
Cloned https://github.com/swift-server-community/dynamo-db-tables.git
Revision (git rev-parse @):
01732717c17f9e1a00678a3af3532e31b7cdf69f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-server-community/dynamo-db-tables.git at 0.1.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/swift-server-community/dynamo-db-tables.git
https://github.com/swift-server-community/dynamo-db-tables.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "aws-sdk-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/awslabs/aws-sdk-swift.git"
},
{
"identity" : "soto",
"requirement" : {
"range" : [
{
"lower_bound" : "7.0.0",
"upper_bound" : "8.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/soto-project/soto.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-metrics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-metrics.git"
},
{
"identity" : "swift-configuration",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-configuration.git"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "600.0.0",
"upper_bound" : "603.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax"
},
{
"identity" : "smockable",
"requirement" : {
"range" : [
{
"lower_bound" : "0.10.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tachyonics/smockable"
}
],
"manifest_display_name" : "dynamo-db-tables",
"name" : "dynamo-db-tables",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "watchos",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "18.0"
}
],
"products" : [
{
"name" : "DynamoDBTables",
"targets" : [
"DynamoDBTables"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DynamoDBTablesAWS",
"targets" : [
"DynamoDBTablesAWS"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DynamoDBTablesSoto",
"targets" : [
"DynamoDBTablesSoto"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DynamoDBTablesMacros",
"targets" : [
"DynamoDBTablesMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "DynamoDBTablesTests",
"module_type" : "SwiftTarget",
"name" : "DynamoDBTablesTests",
"path" : "Tests/DynamoDBTablesTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport",
"Smockable"
],
"sources" : [
"DynamoDBCompositePrimaryKeyTable+retryingTransactWriteWithHistoricalRowsTests.swift",
"DynamoDBCompositePrimaryKeyTable+retryingUpdateItemWithHistoricalRowTests.swift",
"DynamoDBCompositePrimaryKeyTable+retryingUpsertItemWithHistoricalRowTests.swift",
"DynamoDBCompositePrimaryKeyTableClobberVersionedItemWithHistoricalRowTests.swift",
"DynamoDBCompositePrimaryKeyTableHistoricalItemExtensionsTests.swift",
"DynamoDBCompositePrimaryKeyTableRetryingUpsertItemTests.swift",
"DynamoDBCompositePrimaryKeyTableTests.swift",
"DynamoDBCompositePrimaryKeyTableUpdateItemConditionallyAtKeyTests.swift",
"DynamoDBEncoderDecoderTests.swift",
"DynamoDBModel.AttributeValue+asString.swift",
"DynamoDBTablesTestInput.swift",
"DynamoDBTablesTests.swift",
"GenericDynamoDBCompositePrimaryKeyTable+diffItemsTests.swift",
"GenericDynamoDBCompositePrimaryKeyTable+expressionTests.swift",
"GenericDynamoDBCompositePrimaryKeyTableBulkTests.swift",
"GenericDynamoDBCompositePrimaryKeyTableDeleteTests.swift",
"GenericDynamoDBCompositePrimaryKeyTableExecuteTests.swift",
"GenericDynamoDBCompositePrimaryKeyTablePolymorphicTests.swift",
"GenericDynamoDBCompositePrimaryKeyTableQueryTests.swift",
"GenericDynamoDBCompositePrimaryKeyTableTests.swift",
"GenericDynamoDBCompositePrimaryKeyTableTransactionTests.swift",
"GenericDynamoDBCompositePrimaryKeysProjectionTests.swift",
"InMemoryDynamoDBCompositePrimaryKeyTable+bulkWriteTests.swift",
"InMemoryDynamoDBCompositePrimaryKeyTable+retryingTransactWriteTests.swift",
"InMemoryDynamoDBCompositePrimaryKeyTable+transactWriteTests.swift",
"InMemoryDynamoDBCompositePrimaryKeyTableTests.swift",
"SimulateConcurrencyDynamoDBCompositePrimaryKeyTableTests.swift",
"String+DynamoDBKeyTests.swift",
"TestConfiguration.swift",
"TestDynamoDBClientProtocol.swift",
"TypedDatabaseItem+RowWithItemVersionProtocolTests.swift"
],
"target_dependencies" : [
"DynamoDBTables"
],
"type" : "test"
},
{
"c99name" : "DynamoDBTablesSoto",
"module_type" : "SwiftTarget",
"name" : "DynamoDBTablesSoto",
"path" : "Sources/DynamoDBTablesSoto",
"product_dependencies" : [
"SotoDynamoDB"
],
"product_memberships" : [
"DynamoDBTablesSoto"
],
"sources" : [
"SotoDynamoDB+DynamoDBClientProtocol.swift",
"SotoDynamoDBCompositePrimaryKeyTable.swift",
"SotoDynamoDBCompositePrimaryKeysProjection.swift"
],
"target_dependencies" : [
"DynamoDBTables"
],
"type" : "library"
},
{
"c99name" : "DynamoDBTablesMacros",
"module_type" : "SwiftTarget",
"name" : "DynamoDBTablesMacros",
"path" : "Sources/DynamoDBTablesMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"DynamoDBTables",
"DynamoDBTablesAWS",
"DynamoDBTablesSoto",
"DynamoDBTablesMacros"
],
"sources" : [
"BaseEntryMacro.swift",
"Plugin.swift",
"PolymorphicOperationReturnTypeMacro.swift",
"PolymorphicTransactionConstraintEntryMacro.swift",
"PolymorphicWriteEntryMacro.swift"
],
"type" : "macro"
},
{
"c99name" : "DynamoDBTablesAWS",
"module_type" : "SwiftTarget",
"name" : "DynamoDBTablesAWS",
"path" : "Sources/DynamoDBTablesAWS",
"product_dependencies" : [
"AWSDynamoDB"
],
"product_memberships" : [
"DynamoDBTablesAWS"
],
"sources" : [
"AWSDynamoDBClient+DynamoDBClientProtocol.swift",
"AWSDynamoDBCompositePrimaryKeyTable.swift",
"AWSDynamoDBCompositePrimaryKeysProjection.swift"
],
"target_dependencies" : [
"DynamoDBTables"
],
"type" : "library"
},
{
"c99name" : "DynamoDBTables",
"module_type" : "SwiftTarget",
"name" : "DynamoDBTables",
"path" : "Sources/DynamoDBTables",
"product_dependencies" : [
"Logging",
"Metrics",
"Configuration"
],
"product_memberships" : [
"DynamoDBTables",
"DynamoDBTablesAWS",
"DynamoDBTablesSoto"
],
"sources" : [
"CompositePrimaryKey.swift",
"CustomRowTypeIdentifier.swift",
"DynamoDBClientError.swift",
"DynamoDBClientProtocol.swift",
"DynamoDBCompositePrimaryKeyGSILogic.swift",
"DynamoDBCompositePrimaryKeyTable+retryingTransactWrite.swift",
"DynamoDBCompositePrimaryKeyTable+retryingTransactWriteWithHistoricalRows.swift",
"DynamoDBCompositePrimaryKeyTable+retryingUpdateItem.swift",
"DynamoDBCompositePrimaryKeyTable+retryingUpdateItemWithHistoricalRow.swift",
"DynamoDBCompositePrimaryKeyTable+retryingUpsertItem.swift",
"DynamoDBCompositePrimaryKeyTable+retryingUpsertItemWithHistoricalRow.swift",
"DynamoDBCompositePrimaryKeyTable+retryingUpsertVersionedItemWithHistoricalRow.swift",
"DynamoDBCompositePrimaryKeyTable.swift",
"DynamoDBCompositePrimaryKeyTableHistoricalItemExtensions.swift",
"DynamoDBCompositePrimaryKeysProjection.swift",
"DynamoDBDecoder.swift",
"DynamoDBEncoder.swift",
"DynamoDBModel.swift",
"GenericDynamoDBCompositePrimaryKeyTable+DynamoDBTableAsync.swift",
"GenericDynamoDBCompositePrimaryKeyTable+bulkUpdateSupport.swift",
"GenericDynamoDBCompositePrimaryKeyTable+deleteItems.swift",
"GenericDynamoDBCompositePrimaryKeyTable+execute.swift",
"GenericDynamoDBCompositePrimaryKeyTable+getItems.swift",
"GenericDynamoDBCompositePrimaryKeyTable+polymorphicGetItems.swift",
"GenericDynamoDBCompositePrimaryKeyTable+updateItems.swift",
"GenericDynamoDBCompositePrimaryKeyTable.swift",
"GenericDynamoDBCompositePrimaryKeysProjection+DynamoDBKeysProjectionAsync.swift",
"GenericDynamoDBCompositePrimaryKeysProjection.swift",
"InMemoryDataRepresentations.swift",
"InMemoryDynamoDBCompositePrimaryKeyTable+execute.swift",
"InMemoryDynamoDBCompositePrimaryKeyTable+query.swift",
"InMemoryDynamoDBCompositePrimaryKeyTable+transact.swift",
"InMemoryDynamoDBCompositePrimaryKeyTable+transform.swift",
"InMemoryDynamoDBCompositePrimaryKeyTable.swift",
"InMemoryDynamoDBCompositePrimaryKeyTableStore.swift",
"InMemoryDynamoDBCompositePrimaryKeyTableWithIndex.swift",
"InMemoryDynamoDBCompositePrimaryKeysProjection.swift",
"InMemoryDynamoDBCompositePrimaryKeysProjectionStore.swift",
"InternalDynamoDBCodingKey.swift",
"InternalKeyedDecodingContainer.swift",
"InternalKeyedEncodingContainer.swift",
"InternalSingleValueDecodingContainer.swift",
"InternalSingleValueEncodingContainer.swift",
"InternalUnkeyedDecodingContainer.swift",
"InternalUnkeyedEncodingContainer.swift",
"Macros.swift",
"PolymorphicOperationReturnType.swift",
"PolymorphicWriteEntry.swift",
"QueryInput+forSortKeyCondition.swift",
"RetryConfiguration.swift",
"RowWithIndex.swift",
"RowWithItemVersion.swift",
"RowWithItemVersionProtocol.swift",
"Sequence+concurrency.swift",
"SimulateConcurrencyDynamoDBCompositePrimaryKeyTable.swift",
"String+DynamoDBKey.swift",
"TimeToLive.swift",
"TypedDatabaseItemWithTimeToLive+RowWithItemVersionProtocol.swift",
"TypedDatabaseItemWithTimeToLive.swift"
],
"target_dependencies" : [
"DynamoDBTablesMacros"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
BUILD FAILURE 6.1 wasm