The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PureSQL, reference main (26ca92), with Swift 6.1 for macOS (SPM) on 19 Feb 2026 06:58:40 UTC.

Swift 6 data race errors: 0

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wickwirew/PureSQL.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wickwirew/PureSQL
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 26ca920 Merge pull request #10 from wickwirew/missing-semi-colon
Cloned https://github.com/wickwirew/PureSQL.git
Revision (git rev-parse @):
26ca92079a6fe7c6c1e79540bbc31018794804ec
SUCCESS checkout https://github.com/wickwirew/PureSQL.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/wickwirew/PureSQL.git
https://github.com/wickwirew/PureSQL.git
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0-latest",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.2",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams"
    }
  ],
  "manifest_display_name" : "PureSQL",
  "name" : "PureSQL",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "PureSQL",
      "targets" : [
        "PureSQL"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Compiler",
      "targets" : [
        "Compiler"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PureSQLCLI",
      "targets" : [
        "PureSQLCLI"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "PureSQLPlugin",
      "targets" : [
        "PureSQLPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "PureSQLMacros",
      "targets" : [
        "PureSQLMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PureSQLTests",
      "module_type" : "SwiftTarget",
      "name" : "PureSQLTests",
      "path" : "Tests/PureSQLTests",
      "sources" : [
        "ConnectionPoolTests.swift",
        "DatabaseValueAdapterTests.swift",
        "FailTests.swift",
        "JustTests.swift",
        "MapInputTests.swift",
        "MapTests.swift",
        "MigrationRunnerTests.swift",
        "QueryPublisherTests.swift",
        "QueryTests.swift",
        "RowTests.swift",
        "SQLAnyTests.swift",
        "SQLTests.swift",
        "StatementTests.swift",
        "TestDatabase.swift",
        "TestTests.swift",
        "TestUtils.swift"
      ],
      "target_dependencies" : [
        "PureSQL",
        "Compiler"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PureSQLPlugin",
      "module_type" : "PluginTarget",
      "name" : "PureSQLPlugin",
      "path" : "Plugins/PureSQLPlugin",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "PureSQLPlugin"
      ],
      "sources" : [
        "PureSQLPlugin.swift"
      ],
      "target_dependencies" : [
        "PureSQLCLI"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "PureSQLMacros",
      "module_type" : "SwiftTarget",
      "name" : "PureSQLMacros",
      "path" : "Sources/PureSQLMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "PureSQL",
        "PureSQLMacros"
      ],
      "sources" : [
        "DatabaseMacro.swift",
        "Plugins.swift",
        "QueryMacro.swift",
        "String+Extensions.swift",
        "Syntax+Extensions.swift",
        "SyntaxError.swift"
      ],
      "target_dependencies" : [
        "Compiler"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "PureSQLCLI",
      "module_type" : "SwiftTarget",
      "name" : "PureSQLCLI",
      "path" : "Sources/PureSQLCLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "PureSQLCLI",
        "PureSQLPlugin"
      ],
      "sources" : [
        "GenerateCommand.swift",
        "InitCommand.swift",
        "MigrationsCommand.swift",
        "PureSQL.swift",
        "QueriesCommand.swift"
      ],
      "target_dependencies" : [
        "Compiler"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PureSQL",
      "module_type" : "SwiftTarget",
      "name" : "PureSQL",
      "path" : "Sources/PureSQL",
      "product_dependencies" : [
        "Collections"
      ],
      "product_memberships" : [
        "PureSQL"
      ],
      "sources" : [
        "Connection.swift",
        "ConnectionPool.swift",
        "Cursor.swift",
        "Database.swift",
        "DatabaseConfig.swift",
        "DatabaseObserver.swift",
        "DatabasePrimitive.swift",
        "DatabaseValueAdapter.swift",
        "Macros.swift",
        "Migration.swift",
        "Queries/AnyQuery.swift",
        "Queries/Bulk.swift",
        "Queries/DatabaseQuery.swift",
        "Queries/Fail.swift",
        "Queries/Just.swift",
        "Queries/Map.swift",
        "Queries/MapInput.swift",
        "Queries/Queries.swift",
        "Queries/Test.swift",
        "Query+Combine.swift",
        "Query.swift",
        "QueryObservation.swift",
        "Row.swift",
        "RowDecodable.swift",
        "SQL.swift",
        "SQLAny.swift",
        "SQLError.swift",
        "SQLiteCode.swift",
        "SQLiteConnection.swift",
        "Statement.swift",
        "Transaction.swift",
        "Utils/Collection+Extensions.swift",
        "Utils/Lock.swift",
        "Utils/Queue.swift"
      ],
      "target_dependencies" : [
        "PureSQLMacros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CompilerTests",
      "module_type" : "SwiftTarget",
      "name" : "CompilerTests",
      "path" : "Tests/CompilerTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileDelete.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileDropTable.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileFTS5.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileFunctions.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileIndex.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileInsert.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileIsSingleResult.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileOutlandishCTE.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileSelectWithJoins.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileSimpleSelects.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileSpecialNames.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileTableOrSubqueries.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileTableSchema.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileTriggers.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileUpdate.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileView.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Gen/Migrations.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Gen/Queries.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Gen/Swift.output",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Gen/SwiftWithPattern.output",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseAlterTable.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseBindParameter.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseColumnConstraint.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseColumnDefinition.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseCommonTableExpression.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseConflictClause.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseCreateIndexStmt.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseCreateTable.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseCreateTriggerStmt.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseCreateViewStmt.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseCreateVirtualTable.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseDefinition.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseDeleteStmt.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseDropIndexStmt.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseDropTableStmt.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseDropTriggerStmt.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseDropViewStmt.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseExpression.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseForeignKeyClause.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseInsertStmt.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseJoinClause.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseJoinConstraint.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseJoinOperator.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseOperators.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseOrder.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseOrderingTerm.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParsePragma.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseReindexStmt.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseResultColumn.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseSelectStmt.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseSignedNumber.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseTableConstraint.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseTableOptions.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseTableOrSubquery.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseTransactionStmt.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseTypeName.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseUpdateStmt.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseVacuumStmt.sql",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Check/Check.swift",
        "Check/Checkable.swift",
        "CompilerTests.swift",
        "DuplicateDictionaryTests.swift",
        "EnvironmentTests.swift",
        "GenTests.swift",
        "LexerTests.swift",
        "NameTests.swift",
        "ParserTests.swift",
        "TypeCheckerTests.swift"
      ],
      "target_dependencies" : [
        "Compiler"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Compiler",
      "module_type" : "SwiftTarget",
      "name" : "Compiler",
      "path" : "Sources/Compiler",
      "product_dependencies" : [
        "OrderedCollections",
        "SwiftSyntax",
        "SwiftSyntaxBuilder",
        "Yams"
      ],
      "product_memberships" : [
        "PureSQL",
        "Compiler",
        "PureSQLCLI",
        "PureSQLPlugin",
        "PureSQLMacros"
      ],
      "sources" : [
        "Columns.swift",
        "Compiler.swift",
        "Config.swift",
        "Diagnostic.swift",
        "DiagnosticReporter.swift",
        "Diagnostics.swift",
        "Driver.swift",
        "Environment.swift",
        "Function.swift",
        "Gen/Language.swift",
        "Gen/PositionalSequence.swift",
        "Gen/Rewriter.swift",
        "Gen/SwiftLanguage.swift",
        "Index.swift",
        "Parse/Lexer.swift",
        "Parse/ParserState.swift",
        "Parse/Parsers.swift",
        "Parse/Token.swift",
        "Project.swift",
        "QualifiedName.swift",
        "Schema.swift",
        "SchemaName.swift",
        "Sema/Builtins.swift",
        "Sema/CardinalityInferrer.swift",
        "Sema/ExprTypeChecker.swift",
        "Sema/InferenceState.swift",
        "Sema/IsStaticallyTrue.swift",
        "Sema/Name.swift",
        "Sema/NameInferrer.swift",
        "Sema/PragmaAnalyzer.swift",
        "Sema/Statement.swift",
        "Sema/StmtTypeChecker.swift",
        "Sema/Substitution.swift",
        "Sema/Type.swift",
        "Sema/TypeScheme.swift",
        "Syntax/AliasSyntax.swift",
        "Syntax/ColumnConstraintSyntax.swift",
        "Syntax/ColumnDefSyntax.swift",
        "Syntax/CompoundOperatorSyntax.swift",
        "Syntax/ConfictClauseSyntax.swift",
        "Syntax/Expressions/BetweenExprSyntax.swift",
        "Syntax/Expressions/BindParameterSyntax.swift",
        "Syntax/Expressions/CaseWhenThenExprSyntax.swift",
        "Syntax/Expressions/CastExprSyntax.swift",
        "Syntax/Expressions/ColumnExprSyntax.swift",
        "Syntax/Expressions/CommonTableExpressionSyntax.swift",
        "Syntax/Expressions/ExistsExprSyntax.swift",
        "Syntax/Expressions/ExprSyntax.swift",
        "Syntax/Expressions/FunctionExprSyntax.swift",
        "Syntax/Expressions/GroupedExprSyntax.swift",
        "Syntax/Expressions/InfixExprSyntax.swift",
        "Syntax/Expressions/InvalidExprSyntax.swift",
        "Syntax/Expressions/LiteralExprSyntax.swift",
        "Syntax/Expressions/PostfixExprSyntax.swift",
        "Syntax/Expressions/PrefixExprSyntax.swift",
        "Syntax/Expressions/SelectExprSyntax.swift",
        "Syntax/ForeignKeyClauseSyntax.swift",
        "Syntax/FromSyntax.swift",
        "Syntax/IdentifierSyntax.swift",
        "Syntax/IndexedColumnSyntax.swift",
        "Syntax/JoinClauseSyntax.swift",
        "Syntax/JoinConstraintSyntax.swift",
        "Syntax/JoinOperatorSyntax.swift",
        "Syntax/NumericSyntax.swift",
        "Syntax/Operator.swift",
        "Syntax/OperatorSyntax.swift",
        "Syntax/OrSyntax.swift",
        "Syntax/OrderSyntax.swift",
        "Syntax/OrderingTermSyntax.swift",
        "Syntax/QualifiedTableNameSyntax.swift",
        "Syntax/ResultColumnSyntax.swift",
        "Syntax/ReturningClauseSyntax.swift",
        "Syntax/SetActionSyntax.swift",
        "Syntax/SourceLocation.swift",
        "Syntax/Statements/AlterTableStmtSyntax.swift",
        "Syntax/Statements/BeginStmtSyntax.swift",
        "Syntax/Statements/CommitStmtSyntax.swift",
        "Syntax/Statements/CreateIndexStmtSyntax.swift",
        "Syntax/Statements/CreateTableStmtSyntax.swift",
        "Syntax/Statements/CreateTriggerStmtSyntax.swift",
        "Syntax/Statements/CreateViewStmtSyntax.swift",
        "Syntax/Statements/CreateVirtualTableStmtSyntax.swift",
        "Syntax/Statements/DeleteStmtSyntax.swift",
        "Syntax/Statements/DropIndexStmtSyntax.swift",
        "Syntax/Statements/DropTableStmtSyntax.swift",
        "Syntax/Statements/DropTriggerStmtSyntax.swift",
        "Syntax/Statements/DropViewStmtSyntax.swift",
        "Syntax/Statements/EmptyStmtSyntax.swift",
        "Syntax/Statements/InsertStmtSyntax.swift",
        "Syntax/Statements/PragmaStmtSyntax.swift",
        "Syntax/Statements/QueryDefinitionStmtSyntax.swift",
        "Syntax/Statements/ReindexStmtSyntax.swift",
        "Syntax/Statements/ReleaseStmtSyntax.swift",
        "Syntax/Statements/RollbackStmtSyntax.swift",
        "Syntax/Statements/SavepointStmtSyntax.swift",
        "Syntax/Statements/SelectCoreSyntax.swift",
        "Syntax/Statements/SelectStmtSyntax.swift",
        "Syntax/Statements/StmtSyntax.swift",
        "Syntax/Statements/UpdateStmtSyntax.swift",
        "Syntax/Statements/VacuumStmtSyntax.swift",
        "Syntax/Syntax.swift",
        "Syntax/TableConstraintSyntax.swift",
        "Syntax/TableNameSyntax.swift",
        "Syntax/TableOptionsSyntax.swift",
        "Syntax/TableOrSubquerySyntax.swift",
        "Syntax/TypeNameSyntax.swift",
        "Syntax/UpsertClauseSyntax.swift",
        "Syntax/WindowDefinitionSyntax.swift",
        "Syntax/WithSyntax.swift",
        "Table.swift",
        "Trigger.swift",
        "Utils/Collection+Extensions.swift",
        "Utils/DuplicateDictionary.swift",
        "Utils/Either.swift",
        "Utils/FileSystem.swift",
        "Utils/Indirect.swift",
        "Utils/SourceWriter.swift",
        "Utils/String+Extensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin PureSQLPlugin
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/73] Write sources
[31/73] Write PureSQLCLI-tool-entitlement.plist
[31/73] Write sources
[34/73] Write PureSQLCLI-entitlement.plist
[36/73] Write sources
[45/73] Compiling _SwiftSyntaxCShims dummy.c
[47/73] Write swift-version-2F0A5646E1D333AE.txt
[48/73] Compiling reader.c
[49/73] Compiling writer.c
[50/73] Compiling reader.c
[51/73] Compiling parser.c
[52/73] Compiling emitter.c
[53/73] Compiling scanner.c
[54/73] Compiling parser.c
[55/73] Compiling scanner.c
[56/83] Compiling api.c
[57/102] Compiling writer.c
[58/115] Compiling emitter.c
[59/119] Compiling api.c
[60/119] Write sources
[62/159] Emitting module SwiftSyntax600
[63/159] Compiling SwiftSyntax600 Empty.swift
[63/159] Write sources
[66/159] Emitting module SwiftSyntax509
[67/159] Compiling SwiftSyntax509 Empty.swift
[68/159] Emitting module SwiftSyntax600
[69/159] Compiling SwiftSyntax600 Empty.swift
[69/159] Write sources
[72/159] Emitting module SwiftSyntax510
[73/159] Compiling SwiftSyntax510 Empty.swift
[75/159] Emitting module SwiftSyntax510
[76/163] Compiling SwiftSyntax509 Empty.swift
[77/163] Emitting module SwiftSyntax509
[78/228] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[79/229] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[80/229] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[81/229] Compiling SwiftSyntax SyntaxTraits.swift
[82/229] Compiling SwiftSyntax SyntaxVisitor.swift
[83/229] Compiling SwiftSyntax SyntaxCollections.swift
[84/229] Compiling SwiftSyntax SyntaxEnum.swift
[85/229] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[86/229] Compiling SwiftSyntax SyntaxKind.swift
[87/229] Compiling SwiftSyntax SyntaxRewriter.swift
[88/295] Compiling SwiftSyntax SourceLength.swift
[89/295] Compiling SwiftSyntax SourceLocation.swift
[90/295] Compiling SwiftSyntax SourcePresence.swift
[91/295] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[92/295] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[93/295] Compiling SwiftSyntax RawSyntaxNodesC.swift
[94/295] Emitting module InternalCollectionsUtilities
[95/295] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[96/295] Compiling SwiftSyntax Syntax.swift
[97/295] Compiling SwiftSyntax SyntaxArena.swift
[98/295] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[99/295] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[100/295] Compiling SwiftSyntax SourceEdit.swift
[101/295] Compiling SwiftSyntax Tokens.swift
[102/295] Compiling SwiftSyntax TriviaPieces.swift
[105/295] Compiling SwiftSyntax RawSyntaxNodesD.swift
[106/295] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[107/295] Emitting module InternalCollectionsUtilities
[114/428] Emitting module ArgumentParserToolInfo
[115/428] Compiling ArgumentParserToolInfo ToolInfo.swift
[117/506] Emitting module ArgumentParserToolInfo
[118/506] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[119/506] Compiling HeapModule Heap+Descriptions.swift
[120/506] Compiling HeapModule _HeapNode.swift
[121/578] Compiling HeapModule Heap.swift
[122/578] Compiling HeapModule Heap+UnsafeHandle.swift
[123/578] Compiling HeapModule Heap+Invariants.swift
[124/578] Emitting module HeapModule
[125/578] Compiling DequeModule _DequeBufferHeader.swift
[126/579] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[127/579] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[128/579] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[129/579] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[130/579] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[131/579] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[132/585] Compiling DequeModule _DequeSlot.swift
[133/585] Compiling DequeModule _DequeBuffer.swift
[134/585] Compiling OrderedCollections OrderedDictionary+Elements.swift
[135/585] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[136/585] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[137/585] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[138/585] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[139/585] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[140/585] Compiling OrderedCollections OrderedSet+Hashable.swift
[141/585] Compiling OrderedCollections OrderedSet+Initializers.swift
[142/585] Compiling OrderedCollections OrderedSet+Insertions.swift
[143/585] Compiling OrderedCollections OrderedSet+Invariants.swift
[144/585] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[145/585] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[146/640] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[147/640] Compiling HashTreeCollections TreeDictionary+Filter.swift
[148/640] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[149/640] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[150/640] Compiling HashTreeCollections TreeDictionary+Keys.swift
[151/640] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[152/640] Compiling HashTreeCollections TreeDictionary+Merge.swift
[153/640] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[154/648] Compiling BitCollections BitArray+Initializers.swift
[155/648] Compiling BitCollections BitArray+Invariants.swift
[156/648] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[157/648] Compiling BitCollections BitArray+RandomBits.swift
[158/648] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[159/648] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[160/648] Compiling DequeModule _UnsafeWrappedBuffer.swift
[161/648] Compiling BitCollections BitSet+SetAlgebra union.swift
[162/648] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[163/648] Compiling BitCollections BitSet.Counted.swift
[164/648] Compiling BitCollections BitSet.Index.swift
[165/648] Compiling BitCollections BitSet._UnsafeHandle.swift
[166/648] Compiling BitCollections BitArray+Descriptions.swift
[167/648] Compiling BitCollections BitArray+Equatable.swift
[168/648] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[169/648] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[170/648] Compiling BitCollections BitArray+Extras.swift
[171/648] Compiling BitCollections BitArray+Fill.swift
[172/648] Compiling BitCollections BitSet+Hashable.swift
[173/648] Compiling BitCollections BitSet+CustomReflectable.swift
[174/648] Compiling BitCollections BitSet+CustomStringConvertible.swift
[175/648] Compiling BitCollections BitSet+Equatable.swift
[176/648] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[177/648] Compiling BitCollections BitSet+Extras.swift
[178/648] Compiling BitCollections BitArray+BitwiseOperations.swift
[179/648] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[180/648] Compiling BitCollections BitArray+Codable.swift
[181/648] Compiling BitCollections BitArray+Collection.swift
[182/648] Compiling BitCollections BitArray+Copy.swift
[183/648] Compiling BitCollections BitArray+CustomReflectable.swift
[184/648] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[185/648] Compiling BitCollections BitArray+Hashable.swift
[189/648] Compiling BitCollections BitSet+BidirectionalCollection.swift
[190/648] Compiling BitCollections BitSet+Codable.swift
[201/655] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[202/655] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[203/655] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[204/655] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[205/655] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[207/661] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[214/661] Compiling BitCollections BitSet+Initializers.swift
[215/661] Compiling BitCollections BitSet+Invariants.swift
[216/661] Compiling BitCollections BitSet+Random.swift
[217/661] Compiling BitCollections BitSet+SetAlgebra basics.swift
[218/661] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[219/661] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[220/661] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[221/661] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[222/661] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[223/661] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[224/661] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[231/666] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[232/666] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[233/666] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[234/666] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[235/666] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[236/666] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[237/666] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[238/666] Compiling HashTreeCollections TreeSet.swift
[239/666] Compiling HashTreeCollections TreeDictionary+Values.swift
[240/666] Compiling HashTreeCollections TreeDictionary.swift
[241/666] Compiling HashTreeCollections TreeSet+Codable.swift
[242/666] Compiling HashTreeCollections TreeSet+Collection.swift
[243/666] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[244/666] Compiling HashTreeCollections TreeSet+Debugging.swift
[245/666] Compiling HashTreeCollections TreeSet+Descriptions.swift
[246/666] Compiling BitCollections BitArray._UnsafeHandle.swift
[247/666] Compiling BitCollections BitArray.swift
[248/666] Compiling BitCollections BitArray+Shifts.swift
[249/666] Compiling BitCollections BitArray+Testing.swift
[294/666] Emitting module BitCollections
[295/666] Compiling BitCollections Range+Utilities.swift
[296/666] Compiling BitCollections Slice+Utilities.swift
[297/666] Compiling BitCollections UInt+Tricks.swift
[298/666] Compiling BitCollections _Word.swift
[299/666] Compiling OrderedCollections OrderedSet.swift
[300/666] Compiling OrderedCollections _UnsafeBitset.swift
[301/666] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[316/666] Compiling BitCollections BitSet.swift
[317/666] Emitting module DequeModule
[357/713] Compiling ArgumentParser InputOrigin.swift
[358/713] Compiling ArgumentParser Name.swift
[359/713] Compiling ArgumentParser Parsed.swift
[360/713] Compiling ArgumentParser ParsedValues.swift
[361/713] Compiling ArgumentParser CommandConfiguration.swift
[362/713] Compiling ArgumentParser CommandGroup.swift
[363/713] Compiling ArgumentParser ArgumentHelp.swift
[364/713] Compiling ArgumentParser ArgumentVisibility.swift
[365/713] Compiling ArgumentParser CompletionKind.swift
[366/713] Compiling ArgumentParser Errors.swift
[367/713] Compiling ArgumentParser Flag.swift
[368/713] Compiling ArgumentParser InputKey.swift
[369/713] Compiling ArgumentParser BashCompletionsGenerator.swift
[370/713] Compiling ArgumentParser CompletionsGenerator.swift
[371/713] Compiling ArgumentParser FishCompletionsGenerator.swift
[372/713] Compiling ArgumentParser ZshCompletionsGenerator.swift
[373/713] Compiling ArgumentParser Argument.swift
[374/713] Compiling ArgumentParser ArgumentDiscussion.swift
[375/713] Compiling ArgumentParser EnumerableFlag.swift
[376/713] Compiling ArgumentParser ExpressibleByArgument.swift
[377/713] Compiling ArgumentParser ParsableArguments.swift
[378/713] Compiling ArgumentParser NameSpecification.swift
[379/713] Compiling ArgumentParser Option.swift
[380/713] Compiling ArgumentParser OptionGroup.swift
[413/713] Compiling ArgumentParser ParserError.swift
[414/713] Compiling ArgumentParser SplitArguments.swift
[415/713] Compiling ArgumentParser DumpHelpGenerator.swift
[416/713] Compiling ArgumentParser HelpCommand.swift
[417/713] Compiling ArgumentParser HelpGenerator.swift
[418/713] Compiling ArgumentParser ParsableCommand.swift
[419/713] Compiling ArgumentParser ArgumentDecoder.swift
[420/713] Compiling ArgumentParser ArgumentDefinition.swift
[421/713] Compiling ArgumentParser ArgumentSet.swift
[422/713] Compiling ArgumentParser CommandParser.swift
[435/713] Compiling ArgumentParser ParentCommand.swift
[436/713] Compiling ArgumentParser AsyncParsableCommand.swift
[437/713] Compiling ArgumentParser MessageInfo.swift
[438/713] Compiling ArgumentParser UsageGenerator.swift
[439/713] Compiling ArgumentParser CollectionExtensions.swift
[440/713] Compiling ArgumentParser Foundation.swift
[441/713] Compiling ArgumentParser Mutex.swift
[442/713] Compiling ArgumentParser Platform.swift
[443/713] Compiling ArgumentParser SequenceExtensions.swift
[444/713] Compiling ArgumentParser StringExtensions.swift
[445/713] Compiling ArgumentParser SwiftExtensions.swift
[446/713] Compiling ArgumentParser Tree.swift
[447/760] Emitting module OrderedCollections
[454/760] Compiling ArgumentParser ArgumentHelp.swift
[455/760] Compiling ArgumentParser ArgumentVisibility.swift
[456/760] Compiling ArgumentParser CompletionKind.swift
[457/760] Compiling ArgumentParser Errors.swift
[458/760] Compiling ArgumentParser Flag.swift
[459/760] Compiling ArgumentParser BashCompletionsGenerator.swift
[460/760] Compiling ArgumentParser CompletionsGenerator.swift
[461/760] Compiling ArgumentParser FishCompletionsGenerator.swift
[462/760] Compiling ArgumentParser ZshCompletionsGenerator.swift
[463/760] Emitting module OrderedCollections
[464/760] Emitting module _RopeModule
[465/760] Compiling _RopeModule Rope+Remove.swift
[466/760] Compiling _RopeModule Rope+RemoveSubrange.swift
[467/760] Compiling _RopeModule Rope+Split.swift
[468/760] Compiling _RopeModule Optional Utilities.swift
[469/760] Compiling _RopeModule String Utilities.swift
[470/760] Compiling _RopeModule String.Index+ABI.swift
[471/760] Compiling _RopeModule _CharacterRecognizer.swift
[472/760] Compiling ArgumentParser ExpressibleByArgument.swift
[473/760] Compiling ArgumentParser ParsableArguments.swift
[474/760] Compiling ArgumentParser NameSpecification.swift
[475/760] Compiling ArgumentParser Option.swift
[476/760] Compiling ArgumentParser OptionGroup.swift
[477/760] Compiling ArgumentParser ParentCommand.swift
[478/760] Compiling ArgumentParser AsyncParsableCommand.swift
[479/760] Compiling ArgumentParser ParsableCommand.swift
[480/760] Compiling ArgumentParser ArgumentDecoder.swift
[481/760] Compiling ArgumentParser ArgumentDefinition.swift
[482/760] Compiling ArgumentParser ArgumentSet.swift
[483/760] Compiling ArgumentParser CommandParser.swift
[484/760] Compiling ArgumentParser ParserError.swift
[485/760] Compiling ArgumentParser SplitArguments.swift
[486/760] Compiling ArgumentParser DumpHelpGenerator.swift
[487/767] Compiling ArgumentParser InputOrigin.swift
[488/767] Compiling ArgumentParser Name.swift
[489/767] Compiling ArgumentParser Parsed.swift
[490/767] Compiling ArgumentParser ParsedValues.swift
[491/767] Compiling ArgumentParser Platform.swift
[492/767] Compiling ArgumentParser SequenceExtensions.swift
[493/767] Compiling ArgumentParser StringExtensions.swift
[494/767] Compiling ArgumentParser SwiftExtensions.swift
[495/767] Compiling ArgumentParser Tree.swift
[496/767] Compiling ArgumentParser MessageInfo.swift
[497/767] Compiling ArgumentParser UsageGenerator.swift
[498/767] Compiling ArgumentParser CollectionExtensions.swift
[499/767] Compiling ArgumentParser Foundation.swift
[500/767] Compiling ArgumentParser Mutex.swift
[503/767] Emitting module Yams
[519/778] Emitting module HashTreeCollections
[520/780] Emitting module Collections
[521/780] Compiling Collections Collections.swift
[526/780] Compiling ArgumentParser EnumerableFlag.swift
[528/780] Compiling ArgumentParser CommandConfiguration.swift
[529/780] Compiling ArgumentParser CommandGroup.swift
[530/780] Compiling Yams YamlError.swift
[531/780] Compiling Yams YamlTagProviding.swift
[534/780] Compiling ArgumentParser Argument.swift
[535/780] Compiling ArgumentParser ArgumentDiscussion.swift
[564/780] Emitting module ArgumentParser
[581/790] Compiling ArgumentParser CodingKeyValidator.swift
[582/790] Compiling ArgumentParser NonsenseFlagsValidator.swift
[583/790] Compiling ArgumentParser ParsableArgumentsValidation.swift
[584/790] Compiling ArgumentParser PositionalArgumentsValidator.swift
[585/790] Compiling ArgumentParser UniqueNamesValidator.swift
[601/790] Compiling ArgumentParser InputKey.swift
[626/790] Compiling ArgumentParser HelpCommand.swift
[627/790] Compiling ArgumentParser HelpGenerator.swift
[668/790] Emitting module SwiftSyntax
[769/790] Compiling SwiftSyntax SyntaxNodesD.swift
[770/790] Compiling SwiftSyntax SyntaxNodesEF.swift
[771/790] Compiling SwiftSyntax SyntaxNodesGHI.swift
[772/790] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[773/790] Compiling SwiftSyntax SyntaxNodesOP.swift
[774/790] Compiling SwiftSyntax SyntaxNodesQRS.swift
[775/790] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[783/906] Compiling SwiftDiagnostics Message.swift
[785/908] Emitting module SwiftDiagnostics
[786/908] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[787/908] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[788/908] Compiling SwiftBasicFormat InferIndentation.swift
[789/908] Compiling SwiftBasicFormat Syntax+Extensions.swift
[790/908] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[791/908] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[792/908] Compiling SwiftDiagnostics Note.swift
[794/908] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[795/908] Compiling SwiftDiagnostics FixIt.swift
[796/908] Compiling SwiftBasicFormat Syntax+Extensions.swift
[797/908] Compiling SwiftBasicFormat InferIndentation.swift
[798/908] Compiling SwiftDiagnostics FixIt.swift
[799/908] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[800/908] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[801/908] Compiling SwiftDiagnostics Convenience.swift
[802/908] Compiling SwiftDiagnostics Diagnostic.swift
[803/908] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[804/908] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[805/908] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[807/908] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[808/908] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[809/908] Compiling SwiftDiagnostics Diagnostic.swift
[810/908] Compiling SwiftDiagnostics Convenience.swift
[811/908] Emitting module SwiftDiagnostics
[812/908] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[813/908] Emitting module SwiftBasicFormat
[814/908] Compiling SwiftBasicFormat BasicFormat.swift
[816/908] Emitting module SwiftBasicFormat
[817/908] Compiling SwiftParser Lexeme.swift
[818/908] Compiling SwiftParser LexemeSequence.swift
[819/908] Compiling SwiftParser Lexer.swift
[820/908] Compiling SwiftParser RegexLiteralLexer.swift
[821/912] Compiling SwiftParser TopLevel.swift
[822/912] Compiling SwiftParser TriviaParser.swift
[823/912] Compiling SwiftParser Types.swift
[824/912] Compiling SwiftParser ExperimentalFeatures.swift
[825/916] Compiling SwiftParser Lookahead.swift
[826/916] Compiling SwiftParser LoopProgressCondition.swift
[827/916] Compiling SwiftParser Modifiers.swift
[828/916] Compiling SwiftParser Names.swift
[830/916] Compiling SwiftParser UnicodeScalarExtensions.swift
[835/916] Compiling SwiftParser TokenPrecedence.swift
[836/916] Compiling SwiftParser TokenSpec.swift
[837/916] Compiling SwiftParser TokenSpecSet.swift
[838/916] Compiling SwiftParser Cursor.swift
[839/916] Compiling SwiftParser ParseSourceFile.swift
[840/916] Compiling SwiftParser Parser.swift
[841/916] Compiling SwiftParser Patterns.swift
[842/916] Compiling SwiftParser TokenConsumer.swift
[843/916] Compiling SwiftParser StringLiterals.swift
[844/916] Compiling SwiftParser SwiftParserCompatibility.swift
[845/916] Compiling SwiftParser SwiftVersion.swift
[846/916] Compiling SwiftParser SyntaxUtils.swift
[854/916] Compiling SwiftParser Nominals.swift
[855/916] Compiling SwiftParser Parameters.swift
[856/916] Compiling SwiftParser Recovery.swift
[857/916] Compiling SwiftParser Specifiers.swift
[858/916] Compiling SwiftParser Statements.swift
[859/916] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[860/916] Emitting module SwiftParser
[861/916] Compiling SwiftParser Directives.swift
[862/916] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[863/916] Compiling SwiftParser Expressions.swift
[864/916] Compiling SwiftParser IncrementalParseTransition.swift
[865/916] Compiling SwiftParser IsValidIdentifier.swift
[866/916] Emitting module SwiftParser
[867/916] Compiling SwiftParser Attributes.swift
[868/916] Compiling SwiftParser Availability.swift
[869/916] Compiling SwiftParser CharacterInfo.swift
[870/916] Compiling SwiftParser CollectionNodes+Parsable.swift
[871/916] Compiling SwiftParser Declarations.swift
[901/916] Compiling SwiftParser IsLexerClassified.swift
[903/916] Compiling SwiftParser LayoutNodes+Parsable.swift
[904/916] Compiling SwiftParser Parser+TokenSpecSet.swift
[906/916] Compiling SwiftParser TokenSpecStaticMembers.swift
[909/952] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[911/954] Compiling SwiftOperators PrecedenceGroup.swift
[912/955] Compiling SwiftOperators PrecedenceGraph.swift
[913/955] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[915/955] Compiling SwiftParserDiagnostics PresenceUtils.swift
[917/955] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[919/955] Compiling SwiftOperators OperatorTable+Folding.swift
[920/955] Compiling SwiftOperators OperatorTable.swift
[921/955] Compiling SwiftOperators OperatorTable+Defaults.swift
[922/955] Compiling SwiftOperators OperatorError+Diagnostics.swift
[923/955] Compiling SwiftOperators Operator.swift
[924/955] Compiling SwiftOperators OperatorError.swift
[925/955] Compiling SwiftOperators OperatorTable+Semantics.swift
[926/955] Emitting module SwiftOperators
[927/955] Compiling SwiftOperators SyntaxSynthesis.swift
[928/955] Compiling SwiftParserDiagnostics MissingNodesError.swift
[929/955] Compiling SwiftParserDiagnostics MissingTokenError.swift
[930/955] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[931/955] Compiling SwiftParserDiagnostics Utils.swift
[933/955] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[934/955] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[938/955] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[939/955] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[940/955] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[941/955] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[942/955] Emitting module SwiftParserDiagnostics
[948/985] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[949/985] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[950/986] Emitting module SwiftSyntaxBuilder
[951/986] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[952/986] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[953/986] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[954/986] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[955/987] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[956/987] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[957/987] Compiling SwiftSyntaxBuilder Indenter.swift
[958/987] Compiling SwiftSyntaxBuilder ListBuilder.swift
[959/987] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[960/987] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[961/987] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[962/987] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[963/987] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[964/987] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[965/987] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[966/987] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[967/987] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[974/987] Emitting module SwiftSyntaxBuilder
[979/987] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[980/1221] Compiling Compiler Config.swift
[981/1221] Compiling Compiler Diagnostic.swift
[982/1222] Compiling Compiler Lexer.swift
[983/1222] Compiling Compiler ParserState.swift
[984/1222] Compiling SwiftSyntaxMacros PreambleMacro.swift
[985/1222] Compiling Compiler Function.swift
[986/1222] Compiling Compiler Language.swift
[987/1222] Compiling Compiler Driver.swift
[988/1222] Compiling Compiler Environment.swift
[989/1222] Compiling Compiler PositionalSequence.swift
[990/1222] Compiling Compiler Rewriter.swift
[991/1222] Compiling Compiler SwiftLanguage.swift
[992/1222] Compiling Compiler Index.swift
[993/1222] Compiling Compiler DiagnosticReporter.swift
[994/1222] Compiling Compiler Diagnostics.swift
[995/1222] Emitting module SwiftSyntaxMacros
[996/1222] Compiling Compiler Columns.swift
[997/1222] Compiling Compiler Compiler.swift
[998/1222] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[999/1232] Compiling Compiler JoinClauseSyntax.swift
[1000/1232] Compiling Compiler JoinConstraintSyntax.swift
[1001/1232] Compiling Compiler JoinOperatorSyntax.swift
[1002/1232] Compiling Compiler NumericSyntax.swift
[1003/1232] Compiling Compiler Operator.swift
[1004/1232] Compiling Compiler OperatorSyntax.swift
[1005/1232] Compiling Compiler OrSyntax.swift
[1006/1232] Compiling Compiler OrderSyntax.swift
[1007/1232] Compiling Compiler OrderingTermSyntax.swift
[1008/1232] Compiling Compiler QualifiedTableNameSyntax.swift
[1009/1232] Compiling Compiler ResultColumnSyntax.swift
[1010/1232] Compiling Compiler ReturningClauseSyntax.swift
[1011/1243] Compiling Compiler DropIndexStmtSyntax.swift
[1012/1243] Compiling Compiler SelectStmtSyntax.swift
[1013/1243] Compiling Compiler StmtSyntax.swift
[1014/1243] Compiling Compiler UpdateStmtSyntax.swift
[1015/1243] Compiling Compiler VacuumStmtSyntax.swift
[1016/1243] Compiling Compiler Syntax.swift
[1017/1243] Compiling Compiler TableConstraintSyntax.swift
[1018/1243] Compiling Compiler TableNameSyntax.swift
[1019/1243] Compiling Compiler TableOptionsSyntax.swift
[1020/1243] Compiling Compiler TableOrSubquerySyntax.swift
[1021/1243] Compiling Compiler SavepointStmtSyntax.swift
[1022/1243] Compiling Compiler SelectCoreSyntax.swift
[1034/1254] Compiling Compiler SelectStmtSyntax.swift
[1035/1254] Compiling Compiler StmtSyntax.swift
[1036/1254] Compiling Compiler UpdateStmtSyntax.swift
[1037/1254] Compiling Compiler VacuumStmtSyntax.swift
[1038/1254] Compiling Compiler Syntax.swift
[1039/1254] Compiling Compiler TableConstraintSyntax.swift
[1040/1254] Compiling Compiler TableNameSyntax.swift
[1041/1254] Compiling Compiler TableOptionsSyntax.swift
[1042/1254] Compiling Compiler TableOrSubquerySyntax.swift
[1043/1254] Compiling Compiler CreateVirtualTableStmtSyntax.swift
[1044/1254] Compiling Compiler DeleteStmtSyntax.swift
[1046/1254] Compiling Compiler FunctionExprSyntax.swift
[1047/1254] Compiling Compiler GroupedExprSyntax.swift
[1048/1254] Compiling Compiler InfixExprSyntax.swift
[1049/1254] Compiling Compiler InvalidExprSyntax.swift
[1050/1254] Compiling Compiler LiteralExprSyntax.swift
[1051/1254] Compiling Compiler PostfixExprSyntax.swift
[1052/1254] Compiling Compiler PrefixExprSyntax.swift
[1053/1254] Compiling Compiler SelectExprSyntax.swift
[1054/1254] Compiling Compiler ForeignKeyClauseSyntax.swift
[1055/1254] Compiling Compiler FromSyntax.swift
[1056/1254] Compiling Compiler IdentifierSyntax.swift
[1057/1254] Compiling Compiler IndexedColumnSyntax.swift
[1058/1254] Compiling Compiler JoinClauseSyntax.swift
[1059/1254] Compiling Compiler JoinConstraintSyntax.swift
[1060/1254] Compiling Compiler JoinOperatorSyntax.swift
[1061/1254] Compiling Compiler NumericSyntax.swift
[1062/1254] Compiling Compiler Operator.swift
[1063/1254] Compiling Compiler OperatorSyntax.swift
[1064/1254] Compiling Compiler OrSyntax.swift
[1065/1254] Compiling Compiler OrderSyntax.swift
[1066/1254] Compiling Compiler OrderingTermSyntax.swift
[1067/1254] Compiling Compiler QualifiedTableNameSyntax.swift
[1068/1254] Compiling Compiler DeleteStmtSyntax.swift
[1069/1254] Compiling Compiler DropIndexStmtSyntax.swift
[1117/1254] Compiling Compiler ColumnConstraintSyntax.swift
[1118/1254] Compiling Compiler ColumnDefSyntax.swift
[1119/1254] Compiling Compiler CompoundOperatorSyntax.swift
[1120/1254] Compiling Compiler ConfictClauseSyntax.swift
[1121/1254] Compiling Compiler BetweenExprSyntax.swift
[1122/1254] Compiling Compiler BindParameterSyntax.swift
[1123/1254] Compiling Compiler CaseWhenThenExprSyntax.swift
[1124/1254] Compiling Compiler CastExprSyntax.swift
[1125/1254] Compiling Compiler ColumnExprSyntax.swift
[1126/1254] Compiling Compiler CommonTableExpressionSyntax.swift
[1127/1254] Compiling Compiler ExistsExprSyntax.swift
[1128/1254] Compiling Compiler ExprSyntax.swift
[1141/1254] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1142/1254] Emitting module Compiler
/Users/admin/builder/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
    | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
111 |     public func write(_ string: String) {
112 |         let data = Data(string.utf8)
[1143/1254] Emitting module SwiftSyntaxMacroExpansion
[1144/1254] Compiling Compiler WindowDefinitionSyntax.swift
[1145/1254] Compiling Compiler WithSyntax.swift
[1146/1254] Compiling Compiler Table.swift
[1147/1254] Compiling Compiler Trigger.swift
[1148/1254] Compiling Compiler Collection+Extensions.swift
[1149/1254] Compiling Compiler DuplicateDictionary.swift
[1150/1254] Compiling Compiler Either.swift
[1151/1254] Compiling Compiler FileSystem.swift
[1152/1254] Compiling Compiler Indirect.swift
[1153/1254] Compiling Compiler SourceWriter.swift
[1154/1254] Compiling Compiler String+Extensions.swift
[1166/1254] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1167/1254] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1168/1254] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1169/1254] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1170/1254] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1171/1254] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1172/1254] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1173/1254] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1174/1266] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1175/1267] Emitting module Compiler
/Users/admin/builder/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
    | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
