The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Statement, reference 0.8.1 (fc7767), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 18:51:37 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/Statement.git
Reference: 0.8.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/richardpiazza/Statement
 * tag               0.8.1      -> FETCH_HEAD
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 0.8.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "statement",
      "name": "Statement",
      "url": "https://github.com/richardpiazza/Statement.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Statement",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/richardpiazza/Statement.git
[1/760] Fetching statement
Fetched https://github.com/richardpiazza/Statement.git from cache (0.71s)
Creating working copy for https://github.com/richardpiazza/Statement.git
Working copy of https://github.com/richardpiazza/Statement.git resolved at 0.8.1 (fc77679)
warning: '.resolve-product-dependencies': dependency 'statement' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/richardpiazza/Statement.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/29] Emitting module Statement
/Users/admin/builder/spi-builder-workspace/Sources/Statement/Schema/ForeignKey.swift:4:16: warning: stored property 'entity' of 'Sendable'-conforming struct 'ForeignKey' has non-Sendable type 'any Entity.Type'
 2 |
 3 | public struct ForeignKey: Sendable {
 4 |     public var entity: Entity.Type
   |                `- warning: stored property 'entity' of 'Sendable'-conforming struct 'ForeignKey' has non-Sendable type 'any Entity.Type'
 5 |     public var attribute: Attribute
 6 |
[5/31] Compiling Statement ComparisonOperator.swift
[6/31] Compiling Statement ConjunctiveOperator.swift
[7/31] Compiling Statement LogicalOperator.swift
[8/31] Compiling Statement ComparisonPredicate.swift
[9/31] Compiling Statement ConjunctivePredicate.swift
[10/31] Compiling Statement AnyRenderable.swift
[11/31] Compiling Statement ClauseRenderer.swift
[12/31] Compiling Statement ComparisonRenderer.swift
[13/31] Compiling Statement LogicalPredicate.swift
[14/31] Compiling Statement Segment.swift
[15/31] Compiling Statement AttributeConvertible.swift
[16/31] Compiling Statement DataType.swift
[17/31] Compiling Statement DataTypeConvertible.swift
[18/31] Compiling Statement Renderer.swift
[19/31] Compiling Statement AnyAttribute.swift
[20/31] Compiling Statement Attribute.swift
[21/31] Compiling Statement StatementSyntax.swift
[22/31] Compiling Statement StructuredStatement.swift
[23/31] Compiling Statement Clause.swift
[24/31] Compiling Statement Group.swift
[25/31] Compiling Statement Keyword.swift
[26/31] Compiling Statement ConjunctiveRenderer.swift
[27/31] Compiling Statement GroupRenderer.swift
[28/31] Compiling Statement LogicalRenderer.swift
[29/31] Compiling Statement Entity.swift
/Users/admin/builder/spi-builder-workspace/Sources/Statement/Schema/ForeignKey.swift:4:16: warning: stored property 'entity' of 'Sendable'-conforming struct 'ForeignKey' has non-Sendable type 'any Entity.Type'
 2 |
 3 | public struct ForeignKey: Sendable {
 4 |     public var entity: Entity.Type
   |                `- warning: stored property 'entity' of 'Sendable'-conforming struct 'ForeignKey' has non-Sendable type 'any Entity.Type'
 5 |     public var attribute: Attribute
 6 |
[30/31] Compiling Statement Field.swift
/Users/admin/builder/spi-builder-workspace/Sources/Statement/Schema/ForeignKey.swift:4:16: warning: stored property 'entity' of 'Sendable'-conforming struct 'ForeignKey' has non-Sendable type 'any Entity.Type'
 2 |
 3 | public struct ForeignKey: Sendable {
 4 |     public var entity: Entity.Type
   |                `- warning: stored property 'entity' of 'Sendable'-conforming struct 'ForeignKey' has non-Sendable type 'any Entity.Type'
 5 |     public var attribute: Attribute
 6 |
[31/31] Compiling Statement ForeignKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/Statement/Schema/ForeignKey.swift:4:16: warning: stored property 'entity' of 'Sendable'-conforming struct 'ForeignKey' has non-Sendable type 'any Entity.Type'
 2 |
 3 | public struct ForeignKey: Sendable {
 4 |     public var entity: Entity.Type
   |                `- warning: stored property 'entity' of 'Sendable'-conforming struct 'ForeignKey' has non-Sendable type 'any Entity.Type'
 5 |     public var attribute: Attribute
 6 |
[32/50] Compiling StatementSQLite SelectContext.swift
[33/50] Compiling StatementSQLite SetContext.swift
[34/50] Compiling StatementSQLite SQLiteStatement.swift
[35/50] Compiling StatementSQLite Segment+SQLite.swift
[36/50] Compiling StatementSQLite UpdateContext.swift
[37/50] Compiling StatementSQLite ValuesContext.swift
[38/51] Compiling StatementSQLite LimitContext.swift
[39/51] Compiling StatementSQLite OrderContext.swift
[40/51] Compiling StatementSQLite InsertContext.swift
[41/51] Compiling StatementSQLite JoinContext.swift
[42/51] Compiling StatementSQLite FromContext.swift
[43/51] Compiling StatementSQLite HavingContext.swift
[44/51] Compiling StatementSQLite DeleteContext.swift
/Users/admin/builder/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
[45/51] Compiling StatementSQLite Field+SQLite.swift
/Users/admin/builder/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/51] Compiling StatementSQLite DataType+SQLite.swift
[47/51] Compiling StatementSQLite DataTypeConvertible+SQLite.swift
[48/51] Emitting module StatementSQLite
/Users/admin/builder/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
[49/51] Compiling StatementSQLite AlterTableContext.swift
[50/51] Compiling StatementSQLite CreateContext.swift
[51/51] Compiling StatementSQLite WhereContext.swift
Build complete! (6.97s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Statement",
  "name" : "Statement",
  "path" : "/Users/admin/builder/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"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/richardpiazza/statement/0.8.1
Repository:               richardpiazza/Statement
Swift version used:       6.3
Target:                   AsyncPlus
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2271] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.19s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.48s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.16s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.95s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Emitting module SymbolKit
[7/53] Compiling SymbolKit Mixin+Equals.swift
[8/53] Compiling SymbolKit Mixin+Hash.swift
[9/53] Compiling SymbolKit Mixin.swift
[10/53] Compiling SymbolKit LineList.swift
[11/53] Compiling SymbolKit Position.swift
[12/53] Compiling SymbolKit Identifier.swift
[13/53] Compiling SymbolKit KindIdentifier.swift
[14/53] Compiling SymbolKit Location.swift
[15/53] Compiling SymbolKit Mutability.swift
[16/57] Compiling SymbolKit Names.swift
[17/57] Compiling SymbolKit SPI.swift
[18/57] Compiling SymbolKit Snippet.swift
[19/57] Compiling SymbolKit Extension.swift
[20/57] Compiling SymbolKit GenericConstraint.swift
[21/57] Compiling SymbolKit GenericParameter.swift
[22/57] Compiling SymbolKit Generics.swift
[23/57] Compiling SymbolKit Namespace.swift
[24/57] Compiling SymbolKit SemanticVersion.swift
[25/57] Compiling SymbolKit AccessControl.swift
[26/57] Compiling SymbolKit Availability.swift
[27/57] Compiling SymbolKit AvailabilityItem.swift
[28/57] Compiling SymbolKit Domain.swift
[29/57] Compiling SymbolKit SourceRange.swift
[30/57] Compiling SymbolKit Metadata.swift
[31/57] Compiling SymbolKit Module.swift
[32/57] Compiling SymbolKit OperatingSystem.swift
[33/57] Compiling SymbolKit Platform.swift
[34/57] Compiling SymbolKit Relationship.swift
[35/57] Compiling SymbolKit RelationshipKind.swift
[36/57] Compiling SymbolKit SourceOrigin.swift
[37/57] Compiling SymbolKit GenericConstraints.swift
[38/57] Compiling SymbolKit Swift.swift
[39/57] Compiling SymbolKit DeclarationFragments.swift
[40/57] Compiling SymbolKit Fragment.swift
[41/57] Compiling SymbolKit FragmentKind.swift
[42/57] Compiling SymbolKit FunctionParameter.swift
[43/57] Compiling SymbolKit FunctionSignature.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets SnippetParser.swift
[53/57] Compiling Snippets Snippet.swift
[54/57] Emitting module Snippets
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.13s)
error: no target named 'AsyncPlus'
compatible targets: 'Statement', 'StatementSQLite'
       1
0	/Users/admin/builder/spi-builder-workspace/.docs/richardpiazza/statement/0.8.1
✅  Doc result (uploading) reported
Error while generating docs: Error Domain=NSCocoaErrorDomain Code=260 "The folder “documentation” doesn’t exist." UserInfo={NSUserStringVariant=(
    Folder
), NSFilePath=/Users/admin/builder/spi-builder-workspace/.docs/richardpiazza/statement/0.8.1/documentation, NSURL=file:///Users/admin/builder/spi-builder-workspace/.docs/richardpiazza/statement/0.8.1/documentation, NSUnderlyingError=0xcb6d54150 {Error Domain=NSOSStatusErrorDomain Code=-43 "fnfErr: File not found"}}
✅  Doc result (failed) reported
Done.