The Swift Package Index logo.Swift Package Index

Build Information

Successful build of QueryBuilder, reference 1.0.0 (52c4d6), with Swift 6.3 for watchOS using Xcode 26.4 on 17 Apr 2026 03:16:49 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme QueryBuilder -destination generic/platform=watchOS

Build Log


/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLFunctionalSyntax.swift:72:10: warning: TODO: Implement UPSERT (UPDATE OR INSERT)
#warning("TODO: Implement UPSERT (UPDATE OR INSERT)")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLFunctionalSyntax.swift:135:14: warning: TODO: Add support for common table expression returning a raw (not wrapped) scalar value
    #warning("TODO: Add support for common table expression returning a raw (not wrapped) scalar value")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLFunctionalSyntax.swift:155:14: warning: TODO: Implement scalar method to create an XLExpression from a common table that returns a scalar value
    #warning("TODO: Implement scalar method to create an XLExpression from a common table that returns a scalar value")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLFunctionalSyntax.swift:195:10: warning: TODO: Combine result and SQLReader into single method
#warning("TODO: Combine result and SQLReader into single method ")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:186:14: warning: TODO: Only Tables should be writable (able to insert and update), Views, Common Table Expression and Subquery should not be writable.
    #warning("TODO: Only Tables should be writable (able to insert and update), Views, Common Table Expression and Subquery should not be writable.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLInsertStatement.swift:86:14: warning: TODO: Implement REPLACE
    #warning("TODO: Implement REPLACE")
             ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLInsertStatement.swift:88:14: warning: TODO: Implement INSERT ... OR ...
    #warning("TODO: Implement INSERT ... OR ...")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLInsertStatement.swift:90:14: warning: TODO: Implement INSERT ... RETURNING ...
    #warning("TODO: Implement INSERT ... RETURNING ...")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLCreateTableStatement.swift:53:14: warning: TODO: Table constraints
    #warning("TODO: Table constraints")
             ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLCreateTableStatement.swift:55:14: warning: TODO: Table options
    #warning("TODO: Table options")
             ^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLCreateTableStatement.swift:57:14: warning: TODO: Temporary table
    #warning("TODO: Temporary table")
             ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLCreateTableStatement.swift:59:14: warning: TODO: Make IF NOT EXISTS opt-in
    #warning("TODO: Make IF NOT EXISTS opt-in")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLWithStatement.swift:31:13: warning: TODO: Support Update with common table.
   #warning("TODO: Support Update with common table.")
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:43:14: warning: TODO: See if it is possible to remove Row type constraint (XLExpression and XLLiteral) - if they can also be removed from the reader
    #warning("TODO: See if it is possible to remove Row type constraint (XLExpression and XLLiteral) - if they can also be removed from the reader")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLQueryStatement.swift:16:14: warning: TODO: Record tables which are used in the query - create publisher which triggers when tables are updated
    #warning("TODO: Record tables which are used in the query - create publisher which triggers when tables are updated")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLUpdateStatement.swift:16:14: warning: TODO: Record tables which are updated in the query - post notification when tables are updated
    #warning("TODO: Record tables which are updated in the query - post notification when tables are updated")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLUpdateStatement.swift:100:14: warning: TODO: Implement 'returning' on update.
    #warning("TODO: Implement 'returning' on update.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLUpdateStatement.swift:108:14: warning: TODO: Implement 'returning' on update.
    #warning("TODO: Implement 'returning' on update.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLInsertStatement.swift:21:14: warning: TODO: Record tables which are updated in the query - post notification when tables are updated
    #warning("TODO: Record tables which are updated in the query - post notification when tables are updated")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:476:14: warning: TODO: Support cross and full outer join
    #warning("TODO: Support cross and full outer join")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLLogger.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SQLMeta.swift,\ SQLOperators.swift,\ SQLScalarResult.swift,\ SQLStatements.swift,\ SQLCreateTableStatement.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLOperators.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLScalarResult.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLCreateTableStatement.swift (in target 'SwiftQL' from project 'QueryBuilder')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:42:10: warning: TODO: Throw error when reading fails
#warning("TODO: Throw error when reading fails")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:147:10: warning: TODO: Remove makeSQLAnonymous... methods (column names are no longer anonymized ie c0, c1, c2 ... cN).
#warning("TODO: Remove makeSQLAnonymous... methods (column names are no longer anonymized ie c0, c1, c2 ... cN).")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:186:14: warning: TODO: Only Tables should be writable (able to insert and update), Views, Common Table Expression and Subquery should not be writable.
    #warning("TODO: Only Tables should be writable (able to insert and update), Views, Common Table Expression and Subquery should not be writable.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:228:18: warning: TODO: Rename alias if alias already exists
        #warning("TODO: Rename alias if alias already exists")
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:389:10: warning: TODO: Unify XLFromTableDependency and XLCommonTableDependency - use generic any XLEncodable instead of qualifiedName
#warning("TODO: Unify XLFromTableDependency and XLCommonTableDependency - use generic any XLEncodable instead of qualifiedName ")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:476:14: warning: TODO: Support cross and full outer join
    #warning("TODO: Support cross and full outer join")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLExpression.swift:408:14: warning: TODO: Use semantic separator instead of literal (e.g. .list, .tuple)
    #warning("TODO: Use semantic separator instead of literal (e.g. .list, .tuple)")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLOperators.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLOperators.swift:11:10: warning: TODO: Implement between operator
