The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PureSQL, reference 0.1.2 (26ca92), with Swift 6.1 for macOS (SPM) on 19 Feb 2026 07:00:58 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: 0.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wickwirew/PureSQL
 * tag               0.1.2      -> FETCH_HEAD
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 0.1.2
========================================
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
[32/73] Write PureSQLCLI-entitlement.plist
[36/73] Write sources
[36/73] Write PureSQLCLI-tool-entitlement.plist
[36/73] Write sources
[45/73] Compiling _SwiftSyntaxCShims dummy.c
[47/73] Write swift-version-2F0A5646E1D333AE.txt
[48/73] Compiling writer.c
[49/73] Compiling api.c
[50/73] Compiling reader.c
[51/73] Compiling emitter.c
[52/73] Compiling scanner.c
[54/79] Compiling parser.c
[56/85] Compiling writer.c
[57/85] Compiling reader.c
[58/85] Compiling api.c
[59/119] Compiling emitter.c
[60/119] Write sources
[62/159] Compiling SwiftSyntax600 Empty.swift
[63/159] Emitting module SwiftSyntax600
[64/159] Compiling SwiftSyntax600 Empty.swift
[65/159] Emitting module SwiftSyntax600
[66/159] Emitting module SwiftSyntax509
[67/159] Compiling SwiftSyntax509 Empty.swift
[67/159] Write sources
[72/159] Compiling SwiftSyntax510 Empty.swift
[73/159] Emitting module SwiftSyntax510
[75/159] Compiling SwiftSyntax510 Empty.swift
[76/159] Emitting module SwiftSyntax509
[77/159] Compiling SwiftSyntax509 Empty.swift
[78/229] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[79/294] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[80/294] Compiling SwiftSyntax SyntaxChildren.swift
[81/294] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[82/294] Compiling SwiftSyntax SyntaxIdentifier.swift
[83/294] Compiling SwiftSyntax SyntaxNodeFactory.swift
[84/294] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[85/294] Compiling SwiftSyntax SyntaxCollection.swift
[86/294] Compiling SwiftSyntax SyntaxHashable.swift
[87/294] Compiling SwiftSyntax AbsolutePosition.swift
[88/294] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[89/294] Emitting module InternalCollectionsUtilities
[90/294] Compiling SwiftSyntax Convenience.swift
[91/294] Compiling SwiftSyntax CustomTraits.swift
[92/294] Compiling SwiftSyntax BumpPtrAllocator.swift
[93/294] Compiling SwiftSyntax CommonAncestor.swift
[94/294] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[95/294] Compiling SwiftSyntax Assert.swift
[96/294] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[99/294] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[104/294] Emitting module InternalCollectionsUtilities
[113/295] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[114/296] Emitting module ArgumentParserToolInfo
[115/296] Compiling ArgumentParserToolInfo ToolInfo.swift
[116/351] Emitting module ArgumentParserToolInfo
[117/351] Compiling ArgumentParserToolInfo ToolInfo.swift
[118/578] Compiling HashTreeCollections TreeSet+Sendable.swift
[119/578] Compiling HashTreeCollections TreeSet+Sequence.swift
[120/578] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[121/578] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[122/578] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[123/578] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[124/584] Compiling HeapModule Heap.swift
[125/584] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[126/584] Compiling HeapModule _HeapNode.swift
[127/584] Compiling HeapModule Heap+Descriptions.swift
[128/584] Compiling HeapModule Heap+Invariants.swift
[129/584] Compiling HeapModule Heap+UnsafeHandle.swift
[130/584] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[131/584] Compiling HashTreeCollections TreeSet+Equatable.swift
[132/584] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[133/584] Compiling HashTreeCollections TreeSet+Extras.swift
[134/584] Compiling HashTreeCollections TreeSet+Filter.swift
[135/584] Compiling HashTreeCollections TreeSet+Hashable.swift
[136/584] Emitting module HeapModule
[137/639] Compiling BitCollections BitSet+Initializers.swift
[138/639] Compiling BitCollections BitSet+Invariants.swift
[139/639] Compiling BitCollections BitSet+Random.swift
[140/639] Compiling BitCollections BitSet+SetAlgebra basics.swift
[141/639] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[142/639] Compiling BitCollections BitArray+Hashable.swift
[143/639] Compiling BitCollections BitArray+Equatable.swift
[144/639] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[145/639] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[146/639] Compiling BitCollections BitArray+Extras.swift
[147/639] Compiling BitCollections BitArray+Fill.swift
[148/639] Compiling BitCollections BitSet+Hashable.swift
[149/639] Compiling BitCollections BitArray+BitwiseOperations.swift
[150/639] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[151/639] Compiling BitCollections BitArray+Codable.swift
[152/639] Compiling BitCollections BitArray+Collection.swift
[153/639] Compiling BitCollections BitArray+Copy.swift
[154/639] Compiling BitCollections BitArray+CustomReflectable.swift
[155/645] Compiling BitCollections BitSet+CustomReflectable.swift
[156/645] Compiling BitCollections BitSet+CustomStringConvertible.swift
[157/645] Compiling BitCollections BitSet+Equatable.swift
[158/645] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[159/645] Compiling BitCollections BitSet+Extras.swift
[160/645] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[161/645] Compiling BitCollections BitArray+Descriptions.swift
[167/645] Compiling DequeModule _DequeBufferHeader.swift
[168/645] Compiling DequeModule _DequeSlot.swift
[169/646] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[170/646] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[171/646] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[172/646] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[173/646] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[180/646] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[181/646] Compiling BitCollections BitArray+Initializers.swift
[182/646] Compiling BitCollections BitArray+Invariants.swift
[183/646] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[184/646] Compiling BitCollections BitArray+RandomBits.swift
[185/646] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[186/646] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[205/646] Compiling BitCollections BitArray+Shifts.swift
[206/646] Compiling BitCollections BitArray+Testing.swift
[207/646] Compiling BitCollections BitArray._UnsafeHandle.swift
[208/646] Compiling BitCollections BitArray.swift
[209/646] Compiling BitCollections BitSet+BidirectionalCollection.swift
[210/646] Compiling BitCollections BitSet+Codable.swift
[215/646] Compiling DequeModule _DequeBuffer.swift
[236/651] Compiling DequeModule _UnsafeWrappedBuffer.swift
[237/651] Emitting module DequeModule
[238/651] Emitting module BitCollections
[239/651] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[240/651] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[241/651] Compiling HashTreeCollections TreeDictionary+Keys.swift
[242/651] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[243/651] Compiling HashTreeCollections TreeDictionary+Merge.swift
[244/651] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[245/651] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[246/651] Compiling BitCollections BitSet.swift
[247/651] Compiling BitCollections Range+Utilities.swift
[248/651] Compiling BitCollections Slice+Utilities.swift
[249/651] Compiling BitCollections UInt+Tricks.swift
[250/651] Compiling BitCollections _Word.swift
[251/651] Compiling OrderedCollections OrderedSet.swift
[252/651] Compiling OrderedCollections _UnsafeBitset.swift
[253/651] Compiling HashTreeCollections TreeDictionary+Filter.swift
[254/658] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[255/658] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[256/658] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[257/658] Compiling BitCollections BitSet+SetAlgebra union.swift
[258/658] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[259/658] Compiling BitCollections BitSet.Counted.swift
[260/658] Compiling BitCollections BitSet.Index.swift
[261/658] Compiling BitCollections BitSet._UnsafeHandle.swift
[275/705] Compiling ArgumentParser ParsableCommand.swift
[276/705] Compiling ArgumentParser ArgumentDecoder.swift
[277/705] Compiling ArgumentParser ArgumentDefinition.swift
[278/705] Compiling ArgumentParser ArgumentSet.swift
[279/705] Compiling ArgumentParser CommandParser.swift
[280/705] Compiling ArgumentParser ParserError.swift
[281/705] Compiling ArgumentParser SplitArguments.swift
[282/705] Compiling ArgumentParser CommandConfiguration.swift
[283/705] Compiling ArgumentParser CommandGroup.swift
[284/705] Compiling ArgumentParser EnumerableFlag.swift
[285/705] Compiling ArgumentParser ExpressibleByArgument.swift
[286/705] Compiling ArgumentParser ParsableArguments.swift
[287/705] Compiling ArgumentParser InputKey.swift
[288/705] Compiling ArgumentParser InputOrigin.swift
[289/705] Compiling ArgumentParser Name.swift
[290/705] Compiling ArgumentParser Parsed.swift
[291/705] Compiling ArgumentParser ParsedValues.swift
[324/705] Compiling ArgumentParser BashCompletionsGenerator.swift
[325/705] Compiling ArgumentParser CompletionsGenerator.swift
[326/705] Compiling ArgumentParser FishCompletionsGenerator.swift
[327/705] Compiling ArgumentParser ZshCompletionsGenerator.swift
[328/705] Compiling ArgumentParser Argument.swift
[329/705] Compiling ArgumentParser ArgumentDiscussion.swift
[346/705] Compiling ArgumentParser Mutex.swift
[356/705] Compiling _RopeModule Rope+Remove.swift
[357/705] Compiling _RopeModule Rope+RemoveSubrange.swift
[358/705] Compiling _RopeModule Rope+Split.swift
[359/705] Compiling _RopeModule Optional Utilities.swift
[360/705] Compiling _RopeModule String Utilities.swift
[361/705] Compiling _RopeModule String.Index+ABI.swift
[362/705] Compiling _RopeModule _CharacterRecognizer.swift
[363/705] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[377/713] Compiling ArgumentParser DumpHelpGenerator.swift
[378/713] Compiling ArgumentParser HelpCommand.swift
[379/713] Compiling ArgumentParser HelpGenerator.swift
[380/713] Compiling ArgumentParser Platform.swift
[381/713] Compiling ArgumentParser SequenceExtensions.swift
[382/713] Compiling ArgumentParser StringExtensions.swift
[383/713] Compiling ArgumentParser SwiftExtensions.swift
[384/713] Compiling ArgumentParser Tree.swift
[385/713] Compiling ArgumentParser MessageInfo.swift
[386/713] Compiling ArgumentParser UsageGenerator.swift
[387/713] Compiling ArgumentParser CollectionExtensions.swift
[388/713] Compiling ArgumentParser Foundation.swift
[396/713] Compiling ArgumentParser NameSpecification.swift
[397/713] Compiling ArgumentParser Option.swift
[398/720] Compiling ArgumentParser ParentCommand.swift
[399/720] Compiling ArgumentParser AsyncParsableCommand.swift
[400/720] Compiling ArgumentParser ArgumentHelp.swift
[401/720] Compiling ArgumentParser ArgumentVisibility.swift
[402/720] Compiling ArgumentParser CompletionKind.swift
[403/720] Compiling ArgumentParser Errors.swift
[404/720] Compiling ArgumentParser Flag.swift
[413/767] Emitting module OrderedCollections
[414/767] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[415/767] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[416/767] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[417/767] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[418/767] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[419/767] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[420/767] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[421/767] Compiling HashTreeCollections TreeSet.swift
[422/767] Emitting module OrderedCollections
[423/767] Compiling ArgumentParser BashCompletionsGenerator.swift
[424/767] Compiling ArgumentParser CompletionsGenerator.swift
[425/767] Compiling ArgumentParser FishCompletionsGenerator.swift
[426/767] Compiling ArgumentParser ZshCompletionsGenerator.swift
[427/767] Compiling ArgumentParser Argument.swift
[428/767] Compiling ArgumentParser ArgumentDiscussion.swift
[429/767] Compiling ArgumentParser Platform.swift
[430/767] Compiling ArgumentParser SequenceExtensions.swift
[431/767] Compiling ArgumentParser Foundation.swift
[432/767] Compiling ArgumentParser Mutex.swift
[433/767] Compiling ArgumentParser ArgumentHelp.swift
[434/767] Compiling ArgumentParser ArgumentVisibility.swift
[435/767] Compiling ArgumentParser CompletionKind.swift
[436/767] Compiling ArgumentParser Errors.swift
[437/767] Compiling ArgumentParser Flag.swift
[438/767] Compiling ArgumentParser StringExtensions.swift
[439/767] Compiling ArgumentParser SwiftExtensions.swift
[440/767] Compiling ArgumentParser Tree.swift
[441/767] Compiling ArgumentParser ParserError.swift
[442/767] Compiling ArgumentParser SplitArguments.swift
[443/767] Compiling ArgumentParser DumpHelpGenerator.swift
[444/767] Compiling ArgumentParser HelpCommand.swift
[445/767] Compiling ArgumentParser HelpGenerator.swift
[446/767] Emitting module _RopeModule
[456/767] Compiling ArgumentParser ArgumentSet.swift
[457/767] Compiling ArgumentParser CommandParser.swift
[458/767] Compiling ArgumentParser MessageInfo.swift
[459/767] Compiling ArgumentParser UsageGenerator.swift
[460/767] Compiling ArgumentParser CollectionExtensions.swift
[464/767] Compiling ArgumentParser ArgumentDefinition.swift
[466/769] Emitting module Yams
[467/769] Compiling SwiftSyntax SyntaxNodesQRS.swift
[468/769] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[474/769] Compiling ArgumentParser CommandConfiguration.swift
[475/769] Compiling ArgumentParser CommandGroup.swift
[476/769] Compiling ArgumentParser EnumerableFlag.swift
[477/769] Compiling ArgumentParser ExpressibleByArgument.swift
[478/769] Compiling ArgumentParser ParsableArguments.swift
[479/769] Compiling ArgumentParser NameSpecification.swift
[480/769] Compiling ArgumentParser Option.swift
[481/769] Compiling ArgumentParser OptionGroup.swift
[482/769] Compiling ArgumentParser ParentCommand.swift
[483/769] Compiling ArgumentParser AsyncParsableCommand.swift
[484/769] Compiling ArgumentParser InputKey.swift
[485/769] Compiling ArgumentParser InputOrigin.swift
[486/769] Compiling ArgumentParser Name.swift
[487/769] Compiling ArgumentParser Parsed.swift
[488/769] Compiling ArgumentParser ParsedValues.swift
[489/769] Compiling ArgumentParser ParsableCommand.swift
[506/776] Emitting module HashTreeCollections
[507/778] Emitting module Collections
[508/778] Compiling Collections Collections.swift
[509/778] Compiling Yams YamlError.swift
[510/778] Compiling Yams YamlTagProviding.swift
[518/778] Compiling ArgumentParser ArgumentDecoder.swift
[519/778] Emitting module Yams
[553/785] Emitting module ArgumentParser
[555/790] Compiling Yams YamlError.swift
[556/790] Compiling Yams YamlTagProviding.swift
[562/790] Compiling ArgumentParser CodingKeyValidator.swift
[563/790] Compiling ArgumentParser NonsenseFlagsValidator.swift
[564/790] Compiling ArgumentParser ParsableArgumentsValidation.swift
[565/790] Compiling ArgumentParser PositionalArgumentsValidator.swift
[566/790] Compiling ArgumentParser UniqueNamesValidator.swift
[654/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
[776/848] Compiling SwiftDiagnostics Message.swift
[777/849] Compiling SwiftDiagnostics Note.swift
[785/849] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[786/849] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[787/849] Compiling SwiftBasicFormat Syntax+Extensions.swift
[788/849] Compiling SwiftBasicFormat InferIndentation.swift
[789/849] Compiling SwiftDiagnostics Convenience.swift
[790/849] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[791/849] Compiling SwiftDiagnostics Diagnostic.swift
[792/849] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[793/849] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[794/849] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[795/849] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[796/849] Compiling SwiftDiagnostics FixIt.swift
[797/849] Emitting module SwiftDiagnostics
[798/907] Emitting module SwiftBasicFormat
[799/907] Compiling SwiftBasicFormat BasicFormat.swift
[800/907] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[801/907] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[802/907] Compiling SwiftBasicFormat InferIndentation.swift
[803/907] Compiling SwiftBasicFormat Syntax+Extensions.swift
[804/907] Compiling SwiftDiagnostics Message.swift
[805/907] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[806/907] Compiling SwiftDiagnostics FixIt.swift
[807/908] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[808/908] Emitting module SwiftDiagnostics
[809/908] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[810/908] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[811/908] Compiling SwiftDiagnostics Convenience.swift
[812/908] Compiling SwiftDiagnostics Diagnostic.swift
[813/908] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[814/908] Compiling SwiftDiagnostics Note.swift
[815/908] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[816/908] Compiling SwiftParser Expressions.swift
[817/908] Compiling SwiftParser IncrementalParseTransition.swift
[818/908] Compiling SwiftParser IsValidIdentifier.swift
[819/912] Emitting module SwiftBasicFormat
[820/912] Compiling SwiftBasicFormat BasicFormat.swift
[821/912] Compiling SwiftParser Nominals.swift
[822/912] Compiling SwiftParser Parameters.swift
[823/912] Compiling SwiftParser ParseSourceFile.swift
[824/912] Compiling SwiftParser Parser.swift
[825/912] Compiling SwiftParser Patterns.swift
[826/912] Compiling SwiftParser TokenPrecedence.swift
[827/912] Compiling SwiftParser TokenSpec.swift
[828/912] Compiling SwiftParser TokenSpecSet.swift
[829/912] Compiling SwiftParser TopLevel.swift
[830/912] Compiling SwiftParser TriviaParser.swift
[831/912] Compiling SwiftParser Types.swift
[832/912] Compiling SwiftParser ExperimentalFeatures.swift
[833/912] Compiling SwiftParser Directives.swift
[834/912] Emitting module SwiftParser
[835/912] Compiling SwiftParser Recovery.swift
[836/912] Compiling SwiftParser Specifiers.swift
[837/912] Compiling SwiftParser Statements.swift
[838/912] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[839/912] Compiling SwiftParser StringLiterals.swift
[840/912] Compiling SwiftParser SwiftParserCompatibility.swift
[841/912] Compiling SwiftParser SwiftVersion.swift
[842/912] Compiling SwiftParser SyntaxUtils.swift
[843/912] Compiling SwiftParser TokenConsumer.swift
[848/916] Emitting module SwiftParser
[849/916] Compiling SwiftParser Attributes.swift
[850/916] Compiling SwiftParser Availability.swift
[851/916] Compiling SwiftParser CharacterInfo.swift
[852/916] Compiling SwiftParser CollectionNodes+Parsable.swift
[853/916] Compiling SwiftParser Declarations.swift
[854/916] Compiling SwiftParser Cursor.swift
[855/916] Compiling SwiftParser Lexeme.swift
[856/916] Compiling SwiftParser LexemeSequence.swift
[857/916] Compiling SwiftParser Lexer.swift
[858/916] Compiling SwiftParser RegexLiteralLexer.swift
[859/916] Compiling SwiftParser UnicodeScalarExtensions.swift
[860/916] Compiling SwiftParser Lookahead.swift
[861/916] Compiling SwiftParser LoopProgressCondition.swift
[862/916] Compiling SwiftParser Modifiers.swift
[863/916] Compiling SwiftParser Names.swift
[901/916] Compiling SwiftParser IsLexerClassified.swift
[902/916] Compiling SwiftParser LayoutNodes+Parsable.swift
[903/916] Compiling SwiftParser Parser+TokenSpecSet.swift
[904/916] Compiling SwiftParser TokenSpecStaticMembers.swift
[909/929] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[910/929] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[911/953] Compiling SwiftParserDiagnostics Utils.swift
[912/953] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[913/953] Emitting module SwiftParserDiagnostics
[914/953] Compiling SwiftOperators PrecedenceGraph.swift
[915/954] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[916/955] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[917/955] Compiling SwiftOperators PrecedenceGroup.swift
[918/955] Compiling SwiftOperators SyntaxSynthesis.swift
[919/955] Compiling SwiftOperators OperatorTable.swift
[920/955] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[921/955] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[922/955] Compiling SwiftParserDiagnostics PresenceUtils.swift
[923/955] Compiling SwiftOperators OperatorTable+Semantics.swift
[924/955] Compiling SwiftOperators OperatorError+Diagnostics.swift
[925/955] Compiling SwiftOperators OperatorTable+Defaults.swift
[926/955] Compiling SwiftOperators OperatorError.swift
[927/955] Emitting module SwiftOperators
[928/955] Compiling SwiftOperators Operator.swift
[929/955] Compiling SwiftOperators OperatorTable+Folding.swift
[930/955] Compiling SwiftParserDiagnostics Utils.swift
[931/955] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[932/955] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[933/955] Emitting module SwiftParserDiagnostics
[934/955] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[935/955] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[938/955] Compiling SwiftParserDiagnostics MissingNodesError.swift
[939/955] Compiling SwiftParserDiagnostics MissingTokenError.swift
[940/955] Compiling SwiftParserDiagnostics PresenceUtils.swift
[941/955] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[942/955] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[943/955] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[944/970] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[945/970] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[946/970] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[947/970] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[948/985] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[949/986] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[950/986] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[951/986] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[952/987] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[953/987] Emitting module SwiftSyntaxBuilder
[954/987] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[955/987] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[956/987] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[957/987] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[958/987] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[959/987] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[960/987] Compiling SwiftSyntaxBuilder Indenter.swift
[962/987] Compiling SwiftSyntaxBuilder ListBuilder.swift
[964/987] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[965/987] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[966/987] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[967/987] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[968/987] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[969/987] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[970/987] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[977/987] Emitting module SwiftSyntaxBuilder
[980/1221] Compiling SwiftSyntaxMacros PreambleMacro.swift
[981/1222] Compiling Compiler PositionalSequence.swift
[982/1222] Compiling Compiler Rewriter.swift
[983/1222] Compiling Compiler Function.swift
[984/1222] Compiling Compiler Language.swift
[985/1222] Compiling Compiler CompoundOperatorSyntax.swift
[986/1222] Compiling Compiler ConfictClauseSyntax.swift
[987/1222] Compiling Compiler DiagnosticReporter.swift
[988/1222] Compiling Compiler Diagnostics.swift
[989/1222] Compiling Compiler Driver.swift
[990/1222] Compiling Compiler Environment.swift
[991/1222] Compiling Compiler Config.swift
[992/1222] Compiling Compiler Diagnostic.swift
[993/1222] Compiling Compiler ColumnConstraintSyntax.swift
[994/1222] Compiling Compiler ColumnDefSyntax.swift
[995/1222] Compiling Compiler Columns.swift
[996/1222] Compiling Compiler Compiler.swift
[997/1222] Emitting module SwiftSyntaxMacros
[998/1222] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[999/1232] Compiling Compiler DropTableStmtSyntax.swift
[1000/1232] Compiling Compiler DropTriggerStmtSyntax.swift
[1001/1232] Compiling Compiler DropViewStmtSyntax.swift
[1002/1232] Compiling Compiler EmptyStmtSyntax.swift
[1003/1232] Compiling Compiler InsertStmtSyntax.swift
[1004/1232] Compiling Compiler PragmaStmtSyntax.swift
[1005/1232] Compiling Compiler QueryDefinitionStmtSyntax.swift
[1006/1232] Compiling Compiler ReindexStmtSyntax.swift
[1007/1232] Compiling Compiler ReleaseStmtSyntax.swift
[1008/1232] Compiling Compiler RollbackStmtSyntax.swift
[1009/1232] Compiling Compiler SavepointStmtSyntax.swift
[1010/1232] Compiling Compiler SelectCoreSyntax.swift
[1011/1243] Compiling Compiler SelectStmtSyntax.swift
[1012/1243] Compiling Compiler StmtSyntax.swift
[1013/1243] Compiling Compiler UpdateStmtSyntax.swift
[1014/1243] Compiling Compiler VacuumStmtSyntax.swift
[1015/1243] Compiling Compiler Syntax.swift
[1016/1243] Compiling Compiler TableConstraintSyntax.swift
[1017/1243] Compiling Compiler TableNameSyntax.swift
[1018/1243] Compiling Compiler TableOptionsSyntax.swift
[1019/1243] Compiling Compiler TableOrSubquerySyntax.swift
[1020/1243] Compiling Compiler TypeNameSyntax.swift
[1021/1243] Compiling Compiler UpsertClauseSyntax.swift
[1022/1254] Compiling Compiler JoinClauseSyntax.swift
[1023/1254] Compiling Compiler JoinConstraintSyntax.swift
[1024/1254] Compiling Compiler JoinOperatorSyntax.swift
[1025/1254] Compiling Compiler NumericSyntax.swift
[1026/1254] Compiling Compiler Operator.swift
[1027/1254] Compiling Compiler OperatorSyntax.swift
[1028/1254] Compiling Compiler OrSyntax.swift
[1029/1254] Compiling Compiler OrderSyntax.swift
[1030/1254] Compiling Compiler OrderingTermSyntax.swift
[1031/1254] Compiling Compiler QualifiedTableNameSyntax.swift
[1032/1254] Compiling Compiler ResultColumnSyntax.swift
[1033/1254] Compiling Compiler ReturningClauseSyntax.swift
[1034/1254] Compiling Compiler SetActionSyntax.swift
[1035/1254] Compiling Compiler SourceLocation.swift
[1036/1254] Compiling Compiler AlterTableStmtSyntax.swift
[1037/1254] Compiling Compiler BeginStmtSyntax.swift
[1038/1254] Compiling Compiler CommitStmtSyntax.swift
[1039/1254] Compiling Compiler CreateIndexStmtSyntax.swift
[1040/1254] Compiling Compiler CreateTableStmtSyntax.swift
[1041/1254] Compiling Compiler CreateTriggerStmtSyntax.swift
[1042/1254] Compiling Compiler CreateViewStmtSyntax.swift
[1043/1254] Compiling Compiler CreateVirtualTableStmtSyntax.swift
[1044/1254] Compiling Compiler DeleteStmtSyntax.swift
[1045/1254] Compiling Compiler DropIndexStmtSyntax.swift
[1057/1254] Compiling Compiler ExprTypeChecker.swift
[1058/1254] Compiling Compiler FunctionExprSyntax.swift
[1059/1254] Compiling Compiler GroupedExprSyntax.swift
[1060/1254] Compiling Compiler InferenceState.swift
[1061/1254] Compiling Compiler InfixExprSyntax.swift
[1062/1254] Compiling Compiler IsStaticallyTrue.swift
[1063/1254] Compiling Compiler InvalidExprSyntax.swift
[1064/1254] Compiling Compiler Name.swift
[1065/1254] Compiling Compiler LiteralExprSyntax.swift
[1066/1254] Compiling Compiler NameInferrer.swift
[1067/1254] Compiling Compiler PostfixExprSyntax.swift
[1068/1254] Compiling Compiler PragmaAnalyzer.swift
[1069/1254] Compiling Compiler Statement.swift
[1070/1254] Compiling Compiler StmtTypeChecker.swift
[1071/1254] Compiling Compiler PrefixExprSyntax.swift
[1072/1254] Compiling Compiler Substitution.swift
[1073/1254] Compiling Compiler SelectExprSyntax.swift
[1074/1254] Compiling Compiler Type.swift
[1075/1254] Compiling Compiler ForeignKeyClauseSyntax.swift
[1076/1254] Compiling Compiler TypeScheme.swift
[1077/1254] Compiling Compiler AliasSyntax.swift
[1078/1254] Compiling Compiler FromSyntax.swift
[1080/1254] Compiling Compiler IdentifierSyntax.swift
[1081/1254] Compiling Compiler IndexedColumnSyntax.swift
[1129/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)
/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)
[1131/1254] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1132/1254] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1133/1254] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1134/1254] Emitting module SwiftSyntaxMacroExpansion
[1135/1254] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1136/1254] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1137/1254] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1138/1254] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1139/1254] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1140/1254] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1141/1254] Compiling Compiler WindowDefinitionSyntax.swift
[1142/1254] Compiling Compiler WithSyntax.swift
[1143/1254] Compiling Compiler Table.swift
[1144/1254] Compiling Compiler Trigger.swift
[1145/1254] Compiling Compiler Collection+Extensions.swift
[1146/1254] Compiling Compiler DuplicateDictionary.swift
[1147/1254] Compiling Compiler Either.swift
[1148/1254] Compiling Compiler FileSystem.swift
[1149/1254] Compiling Compiler Indirect.swift
[1150/1254] Compiling Compiler SourceWriter.swift
[1151/1254] Compiling Compiler String+Extensions.swift
[1175/1266] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[1176/1266] Emitting module SwiftCompilerPluginMessageHandling
[1177/1267] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1178/1267] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1179/1267] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[1180/1267] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[1181/1267] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[1182/1267] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[1183/1267] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[1184/1267] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[1185/1267] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1186/1267] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1187/1267] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1192/1269] Compiling Compiler BetweenExprSyntax.swift
[1193/1269] Compiling Compiler BindParameterSyntax.swift
[1194/1269] Compiling Compiler CaseWhenThenExprSyntax.swift
[1195/1269] Compiling Compiler CastExprSyntax.swift
[1196/1269] Compiling Compiler ColumnExprSyntax.swift
[1197/1269] Compiling Compiler CommonTableExpressionSyntax.swift
[1198/1269] Compiling Compiler ExistsExprSyntax.swift
[1199/1269] Compiling Compiler ExprSyntax.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)
/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)
[1224/1269] Compiling Compiler SwiftLanguage.swift
[1225/1269] Compiling Compiler Index.swift
[1226/1269] Compiling Compiler Lexer.swift
[1227/1269] Compiling Compiler ParserState.swift
[1228/1269] Compiling Compiler Parsers.swift
[1229/1269] Compiling Compiler Token.swift
[1230/1269] Compiling Compiler Project.swift
[1231/1269] Compiling Compiler QualifiedName.swift
[1232/1269] Compiling Compiler Schema.swift
[1234/1269] Compiling Compiler SchemaName.swift
[1236/1269] Compiling Compiler Builtins.swift
[1237/1269] Compiling Compiler CardinalityInferrer.swift
[1260/1269] Emitting module SwiftCompilerPlugin
[1261/1269] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1262/1288] Compiling PureSQLCLI MigrationsCommand.swift
[1263/1288] Compiling PureSQLCLI PureSQL.swift
[1264/1288] Compiling PureSQLCLI QueriesCommand.swift
[1265/1288] Compiling PureSQLCLI InitCommand.swift
[1266/1288] Compiling PureSQLCLI PureSQL.swift
[1267/1288] Compiling PureSQLCLI QueriesCommand.swift
[1268/1288] Compiling PureSQLCLI MigrationsCommand.swift
[1269/1288] Compiling PureSQLMacros SyntaxError.swift
[1270/1288] Compiling PureSQLMacros Plugins.swift
[1271/1288] Compiling PureSQLMacros QueryMacro.swift
[1272/1288] Emitting module PureSQLCLI
[1273/1288] Compiling PureSQLCLI InitCommand.swift
[1274/1288] Compiling PureSQLCLI GenerateCommand.swift
[1275/1288] Compiling PureSQLMacros DatabaseMacro.swift
[1276/1288] Emitting module PureSQLMacros
[1277/1288] Compiling PureSQLMacros String+Extensions.swift
[1278/1288] Compiling PureSQLMacros Syntax+Extensions.swift
[1278/1288] Write Objects.LinkFileList
[1281/1288] Emitting module PureSQLCLI
[1282/1288] Compiling PureSQLCLI GenerateCommand.swift
[1282/1288] Write Objects.LinkFileList
[1283/1288] Linking PureSQLMacros-tool
[1284/1288] Linking PureSQLCLI-tool
[1285/1288] Linking PureSQLCLI
[1286/1320] Applying PureSQLCLI-tool
[1287/1320] Applying PureSQLCLI
[1289/1320] Compiling PureSQL MapInput.swift
[1290/1320] Compiling PureSQL Queries.swift
[1291/1320] Compiling PureSQL Test.swift
[1292/1320] Compiling PureSQL Query+Combine.swift
[1293/1320] Compiling PureSQL Query.swift
[1294/1320] Compiling PureSQL QueryObservation.swift
[1295/1320] Compiling PureSQL Row.swift
[1296/1320] Compiling PureSQL RowDecodable.swift
[1297/1320] Compiling PureSQL SQL.swift
[1298/1323] Compiling PureSQL DatabaseQuery.swift
[1299/1323] Compiling PureSQL Fail.swift
[1300/1323] Compiling PureSQL Just.swift
[1301/1323] Compiling PureSQL Map.swift
[1302/1323] Compiling PureSQL SQLiteConnection.swift
[1303/1323] Compiling PureSQL Statement.swift
[1304/1323] Compiling PureSQL Transaction.swift
[1305/1323] Compiling PureSQL Collection+Extensions.swift
[1306/1323] Compiling PureSQL Lock.swift
[1307/1323] Compiling PureSQL Queue.swift
[1308/1323] Compiling PureSQL DatabaseConfig.swift
[1309/1323] Compiling PureSQL DatabaseObserver.swift
[1310/1323] Compiling PureSQL DatabasePrimitive.swift
[1311/1323] Compiling PureSQL DatabaseValueAdapter.swift
[1312/1323] Compiling PureSQL SQLAny.swift
[1313/1323] Compiling PureSQL SQLError.swift
[1314/1323] Compiling PureSQL SQLiteCode.swift
[1315/1323] Compiling PureSQL Connection.swift
[1316/1323] Compiling PureSQL ConnectionPool.swift
[1317/1323] Compiling PureSQL Cursor.swift
[1318/1323] Compiling PureSQL Database.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! (48.68s)
Fetching https://github.com/jpsim/Yams from cache
Fetching https://github.com/apple/swift-collections from cache
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/jpsim/Yams from cache (1.47s)
Fetched https://github.com/apple/swift-collections from cache (1.50s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.99s)
Fetched https://github.com/swiftlang/swift-syntax from cache (2.03s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 6.2.1 (2.54s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (0.49s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (0.56s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (2.85s)
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/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.3.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 6.2.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.