The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DynamoModel, reference 0.2.0 (364efa), with Swift 6.1 for Linux on 4 Mar 2026 14:46:15 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftToolkit/DynamoModel.git
Reference: 0.2.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/SwiftToolkit/DynamoModel
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at 364efab Add opt-in SotoDynamoDB CRUD helpers via Package Traits
Cloned https://github.com/SwiftToolkit/DynamoModel.git
Revision (git rev-parse @):
364efab3bdc52d9e64beefb947435348dd3240d8
SUCCESS checkout https://github.com/SwiftToolkit/DynamoModel.git at 0.2.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/SwiftToolkit/DynamoModel.git
https://github.com/SwiftToolkit/DynamoModel.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "soto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.0.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/soto-project/soto.git"
    }
  ],
  "manifest_display_name" : "DynamoModel",
  "name" : "DynamoModel",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "DynamoModel",
      "targets" : [
        "DynamoModel"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DynamoModelTests",
      "module_type" : "SwiftTarget",
      "name" : "DynamoModelTests",
      "path" : "Tests/DynamoModelTests",
      "sources" : [
        "DynamoModelTests.swift"
      ],
      "target_dependencies" : [
        "DynamoModel"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DynamoModel",
      "module_type" : "SwiftTarget",
      "name" : "DynamoModel",
      "path" : "Sources/DynamoModel",
      "product_dependencies" : [
        "SotoDynamoDB"
      ],
      "product_memberships" : [
        "DynamoModel"
      ],
      "sources" : [
        "DictionaryEncoder.swift",
        "DynamoModel+Soto.swift",
        "DynamoModel.swift",
        "DynamoModelOf.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/soto-project/soto.git
[1/143115] Fetching soto
Fetched https://github.com/soto-project/soto.git from cache (52.86s)
Computing version for https://github.com/soto-project/soto.git
Computed https://github.com/soto-project/soto.git at 7.13.0 (63.16s)
Fetching https://github.com/soto-project/soto-core.git
[1/70351] Fetching soto-core
Fetched https://github.com/soto-project/soto-core.git from cache (2.55s)
Computing version for https://github.com/soto-project/soto-core.git
Computed https://github.com/soto-project/soto-core.git at 7.13.0 (3.16s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/jmespath/jmespath.swift.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-metrics.git
[1/653] Fetching jmespath.swift
[622/3303] Fetching jmespath.swift, swift-service-lifecycle
[1682/6082] Fetching jmespath.swift, swift-service-lifecycle, swift-metrics
[6024/8903] Fetching jmespath.swift, swift-service-lifecycle, swift-metrics, swift-nio-transport-services
Fetched https://github.com/apple/swift-metrics.git from cache (0.33s)
Fetching https://github.com/apple/swift-log.git
[6093/21593] Fetching jmespath.swift, swift-service-lifecycle, swift-nio-transport-services, async-http-client
[14137/36943] Fetching jmespath.swift, swift-service-lifecycle, swift-nio-transport-services, async-http-client, swift-nio-ssl
[18304/43083] Fetching jmespath.swift, swift-service-lifecycle, swift-nio-transport-services, async-http-client, swift-nio-ssl, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.54s)
[25092/36943] Fetching jmespath.swift, swift-service-lifecycle, swift-nio-transport-services, async-http-client, swift-nio-ssl
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.07s)
[27643/34122] Fetching jmespath.swift, swift-service-lifecycle, async-http-client, swift-nio-ssl
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/swift-server/async-http-client.git from cache (1.07s)
[12328/18653] Fetching jmespath.swift, swift-service-lifecycle, swift-nio-ssl
Fetching https://github.com/apple/swift-atomics.git
[13557/24318] Fetching jmespath.swift, swift-service-lifecycle, swift-nio-ssl, swift-distributed-tracing
[19836/26138] Fetching jmespath.swift, swift-service-lifecycle, swift-nio-ssl, swift-distributed-tracing, swift-atomics
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.48s)
Fetching https://github.com/apple/swift-nio.git
[16604/20473] Fetching jmespath.swift, swift-service-lifecycle, swift-nio-ssl, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.38s)
[18621/18653] Fetching jmespath.swift, swift-service-lifecycle, swift-nio-ssl
[18622/35898] Fetching jmespath.swift, swift-service-lifecycle, swift-nio-ssl, swift-crypto
[20347/118535] Fetching jmespath.swift, swift-service-lifecycle, swift-nio-ssl, swift-crypto, swift-nio
Fetched https://github.com/jmespath/jmespath.swift.git from cache (2.09s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (2.09s)
[21897/115232] Fetching swift-nio-ssl, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.12s)
[7891/99882] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (2.20s)
[51235/82637] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.34s)
Computing version for https://github.com/jmespath/jmespath.swift.git
Computed https://github.com/jmespath/jmespath.swift.git at 1.0.3 (8.99s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.0 (0.56s)
Fetching https://github.com/apple/swift-service-context.git
[1/1203] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.25s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.82s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (0.52s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.10.1 (0.55s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/6170] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.44s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.2 (1.08s)
Fetching https://github.com/apple/swift-collections.git
[1/20397] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.15s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.32.0 (1.69s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/6491] Fetching swift-nio-extras
[6428/18491] Fetching swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.47s)
[2880/12000] Fetching swift-nio-http2
Fetching https://github.com/apple/swift-algorithms.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.99s)
[1/6058] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.40s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.98s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.46s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (1.05s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (0.56s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.40.0 (0.56s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.51s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (0.64s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.88s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.32.1 (0.67s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/951] Fetching swift-http-types
[544/2167] Fetching swift-http-types, swift-http-structured-headers
[1378/3933] Fetching swift-http-types, swift-http-structured-headers, swift-asn1
[3934/11055] Fetching swift-http-types, swift-http-structured-headers, swift-asn1, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.36s)
[5190/10104] Fetching swift-http-structured-headers, swift-asn1, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.53s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.53s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.53s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.95.0 (1.57s)
Fetching https://github.com/apple/swift-system.git
[1/5601] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.62s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (2.90s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.56s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (0.66s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (0.56s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.63s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (1.93s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.8.0 (0.54s)
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.6.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.32.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.95.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.2
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.8.0
Creating working copy for https://github.com/jmespath/jmespath.swift.git
Working copy of https://github.com/jmespath/jmespath.swift.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/soto-project/soto.git
Working copy of https://github.com/soto-project/soto.git resolved at 7.13.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.10.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/soto-project/soto-core.git
Working copy of https://github.com/soto-project/soto-core.git resolved at 7.13.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.18.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.10.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.2.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.26.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.32.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.40.0
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/7] Compiling DynamoModel DynamoModel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[4/7] Compiling DynamoModel DynamoModelOf.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[5/7] Compiling DynamoModel DictionaryEncoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[6/7] Compiling DynamoModel DynamoModel+Soto.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[7/7] Emitting module DynamoModel
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Build complete! (156.40s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "soto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.0.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/soto-project/soto.git"
    }
  ],
  "manifest_display_name" : "DynamoModel",
  "name" : "DynamoModel",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "DynamoModel",
      "targets" : [
        "DynamoModel"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DynamoModelTests",
      "module_type" : "SwiftTarget",
      "name" : "DynamoModelTests",
      "path" : "Tests/DynamoModelTests",
      "sources" : [
        "DynamoModelTests.swift"
      ],
      "target_dependencies" : [
        "DynamoModel"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DynamoModel",
      "module_type" : "SwiftTarget",
      "name" : "DynamoModel",
      "path" : "Sources/DynamoModel",
      "product_dependencies" : [
        "SotoDynamoDB"
      ],
      "product_memberships" : [
        "DynamoModel"
      ],
      "sources" : [
        "DictionaryEncoder.swift",
        "DynamoModel+Soto.swift",
        "DynamoModel.swift",
        "DynamoModelOf.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.