The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Statement, reference main (fc7767), with Swift 6.1 for Linux on 29 Apr 2025 01:38:50 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" 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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/Statement.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/richardpiazza/Statement
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at fc77679 Sendable Conformances (#14)
Cloned https://github.com/richardpiazza/Statement.git
Revision (git rev-parse @):
fc77679f1d34c75cf996bd09169efbc31ca93d7a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/richardpiazza/Statement.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/richardpiazza/Statement.git
https://github.com/richardpiazza/Statement.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Statement",
  "name" : "Statement",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Statement",
      "targets" : [
        "Statement"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StatementSQLite",
      "targets" : [
        "StatementSQLite"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StatementTests",
      "module_type" : "SwiftTarget",
      "name" : "StatementTests",
      "path" : "Tests/StatementTests",
      "sources" : [
        "Catalog/Expression.swift",
        "Catalog/LanguageCode.swift",
        "Catalog/RegionCode.swift",
        "Catalog/Translation.swift",
        "DefaultValuesTests.swift",
        "SQLite/SQLiteDataTypeConvertibleTests.swift",
        "SQLite/SQLiteStatement_AlterContextTests.swift",
        "SQLite/SQLiteStatement_CreateContextTests.swift",
        "SQLite/SQLiteStatement_DeleteContextTests.swift",
        "SQLite/SQLiteStatement_InsertContextTests.swift",
        "SQLite/SQLiteStatement_OrderContextTests.swift",
        "SQLite/SQLiteStatement_SelectContextTests.swift",
        "SQLite/SQLiteStatement_UpdateContextTests.swift"
      ],
      "target_dependencies" : [
        "Statement",
        "StatementSQLite"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StatementSQLite",
      "module_type" : "SwiftTarget",
      "name" : "StatementSQLite",
      "path" : "Sources/StatementSQLite",
      "product_memberships" : [
        "StatementSQLite"
      ],
      "sources" : [
        "AlterTableContext.swift",
        "CreateContext.swift",
        "DataType+SQLite.swift",
        "DataTypeConvertible+SQLite.swift",
        "DeleteContext.swift",
        "Field+SQLite.swift",
        "FromContext.swift",
        "HavingContext.swift",
        "InsertContext.swift",
        "JoinContext.swift",
        "LimitContext.swift",
        "OrderContext.swift",
        "SQLiteStatement.swift",
        "Segment+SQLite.swift",
        "SelectContext.swift",
        "SetContext.swift",
        "UpdateContext.swift",
        "ValuesContext.swift",
        "WhereContext.swift"
      ],
      "target_dependencies" : [
        "Statement"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Statement",
      "module_type" : "SwiftTarget",
      "name" : "Statement",
      "path" : "Sources/Statement",
      "product_memberships" : [
        "Statement",
        "StatementSQLite"
      ],
      "sources" : [
        "Operators/ComparisonOperator.swift",
        "Operators/ConjunctiveOperator.swift",
        "Operators/LogicalOperator.swift",
        "Rendering/AnyRenderable.swift",
        "Rendering/ClauseRenderer.swift",
        "Rendering/ComparisonRenderer.swift",
        "Rendering/ConjunctiveRenderer.swift",
        "Rendering/GroupRenderer.swift",
        "Rendering/LogicalRenderer.swift",
        "Rendering/Renderer.swift",
        "Schema/AnyAttribute.swift",
        "Schema/Attribute.swift",
        "Schema/AttributeConvertible.swift",
        "Schema/DataType.swift",
        "Schema/DataTypeConvertible.swift",
        "Schema/Entity.swift",
        "Schema/Field.swift",
        "Schema/ForeignKey.swift",
        "StatementSyntax.swift",
        "StructuredStatement.swift",
        "Syntax/Clause.swift",
        "Syntax/ComparisonPredicate.swift",
        "Syntax/ConjunctivePredicate.swift",
        "Syntax/Group.swift",
        "Syntax/Keyword.swift",
        "Syntax/LogicalPredicate.swift",
        "Syntax/Segment.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" 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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/28] Emitting module Statement
[5/31] Compiling Statement Entity.swift
[6/31] Compiling Statement Field.swift
[7/31] Compiling Statement ForeignKey.swift
[8/31] Compiling Statement ComparisonPredicate.swift
[9/31] Compiling Statement ConjunctivePredicate.swift
[10/31] Compiling Statement Group.swift
[11/31] Compiling Statement ComparisonOperator.swift
[12/31] Compiling Statement ConjunctiveOperator.swift
[13/31] Compiling Statement LogicalOperator.swift
[14/31] Compiling Statement AnyRenderable.swift
[15/31] Compiling Statement ClauseRenderer.swift
[16/31] Compiling Statement ComparisonRenderer.swift
[17/31] Compiling Statement ConjunctiveRenderer.swift
[18/31] Compiling Statement GroupRenderer.swift
[19/31] Compiling Statement StatementSyntax.swift
[20/31] Compiling Statement StructuredStatement.swift
[21/31] Compiling Statement Clause.swift
[22/31] Compiling Statement AttributeConvertible.swift
[23/31] Compiling Statement DataType.swift
[24/31] Compiling Statement DataTypeConvertible.swift
[25/31] Compiling Statement LogicalRenderer.swift
[26/31] Compiling Statement Renderer.swift
[27/31] Compiling Statement AnyAttribute.swift
[28/31] Compiling Statement Attribute.swift
[29/31] Compiling Statement Keyword.swift
[30/31] Compiling Statement LogicalPredicate.swift
[31/31] Compiling Statement Segment.swift
[33/50] Emitting module StatementSQLite
/host/spi-builder-workspace/Sources/StatementSQLite/Field+SQLite.swift:3:1: warning: extension declares a conformance of imported type 'Field' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Statement' introduce this conformance in the future
 1 | import Statement
 2 |
 3 | extension Field: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Field' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Statement' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public var description: String {
 5 |         let column = self.attribute
[34/52] Compiling StatementSQLite JoinContext.swift
[35/52] Compiling StatementSQLite LimitContext.swift
[36/52] Compiling StatementSQLite SetContext.swift
[37/52] Compiling StatementSQLite UpdateContext.swift
[38/52] Compiling StatementSQLite Segment+SQLite.swift
[39/52] Compiling StatementSQLite SelectContext.swift
[40/52] Compiling StatementSQLite FromContext.swift
[41/52] Compiling StatementSQLite HavingContext.swift
[42/52] Compiling StatementSQLite InsertContext.swift
[43/52] Compiling StatementSQLite OrderContext.swift
[44/52] Compiling StatementSQLite SQLiteStatement.swift
[45/52] Compiling StatementSQLite DataTypeConvertible+SQLite.swift
/host/spi-builder-workspace/Sources/StatementSQLite/Field+SQLite.swift:3:1: warning: extension declares a conformance of imported type 'Field' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Statement' introduce this conformance in the future
 1 | import Statement
 2 |
 3 | extension Field: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Field' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Statement' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public var description: String {
 5 |         let column = self.attribute
[46/52] Compiling StatementSQLite DeleteContext.swift
/host/spi-builder-workspace/Sources/StatementSQLite/Field+SQLite.swift:3:1: warning: extension declares a conformance of imported type 'Field' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Statement' introduce this conformance in the future
 1 | import Statement
 2 |
 3 | extension Field: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Field' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Statement' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public var description: String {
 5 |         let column = self.attribute
[47/52] Compiling StatementSQLite Field+SQLite.swift
/host/spi-builder-workspace/Sources/StatementSQLite/Field+SQLite.swift:3:1: warning: extension declares a conformance of imported type 'Field' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Statement' introduce this conformance in the future
 1 | import Statement
 2 |
 3 | extension Field: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Field' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Statement' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 4 |     public var description: String {
 5 |         let column = self.attribute
[48/52] Compiling StatementSQLite AlterTableContext.swift
[49/52] Compiling StatementSQLite CreateContext.swift
[50/52] Compiling StatementSQLite DataType+SQLite.swift
[51/52] Compiling StatementSQLite ValuesContext.swift
[52/52] Compiling StatementSQLite WhereContext.swift
Build complete! (11.29s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Statement",
  "name" : "Statement",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Statement",
      "targets" : [
        "Statement"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StatementSQLite",
      "targets" : [
        "StatementSQLite"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StatementTests",
      "module_type" : "SwiftTarget",
      "name" : "StatementTests",
      "path" : "Tests/StatementTests",
      "sources" : [
        "Catalog/Expression.swift",
        "Catalog/LanguageCode.swift",
        "Catalog/RegionCode.swift",
        "Catalog/Translation.swift",
        "DefaultValuesTests.swift",
        "SQLite/SQLiteDataTypeConvertibleTests.swift",
        "SQLite/SQLiteStatement_AlterContextTests.swift",
        "SQLite/SQLiteStatement_CreateContextTests.swift",
        "SQLite/SQLiteStatement_DeleteContextTests.swift",
        "SQLite/SQLiteStatement_InsertContextTests.swift",
        "SQLite/SQLiteStatement_OrderContextTests.swift",
        "SQLite/SQLiteStatement_SelectContextTests.swift",
        "SQLite/SQLiteStatement_UpdateContextTests.swift"
      ],
      "target_dependencies" : [
        "Statement",
        "StatementSQLite"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StatementSQLite",
      "module_type" : "SwiftTarget",
      "name" : "StatementSQLite",
      "path" : "Sources/StatementSQLite",
      "product_memberships" : [
        "StatementSQLite"
      ],
      "sources" : [
        "AlterTableContext.swift",
        "CreateContext.swift",
        "DataType+SQLite.swift",
        "DataTypeConvertible+SQLite.swift",
        "DeleteContext.swift",
        "Field+SQLite.swift",
        "FromContext.swift",
        "HavingContext.swift",
        "InsertContext.swift",
        "JoinContext.swift",
        "LimitContext.swift",
        "OrderContext.swift",
        "SQLiteStatement.swift",
        "Segment+SQLite.swift",
        "SelectContext.swift",
        "SetContext.swift",
        "UpdateContext.swift",
        "ValuesContext.swift",
        "WhereContext.swift"
      ],
      "target_dependencies" : [
        "Statement"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Statement",
      "module_type" : "SwiftTarget",
      "name" : "Statement",
      "path" : "Sources/Statement",
      "product_memberships" : [
        "Statement",
        "StatementSQLite"
      ],
      "sources" : [
        "Operators/ComparisonOperator.swift",
        "Operators/ConjunctiveOperator.swift",
        "Operators/LogicalOperator.swift",
        "Rendering/AnyRenderable.swift",
        "Rendering/ClauseRenderer.swift",
        "Rendering/ComparisonRenderer.swift",
        "Rendering/ConjunctiveRenderer.swift",
        "Rendering/GroupRenderer.swift",
        "Rendering/LogicalRenderer.swift",
        "Rendering/Renderer.swift",
        "Schema/AnyAttribute.swift",
        "Schema/Attribute.swift",
        "Schema/AttributeConvertible.swift",
        "Schema/DataType.swift",
        "Schema/DataTypeConvertible.swift",
        "Schema/Entity.swift",
        "Schema/Field.swift",
        "Schema/ForeignKey.swift",
        "StatementSyntax.swift",
        "StructuredStatement.swift",
        "Syntax/Clause.swift",
        "Syntax/ComparisonPredicate.swift",
        "Syntax/ConjunctivePredicate.swift",
        "Syntax/Group.swift",
        "Syntax/Keyword.swift",
        "Syntax/LogicalPredicate.swift",
        "Syntax/Segment.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.