#warning("TODO: Implement between operator")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLScalarResult.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:43:14: warning: TODO: See if it is possible to remove Row type constraint (XLExpression and XLLiteral) - if they can also be removed from the reader
    #warning("TODO: See if it is possible to remove Row type constraint (XLExpression and XLLiteral) - if they can also be removed from the reader")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:204:14: warning: FIXME: Closure requires explicit genric type parameter to resolve Row type.
    #warning("FIXME: Closure requires explicit genric type parameter to resolve Row type.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:341:14: warning: TODO: Support NATURAL JOIN and USING clause
    #warning("TODO: Support NATURAL JOIN and USING clause")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:343:14: warning: TODO: Support RIGHT JOIN (support nullable table in FROM clause)
    #warning("TODO: Support RIGHT JOIN (support nullable table in FROM clause)")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLFunctionalSyntax.swift:135:14: warning: TODO: Add support for common table expression returning a raw (not wrapped) scalar value
    #warning("TODO: Add support for common table expression returning a raw (not wrapped) scalar value")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLFunctionalSyntax.swift:155:14: warning: TODO: Implement scalar method to create an XLExpression from a common table that returns a scalar value
    #warning("TODO: Implement scalar method to create an XLExpression from a common table that returns a scalar value")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLCreateTableStatement.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLCreateTableStatement.swift:53:14: warning: TODO: Table constraints
    #warning("TODO: Table constraints")
             ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLCreateTableStatement.swift:55:14: warning: TODO: Table options
    #warning("TODO: Table options")
             ^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLCreateTableStatement.swift:57:14: warning: TODO: Temporary table
    #warning("TODO: Temporary table")
             ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLCreateTableStatement.swift:59:14: warning: TODO: Make IF NOT EXISTS opt-in
    #warning("TODO: Make IF NOT EXISTS opt-in")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 Compiling\ StringFunctions.swift,\ TypeCastFunctions.swift,\ GRDBSQLDatabase.swift,\ BooleanOperators.swift,\ ComparableExpressionOperators.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Functions/StringFunctions.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Functions/TypeCastFunctions.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/GRDBSQLDatabase.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Operators/BooleanOperators.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Operators/ComparableExpressionOperators.swift (in target 'SwiftQL' from project 'QueryBuilder')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Functions/StringFunctions.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLExpression.swift:408:14: warning: TODO: Use semantic separator instead of literal (e.g. .list, .tuple)
    #warning("TODO: Use semantic separator instead of literal (e.g. .list, .tuple)")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Functions/TypeCastFunctions.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/GRDBSQLDatabase.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/GRDBSQLDatabase.swift:257:22: warning: TODO: Return result
            #warning("TODO: Return result")
                     ^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/GRDBSQLDatabase.swift:260:18: warning: TODO: Only post entity change notification
        #warning("TODO: Only post entity change notification ")
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:186:14: warning: TODO: Only Tables should be writable (able to insert and update), Views, Common Table Expression and Subquery should not be writable.
    #warning("TODO: Only Tables should be writable (able to insert and update), Views, Common Table Expression and Subquery should not be writable.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:476:14: warning: TODO: Support cross and full outer join
    #warning("TODO: Support cross and full outer join")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLDatabase.swift:123:14: warning: TODO: Add mutable arguments
    #warning("TODO: Add mutable arguments")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLDatabase.swift:124:14: warning: TODO: Return result
    #warning("TODO: Return result")
             ^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLDeleteStatement.swift:56:14: warning: TODO: Enable XLRowReadable conformance to implement `returning` clause
    #warning("TODO: Enable XLRowReadable conformance to implement `returning` clause")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Operators/BooleanOperators.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Operators/ComparableExpressionOperators.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ConditionalFunctions.swift,\ DateFunctions.swift,\ ExpressionFunctions.swift,\ JSONFunctions.swift,\ NumericFunctions.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Functions/ConditionalFunctions.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Functions/DateFunctions.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Functions/ExpressionFunctions.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Functions/JSONFunctions.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Functions/NumericFunctions.swift (in target 'SwiftQL' from project 'QueryBuilder')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Functions/ConditionalFunctions.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Functions/DateFunctions.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Functions/DateFunctions.swift:13:14: warning: TODO: Include all modifiers
    #warning("TODO: Include all modifiers")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLExpression.swift:408:14: warning: TODO: Use semantic separator instead of literal (e.g. .list, .tuple)
    #warning("TODO: Use semantic separator instead of literal (e.g. .list, .tuple)")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Functions/ExpressionFunctions.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Functions/JSONFunctions.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Functions/NumericFunctions.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SQLInsertBuilder.swift,\ SQLQueryBuilder.swift,\ SQLCreateExpressionBuilder.swift,\ SQLDeleteExpressionBuilder.swift,\ SQLInsertExpressionBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Builders/SQLInsertBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Builders/SQLQueryBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Expression\ Builder/SQLCreateExpressionBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Expression\ Builder/SQLDeleteExpressionBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Expression\ Builder/SQLInsertExpressionBuilder.swift (in target 'SwiftQL' from project 'QueryBuilder')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Builders/SQLInsertBuilder.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Builders/SQLInsertBuilder.swift:45:18: warning: TODO: Include common tables and INSERT...SELECT
        #warning("TODO: Include common tables and INSERT...SELECT")
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:186:14: warning: TODO: Only Tables should be writable (able to insert and update), Views, Common Table Expression and Subquery should not be writable.
    #warning("TODO: Only Tables should be writable (able to insert and update), Views, Common Table Expression and Subquery should not be writable.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLInsertStatement.swift:21:14: warning: TODO: Record tables which are updated in the query - post notification when tables are updated
    #warning("TODO: Record tables which are updated in the query - post notification when tables are updated")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLInsertStatement.swift:86:14: warning: TODO: Implement REPLACE
    #warning("TODO: Implement REPLACE")
             ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLInsertStatement.swift:88:14: warning: TODO: Implement INSERT ... OR ...
    #warning("TODO: Implement INSERT ... OR ...")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLInsertStatement.swift:90:14: warning: TODO: Implement INSERT ... RETURNING ...
    #warning("TODO: Implement INSERT ... RETURNING ...")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Builders/SQLQueryBuilder.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Builders/SQLQueryBuilder.swift:13:14: warning: TODO: Rename AND and OR to requiredConstraint and optionalConstraint
    #warning("TODO: Rename AND and OR to requiredConstraint and optionalConstraint")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:43:14: warning: TODO: See if it is possible to remove Row type constraint (XLExpression and XLLiteral) - if they can also be removed from the reader
    #warning("TODO: See if it is possible to remove Row type constraint (XLExpression and XLLiteral) - if they can also be removed from the reader")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:341:14: warning: TODO: Support NATURAL JOIN and USING clause
    #warning("TODO: Support NATURAL JOIN and USING clause")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:343:14: warning: TODO: Support RIGHT JOIN (support nullable table in FROM clause)
    #warning("TODO: Support RIGHT JOIN (support nullable table in FROM clause)")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLQueryStatement.swift:16:14: warning: TODO: Record tables which are used in the query - create publisher which triggers when tables are updated
    #warning("TODO: Record tables which are used in the query - create publisher which triggers when tables are updated")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Expression\ Builder/SQLCreateExpressionBuilder.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLCreateTableStatement.swift:53:14: warning: TODO: Table constraints
    #warning("TODO: Table constraints")
             ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLCreateTableStatement.swift:55:14: warning: TODO: Table options
    #warning("TODO: Table options")
             ^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLCreateTableStatement.swift:57:14: warning: TODO: Temporary table
    #warning("TODO: Temporary table")
             ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLCreateTableStatement.swift:59:14: warning: TODO: Make IF NOT EXISTS opt-in
    #warning("TODO: Make IF NOT EXISTS opt-in")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLFunctionalSyntax.swift:135:14: warning: TODO: Add support for common table expression returning a raw (not wrapped) scalar value
    #warning("TODO: Add support for common table expression returning a raw (not wrapped) scalar value")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLFunctionalSyntax.swift:155:14: warning: TODO: Implement scalar method to create an XLExpression from a common table that returns a scalar value
    #warning("TODO: Implement scalar method to create an XLExpression from a common table that returns a scalar value")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Expression\ Builder/SQLDeleteExpressionBuilder.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLDeleteStatement.swift:56:14: warning: TODO: Enable XLRowReadable conformance to implement `returning` clause
    #warning("TODO: Enable XLRowReadable conformance to implement `returning` clause")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLWithStatement.swift:31:13: warning: TODO: Support Update with common table.
   #warning("TODO: Support Update with common table.")
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Expression\ Builder/SQLInsertExpressionBuilder.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SwiftQL (in target 'SwiftQL' from project 'QueryBuilder')
EmitSwiftModule normal arm64_32 (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Expression Builder/SQLQueryExpressionBuilder.swift:168:10: warning: TODO: Overload sql function and infer subquery context from return type
#warning("TODO: Overload sql function and infer subquery context from return type")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Expression Builder/SQLQueryExpressionBuilder.swift:170:10: warning: TODO: Add support for subqueries returning nullable tables and scalar values
#warning("TODO: Add support for subqueries returning nullable tables and scalar values")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Operators/InOperator.swift:13:10: warning: TODO: IN optional
#warning("TODO: IN optional")
         ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Operators/TextOperators.swift:11:10: warning: TODO: Implement regexp and match for XLExpression<String>
#warning("TODO: Implement regexp and match for XLExpression<String>")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLExpression.swift:11:10: warning: TODO: Implement IN and NOT IN expressions
#warning("TODO: Implement IN and NOT IN expressions")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLFunctionalSyntax.swift:72:10: warning: TODO: Implement UPSERT (UPDATE OR INSERT)
#warning("TODO: Implement UPSERT (UPDATE OR INSERT)")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLFunctionalSyntax.swift:195:10: warning: TODO: Combine result and SQLReader into single method
#warning("TODO: Combine result and SQLReader into single method ")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:42:10: warning: TODO: Throw error when reading fails
#warning("TODO: Throw error when reading fails")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:147:10: warning: TODO: Remove makeSQLAnonymous... methods (column names are no longer anonymized ie c0, c1, c2 ... cN).
#warning("TODO: Remove makeSQLAnonymous... methods (column names are no longer anonymized ie c0, c1, c2 ... cN).")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:389:10: warning: TODO: Unify XLFromTableDependency and XLCommonTableDependency - use generic any XLEncodable instead of qualifiedName
#warning("TODO: Unify XLFromTableDependency and XLCommonTableDependency - use generic any XLEncodable instead of qualifiedName ")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLOperators.swift:11:10: warning: TODO: Implement between operator
#warning("TODO: Implement between operator")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Types/Date.swift:11:10: warning: TODO: Support time intervals (eg relative time offsets
#warning("TODO: Support time intervals (eg relative time offsets")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Types/Date.swift:13:10: warning: TODO: Support custom date formats
#warning("TODO: Support custom date formats")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Types/Date.swift:15:10: warning: TODO: Support floating point date
#warning("TODO: Support floating point date")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Types/Date.swift:17:10: warning: TODO: Date operators: !=, >=, <, <=, -
#warning("TODO: Date operators: !=, >=, <, <=, -")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Types/Date.swift:19:10: warning: TODO: Support date components
#warning("TODO: Support date components")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Types/Date.swift:22:10: warning: TODO: Use property wrapper to specify date formatting
#warning("TODO: Use property wrapper to specify date formatting")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Types/Date.swift:38:10: warning: TODO: Make XLISO8601Date a property wrapper
#warning("TODO: Make XLISO8601Date a property wrapper")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:186:14: warning: TODO: Only Tables should be writable (able to insert and update), Views, Common Table Expression and Subquery should not be writable.
    #warning("TODO: Only Tables should be writable (able to insert and update), Views, Common Table Expression and Subquery should not be writable.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Builders/SQLQueryBuilder.swift:13:14: warning: TODO: Rename AND and OR to requiredConstraint and optionalConstraint
    #warning("TODO: Rename AND and OR to requiredConstraint and optionalConstraint")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:43:14: warning: TODO: See if it is possible to remove Row type constraint (XLExpression and XLLiteral) - if they can also be removed from the reader
    #warning("TODO: See if it is possible to remove Row type constraint (XLExpression and XLLiteral) - if they can also be removed from the reader")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLDeleteStatement.swift:56:14: warning: TODO: Enable XLRowReadable conformance to implement `returning` clause
    #warning("TODO: Enable XLRowReadable conformance to implement `returning` clause")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLFunctionalSyntax.swift:135:14: warning: TODO: Add support for common table expression returning a raw (not wrapped) scalar value
    #warning("TODO: Add support for common table expression returning a raw (not wrapped) scalar value")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLFunctionalSyntax.swift:155:14: warning: TODO: Implement scalar method to create an XLExpression from a common table that returns a scalar value
    #warning("TODO: Implement scalar method to create an XLExpression from a common table that returns a scalar value")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Functions/DateFunctions.swift:13:14: warning: TODO: Include all modifiers
    #warning("TODO: Include all modifiers")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:476:14: warning: TODO: Support cross and full outer join
    #warning("TODO: Support cross and full outer join")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLExpression.swift:408:14: warning: TODO: Use semantic separator instead of literal (e.g. .list, .tuple)
    #warning("TODO: Use semantic separator instead of literal (e.g. .list, .tuple)")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLDatabase.swift:123:14: warning: TODO: Add mutable arguments
    #warning("TODO: Add mutable arguments")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLDatabase.swift:124:14: warning: TODO: Return result
    #warning("TODO: Return result")
             ^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:204:14: warning: FIXME: Closure requires explicit genric type parameter to resolve Row type.
    #warning("FIXME: Closure requires explicit genric type parameter to resolve Row type.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:341:14: warning: TODO: Support NATURAL JOIN and USING clause
    #warning("TODO: Support NATURAL JOIN and USING clause")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:343:14: warning: TODO: Support RIGHT JOIN (support nullable table in FROM clause)
    #warning("TODO: Support RIGHT JOIN (support nullable table in FROM clause)")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLCreateTableStatement.swift:53:14: warning: TODO: Table constraints
    #warning("TODO: Table constraints")
             ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLCreateTableStatement.swift:55:14: warning: TODO: Table options
    #warning("TODO: Table options")
             ^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLCreateTableStatement.swift:57:14: warning: TODO: Temporary table
    #warning("TODO: Temporary table")
             ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLCreateTableStatement.swift:59:14: warning: TODO: Make IF NOT EXISTS opt-in
    #warning("TODO: Make IF NOT EXISTS opt-in")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLInsertStatement.swift:21:14: warning: TODO: Record tables which are updated in the query - post notification when tables are updated
    #warning("TODO: Record tables which are updated in the query - post notification when tables are updated")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLInsertStatement.swift:86:14: warning: TODO: Implement REPLACE
    #warning("TODO: Implement REPLACE")
             ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLInsertStatement.swift:88:14: warning: TODO: Implement INSERT ... OR ...
    #warning("TODO: Implement INSERT ... OR ...")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLInsertStatement.swift:90:14: warning: TODO: Implement INSERT ... RETURNING ...
    #warning("TODO: Implement INSERT ... RETURNING ...")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLQueryStatement.swift:16:14: warning: TODO: Record tables which are used in the query - create publisher which triggers when tables are updated
    #warning("TODO: Record tables which are used in the query - create publisher which triggers when tables are updated")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLUpdateStatement.swift:16:14: warning: TODO: Record tables which are updated in the query - post notification when tables are updated
    #warning("TODO: Record tables which are updated in the query - post notification when tables are updated")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLUpdateStatement.swift:100:14: warning: TODO: Implement 'returning' on update.
    #warning("TODO: Implement 'returning' on update.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLUpdateStatement.swift:108:14: warning: TODO: Implement 'returning' on update.
    #warning("TODO: Implement 'returning' on update.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLWithStatement.swift:31:13: warning: TODO: Support Update with common table.
   #warning("TODO: Support Update with common table.")
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftDriverJobDiscovery normal arm64 Compiling SQLWithStatement.swift, Date.swift, Intrinsic.swift, UUID.swift (in target 'SwiftQL' from project 'QueryBuilder')
SwiftCompile normal arm64_32 Compiling\ SQLDeleteStatement.swift,\ SQLInsertStatement.swift,\ SQLQueryStatement.swift,\ SQLUpdateStatement.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLDeleteStatement.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLInsertStatement.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLQueryStatement.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLUpdateStatement.swift (in target 'SwiftQL' from project 'QueryBuilder')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLDeleteStatement.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLDeleteStatement.swift:56:14: warning: TODO: Enable XLRowReadable conformance to implement `returning` clause
    #warning("TODO: Enable XLRowReadable conformance to implement `returning` clause")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLExpression.swift:408:14: warning: TODO: Use semantic separator instead of literal (e.g. .list, .tuple)
    #warning("TODO: Use semantic separator instead of literal (e.g. .list, .tuple)")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:186:14: warning: TODO: Only Tables should be writable (able to insert and update), Views, Common Table Expression and Subquery should not be writable.
    #warning("TODO: Only Tables should be writable (able to insert and update), Views, Common Table Expression and Subquery should not be writable.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:43:14: warning: TODO: See if it is possible to remove Row type constraint (XLExpression and XLLiteral) - if they can also be removed from the reader
    #warning("TODO: See if it is possible to remove Row type constraint (XLExpression and XLLiteral) - if they can also be removed from the reader")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:204:14: warning: FIXME: Closure requires explicit genric type parameter to resolve Row type.
    #warning("FIXME: Closure requires explicit genric type parameter to resolve Row type.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:341:14: warning: TODO: Support NATURAL JOIN and USING clause
    #warning("TODO: Support NATURAL JOIN and USING clause")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:343:14: warning: TODO: Support RIGHT JOIN (support nullable table in FROM clause)
    #warning("TODO: Support RIGHT JOIN (support nullable table in FROM clause)")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLInsertStatement.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLInsertStatement.swift:21:14: warning: TODO: Record tables which are updated in the query - post notification when tables are updated
    #warning("TODO: Record tables which are updated in the query - post notification when tables are updated")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLInsertStatement.swift:86:14: warning: TODO: Implement REPLACE
    #warning("TODO: Implement REPLACE")
             ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLInsertStatement.swift:88:14: warning: TODO: Implement INSERT ... OR ...
    #warning("TODO: Implement INSERT ... OR ...")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLInsertStatement.swift:90:14: warning: TODO: Implement INSERT ... RETURNING ...
    #warning("TODO: Implement INSERT ... RETURNING ...")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLQueryStatement.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLQueryStatement.swift:16:14: warning: TODO: Record tables which are used in the query - create publisher which triggers when tables are updated
    #warning("TODO: Record tables which are used in the query - create publisher which triggers when tables are updated")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:476:14: warning: TODO: Support cross and full outer join
    #warning("TODO: Support cross and full outer join")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLUpdateStatement.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLUpdateStatement.swift:16:14: warning: TODO: Record tables which are updated in the query - post notification when tables are updated
    #warning("TODO: Record tables which are updated in the query - post notification when tables are updated")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLUpdateStatement.swift:100:14: warning: TODO: Implement 'returning' on update.
    #warning("TODO: Implement 'returning' on update.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLUpdateStatement.swift:108:14: warning: TODO: Implement 'returning' on update.
    #warning("TODO: Implement 'returning' on update.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftDriverJobDiscovery normal arm64 Compiling ConditionalFunctions.swift, DateFunctions.swift, ExpressionFunctions.swift, JSONFunctions.swift, NumericFunctions.swift (in target 'SwiftQL' from project 'QueryBuilder')
SwiftCompile normal arm64_32 Compiling\ SQLInsertBuilder.swift,\ SQLQueryBuilder.swift,\ SQLCreateExpressionBuilder.swift,\ SQLDeleteExpressionBuilder.swift,\ SQLInsertExpressionBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Builders/SQLInsertBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Builders/SQLQueryBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Expression\ Builder/SQLCreateExpressionBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Expression\ Builder/SQLDeleteExpressionBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Expression\ Builder/SQLInsertExpressionBuilder.swift (in target 'SwiftQL' from project 'QueryBuilder')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Builders/SQLInsertBuilder.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Builders/SQLInsertBuilder.swift:45:18: warning: TODO: Include common tables and INSERT...SELECT
        #warning("TODO: Include common tables and INSERT...SELECT")
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:186:14: warning: TODO: Only Tables should be writable (able to insert and update), Views, Common Table Expression and Subquery should not be writable.
    #warning("TODO: Only Tables should be writable (able to insert and update), Views, Common Table Expression and Subquery should not be writable.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLInsertStatement.swift:21:14: warning: TODO: Record tables which are updated in the query - post notification when tables are updated
    #warning("TODO: Record tables which are updated in the query - post notification when tables are updated")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLInsertStatement.swift:86:14: warning: TODO: Implement REPLACE
    #warning("TODO: Implement REPLACE")
             ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLInsertStatement.swift:88:14: warning: TODO: Implement INSERT ... OR ...
    #warning("TODO: Implement INSERT ... OR ...")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLInsertStatement.swift:90:14: warning: TODO: Implement INSERT ... RETURNING ...
    #warning("TODO: Implement INSERT ... RETURNING ...")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Builders/SQLQueryBuilder.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Builders/SQLQueryBuilder.swift:13:14: warning: TODO: Rename AND and OR to requiredConstraint and optionalConstraint
    #warning("TODO: Rename AND and OR to requiredConstraint and optionalConstraint")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:43:14: warning: TODO: See if it is possible to remove Row type constraint (XLExpression and XLLiteral) - if they can also be removed from the reader
    #warning("TODO: See if it is possible to remove Row type constraint (XLExpression and XLLiteral) - if they can also be removed from the reader")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:341:14: warning: TODO: Support NATURAL JOIN and USING clause
    #warning("TODO: Support NATURAL JOIN and USING clause")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:343:14: warning: TODO: Support RIGHT JOIN (support nullable table in FROM clause)
    #warning("TODO: Support RIGHT JOIN (support nullable table in FROM clause)")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLQueryStatement.swift:16:14: warning: TODO: Record tables which are used in the query - create publisher which triggers when tables are updated
    #warning("TODO: Record tables which are used in the query - create publisher which triggers when tables are updated")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Expression\ Builder/SQLCreateExpressionBuilder.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLCreateTableStatement.swift:53:14: warning: TODO: Table constraints
    #warning("TODO: Table constraints")
             ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLCreateTableStatement.swift:55:14: warning: TODO: Table options
    #warning("TODO: Table options")
             ^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLCreateTableStatement.swift:57:14: warning: TODO: Temporary table
    #warning("TODO: Temporary table")
             ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLCreateTableStatement.swift:59:14: warning: TODO: Make IF NOT EXISTS opt-in
    #warning("TODO: Make IF NOT EXISTS opt-in")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLFunctionalSyntax.swift:135:14: warning: TODO: Add support for common table expression returning a raw (not wrapped) scalar value
    #warning("TODO: Add support for common table expression returning a raw (not wrapped) scalar value")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLFunctionalSyntax.swift:155:14: warning: TODO: Implement scalar method to create an XLExpression from a common table that returns a scalar value
    #warning("TODO: Implement scalar method to create an XLExpression from a common table that returns a scalar value")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Expression\ Builder/SQLDeleteExpressionBuilder.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLDeleteStatement.swift:56:14: warning: TODO: Enable XLRowReadable conformance to implement `returning` clause
    #warning("TODO: Enable XLRowReadable conformance to implement `returning` clause")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLWithStatement.swift:31:13: warning: TODO: Support Update with common table.
   #warning("TODO: Support Update with common table.")
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Expression\ Builder/SQLInsertExpressionBuilder.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling EquatableExpressionOperators.swift, InOperator.swift, IntegerOperators.swift, NumericOperators.swift, OptionalOperators.swift (in target 'SwiftQL' from project 'QueryBuilder')
SwiftCompile normal arm64_32 Compiling\ ConditionalFunctions.swift,\ DateFunctions.swift,\ ExpressionFunctions.swift,\ JSONFunctions.swift,\ NumericFunctions.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Functions/ConditionalFunctions.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Functions/DateFunctions.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Functions/ExpressionFunctions.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Functions/JSONFunctions.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Functions/NumericFunctions.swift (in target 'SwiftQL' from project 'QueryBuilder')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Functions/ConditionalFunctions.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Functions/DateFunctions.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Functions/DateFunctions.swift:13:14: warning: TODO: Include all modifiers
    #warning("TODO: Include all modifiers")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLExpression.swift:408:14: warning: TODO: Use semantic separator instead of literal (e.g. .list, .tuple)
    #warning("TODO: Use semantic separator instead of literal (e.g. .list, .tuple)")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Functions/ExpressionFunctions.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Functions/JSONFunctions.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Functions/NumericFunctions.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling SQLInsertBuilder.swift, SQLQueryBuilder.swift, SQLCreateExpressionBuilder.swift, SQLDeleteExpressionBuilder.swift, SQLInsertExpressionBuilder.swift (in target 'SwiftQL' from project 'QueryBuilder')
SwiftCompile normal arm64_32 Compiling\ StringFunctions.swift,\ TypeCastFunctions.swift,\ GRDBSQLDatabase.swift,\ BooleanOperators.swift,\ ComparableExpressionOperators.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Functions/StringFunctions.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Functions/TypeCastFunctions.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/GRDBSQLDatabase.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Operators/BooleanOperators.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Operators/ComparableExpressionOperators.swift (in target 'SwiftQL' from project 'QueryBuilder')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Functions/StringFunctions.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLExpression.swift:408:14: warning: TODO: Use semantic separator instead of literal (e.g. .list, .tuple)
    #warning("TODO: Use semantic separator instead of literal (e.g. .list, .tuple)")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Functions/TypeCastFunctions.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/GRDBSQLDatabase.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/GRDBSQLDatabase.swift:257:22: warning: TODO: Return result
            #warning("TODO: Return result")
                     ^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/GRDBSQLDatabase.swift:260:18: warning: TODO: Only post entity change notification
        #warning("TODO: Only post entity change notification ")
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:186:14: warning: TODO: Only Tables should be writable (able to insert and update), Views, Common Table Expression and Subquery should not be writable.
    #warning("TODO: Only Tables should be writable (able to insert and update), Views, Common Table Expression and Subquery should not be writable.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:476:14: warning: TODO: Support cross and full outer join
    #warning("TODO: Support cross and full outer join")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLDatabase.swift:123:14: warning: TODO: Add mutable arguments
    #warning("TODO: Add mutable arguments")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLDatabase.swift:124:14: warning: TODO: Return result
    #warning("TODO: Return result")
             ^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLDeleteStatement.swift:56:14: warning: TODO: Enable XLRowReadable conformance to implement `returning` clause
    #warning("TODO: Enable XLRowReadable conformance to implement `returning` clause")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Operators/BooleanOperators.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Operators/ComparableExpressionOperators.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling SQLDeleteStatement.swift, SQLInsertStatement.swift, SQLQueryStatement.swift, SQLUpdateStatement.swift (in target 'SwiftQL' from project 'QueryBuilder')
SwiftCompile normal arm64_32 Compiling\ RealOperators.swift,\ TextOperators.swift,\ SQL.swift,\ SQLCaseWhenThen.swift,\ SQLCustomFunction.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Operators/RealOperators.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Operators/TextOperators.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQL.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLCaseWhenThen.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLCustomFunction.swift (in target 'SwiftQL' from project 'QueryBuilder')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Operators/RealOperators.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Operators/TextOperators.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Operators/TextOperators.swift:11:10: warning: TODO: Implement regexp and match for XLExpression<String>
#warning("TODO: Implement regexp and match for XLExpression<String>")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQL.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLCaseWhenThen.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLExpression.swift:408:14: warning: TODO: Use semantic separator instead of literal (e.g. .list, .tuple)
    #warning("TODO: Use semantic separator instead of literal (e.g. .list, .tuple)")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLCustomFunction.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling ConditionalFunctions.swift, DateFunctions.swift, ExpressionFunctions.swift, JSONFunctions.swift, NumericFunctions.swift (in target 'SwiftQL' from project 'QueryBuilder')
SwiftCompile normal arm64_32 Compiling\ SQLWithStatement.swift,\ Date.swift,\ Intrinsic.swift,\ UUID.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLWithStatement.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Types/Date.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Types/Intrinsic.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Types/UUID.swift (in target 'SwiftQL' from project 'QueryBuilder')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLWithStatement.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLWithStatement.swift:31:13: warning: TODO: Support Update with common table.
   #warning("TODO: Support Update with common table.")
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:186:14: warning: TODO: Only Tables should be writable (able to insert and update), Views, Common Table Expression and Subquery should not be writable.
    #warning("TODO: Only Tables should be writable (able to insert and update), Views, Common Table Expression and Subquery should not be writable.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:43:14: warning: TODO: See if it is possible to remove Row type constraint (XLExpression and XLLiteral) - if they can also be removed from the reader
    #warning("TODO: See if it is possible to remove Row type constraint (XLExpression and XLLiteral) - if they can also be removed from the reader")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLQueryStatement.swift:16:14: warning: TODO: Record tables which are used in the query - create publisher which triggers when tables are updated
    #warning("TODO: Record tables which are used in the query - create publisher which triggers when tables are updated")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLInsertStatement.swift:21:14: warning: TODO: Record tables which are updated in the query - post notification when tables are updated
    #warning("TODO: Record tables which are updated in the query - post notification when tables are updated")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLInsertStatement.swift:86:14: warning: TODO: Implement REPLACE
    #warning("TODO: Implement REPLACE")
             ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLInsertStatement.swift:88:14: warning: TODO: Implement INSERT ... OR ...
    #warning("TODO: Implement INSERT ... OR ...")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLInsertStatement.swift:90:14: warning: TODO: Implement INSERT ... RETURNING ...
    #warning("TODO: Implement INSERT ... RETURNING ...")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLDeleteStatement.swift:56:14: warning: TODO: Enable XLRowReadable conformance to implement `returning` clause
    #warning("TODO: Enable XLRowReadable conformance to implement `returning` clause")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Types/Date.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Types/Date.swift:11:10: warning: TODO: Support time intervals (eg relative time offsets
#warning("TODO: Support time intervals (eg relative time offsets")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Types/Date.swift:13:10: warning: TODO: Support custom date formats
#warning("TODO: Support custom date formats")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Types/Date.swift:15:10: warning: TODO: Support floating point date
#warning("TODO: Support floating point date")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Types/Date.swift:17:10: warning: TODO: Date operators: !=, >=, <, <=, -
#warning("TODO: Date operators: !=, >=, <, <=, -")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Types/Date.swift:19:10: warning: TODO: Support date components
#warning("TODO: Support date components")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Types/Date.swift:22:10: warning: TODO: Use property wrapper to specify date formatting
#warning("TODO: Use property wrapper to specify date formatting")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Types/Date.swift:38:10: warning: TODO: Make XLISO8601Date a property wrapper
#warning("TODO: Make XLISO8601Date a property wrapper")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Types/Intrinsic.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLExpression.swift:408:14: warning: TODO: Use semantic separator instead of literal (e.g. .list, .tuple)
    #warning("TODO: Use semantic separator instead of literal (e.g. .list, .tuple)")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Types/UUID.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling StringFunctions.swift, TypeCastFunctions.swift, GRDBSQLDatabase.swift, BooleanOperators.swift, ComparableExpressionOperators.swift (in target 'SwiftQL' from project 'QueryBuilder')
SwiftCompile normal arm64_32 Compiling\ SQLMeta.swift,\ SQLOperators.swift,\ SQLScalarResult.swift,\ SQLStatements.swift,\ SQLCreateTableStatement.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLOperators.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLScalarResult.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLCreateTableStatement.swift (in target 'SwiftQL' from project 'QueryBuilder')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:42:10: warning: TODO: Throw error when reading fails
#warning("TODO: Throw error when reading fails")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:147:10: warning: TODO: Remove makeSQLAnonymous... methods (column names are no longer anonymized ie c0, c1, c2 ... cN).
#warning("TODO: Remove makeSQLAnonymous... methods (column names are no longer anonymized ie c0, c1, c2 ... cN).")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:186:14: warning: TODO: Only Tables should be writable (able to insert and update), Views, Common Table Expression and Subquery should not be writable.
    #warning("TODO: Only Tables should be writable (able to insert and update), Views, Common Table Expression and Subquery should not be writable.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:228:18: warning: TODO: Rename alias if alias already exists
        #warning("TODO: Rename alias if alias already exists")
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:389:10: warning: TODO: Unify XLFromTableDependency and XLCommonTableDependency - use generic any XLEncodable instead of qualifiedName
#warning("TODO: Unify XLFromTableDependency and XLCommonTableDependency - use generic any XLEncodable instead of qualifiedName ")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:476:14: warning: TODO: Support cross and full outer join
    #warning("TODO: Support cross and full outer join")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLExpression.swift:408:14: warning: TODO: Use semantic separator instead of literal (e.g. .list, .tuple)
    #warning("TODO: Use semantic separator instead of literal (e.g. .list, .tuple)")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLOperators.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLOperators.swift:11:10: warning: TODO: Implement between operator
#warning("TODO: Implement between operator")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLScalarResult.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:43:14: warning: TODO: See if it is possible to remove Row type constraint (XLExpression and XLLiteral) - if they can also be removed from the reader
    #warning("TODO: See if it is possible to remove Row type constraint (XLExpression and XLLiteral) - if they can also be removed from the reader")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:204:14: warning: FIXME: Closure requires explicit genric type parameter to resolve Row type.
    #warning("FIXME: Closure requires explicit genric type parameter to resolve Row type.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:341:14: warning: TODO: Support NATURAL JOIN and USING clause
    #warning("TODO: Support NATURAL JOIN and USING clause")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:343:14: warning: TODO: Support RIGHT JOIN (support nullable table in FROM clause)
    #warning("TODO: Support RIGHT JOIN (support nullable table in FROM clause)")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLFunctionalSyntax.swift:135:14: warning: TODO: Add support for common table expression returning a raw (not wrapped) scalar value
    #warning("TODO: Add support for common table expression returning a raw (not wrapped) scalar value")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLFunctionalSyntax.swift:155:14: warning: TODO: Implement scalar method to create an XLExpression from a common table that returns a scalar value
    #warning("TODO: Implement scalar method to create an XLExpression from a common table that returns a scalar value")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLCreateTableStatement.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLCreateTableStatement.swift:53:14: warning: TODO: Table constraints
    #warning("TODO: Table constraints")
             ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLCreateTableStatement.swift:55:14: warning: TODO: Table options
    #warning("TODO: Table options")
             ^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLCreateTableStatement.swift:57:14: warning: TODO: Temporary table
    #warning("TODO: Temporary table")
             ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLCreateTableStatement.swift:59:14: warning: TODO: Make IF NOT EXISTS opt-in
    #warning("TODO: Make IF NOT EXISTS opt-in")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftDriverJobDiscovery normal arm64_32 Compiling SQLInsertBuilder.swift, SQLQueryBuilder.swift, SQLCreateExpressionBuilder.swift, SQLDeleteExpressionBuilder.swift, SQLInsertExpressionBuilder.swift (in target 'SwiftQL' from project 'QueryBuilder')
SwiftCompile normal arm64_32 Compiling\ SQLQueryExpressionBuilder.swift,\ SQLUpdateExpressionBuilder.swift,\ FoundationExtensions.swift,\ AggregateFunctions.swift,\ ComparableFunctions.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Expression\ Builder/SQLQueryExpressionBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Expression\ Builder/SQLUpdateExpressionBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/FoundationExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Functions/AggregateFunctions.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Functions/ComparableFunctions.swift (in target 'SwiftQL' from project 'QueryBuilder')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Expression\ Builder/SQLQueryExpressionBuilder.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Expression Builder/SQLQueryExpressionBuilder.swift:168:10: warning: TODO: Overload sql function and infer subquery context from return type
#warning("TODO: Overload sql function and infer subquery context from return type")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Expression Builder/SQLQueryExpressionBuilder.swift:170:10: warning: TODO: Add support for subqueries returning nullable tables and scalar values
#warning("TODO: Add support for subqueries returning nullable tables and scalar values")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLFunctionalSyntax.swift:135:14: warning: TODO: Add support for common table expression returning a raw (not wrapped) scalar value
    #warning("TODO: Add support for common table expression returning a raw (not wrapped) scalar value")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLFunctionalSyntax.swift:155:14: warning: TODO: Implement scalar method to create an XLExpression from a common table that returns a scalar value
    #warning("TODO: Implement scalar method to create an XLExpression from a common table that returns a scalar value")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:186:14: warning: TODO: Only Tables should be writable (able to insert and update), Views, Common Table Expression and Subquery should not be writable.
    #warning("TODO: Only Tables should be writable (able to insert and update), Views, Common Table Expression and Subquery should not be writable.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLWithStatement.swift:31:13: warning: TODO: Support Update with common table.
   #warning("TODO: Support Update with common table.")
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLQueryStatement.swift:16:14: warning: TODO: Record tables which are used in the query - create publisher which triggers when tables are updated
    #warning("TODO: Record tables which are used in the query - create publisher which triggers when tables are updated")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:43:14: warning: TODO: See if it is possible to remove Row type constraint (XLExpression and XLLiteral) - if they can also be removed from the reader
    #warning("TODO: See if it is possible to remove Row type constraint (XLExpression and XLLiteral) - if they can also be removed from the reader")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:341:14: warning: TODO: Support NATURAL JOIN and USING clause
    #warning("TODO: Support NATURAL JOIN and USING clause")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:343:14: warning: TODO: Support RIGHT JOIN (support nullable table in FROM clause)
    #warning("TODO: Support RIGHT JOIN (support nullable table in FROM clause)")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:476:14: warning: TODO: Support cross and full outer join
    #warning("TODO: Support cross and full outer join")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:204:14: warning: FIXME: Closure requires explicit genric type parameter to resolve Row type.
    #warning("FIXME: Closure requires explicit genric type parameter to resolve Row type.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Expression\ Builder/SQLUpdateExpressionBuilder.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLUpdateStatement.swift:16:14: warning: TODO: Record tables which are updated in the query - post notification when tables are updated
    #warning("TODO: Record tables which are updated in the query - post notification when tables are updated")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLUpdateStatement.swift:100:14: warning: TODO: Implement 'returning' on update.
    #warning("TODO: Implement 'returning' on update.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLUpdateStatement.swift:108:14: warning: TODO: Implement 'returning' on update.
    #warning("TODO: Implement 'returning' on update.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:43:14: warning: TODO: See if it is possible to remove Row type constraint (XLExpression and XLLiteral) - if they can also be removed from the reader
    #warning("TODO: See if it is possible to remove Row type constraint (XLExpression and XLLiteral) - if they can also be removed from the reader")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:341:14: warning: TODO: Support NATURAL JOIN and USING clause
    #warning("TODO: Support NATURAL JOIN and USING clause")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:343:14: warning: TODO: Support RIGHT JOIN (support nullable table in FROM clause)
    #warning("TODO: Support RIGHT JOIN (support nullable table in FROM clause)")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:204:14: warning: FIXME: Closure requires explicit genric type parameter to resolve Row type.
    #warning("FIXME: Closure requires explicit genric type parameter to resolve Row type.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/FoundationExtensions.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLExpression.swift:408:14: warning: TODO: Use semantic separator instead of literal (e.g. .list, .tuple)
    #warning("TODO: Use semantic separator instead of literal (e.g. .list, .tuple)")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:43:14: warning: TODO: See if it is possible to remove Row type constraint (XLExpression and XLLiteral) - if they can also be removed from the reader
    #warning("TODO: See if it is possible to remove Row type constraint (XLExpression and XLLiteral) - if they can also be removed from the reader")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:341:14: warning: TODO: Support NATURAL JOIN and USING clause
    #warning("TODO: Support NATURAL JOIN and USING clause")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:343:14: warning: TODO: Support RIGHT JOIN (support nullable table in FROM clause)
    #warning("TODO: Support RIGHT JOIN (support nullable table in FROM clause)")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:204:14: warning: FIXME: Closure requires explicit genric type parameter to resolve Row type.
    #warning("FIXME: Closure requires explicit genric type parameter to resolve Row type.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Functions/AggregateFunctions.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:43:14: warning: TODO: See if it is possible to remove Row type constraint (XLExpression and XLLiteral) - if they can also be removed from the reader
    #warning("TODO: See if it is possible to remove Row type constraint (XLExpression and XLLiteral) - if they can also be removed from the reader")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:341:14: warning: TODO: Support NATURAL JOIN and USING clause
    #warning("TODO: Support NATURAL JOIN and USING clause")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:343:14: warning: TODO: Support RIGHT JOIN (support nullable table in FROM clause)
    #warning("TODO: Support RIGHT JOIN (support nullable table in FROM clause)")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:204:14: warning: FIXME: Closure requires explicit genric type parameter to resolve Row type.
    #warning("FIXME: Closure requires explicit genric type parameter to resolve Row type.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Functions/ComparableFunctions.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:43:14: warning: TODO: See if it is possible to remove Row type constraint (XLExpression and XLLiteral) - if they can also be removed from the reader
    #warning("TODO: See if it is possible to remove Row type constraint (XLExpression and XLLiteral) - if they can also be removed from the reader")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:341:14: warning: TODO: Support NATURAL JOIN and USING clause
    #warning("TODO: Support NATURAL JOIN and USING clause")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:343:14: warning: TODO: Support RIGHT JOIN (support nullable table in FROM clause)
    #warning("TODO: Support RIGHT JOIN (support nullable table in FROM clause)")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:204:14: warning: FIXME: Closure requires explicit genric type parameter to resolve Row type.
    #warning("FIXME: Closure requires explicit genric type parameter to resolve Row type.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftDriverJobDiscovery normal arm64_32 Compiling SQLDeleteStatement.swift, SQLInsertStatement.swift, SQLQueryStatement.swift, SQLUpdateStatement.swift (in target 'SwiftQL' from project 'QueryBuilder')
SwiftCompile normal arm64_32 Compiling\ EquatableExpressionOperators.swift,\ InOperator.swift,\ IntegerOperators.swift,\ NumericOperators.swift,\ OptionalOperators.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Operators/EquatableExpressionOperators.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Operators/InOperator.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Operators/IntegerOperators.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Operators/NumericOperators.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Operators/OptionalOperators.swift (in target 'SwiftQL' from project 'QueryBuilder')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Operators/EquatableExpressionOperators.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Operators/InOperator.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Operators/InOperator.swift:13:10: warning: TODO: IN optional
#warning("TODO: IN optional")
         ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLFunctionalSyntax.swift:135:14: warning: TODO: Add support for common table expression returning a raw (not wrapped) scalar value
    #warning("TODO: Add support for common table expression returning a raw (not wrapped) scalar value")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLFunctionalSyntax.swift:155:14: warning: TODO: Implement scalar method to create an XLExpression from a common table that returns a scalar value
    #warning("TODO: Implement scalar method to create an XLExpression from a common table that returns a scalar value")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLExpression.swift:408:14: warning: TODO: Use semantic separator instead of literal (e.g. .list, .tuple)
    #warning("TODO: Use semantic separator instead of literal (e.g. .list, .tuple)")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:186:14: warning: TODO: Only Tables should be writable (able to insert and update), Views, Common Table Expression and Subquery should not be writable.
    #warning("TODO: Only Tables should be writable (able to insert and update), Views, Common Table Expression and Subquery should not be writable.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:476:14: warning: TODO: Support cross and full outer join
    #warning("TODO: Support cross and full outer join")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Operators/IntegerOperators.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Operators/NumericOperators.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Operators/OptionalOperators.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling SQLDatabase.swift, SQLEncoder.swift, SQLExpression.swift, SQLFunctionalSyntax.swift, SQLLogger.swift (in target 'SwiftQL' from project 'QueryBuilder')
SwiftCompile normal arm64 Compiling\ SQLQueryExpressionBuilder.swift,\ SQLUpdateExpressionBuilder.swift,\ FoundationExtensions.swift,\ AggregateFunctions.swift,\ ComparableFunctions.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Expression\ Builder/SQLQueryExpressionBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Expression\ Builder/SQLUpdateExpressionBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/FoundationExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Functions/AggregateFunctions.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Functions/ComparableFunctions.swift (in target 'SwiftQL' from project 'QueryBuilder')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Expression\ Builder/SQLQueryExpressionBuilder.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Expression Builder/SQLQueryExpressionBuilder.swift:168:10: warning: TODO: Overload sql function and infer subquery context from return type
#warning("TODO: Overload sql function and infer subquery context from return type")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Expression Builder/SQLQueryExpressionBuilder.swift:170:10: warning: TODO: Add support for subqueries returning nullable tables and scalar values
#warning("TODO: Add support for subqueries returning nullable tables and scalar values")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLFunctionalSyntax.swift:135:14: warning: TODO: Add support for common table expression returning a raw (not wrapped) scalar value
    #warning("TODO: Add support for common table expression returning a raw (not wrapped) scalar value")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLFunctionalSyntax.swift:155:14: warning: TODO: Implement scalar method to create an XLExpression from a common table that returns a scalar value
    #warning("TODO: Implement scalar method to create an XLExpression from a common table that returns a scalar value")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:186:14: warning: TODO: Only Tables should be writable (able to insert and update), Views, Common Table Expression and Subquery should not be writable.
    #warning("TODO: Only Tables should be writable (able to insert and update), Views, Common Table Expression and Subquery should not be writable.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLWithStatement.swift:31:13: warning: TODO: Support Update with common table.
   #warning("TODO: Support Update with common table.")
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLQueryStatement.swift:16:14: warning: TODO: Record tables which are used in the query - create publisher which triggers when tables are updated
    #warning("TODO: Record tables which are used in the query - create publisher which triggers when tables are updated")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:43:14: warning: TODO: See if it is possible to remove Row type constraint (XLExpression and XLLiteral) - if they can also be removed from the reader
    #warning("TODO: See if it is possible to remove Row type constraint (XLExpression and XLLiteral) - if they can also be removed from the reader")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:341:14: warning: TODO: Support NATURAL JOIN and USING clause
    #warning("TODO: Support NATURAL JOIN and USING clause")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:343:14: warning: TODO: Support RIGHT JOIN (support nullable table in FROM clause)
    #warning("TODO: Support RIGHT JOIN (support nullable table in FROM clause)")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:476:14: warning: TODO: Support cross and full outer join
    #warning("TODO: Support cross and full outer join")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:204:14: warning: FIXME: Closure requires explicit genric type parameter to resolve Row type.
    #warning("FIXME: Closure requires explicit genric type parameter to resolve Row type.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Expression\ Builder/SQLUpdateExpressionBuilder.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLUpdateStatement.swift:16:14: warning: TODO: Record tables which are updated in the query - post notification when tables are updated
    #warning("TODO: Record tables which are updated in the query - post notification when tables are updated")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLUpdateStatement.swift:100:14: warning: TODO: Implement 'returning' on update.
    #warning("TODO: Implement 'returning' on update.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLUpdateStatement.swift:108:14: warning: TODO: Implement 'returning' on update.
    #warning("TODO: Implement 'returning' on update.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:43:14: warning: TODO: See if it is possible to remove Row type constraint (XLExpression and XLLiteral) - if they can also be removed from the reader
    #warning("TODO: See if it is possible to remove Row type constraint (XLExpression and XLLiteral) - if they can also be removed from the reader")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:341:14: warning: TODO: Support NATURAL JOIN and USING clause
    #warning("TODO: Support NATURAL JOIN and USING clause")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:343:14: warning: TODO: Support RIGHT JOIN (support nullable table in FROM clause)
    #warning("TODO: Support RIGHT JOIN (support nullable table in FROM clause)")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:204:14: warning: FIXME: Closure requires explicit genric type parameter to resolve Row type.
    #warning("FIXME: Closure requires explicit genric type parameter to resolve Row type.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/FoundationExtensions.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLExpression.swift:408:14: warning: TODO: Use semantic separator instead of literal (e.g. .list, .tuple)
    #warning("TODO: Use semantic separator instead of literal (e.g. .list, .tuple)")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:43:14: warning: TODO: See if it is possible to remove Row type constraint (XLExpression and XLLiteral) - if they can also be removed from the reader
    #warning("TODO: See if it is possible to remove Row type constraint (XLExpression and XLLiteral) - if they can also be removed from the reader")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:341:14: warning: TODO: Support NATURAL JOIN and USING clause
    #warning("TODO: Support NATURAL JOIN and USING clause")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:343:14: warning: TODO: Support RIGHT JOIN (support nullable table in FROM clause)
    #warning("TODO: Support RIGHT JOIN (support nullable table in FROM clause)")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:204:14: warning: FIXME: Closure requires explicit genric type parameter to resolve Row type.
    #warning("FIXME: Closure requires explicit genric type parameter to resolve Row type.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Functions/AggregateFunctions.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:43:14: warning: TODO: See if it is possible to remove Row type constraint (XLExpression and XLLiteral) - if they can also be removed from the reader
    #warning("TODO: See if it is possible to remove Row type constraint (XLExpression and XLLiteral) - if they can also be removed from the reader")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:341:14: warning: TODO: Support NATURAL JOIN and USING clause
    #warning("TODO: Support NATURAL JOIN and USING clause")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:343:14: warning: TODO: Support RIGHT JOIN (support nullable table in FROM clause)
    #warning("TODO: Support RIGHT JOIN (support nullable table in FROM clause)")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:204:14: warning: FIXME: Closure requires explicit genric type parameter to resolve Row type.
    #warning("FIXME: Closure requires explicit genric type parameter to resolve Row type.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Functions/ComparableFunctions.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:43:14: warning: TODO: See if it is possible to remove Row type constraint (XLExpression and XLLiteral) - if they can also be removed from the reader
    #warning("TODO: See if it is possible to remove Row type constraint (XLExpression and XLLiteral) - if they can also be removed from the reader")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:341:14: warning: TODO: Support NATURAL JOIN and USING clause
    #warning("TODO: Support NATURAL JOIN and USING clause")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:343:14: warning: TODO: Support RIGHT JOIN (support nullable table in FROM clause)
    #warning("TODO: Support RIGHT JOIN (support nullable table in FROM clause)")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:204:14: warning: FIXME: Closure requires explicit genric type parameter to resolve Row type.
    #warning("FIXME: Closure requires explicit genric type parameter to resolve Row type.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftDriverJobDiscovery normal arm64_32 Compiling SQLWithStatement.swift, Date.swift, Intrinsic.swift, UUID.swift (in target 'SwiftQL' from project 'QueryBuilder')
SwiftCompile normal arm64_32 Compiling\ SQLDatabase.swift,\ SQLEncoder.swift,\ SQLExpression.swift,\ SQLFunctionalSyntax.swift,\ SQLLogger.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLDatabase.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLExpression.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLFunctionalSyntax.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLLogger.swift (in target 'SwiftQL' from project 'QueryBuilder')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLDatabase.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLDatabase.swift:123:14: warning: TODO: Add mutable arguments
    #warning("TODO: Add mutable arguments")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLDatabase.swift:124:14: warning: TODO: Return result
    #warning("TODO: Return result")
             ^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLDeleteStatement.swift:56:14: warning: TODO: Enable XLRowReadable conformance to implement `returning` clause
    #warning("TODO: Enable XLRowReadable conformance to implement `returning` clause")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLEncoder.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLEncoder.swift:496:18: warning: TODO: Include primary key specifier
        #warning("TODO: Include primary key specifier")
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLEncoder.swift:498:18: warning: TODO: Include default value
        #warning("TODO: Include default value")
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLExpression.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLExpression.swift:11:10: warning: TODO: Implement IN and NOT IN expressions
#warning("TODO: Implement IN and NOT IN expressions")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLExpression.swift:408:14: warning: TODO: Use semantic separator instead of literal (e.g. .list, .tuple)
    #warning("TODO: Use semantic separator instead of literal (e.g. .list, .tuple)")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLFunctionalSyntax.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLFunctionalSyntax.swift:72:10: warning: TODO: Implement UPSERT (UPDATE OR INSERT)
#warning("TODO: Implement UPSERT (UPDATE OR INSERT)")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLFunctionalSyntax.swift:135:14: warning: TODO: Add support for common table expression returning a raw (not wrapped) scalar value
    #warning("TODO: Add support for common table expression returning a raw (not wrapped) scalar value")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLFunctionalSyntax.swift:155:14: warning: TODO: Implement scalar method to create an XLExpression from a common table that returns a scalar value
    #warning("TODO: Implement scalar method to create an XLExpression from a common table that returns a scalar value")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLFunctionalSyntax.swift:195:10: warning: TODO: Combine result and SQLReader into single method
#warning("TODO: Combine result and SQLReader into single method ")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:186:14: warning: TODO: Only Tables should be writable (able to insert and update), Views, Common Table Expression and Subquery should not be writable.
    #warning("TODO: Only Tables should be writable (able to insert and update), Views, Common Table Expression and Subquery should not be writable.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLInsertStatement.swift:86:14: warning: TODO: Implement REPLACE
    #warning("TODO: Implement REPLACE")
             ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLInsertStatement.swift:88:14: warning: TODO: Implement INSERT ... OR ...
    #warning("TODO: Implement INSERT ... OR ...")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLInsertStatement.swift:90:14: warning: TODO: Implement INSERT ... RETURNING ...
    #warning("TODO: Implement INSERT ... RETURNING ...")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLCreateTableStatement.swift:53:14: warning: TODO: Table constraints
    #warning("TODO: Table constraints")
             ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLCreateTableStatement.swift:55:14: warning: TODO: Table options
    #warning("TODO: Table options")
             ^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLCreateTableStatement.swift:57:14: warning: TODO: Temporary table
    #warning("TODO: Temporary table")
             ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLCreateTableStatement.swift:59:14: warning: TODO: Make IF NOT EXISTS opt-in
    #warning("TODO: Make IF NOT EXISTS opt-in")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLWithStatement.swift:31:13: warning: TODO: Support Update with common table.
   #warning("TODO: Support Update with common table.")
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:43:14: warning: TODO: See if it is possible to remove Row type constraint (XLExpression and XLLiteral) - if they can also be removed from the reader
    #warning("TODO: See if it is possible to remove Row type constraint (XLExpression and XLLiteral) - if they can also be removed from the reader")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLQueryStatement.swift:16:14: warning: TODO: Record tables which are used in the query - create publisher which triggers when tables are updated
    #warning("TODO: Record tables which are used in the query - create publisher which triggers when tables are updated")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLUpdateStatement.swift:16:14: warning: TODO: Record tables which are updated in the query - post notification when tables are updated
    #warning("TODO: Record tables which are updated in the query - post notification when tables are updated")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLUpdateStatement.swift:100:14: warning: TODO: Implement 'returning' on update.
    #warning("TODO: Implement 'returning' on update.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLUpdateStatement.swift:108:14: warning: TODO: Implement 'returning' on update.
    #warning("TODO: Implement 'returning' on update.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLInsertStatement.swift:21:14: warning: TODO: Record tables which are updated in the query - post notification when tables are updated
    #warning("TODO: Record tables which are updated in the query - post notification when tables are updated")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:476:14: warning: TODO: Support cross and full outer join
    #warning("TODO: Support cross and full outer join")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLLogger.swift (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling EquatableExpressionOperators.swift, InOperator.swift, IntegerOperators.swift, NumericOperators.swift, OptionalOperators.swift (in target 'SwiftQL' from project 'QueryBuilder')
SwiftDriverJobDiscovery normal arm64_32 Compiling SQLQueryExpressionBuilder.swift, SQLUpdateExpressionBuilder.swift, FoundationExtensions.swift, AggregateFunctions.swift, ComparableFunctions.swift (in target 'SwiftQL' from project 'QueryBuilder')
SwiftDriverJobDiscovery normal arm64 Compiling RealOperators.swift, TextOperators.swift, SQL.swift, SQLCaseWhenThen.swift, SQLCustomFunction.swift (in target 'SwiftQL' from project 'QueryBuilder')
SwiftDriverJobDiscovery normal arm64_32 Compiling RealOperators.swift, TextOperators.swift, SQL.swift, SQLCaseWhenThen.swift, SQLCustomFunction.swift (in target 'SwiftQL' from project 'QueryBuilder')
SwiftDriverJobDiscovery normal arm64_32 Compiling StringFunctions.swift, TypeCastFunctions.swift, GRDBSQLDatabase.swift, BooleanOperators.swift, ComparableExpressionOperators.swift (in target 'SwiftQL' from project 'QueryBuilder')
SwiftDriverJobDiscovery normal arm64 Compiling SQLQueryExpressionBuilder.swift, SQLUpdateExpressionBuilder.swift, FoundationExtensions.swift, AggregateFunctions.swift, ComparableFunctions.swift (in target 'SwiftQL' from project 'QueryBuilder')
SwiftDriverJobDiscovery normal arm64_32 Emitting module for SwiftQL (in target 'SwiftQL' from project 'QueryBuilder')
SwiftDriver\ Compilation\ Requirements SwiftQL normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftQL -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64_32/SwiftQL.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/Sources/CSQLite/module.modulemap -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target arm64_32-apple-watchos9.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SQLMacros\#SQLMacros -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64_32/SwiftQL-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64_32/SwiftQL.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64_32/SwiftQL_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64_32/SwiftQL-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for SwiftQL (in target 'SwiftQL' from project 'QueryBuilder')
SwiftDriver\ Compilation\ Requirements SwiftQL normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftQL -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64/SwiftQL.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/Sources/CSQLite/module.modulemap -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target arm64-apple-watchos9.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SQLMacros\#SQLMacros -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64/SwiftQL-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64/SwiftQL.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64/SwiftQL_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64/SwiftQL-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftQL.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64_32/SwiftQL.swiftmodule (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64_32/SwiftQL.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftQL.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftQL.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64_32/SwiftQL.abi.json (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64_32/SwiftQL.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftQL.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftQL.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64_32/SwiftQL.swiftdoc (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64_32/SwiftQL.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftQL.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftQL.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64_32/SwiftQL.swiftsourceinfo (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64_32/SwiftQL.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftQL.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/SwiftQL-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64/SwiftQL-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64_32/SwiftQL-Swift.h (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64/SwiftQL-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64_32/SwiftQL-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/SwiftQL-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftQL.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64/SwiftQL.swiftdoc (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64/SwiftQL.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftQL.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftQL.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64/SwiftQL.swiftmodule (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64/SwiftQL.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftQL.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftQL.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64/SwiftQL.abi.json (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64/SwiftQL.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftQL.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftQL.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64/SwiftQL.swiftsourceinfo (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64/SwiftQL.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftQL.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64_32 Compiling SQLDatabase.swift, SQLEncoder.swift, SQLExpression.swift, SQLFunctionalSyntax.swift, SQLLogger.swift (in target 'SwiftQL' from project 'QueryBuilder')
SwiftDriverJobDiscovery normal arm64 Compiling SQLMeta.swift, SQLOperators.swift, SQLScalarResult.swift, SQLStatements.swift, SQLCreateTableStatement.swift (in target 'SwiftQL' from project 'QueryBuilder')
SwiftDriver\ Compilation SwiftQL normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftQL -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64/SwiftQL.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/Sources/CSQLite/module.modulemap -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target arm64-apple-watchos9.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SQLMacros\#SQLMacros -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64/SwiftQL-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64/SwiftQL.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64/SwiftQL_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64/SwiftQL-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64/Binary/SwiftQL.o normal arm64 (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos9.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -O0 -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64/SwiftQL.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64/SwiftQL_lto.o -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64/SwiftQL_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64/SwiftQL.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64/SwiftQL-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64/Binary/SwiftQL.o
SwiftDriverJobDiscovery normal arm64_32 Compiling SQLMeta.swift, SQLOperators.swift, SQLScalarResult.swift, SQLStatements.swift, SQLCreateTableStatement.swift (in target 'SwiftQL' from project 'QueryBuilder')
SwiftDriver\ Compilation SwiftQL normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftQL -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64_32/SwiftQL.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GRDB.swift/Sources/CSQLite/module.modulemap -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -target arm64_32-apple-watchos9.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SQLMacros\#SQLMacros -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.4-23T238-688ef53f1462e2c8f657fdc38a81448f9e51884a582f42380855760c9d4cc599.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64_32/SwiftQL-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64_32/SwiftQL.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64_32/SwiftQL_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64_32/SwiftQL-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64_32/Binary/SwiftQL.o normal arm64_32 (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos9.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk -O0 -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64_32/SwiftQL.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64_32/SwiftQL_lto.o -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64_32/SwiftQL_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64_32/SwiftQL.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64_32/SwiftQL-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64_32/Binary/SwiftQL.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftQL.o normal arm64\ arm64_32 (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64/Binary/SwiftQL.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64_32/Binary/SwiftQL.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftQL.o
ExtractAppIntentsMetadata (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.0weQDS/Metal.xctoolchain --module-name SwiftQL --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.4.sdk --xcode-version 17E192 --platform-family watchOS --deployment-target 9.0 --bundle-identifier spi-builder-workspace.SwiftQL --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftQL.appintents --target-triple arm64-apple-watchos9.0 --target-triple arm64_32-apple-watchos9.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftQL.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64/SwiftQL_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64_32/SwiftQL_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64/SwiftQL.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64_32/SwiftQL.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/SwiftQL.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/SwiftQL.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64/SwiftQL.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/QueryBuilder.build/Debug-watchos/SwiftQL.build/Objects-normal/arm64_32/SwiftQL.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-16 23:16:48.823 appintentsmetadataprocessor[1342:8121] Starting appintentsmetadataprocessor export
2026-04-16 23:16:48.834 appintentsmetadataprocessor[1342:8121] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftQL.o (in target 'SwiftQL' from project 'QueryBuilder')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SwiftQL.o
** BUILD SUCCEEDED **
2026-04-16 23:16:13.307 xcodebuild[787:4716] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
/Users/admin/builder/spi-builder-workspace/Sources/SQLMacros/MetaBuilder.swift:71:10: warning: TODO: Remove anonymous properties
#warning("TODO: Remove anonymous properties")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SQLMacros/SwiftSyntaxBuilder.swift:11:10: warning: TODO: Move SwiftSyntaxBuilder into separate reusable repository
#warning("TODO: Move SwiftSyntaxBuilder into separate reusable repository")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Builders/SQLInsertBuilder.swift:45:18: warning: TODO: Include common tables and INSERT...SELECT
        #warning("TODO: Include common tables and INSERT...SELECT")
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Builders/SQLQueryBuilder.swift:13:14: warning: TODO: Rename AND and OR to requiredConstraint and optionalConstraint
    #warning("TODO: Rename AND and OR to requiredConstraint and optionalConstraint")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Expression Builder/SQLQueryExpressionBuilder.swift:168:10: warning: TODO: Overload sql function and infer subquery context from return type
#warning("TODO: Overload sql function and infer subquery context from return type")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Expression Builder/SQLQueryExpressionBuilder.swift:170:10: warning: TODO: Add support for subqueries returning nullable tables and scalar values
#warning("TODO: Add support for subqueries returning nullable tables and scalar values")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Functions/DateFunctions.swift:13:14: warning: TODO: Include all modifiers
    #warning("TODO: Include all modifiers")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/GRDBSQLDatabase.swift:257:22: warning: TODO: Return result
            #warning("TODO: Return result")
                     ^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/GRDBSQLDatabase.swift:260:18: warning: TODO: Only post entity change notification
        #warning("TODO: Only post entity change notification ")
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Operators/InOperator.swift:13:10: warning: TODO: IN optional
#warning("TODO: IN optional")
         ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Operators/TextOperators.swift:11:10: warning: TODO: Implement regexp and match for XLExpression<String>
#warning("TODO: Implement regexp and match for XLExpression<String>")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLDatabase.swift:123:14: warning: TODO: Add mutable arguments
    #warning("TODO: Add mutable arguments")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLDatabase.swift:124:14: warning: TODO: Return result
    #warning("TODO: Return result")
             ^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLEncoder.swift:496:18: warning: TODO: Include primary key specifier
        #warning("TODO: Include primary key specifier")
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLEncoder.swift:498:18: warning: TODO: Include default value
        #warning("TODO: Include default value")
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLExpression.swift:11:10: warning: TODO: Implement IN and NOT IN expressions
#warning("TODO: Implement IN and NOT IN expressions")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLExpression.swift:408:14: warning: TODO: Use semantic separator instead of literal (e.g. .list, .tuple)
    #warning("TODO: Use semantic separator instead of literal (e.g. .list, .tuple)")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLFunctionalSyntax.swift:72:10: warning: TODO: Implement UPSERT (UPDATE OR INSERT)
#warning("TODO: Implement UPSERT (UPDATE OR INSERT)")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLFunctionalSyntax.swift:135:14: warning: TODO: Add support for common table expression returning a raw (not wrapped) scalar value
    #warning("TODO: Add support for common table expression returning a raw (not wrapped) scalar value")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLFunctionalSyntax.swift:155:14: warning: TODO: Implement scalar method to create an XLExpression from a common table that returns a scalar value
    #warning("TODO: Implement scalar method to create an XLExpression from a common table that returns a scalar value")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLFunctionalSyntax.swift:195:10: warning: TODO: Combine result and SQLReader into single method
#warning("TODO: Combine result and SQLReader into single method ")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:42:10: warning: TODO: Throw error when reading fails
#warning("TODO: Throw error when reading fails")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Builders/SQLInsertBuilder.swift:45:18: warning: TODO: Include common tables and INSERT...SELECT
        #warning("TODO: Include common tables and INSERT...SELECT")
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:147:10: warning: TODO: Remove makeSQLAnonymous... methods (column names are no longer anonymized ie c0, c1, c2 ... cN).
#warning("TODO: Remove makeSQLAnonymous... methods (column names are no longer anonymized ie c0, c1, c2 ... cN).")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Builders/SQLQueryBuilder.swift:13:14: warning: TODO: Rename AND and OR to requiredConstraint and optionalConstraint
    #warning("TODO: Rename AND and OR to requiredConstraint and optionalConstraint")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:186:14: warning: TODO: Only Tables should be writable (able to insert and update), Views, Common Table Expression and Subquery should not be writable.
    #warning("TODO: Only Tables should be writable (able to insert and update), Views, Common Table Expression and Subquery should not be writable.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Expression Builder/SQLQueryExpressionBuilder.swift:168:10: warning: TODO: Overload sql function and infer subquery context from return type
#warning("TODO: Overload sql function and infer subquery context from return type")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:228:18: warning: TODO: Rename alias if alias already exists
        #warning("TODO: Rename alias if alias already exists")
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Expression Builder/SQLQueryExpressionBuilder.swift:170:10: warning: TODO: Add support for subqueries returning nullable tables and scalar values
#warning("TODO: Add support for subqueries returning nullable tables and scalar values")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:389:10: warning: TODO: Unify XLFromTableDependency and XLCommonTableDependency - use generic any XLEncodable instead of qualifiedName
#warning("TODO: Unify XLFromTableDependency and XLCommonTableDependency - use generic any XLEncodable instead of qualifiedName ")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Functions/DateFunctions.swift:13:14: warning: TODO: Include all modifiers
    #warning("TODO: Include all modifiers")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:476:14: warning: TODO: Support cross and full outer join
    #warning("TODO: Support cross and full outer join")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/GRDBSQLDatabase.swift:257:22: warning: TODO: Return result
            #warning("TODO: Return result")
                     ^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLOperators.swift:11:10: warning: TODO: Implement between operator
#warning("TODO: Implement between operator")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/GRDBSQLDatabase.swift:260:18: warning: TODO: Only post entity change notification
        #warning("TODO: Only post entity change notification ")
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:43:14: warning: TODO: See if it is possible to remove Row type constraint (XLExpression and XLLiteral) - if they can also be removed from the reader
    #warning("TODO: See if it is possible to remove Row type constraint (XLExpression and XLLiteral) - if they can also be removed from the reader")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Operators/InOperator.swift:13:10: warning: TODO: IN optional
#warning("TODO: IN optional")
         ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:204:14: warning: FIXME: Closure requires explicit genric type parameter to resolve Row type.
    #warning("FIXME: Closure requires explicit genric type parameter to resolve Row type.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Operators/TextOperators.swift:11:10: warning: TODO: Implement regexp and match for XLExpression<String>
#warning("TODO: Implement regexp and match for XLExpression<String>")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:341:14: warning: TODO: Support NATURAL JOIN and USING clause
    #warning("TODO: Support NATURAL JOIN and USING clause")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLDatabase.swift:123:14: warning: TODO: Add mutable arguments
    #warning("TODO: Add mutable arguments")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:343:14: warning: TODO: Support RIGHT JOIN (support nullable table in FROM clause)
    #warning("TODO: Support RIGHT JOIN (support nullable table in FROM clause)")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLDatabase.swift:124:14: warning: TODO: Return result
    #warning("TODO: Return result")
             ^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLCreateTableStatement.swift:53:14: warning: TODO: Table constraints
    #warning("TODO: Table constraints")
             ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLEncoder.swift:496:18: warning: TODO: Include primary key specifier
        #warning("TODO: Include primary key specifier")
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLCreateTableStatement.swift:55:14: warning: TODO: Table options
    #warning("TODO: Table options")
             ^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLEncoder.swift:498:18: warning: TODO: Include default value
        #warning("TODO: Include default value")
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLCreateTableStatement.swift:57:14: warning: TODO: Temporary table
    #warning("TODO: Temporary table")
             ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLExpression.swift:11:10: warning: TODO: Implement IN and NOT IN expressions
#warning("TODO: Implement IN and NOT IN expressions")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLCreateTableStatement.swift:59:14: warning: TODO: Make IF NOT EXISTS opt-in
    #warning("TODO: Make IF NOT EXISTS opt-in")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLExpression.swift:408:14: warning: TODO: Use semantic separator instead of literal (e.g. .list, .tuple)
    #warning("TODO: Use semantic separator instead of literal (e.g. .list, .tuple)")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLDeleteStatement.swift:56:14: warning: TODO: Enable XLRowReadable conformance to implement `returning` clause
    #warning("TODO: Enable XLRowReadable conformance to implement `returning` clause")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLFunctionalSyntax.swift:72:10: warning: TODO: Implement UPSERT (UPDATE OR INSERT)
#warning("TODO: Implement UPSERT (UPDATE OR INSERT)")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLInsertStatement.swift:21:14: warning: TODO: Record tables which are updated in the query - post notification when tables are updated
    #warning("TODO: Record tables which are updated in the query - post notification when tables are updated")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLFunctionalSyntax.swift:135:14: warning: TODO: Add support for common table expression returning a raw (not wrapped) scalar value
    #warning("TODO: Add support for common table expression returning a raw (not wrapped) scalar value")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLInsertStatement.swift:86:14: warning: TODO: Implement REPLACE
    #warning("TODO: Implement REPLACE")
             ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLFunctionalSyntax.swift:155:14: warning: TODO: Implement scalar method to create an XLExpression from a common table that returns a scalar value
    #warning("TODO: Implement scalar method to create an XLExpression from a common table that returns a scalar value")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLInsertStatement.swift:88:14: warning: TODO: Implement INSERT ... OR ...
    #warning("TODO: Implement INSERT ... OR ...")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLFunctionalSyntax.swift:195:10: warning: TODO: Combine result and SQLReader into single method
#warning("TODO: Combine result and SQLReader into single method ")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLInsertStatement.swift:90:14: warning: TODO: Implement INSERT ... RETURNING ...
    #warning("TODO: Implement INSERT ... RETURNING ...")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:42:10: warning: TODO: Throw error when reading fails
#warning("TODO: Throw error when reading fails")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLQueryStatement.swift:16:14: warning: TODO: Record tables which are used in the query - create publisher which triggers when tables are updated
    #warning("TODO: Record tables which are used in the query - create publisher which triggers when tables are updated")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:147:10: warning: TODO: Remove makeSQLAnonymous... methods (column names are no longer anonymized ie c0, c1, c2 ... cN).
#warning("TODO: Remove makeSQLAnonymous... methods (column names are no longer anonymized ie c0, c1, c2 ... cN).")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLUpdateStatement.swift:16:14: warning: TODO: Record tables which are updated in the query - post notification when tables are updated
    #warning("TODO: Record tables which are updated in the query - post notification when tables are updated")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:186:14: warning: TODO: Only Tables should be writable (able to insert and update), Views, Common Table Expression and Subquery should not be writable.
    #warning("TODO: Only Tables should be writable (able to insert and update), Views, Common Table Expression and Subquery should not be writable.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLUpdateStatement.swift:100:14: warning: TODO: Implement 'returning' on update.
    #warning("TODO: Implement 'returning' on update.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:228:18: warning: TODO: Rename alias if alias already exists
        #warning("TODO: Rename alias if alias already exists")
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLUpdateStatement.swift:108:14: warning: TODO: Implement 'returning' on update.
    #warning("TODO: Implement 'returning' on update.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:389:10: warning: TODO: Unify XLFromTableDependency and XLCommonTableDependency - use generic any XLEncodable instead of qualifiedName
#warning("TODO: Unify XLFromTableDependency and XLCommonTableDependency - use generic any XLEncodable instead of qualifiedName ")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLWithStatement.swift:31:13: warning: TODO: Support Update with common table.
   #warning("TODO: Support Update with common table.")
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLMeta.swift:476:14: warning: TODO: Support cross and full outer join
    #warning("TODO: Support cross and full outer join")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Types/Date.swift:11:10: warning: TODO: Support time intervals (eg relative time offsets
#warning("TODO: Support time intervals (eg relative time offsets")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLOperators.swift:11:10: warning: TODO: Implement between operator
#warning("TODO: Implement between operator")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Types/Date.swift:13:10: warning: TODO: Support custom date formats
#warning("TODO: Support custom date formats")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:43:14: warning: TODO: See if it is possible to remove Row type constraint (XLExpression and XLLiteral) - if they can also be removed from the reader
    #warning("TODO: See if it is possible to remove Row type constraint (XLExpression and XLLiteral) - if they can also be removed from the reader")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Types/Date.swift:15:10: warning: TODO: Support floating point date
#warning("TODO: Support floating point date")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:204:14: warning: FIXME: Closure requires explicit genric type parameter to resolve Row type.
    #warning("FIXME: Closure requires explicit genric type parameter to resolve Row type.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Types/Date.swift:17:10: warning: TODO: Date operators: !=, >=, <, <=, -
#warning("TODO: Date operators: !=, >=, <, <=, -")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:341:14: warning: TODO: Support NATURAL JOIN and USING clause
    #warning("TODO: Support NATURAL JOIN and USING clause")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Types/Date.swift:19:10: warning: TODO: Support date components
#warning("TODO: Support date components")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/SQLStatements.swift:343:14: warning: TODO: Support RIGHT JOIN (support nullable table in FROM clause)
    #warning("TODO: Support RIGHT JOIN (support nullable table in FROM clause)")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Types/Date.swift:22:10: warning: TODO: Use property wrapper to specify date formatting
#warning("TODO: Use property wrapper to specify date formatting")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLCreateTableStatement.swift:53:14: warning: TODO: Table constraints
    #warning("TODO: Table constraints")
             ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Types/Date.swift:38:10: warning: TODO: Make XLISO8601Date a property wrapper
#warning("TODO: Make XLISO8601Date a property wrapper")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLCreateTableStatement.swift:55:14: warning: TODO: Table options
    #warning("TODO: Table options")
             ^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLCreateTableStatement.swift:57:14: warning: TODO: Temporary table
    #warning("TODO: Temporary table")
             ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLCreateTableStatement.swift:59:14: warning: TODO: Make IF NOT EXISTS opt-in
    #warning("TODO: Make IF NOT EXISTS opt-in")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLDeleteStatement.swift:56:14: warning: TODO: Enable XLRowReadable conformance to implement `returning` clause
    #warning("TODO: Enable XLRowReadable conformance to implement `returning` clause")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLInsertStatement.swift:21:14: warning: TODO: Record tables which are updated in the query - post notification when tables are updated
    #warning("TODO: Record tables which are updated in the query - post notification when tables are updated")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLInsertStatement.swift:86:14: warning: TODO: Implement REPLACE
    #warning("TODO: Implement REPLACE")
             ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLInsertStatement.swift:88:14: warning: TODO: Implement INSERT ... OR ...
    #warning("TODO: Implement INSERT ... OR ...")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLInsertStatement.swift:90:14: warning: TODO: Implement INSERT ... RETURNING ...
    #warning("TODO: Implement INSERT ... RETURNING ...")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLQueryStatement.swift:16:14: warning: TODO: Record tables which are used in the query - create publisher which triggers when tables are updated
    #warning("TODO: Record tables which are used in the query - create publisher which triggers when tables are updated")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLUpdateStatement.swift:16:14: warning: TODO: Record tables which are updated in the query - post notification when tables are updated
    #warning("TODO: Record tables which are updated in the query - post notification when tables are updated")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLUpdateStatement.swift:100:14: warning: TODO: Implement 'returning' on update.
    #warning("TODO: Implement 'returning' on update.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLUpdateStatement.swift:108:14: warning: TODO: Implement 'returning' on update.
    #warning("TODO: Implement 'returning' on update.")
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Statements/SQLWithStatement.swift:31:13: warning: TODO: Support Update with common table.
   #warning("TODO: Support Update with common table.")
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Types/Date.swift:11:10: warning: TODO: Support time intervals (eg relative time offsets
#warning("TODO: Support time intervals (eg relative time offsets")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Types/Date.swift:13:10: warning: TODO: Support custom date formats
#warning("TODO: Support custom date formats")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Types/Date.swift:15:10: warning: TODO: Support floating point date
#warning("TODO: Support floating point date")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Types/Date.swift:17:10: warning: TODO: Date operators: !=, >=, <, <=, -
#warning("TODO: Date operators: !=, >=, <, <=, -")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Types/Date.swift:19:10: warning: TODO: Support date components
#warning("TODO: Support date components")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Types/Date.swift:22:10: warning: TODO: Use property wrapper to specify date formatting
#warning("TODO: Use property wrapper to specify date formatting")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftQL/Types/Date.swift:38:10: warning: TODO: Make XLISO8601Date a property wrapper
#warning("TODO: Make XLISO8601Date a property wrapper")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "510.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    },
    {
      "identity" : "grdb.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.29.3",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/groue/GRDB.swift.git"
    }
  ],
  "manifest_display_name" : "QueryBuilder",
  "name" : "QueryBuilder",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftQL",
      "targets" : [
        "SwiftQL"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SQLMacros",
      "targets" : [
        "SQLMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftQL",
      "module_type" : "SwiftTarget",
      "name" : "SwiftQL",
      "path" : "Sources/SwiftQL",
      "product_dependencies" : [
        "GRDB"
      ],
      "product_memberships" : [
        "SwiftQL"
      ],
      "sources" : [
        "Builders/SQLInsertBuilder.swift",
        "Builders/SQLQueryBuilder.swift",
        "Expression Builder/SQLCreateExpressionBuilder.swift",
        "Expression Builder/SQLDeleteExpressionBuilder.swift",
        "Expression Builder/SQLInsertExpressionBuilder.swift",
        "Expression Builder/SQLQueryExpressionBuilder.swift",
        "Expression Builder/SQLUpdateExpressionBuilder.swift",
        "FoundationExtensions.swift",
        "Functions/AggregateFunctions.swift",
        "Functions/ComparableFunctions.swift",
        "Functions/ConditionalFunctions.swift",
        "Functions/DateFunctions.swift",
        "Functions/ExpressionFunctions.swift",
        "Functions/JSONFunctions.swift",
        "Functions/NumericFunctions.swift",
        "Functions/StringFunctions.swift",
        "Functions/TypeCastFunctions.swift",
        "GRDBSQLDatabase.swift",
        "Operators/BooleanOperators.swift",
        "Operators/ComparableExpressionOperators.swift",
        "Operators/EquatableExpressionOperators.swift",
        "Operators/InOperator.swift",
        "Operators/IntegerOperators.swift",
        "Operators/NumericOperators.swift",
        "Operators/OptionalOperators.swift",
        "Operators/RealOperators.swift",
        "Operators/TextOperators.swift",
        "SQL.swift",
        "SQLCaseWhenThen.swift",
        "SQLCustomFunction.swift",
        "SQLDatabase.swift",
        "SQLEncoder.swift",
        "SQLExpression.swift",
        "SQLFunctionalSyntax.swift",
        "SQLLogger.swift",
        "SQLMeta.swift",
        "SQLOperators.swift",
        "SQLScalarResult.swift",
        "SQLStatements.swift",
        "Statements/SQLCreateTableStatement.swift",
        "Statements/SQLDeleteStatement.swift",
        "Statements/SQLInsertStatement.swift",
        "Statements/SQLQueryStatement.swift",
        "Statements/SQLUpdateStatement.swift",
        "Statements/SQLWithStatement.swift",
        "Types/Date.swift",
        "Types/Intrinsic.swift",
        "Types/UUID.swift"
      ],
      "target_dependencies" : [
        "SQLMacros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SQLTests",
      "module_type" : "SwiftTarget",
      "name" : "SQLTests",
      "path" : "Tests/SQLTests",
      "sources" : [
        "Common/FoundationExtensions.swift",
        "SQLExampleTests.swift",
        "SQLExecutionTests.swift",
        "SQLFunctionalQueryTests.swift",
        "SQLInsertBuilderTests.swift",
        "SQLPublisherTests.swift",
        "SQLQueryTests.swift",
        "SQLSyntaxTests.swift",
        "Tables/SampleTables.swift",
        "Tables/TestColumns.swift",
        "Tables/TestTable.swift",
        "Tests/Expression Builder/SQLCreateExpressionBuilderTests.swift",
        "Tests/Expression Builder/SQLDeleteExpressionBuilderTests.swift",
        "Tests/Expression Builder/SQLInsertExpressionBuilderTests.swift",
        "Tests/Expression Builder/SQLQueryExpressionBuilderTests.swift",
        "Tests/Expression Builder/SQLUpdateExpressionBuilderTests.swift",
        "Tests/XLQueryBuilderTests.swift"
      ],
      "target_dependencies" : [
        "SwiftQL"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SQLMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "SQLMacrosTests",
      "path" : "Tests/SQLMacrosTests",
      "product_dependencies" : [
        "GRDB",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "SQLTests.swift"
      ],
      "target_dependencies" : [
        "SwiftQL"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SQLMacros",
      "module_type" : "SwiftTarget",
      "name" : "SQLMacros",
      "path" : "Sources/SQLMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "SwiftQL",
        "SQLMacros"
      ],
      "sources" : [
        "MetaBuilder.swift",
        "SQLMacro.swift",
        "SwiftSyntaxBuilder.swift"
      ],
      "type" : "macro"
    }
  ],
  "tools_version" : "5.9"
}
Done.