111 |     public func write(_ string: String) {
112 |         let data = Data(string.utf8)
[1176/1267] Compiling Compiler ExprTypeChecker.swift
[1177/1267] Compiling Compiler InferenceState.swift
[1178/1267] Compiling Compiler IsStaticallyTrue.swift
[1179/1267] Compiling Compiler Name.swift
[1180/1267] Compiling Compiler NameInferrer.swift
[1181/1267] Compiling Compiler PragmaAnalyzer.swift
[1182/1267] Compiling Compiler Statement.swift
[1183/1267] Compiling Compiler StmtTypeChecker.swift
[1184/1267] Compiling Compiler Substitution.swift
[1185/1267] Compiling Compiler Type.swift
[1186/1267] Compiling Compiler TypeScheme.swift
[1187/1267] Compiling Compiler AliasSyntax.swift
[1188/1267] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1189/1267] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[1190/1267] Emitting module SwiftCompilerPluginMessageHandling
[1191/1267] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[1192/1267] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[1193/1267] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[1194/1267] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[1195/1267] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1196/1267] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1197/1267] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[1198/1267] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[1199/1267] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1200/1269] Emitting module SwiftCompilerPlugin
[1201/1269] Compiling SwiftCompilerPlugin CompilerPlugin.swift
/Users/admin/builder/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
    | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
111 |     public func write(_ string: String) {
112 |         let data = Data(string.utf8)
/Users/admin/builder/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
    | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
111 |     public func write(_ string: String) {
112 |         let data = Data(string.utf8)
/Users/admin/builder/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
    | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
111 |     public func write(_ string: String) {
112 |         let data = Data(string.utf8)
/Users/admin/builder/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
    | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
111 |     public func write(_ string: String) {
112 |         let data = Data(string.utf8)
/Users/admin/builder/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
    | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
111 |     public func write(_ string: String) {
112 |         let data = Data(string.utf8)
/Users/admin/builder/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
    | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
111 |     public func write(_ string: String) {
112 |         let data = Data(string.utf8)
/Users/admin/builder/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
    | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
111 |     public func write(_ string: String) {
112 |         let data = Data(string.utf8)
/Users/admin/builder/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
    | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
111 |     public func write(_ string: String) {
112 |         let data = Data(string.utf8)
/Users/admin/builder/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
    | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
111 |     public func write(_ string: String) {
112 |         let data = Data(string.utf8)
/Users/admin/builder/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
    | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
111 |     public func write(_ string: String) {
112 |         let data = Data(string.utf8)
/Users/admin/builder/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
    | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
111 |     public func write(_ string: String) {
112 |         let data = Data(string.utf8)
/Users/admin/builder/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
    | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
111 |     public func write(_ string: String) {
112 |         let data = Data(string.utf8)
[1218/1269] Compiling Compiler Parsers.swift
[1219/1269] Compiling Compiler Token.swift
[1220/1269] Compiling Compiler Project.swift
[1221/1269] Compiling Compiler QualifiedName.swift
/Users/admin/builder/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
    | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
111 |     public func write(_ string: String) {
112 |         let data = Data(string.utf8)
[1223/1269] Compiling Compiler Schema.swift
[1224/1269] Compiling Compiler SchemaName.swift
/Users/admin/builder/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
    | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
111 |     public func write(_ string: String) {
112 |         let data = Data(string.utf8)
[1226/1269] Compiling Compiler Builtins.swift
/Users/admin/builder/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
    | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
111 |     public func write(_ string: String) {
112 |         let data = Data(string.utf8)
[1228/1269] Compiling Compiler CardinalityInferrer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
    | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
111 |     public func write(_ string: String) {
112 |         let data = Data(string.utf8)
/Users/admin/builder/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
    | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
111 |     public func write(_ string: String) {
112 |         let data = Data(string.utf8)
/Users/admin/builder/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
    | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
111 |     public func write(_ string: String) {
112 |         let data = Data(string.utf8)
/Users/admin/builder/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
    | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
111 |     public func write(_ string: String) {
112 |         let data = Data(string.utf8)
/Users/admin/builder/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
    | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
111 |     public func write(_ string: String) {
112 |         let data = Data(string.utf8)
/Users/admin/builder/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
    | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
111 |     public func write(_ string: String) {
112 |         let data = Data(string.utf8)
/Users/admin/builder/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
    | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
111 |     public func write(_ string: String) {
112 |         let data = Data(string.utf8)
/Users/admin/builder/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
    | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
111 |     public func write(_ string: String) {
112 |         let data = Data(string.utf8)
/Users/admin/builder/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
    | |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
111 |     public func write(_ string: String) {
112 |         let data = Data(string.utf8)
[1262/1288] Compiling PureSQLMacros SyntaxError.swift
[1263/1288] Compiling PureSQLCLI QueriesCommand.swift
[1264/1288] Compiling PureSQLCLI PureSQL.swift
[1265/1288] Compiling PureSQLCLI MigrationsCommand.swift
[1266/1288] Compiling PureSQLMacros DatabaseMacro.swift
[1267/1288] Compiling PureSQLMacros String+Extensions.swift
[1268/1288] Compiling PureSQLMacros Plugins.swift
[1269/1288] Compiling PureSQLMacros QueryMacro.swift
[1270/1288] Emitting module PureSQLMacros
[1271/1288] Compiling PureSQLMacros Syntax+Extensions.swift
[1271/1288] Write Objects.LinkFileList
[1273/1288] Compiling PureSQLCLI MigrationsCommand.swift
[1274/1288] Compiling PureSQLCLI InitCommand.swift
[1275/1288] Compiling PureSQLCLI PureSQL.swift
[1276/1288] Compiling PureSQLCLI QueriesCommand.swift
[1277/1288] Compiling PureSQLCLI GenerateCommand.swift
[1278/1288] Compiling PureSQLCLI InitCommand.swift
[1279/1288] Emitting module PureSQLCLI
[1281/1288] Compiling PureSQLCLI GenerateCommand.swift
[1281/1288] Write Objects.LinkFileList
[1283/1288] Linking PureSQLMacros-tool
[1284/1288] Linking PureSQLCLI-tool
[1285/1320] Linking PureSQLCLI
[1286/1320] Applying PureSQLCLI-tool
[1287/1320] Applying PureSQLCLI
[1289/1320] Compiling PureSQL Connection.swift
[1290/1320] Compiling PureSQL ConnectionPool.swift
[1291/1320] Compiling PureSQL Cursor.swift
[1292/1320] Compiling PureSQL Database.swift
[1293/1323] Compiling PureSQL SQLAny.swift
[1294/1323] Compiling PureSQL SQLError.swift
[1295/1323] Compiling PureSQL SQLiteCode.swift
[1296/1323] Compiling PureSQL MapInput.swift
[1297/1323] Compiling PureSQL Queries.swift
[1298/1323] Compiling PureSQL Test.swift
[1299/1323] Compiling PureSQL Row.swift
[1300/1323] Compiling PureSQL RowDecodable.swift
[1301/1323] Compiling PureSQL SQL.swift
[1302/1323] Compiling PureSQL DatabaseQuery.swift
[1303/1323] Compiling PureSQL Fail.swift
[1304/1323] Compiling PureSQL Just.swift
[1305/1323] Compiling PureSQL Map.swift
[1306/1323] Compiling PureSQL Collection+Extensions.swift
[1307/1323] Compiling PureSQL Lock.swift
[1308/1323] Compiling PureSQL Queue.swift
[1309/1323] Compiling PureSQL DatabaseConfig.swift
[1310/1323] Compiling PureSQL DatabaseObserver.swift
[1311/1323] Compiling PureSQL DatabasePrimitive.swift
[1312/1323] Compiling PureSQL DatabaseValueAdapter.swift
[1313/1323] Compiling PureSQL Query+Combine.swift
[1314/1323] Compiling PureSQL Query.swift
[1315/1323] Compiling PureSQL QueryObservation.swift
[1316/1323] Compiling PureSQL SQLiteConnection.swift
[1317/1323] Compiling PureSQL Statement.swift
[1318/1323] Compiling PureSQL Transaction.swift
[1319/1323] Compiling PureSQL Macros.swift
[1320/1323] Compiling PureSQL Migration.swift
[1321/1323] Compiling PureSQL AnyQuery.swift
[1322/1323] Compiling PureSQL Bulk.swift
[1323/1323] Emitting module PureSQL
Build complete! (49.66s)
Fetching https://github.com/jpsim/Yams from cache
Fetching https://github.com/apple/swift-collections from cache
Fetching https://github.com/apple/swift-argument-parser from cache
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetched https://github.com/jpsim/Yams from cache (1.36s)
Fetched https://github.com/apple/swift-collections from cache (1.39s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.99s)
Fetched https://github.com/swiftlang/swift-syntax from cache (2.04s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 6.2.1 (2.65s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (0.56s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (0.64s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (3.02s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.0
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 6.2.1
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0-latest",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.2",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams"
    }
  ],
  "manifest_display_name" : "PureSQL",
  "name" : "PureSQL",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "PureSQL",
      "targets" : [
        "PureSQL"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Compiler",
      "targets" : [
        "Compiler"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PureSQLCLI",
      "targets" : [
        "PureSQLCLI"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "PureSQLPlugin",
      "targets" : [
        "PureSQLPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "PureSQLMacros",
      "targets" : [
        "PureSQLMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PureSQLTests",
      "module_type" : "SwiftTarget",
      "name" : "PureSQLTests",
      "path" : "Tests/PureSQLTests",
      "sources" : [
        "ConnectionPoolTests.swift",
        "DatabaseValueAdapterTests.swift",
        "FailTests.swift",
        "JustTests.swift",
        "MapInputTests.swift",
        "MapTests.swift",
        "MigrationRunnerTests.swift",
        "QueryPublisherTests.swift",
        "QueryTests.swift",
        "RowTests.swift",
        "SQLAnyTests.swift",
        "SQLTests.swift",
        "StatementTests.swift",
        "TestDatabase.swift",
        "TestTests.swift",
        "TestUtils.swift"
      ],
      "target_dependencies" : [
        "PureSQL",
        "Compiler"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PureSQLPlugin",
      "module_type" : "PluginTarget",
      "name" : "PureSQLPlugin",
      "path" : "Plugins/PureSQLPlugin",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "PureSQLPlugin"
      ],
      "sources" : [
        "PureSQLPlugin.swift"
      ],
      "target_dependencies" : [
        "PureSQLCLI"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "PureSQLMacros",
      "module_type" : "SwiftTarget",
      "name" : "PureSQLMacros",
      "path" : "Sources/PureSQLMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "PureSQL",
        "PureSQLMacros"
      ],
      "sources" : [
        "DatabaseMacro.swift",
        "Plugins.swift",
        "QueryMacro.swift",
        "String+Extensions.swift",
        "Syntax+Extensions.swift",
        "SyntaxError.swift"
      ],
      "target_dependencies" : [
        "Compiler"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "PureSQLCLI",
      "module_type" : "SwiftTarget",
      "name" : "PureSQLCLI",
      "path" : "Sources/PureSQLCLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "PureSQLCLI",
        "PureSQLPlugin"
      ],
      "sources" : [
        "GenerateCommand.swift",
        "InitCommand.swift",
        "MigrationsCommand.swift",
        "PureSQL.swift",
        "QueriesCommand.swift"
      ],
      "target_dependencies" : [
        "Compiler"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PureSQL",
      "module_type" : "SwiftTarget",
      "name" : "PureSQL",
      "path" : "Sources/PureSQL",
      "product_dependencies" : [
        "Collections"
      ],
      "product_memberships" : [
        "PureSQL"
      ],
      "sources" : [
        "Connection.swift",
        "ConnectionPool.swift",
        "Cursor.swift",
        "Database.swift",
        "DatabaseConfig.swift",
        "DatabaseObserver.swift",
        "DatabasePrimitive.swift",
        "DatabaseValueAdapter.swift",
        "Macros.swift",
        "Migration.swift",
        "Queries/AnyQuery.swift",
        "Queries/Bulk.swift",
        "Queries/DatabaseQuery.swift",
        "Queries/Fail.swift",
        "Queries/Just.swift",
        "Queries/Map.swift",
        "Queries/MapInput.swift",
        "Queries/Queries.swift",
        "Queries/Test.swift",
        "Query+Combine.swift",
        "Query.swift",
        "QueryObservation.swift",
        "Row.swift",
        "RowDecodable.swift",
        "SQL.swift",
        "SQLAny.swift",
        "SQLError.swift",
        "SQLiteCode.swift",
        "SQLiteConnection.swift",
        "Statement.swift",
        "Transaction.swift",
        "Utils/Collection+Extensions.swift",
        "Utils/Lock.swift",
        "Utils/Queue.swift"
      ],
      "target_dependencies" : [
        "PureSQLMacros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CompilerTests",
      "module_type" : "SwiftTarget",
      "name" : "CompilerTests",
      "path" : "Tests/CompilerTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileDelete.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileDropTable.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileFTS5.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileFunctions.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileIndex.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileInsert.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileIsSingleResult.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileOutlandishCTE.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileSelectWithJoins.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileSimpleSelects.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileSpecialNames.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileTableOrSubqueries.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileTableSchema.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileTriggers.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileUpdate.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileView.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Gen/Migrations.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Gen/Queries.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Gen/Swift.output",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Gen/SwiftWithPattern.output",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseAlterTable.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseBindParameter.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseColumnConstraint.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseColumnDefinition.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseCommonTableExpression.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseConflictClause.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseCreateIndexStmt.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseCreateTable.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseCreateTriggerStmt.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseCreateViewStmt.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseCreateVirtualTable.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseDefinition.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseDeleteStmt.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseDropIndexStmt.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseDropTableStmt.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseDropTriggerStmt.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseDropViewStmt.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseExpression.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseForeignKeyClause.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseInsertStmt.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseJoinClause.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseJoinConstraint.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseJoinOperator.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseOperators.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseOrder.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseOrderingTerm.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParsePragma.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseReindexStmt.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseResultColumn.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseSelectStmt.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseSignedNumber.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseTableConstraint.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseTableOptions.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseTableOrSubquery.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseTransactionStmt.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseTypeName.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseUpdateStmt.sql",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/CompilerTests/Parser/ParseVacuumStmt.sql",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Check/Check.swift",
        "Check/Checkable.swift",
        "CompilerTests.swift",
        "DuplicateDictionaryTests.swift",
        "EnvironmentTests.swift",
        "GenTests.swift",
        "LexerTests.swift",
        "NameTests.swift",
        "ParserTests.swift",
        "TypeCheckerTests.swift"
      ],
      "target_dependencies" : [
        "Compiler"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Compiler",
      "module_type" : "SwiftTarget",
      "name" : "Compiler",
      "path" : "Sources/Compiler",
      "product_dependencies" : [
        "OrderedCollections",
        "SwiftSyntax",
        "SwiftSyntaxBuilder",
        "Yams"
      ],
      "product_memberships" : [
        "PureSQL",
        "Compiler",
        "PureSQLCLI",
        "PureSQLPlugin",
        "PureSQLMacros"
      ],
      "sources" : [
        "Columns.swift",
        "Compiler.swift",
        "Config.swift",
        "Diagnostic.swift",
        "DiagnosticReporter.swift",
        "Diagnostics.swift",
        "Driver.swift",
        "Environment.swift",
        "Function.swift",
        "Gen/Language.swift",
        "Gen/PositionalSequence.swift",
        "Gen/Rewriter.swift",
        "Gen/SwiftLanguage.swift",
        "Index.swift",
        "Parse/Lexer.swift",
        "Parse/ParserState.swift",
        "Parse/Parsers.swift",
        "Parse/Token.swift",
        "Project.swift",
        "QualifiedName.swift",
        "Schema.swift",
        "SchemaName.swift",
        "Sema/Builtins.swift",
        "Sema/CardinalityInferrer.swift",
        "Sema/ExprTypeChecker.swift",
        "Sema/InferenceState.swift",
        "Sema/IsStaticallyTrue.swift",
        "Sema/Name.swift",
        "Sema/NameInferrer.swift",
        "Sema/PragmaAnalyzer.swift",
        "Sema/Statement.swift",
        "Sema/StmtTypeChecker.swift",
        "Sema/Substitution.swift",
        "Sema/Type.swift",
        "Sema/TypeScheme.swift",
        "Syntax/AliasSyntax.swift",
        "Syntax/ColumnConstraintSyntax.swift",
        "Syntax/ColumnDefSyntax.swift",
        "Syntax/CompoundOperatorSyntax.swift",
        "Syntax/ConfictClauseSyntax.swift",
        "Syntax/Expressions/BetweenExprSyntax.swift",
        "Syntax/Expressions/BindParameterSyntax.swift",
        "Syntax/Expressions/CaseWhenThenExprSyntax.swift",
        "Syntax/Expressions/CastExprSyntax.swift",
        "Syntax/Expressions/ColumnExprSyntax.swift",
        "Syntax/Expressions/CommonTableExpressionSyntax.swift",
        "Syntax/Expressions/ExistsExprSyntax.swift",
        "Syntax/Expressions/ExprSyntax.swift",
        "Syntax/Expressions/FunctionExprSyntax.swift",
        "Syntax/Expressions/GroupedExprSyntax.swift",
        "Syntax/Expressions/InfixExprSyntax.swift",
        "Syntax/Expressions/InvalidExprSyntax.swift",
        "Syntax/Expressions/LiteralExprSyntax.swift",
        "Syntax/Expressions/PostfixExprSyntax.swift",
        "Syntax/Expressions/PrefixExprSyntax.swift",
        "Syntax/Expressions/SelectExprSyntax.swift",
        "Syntax/ForeignKeyClauseSyntax.swift",
        "Syntax/FromSyntax.swift",
        "Syntax/IdentifierSyntax.swift",
        "Syntax/IndexedColumnSyntax.swift",
        "Syntax/JoinClauseSyntax.swift",
        "Syntax/JoinConstraintSyntax.swift",
        "Syntax/JoinOperatorSyntax.swift",
        "Syntax/NumericSyntax.swift",
        "Syntax/Operator.swift",
        "Syntax/OperatorSyntax.swift",
        "Syntax/OrSyntax.swift",
        "Syntax/OrderSyntax.swift",
        "Syntax/OrderingTermSyntax.swift",
        "Syntax/QualifiedTableNameSyntax.swift",
        "Syntax/ResultColumnSyntax.swift",
        "Syntax/ReturningClauseSyntax.swift",
        "Syntax/SetActionSyntax.swift",
        "Syntax/SourceLocation.swift",
        "Syntax/Statements/AlterTableStmtSyntax.swift",
        "Syntax/Statements/BeginStmtSyntax.swift",
        "Syntax/Statements/CommitStmtSyntax.swift",
        "Syntax/Statements/CreateIndexStmtSyntax.swift",
        "Syntax/Statements/CreateTableStmtSyntax.swift",
        "Syntax/Statements/CreateTriggerStmtSyntax.swift",
        "Syntax/Statements/CreateViewStmtSyntax.swift",
        "Syntax/Statements/CreateVirtualTableStmtSyntax.swift",
        "Syntax/Statements/DeleteStmtSyntax.swift",
        "Syntax/Statements/DropIndexStmtSyntax.swift",
        "Syntax/Statements/DropTableStmtSyntax.swift",
        "Syntax/Statements/DropTriggerStmtSyntax.swift",
        "Syntax/Statements/DropViewStmtSyntax.swift",
        "Syntax/Statements/EmptyStmtSyntax.swift",
        "Syntax/Statements/InsertStmtSyntax.swift",
        "Syntax/Statements/PragmaStmtSyntax.swift",
        "Syntax/Statements/QueryDefinitionStmtSyntax.swift",
        "Syntax/Statements/ReindexStmtSyntax.swift",
        "Syntax/Statements/ReleaseStmtSyntax.swift",
        "Syntax/Statements/RollbackStmtSyntax.swift",
        "Syntax/Statements/SavepointStmtSyntax.swift",
        "Syntax/Statements/SelectCoreSyntax.swift",
        "Syntax/Statements/SelectStmtSyntax.swift",
        "Syntax/Statements/StmtSyntax.swift",
        "Syntax/Statements/UpdateStmtSyntax.swift",
        "Syntax/Statements/VacuumStmtSyntax.swift",
        "Syntax/Syntax.swift",
        "Syntax/TableConstraintSyntax.swift",
        "Syntax/TableNameSyntax.swift",
        "Syntax/TableOptionsSyntax.swift",
        "Syntax/TableOrSubquerySyntax.swift",
        "Syntax/TypeNameSyntax.swift",
        "Syntax/UpsertClauseSyntax.swift",
        "Syntax/WindowDefinitionSyntax.swift",
        "Syntax/WithSyntax.swift",
        "Table.swift",
        "Trigger.swift",
        "Utils/Collection+Extensions.swift",
        "Utils/DuplicateDictionary.swift",
        "Utils/Either.swift",
        "Utils/FileSystem.swift",
        "Utils/Indirect.swift",
        "Utils/SourceWriter.swift",
        "Utils/String+Extensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.