Build Information
Failed to build PureSQL, reference main (26ca92), with Swift 6.1 for Android on 19 Feb 2026 03:17:42 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wickwirew/PureSQL.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/wickwirew/PureSQL
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 26ca920 Merge pull request #10 from wickwirew/missing-semi-colon
Cloned https://github.com/wickwirew/PureSQL.git
Revision (git rev-parse @):
26ca92079a6fe7c6c1e79540bbc31018794804ec
SUCCESS checkout https://github.com/wickwirew/PureSQL.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/wickwirew/PureSQL.git
https://github.com/wickwirew/PureSQL.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "600.0.0-latest",
"upper_bound" : "601.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "6.0.2",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams"
}
],
"manifest_display_name" : "PureSQL",
"name" : "PureSQL",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
}
],
"products" : [
{
"name" : "PureSQL",
"targets" : [
"PureSQL"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Compiler",
"targets" : [
"Compiler"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PureSQLCLI",
"targets" : [
"PureSQLCLI"
],
"type" : {
"executable" : null
}
},
{
"name" : "PureSQLPlugin",
"targets" : [
"PureSQLPlugin"
],
"type" : {
"plugin" : null
}
},
{
"name" : "PureSQLMacros",
"targets" : [
"PureSQLMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "PureSQLTests",
"module_type" : "SwiftTarget",
"name" : "PureSQLTests",
"path" : "Tests/PureSQLTests",
"sources" : [
"ConnectionPoolTests.swift",
"DatabaseValueAdapterTests.swift",
"FailTests.swift",
"JustTests.swift",
"MapInputTests.swift",
"MapTests.swift",
"MigrationRunnerTests.swift",
"QueryPublisherTests.swift",
"QueryTests.swift",
"RowTests.swift",
"SQLAnyTests.swift",
"SQLTests.swift",
"StatementTests.swift",
"TestDatabase.swift",
"TestTests.swift",
"TestUtils.swift"
],
"target_dependencies" : [
"PureSQL",
"Compiler"
],
"type" : "test"
},
{
"c99name" : "PureSQLPlugin",
"module_type" : "PluginTarget",
"name" : "PureSQLPlugin",
"path" : "Plugins/PureSQLPlugin",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"PureSQLPlugin"
],
"sources" : [
"PureSQLPlugin.swift"
],
"target_dependencies" : [
"PureSQLCLI"
],
"type" : "plugin"
},
{
"c99name" : "PureSQLMacros",
"module_type" : "SwiftTarget",
"name" : "PureSQLMacros",
"path" : "Sources/PureSQLMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"PureSQL",
"PureSQLMacros"
],
"sources" : [
"DatabaseMacro.swift",
"Plugins.swift",
"QueryMacro.swift",
"String+Extensions.swift",
"Syntax+Extensions.swift",
"SyntaxError.swift"
],
"target_dependencies" : [
"Compiler"
],
"type" : "macro"
},
{
"c99name" : "PureSQLCLI",
"module_type" : "SwiftTarget",
"name" : "PureSQLCLI",
"path" : "Sources/PureSQLCLI",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"PureSQLCLI",
"PureSQLPlugin"
],
"sources" : [
"GenerateCommand.swift",
"InitCommand.swift",
"MigrationsCommand.swift",
"PureSQL.swift",
"QueriesCommand.swift"
],
"target_dependencies" : [
"Compiler"
],
"type" : "executable"
},
{
"c99name" : "PureSQL",
"module_type" : "SwiftTarget",
"name" : "PureSQL",
"path" : "Sources/PureSQL",
"product_dependencies" : [
"Collections"
],
"product_memberships" : [
"PureSQL"
],
"sources" : [
"Connection.swift",
"ConnectionPool.swift",
"Cursor.swift",
"Database.swift",
"DatabaseConfig.swift",
"DatabaseObserver.swift",
"DatabasePrimitive.swift",
"DatabaseValueAdapter.swift",
"Macros.swift",
"Migration.swift",
"Queries/AnyQuery.swift",
"Queries/Bulk.swift",
"Queries/DatabaseQuery.swift",
"Queries/Fail.swift",
"Queries/Just.swift",
"Queries/Map.swift",
"Queries/MapInput.swift",
"Queries/Queries.swift",
"Queries/Test.swift",
"Query+Combine.swift",
"Query.swift",
"QueryObservation.swift",
"Row.swift",
"RowDecodable.swift",
"SQL.swift",
"SQLAny.swift",
"SQLError.swift",
"SQLiteCode.swift",
"SQLiteConnection.swift",
"Statement.swift",
"Transaction.swift",
"Utils/Collection+Extensions.swift",
"Utils/Lock.swift",
"Utils/Queue.swift"
],
"target_dependencies" : [
"PureSQLMacros"
],
"type" : "library"
},
{
"c99name" : "CompilerTests",
"module_type" : "SwiftTarget",
"name" : "CompilerTests",
"path" : "Tests/CompilerTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileDelete.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileDropTable.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileFTS5.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileFunctions.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileIndex.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileInsert.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileIsSingleResult.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileOutlandishCTE.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileSelectWithJoins.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileSimpleSelects.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileSpecialNames.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileTableOrSubqueries.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileTableSchema.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileTriggers.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileUpdate.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Compiler/CompileView.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Gen/Migrations.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Gen/Queries.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Gen/Swift.output",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Gen/SwiftWithPattern.output",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseAlterTable.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseBindParameter.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseColumnConstraint.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseColumnDefinition.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseCommonTableExpression.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseConflictClause.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseCreateIndexStmt.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseCreateTable.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseCreateTriggerStmt.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseCreateViewStmt.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseCreateVirtualTable.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseDefinition.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseDeleteStmt.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseDropIndexStmt.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseDropTableStmt.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseDropTriggerStmt.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseDropViewStmt.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseExpression.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseForeignKeyClause.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseInsertStmt.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseJoinClause.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseJoinConstraint.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseJoinOperator.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseOperators.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseOrder.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseOrderingTerm.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParsePragma.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseReindexStmt.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseResultColumn.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseSelectStmt.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseSignedNumber.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseTableConstraint.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseTableOptions.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseTableOrSubquery.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseTransactionStmt.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseTypeName.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseUpdateStmt.sql",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/CompilerTests/Parser/ParseVacuumStmt.sql",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Check/Check.swift",
"Check/Checkable.swift",
"CompilerTests.swift",
"DuplicateDictionaryTests.swift",
"EnvironmentTests.swift",
"GenTests.swift",
"LexerTests.swift",
"NameTests.swift",
"ParserTests.swift",
"TypeCheckerTests.swift"
],
"target_dependencies" : [
"Compiler"
],
"type" : "test"
},
{
"c99name" : "Compiler",
"module_type" : "SwiftTarget",
"name" : "Compiler",
"path" : "Sources/Compiler",
"product_dependencies" : [
"OrderedCollections",
"SwiftSyntax",
"SwiftSyntaxBuilder",
"Yams"
],
"product_memberships" : [
"PureSQL",
"Compiler",
"PureSQLCLI",
"PureSQLPlugin",
"PureSQLMacros"
],
"sources" : [
"Columns.swift",
"Compiler.swift",
"Config.swift",
"Diagnostic.swift",
"DiagnosticReporter.swift",
"Diagnostics.swift",
"Driver.swift",
"Environment.swift",
"Function.swift",
"Gen/Language.swift",
"Gen/PositionalSequence.swift",
"Gen/Rewriter.swift",
"Gen/SwiftLanguage.swift",
"Index.swift",
"Parse/Lexer.swift",
"Parse/ParserState.swift",
"Parse/Parsers.swift",
"Parse/Token.swift",
"Project.swift",
"QualifiedName.swift",
"Schema.swift",
"SchemaName.swift",
"Sema/Builtins.swift",
"Sema/CardinalityInferrer.swift",
"Sema/ExprTypeChecker.swift",
"Sema/InferenceState.swift",
"Sema/IsStaticallyTrue.swift",
"Sema/Name.swift",
"Sema/NameInferrer.swift",
"Sema/PragmaAnalyzer.swift",
"Sema/Statement.swift",
"Sema/StmtTypeChecker.swift",
"Sema/Substitution.swift",
"Sema/Type.swift",
"Sema/TypeScheme.swift",
"Syntax/AliasSyntax.swift",
"Syntax/ColumnConstraintSyntax.swift",
"Syntax/ColumnDefSyntax.swift",
"Syntax/CompoundOperatorSyntax.swift",
"Syntax/ConfictClauseSyntax.swift",
"Syntax/Expressions/BetweenExprSyntax.swift",
"Syntax/Expressions/BindParameterSyntax.swift",
"Syntax/Expressions/CaseWhenThenExprSyntax.swift",
"Syntax/Expressions/CastExprSyntax.swift",
"Syntax/Expressions/ColumnExprSyntax.swift",
"Syntax/Expressions/CommonTableExpressionSyntax.swift",
"Syntax/Expressions/ExistsExprSyntax.swift",
"Syntax/Expressions/ExprSyntax.swift",
"Syntax/Expressions/FunctionExprSyntax.swift",
"Syntax/Expressions/GroupedExprSyntax.swift",
"Syntax/Expressions/InfixExprSyntax.swift",
"Syntax/Expressions/InvalidExprSyntax.swift",
"Syntax/Expressions/LiteralExprSyntax.swift",
"Syntax/Expressions/PostfixExprSyntax.swift",
"Syntax/Expressions/PrefixExprSyntax.swift",
"Syntax/Expressions/SelectExprSyntax.swift",
"Syntax/ForeignKeyClauseSyntax.swift",
"Syntax/FromSyntax.swift",
"Syntax/IdentifierSyntax.swift",
"Syntax/IndexedColumnSyntax.swift",
"Syntax/JoinClauseSyntax.swift",
"Syntax/JoinConstraintSyntax.swift",
"Syntax/JoinOperatorSyntax.swift",
"Syntax/NumericSyntax.swift",
"Syntax/Operator.swift",
"Syntax/OperatorSyntax.swift",
"Syntax/OrSyntax.swift",
"Syntax/OrderSyntax.swift",
"Syntax/OrderingTermSyntax.swift",
"Syntax/QualifiedTableNameSyntax.swift",
"Syntax/ResultColumnSyntax.swift",
"Syntax/ReturningClauseSyntax.swift",
"Syntax/SetActionSyntax.swift",
"Syntax/SourceLocation.swift",
"Syntax/Statements/AlterTableStmtSyntax.swift",
"Syntax/Statements/BeginStmtSyntax.swift",
"Syntax/Statements/CommitStmtSyntax.swift",
"Syntax/Statements/CreateIndexStmtSyntax.swift",
"Syntax/Statements/CreateTableStmtSyntax.swift",
"Syntax/Statements/CreateTriggerStmtSyntax.swift",
"Syntax/Statements/CreateViewStmtSyntax.swift",
"Syntax/Statements/CreateVirtualTableStmtSyntax.swift",
"Syntax/Statements/DeleteStmtSyntax.swift",
"Syntax/Statements/DropIndexStmtSyntax.swift",
"Syntax/Statements/DropTableStmtSyntax.swift",
"Syntax/Statements/DropTriggerStmtSyntax.swift",
"Syntax/Statements/DropViewStmtSyntax.swift",
"Syntax/Statements/EmptyStmtSyntax.swift",
"Syntax/Statements/InsertStmtSyntax.swift",
"Syntax/Statements/PragmaStmtSyntax.swift",
"Syntax/Statements/QueryDefinitionStmtSyntax.swift",
"Syntax/Statements/ReindexStmtSyntax.swift",
"Syntax/Statements/ReleaseStmtSyntax.swift",
"Syntax/Statements/RollbackStmtSyntax.swift",
"Syntax/Statements/SavepointStmtSyntax.swift",
"Syntax/Statements/SelectCoreSyntax.swift",
"Syntax/Statements/SelectStmtSyntax.swift",
"Syntax/Statements/StmtSyntax.swift",
"Syntax/Statements/UpdateStmtSyntax.swift",
"Syntax/Statements/VacuumStmtSyntax.swift",
"Syntax/Syntax.swift",
"Syntax/TableConstraintSyntax.swift",
"Syntax/TableNameSyntax.swift",
"Syntax/TableOptionsSyntax.swift",
"Syntax/TableOrSubquerySyntax.swift",
"Syntax/TypeNameSyntax.swift",
"Syntax/UpsertClauseSyntax.swift",
"Syntax/WindowDefinitionSyntax.swift",
"Syntax/WithSyntax.swift",
"Table.swift",
"Trigger.swift",
"Utils/Collection+Extensions.swift",
"Utils/DuplicateDictionary.swift",
"Utils/Either.swift",
"Utils/FileSystem.swift",
"Utils/Indirect.swift",
"Utils/SourceWriter.swift",
"Utils/String+Extensions.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/swiftlang/swift-syntax
[1/19669] Fetching swift-collections
[592/36828] Fetching swift-collections, swift-argument-parser
[2459/48331] Fetching swift-collections, swift-argument-parser, yams
[21963/122627] Fetching swift-collections, swift-argument-parser, yams, swift-syntax
Fetched https://github.com/apple/swift-collections from cache (3.69s)
[50951/102958] Fetching swift-argument-parser, yams, swift-syntax
Fetched https://github.com/jpsim/Yams from cache (4.26s)
[49107/91455] Fetching swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser from cache (12.31s)
Fetched https://github.com/swiftlang/swift-syntax from cache (12.39s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 6.2.1 (13.59s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (1.26s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (1.41s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (4.42s)
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 6.2.1
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.0
[1/1] Compiling plugin PureSQLPlugin
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/107] Write sources
[29/107] Compiling _SwiftSyntaxCShims dummy.c
[29/107] Write sources
[32/107] Compiling writer.c
[32/107] Write sources
[47/107] Compiling _SwiftSyntaxCShims dummy.c
[48/107] Compiling reader.c
[49/107] Compiling writer.c
[50/107] Compiling api.c
[51/107] Compiling parser.c
[52/107] Compiling reader.c
[52/107] Write sources
[56/107] Compiling emitter.c
[56/107] Compiling parser.c
[58/107] Compiling api.c
[59/107] Compiling scanner.c
[60/107] Write swift-version-24593BA9C3E375BF.txt
[61/107] Compiling scanner.c
[62/107] Compiling emitter.c
[64/155] Emitting module SwiftSyntax509
[65/155] Emitting module SwiftSyntax510
[66/155] Emitting module SwiftSyntax600
[67/155] Emitting module InternalCollectionsUtilities
[68/157] Compiling SwiftSyntax600 Empty.swift
[69/158] Emitting module SwiftSyntax510
[70/158] Compiling SwiftSyntax510 Empty.swift
[71/159] Compiling Yams Tag.swift
[72/159] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[73/161] Compiling SwiftSyntax510 Empty.swift
[74/162] Compiling Yams Node.swift
[77/162] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[78/162] Emitting module SwiftSyntax509
[79/162] Compiling SwiftSyntax509 Empty.swift
[81/162] Compiling Yams AliasDereferencingStrategy.swift
[82/162] Compiling Yams Anchor.swift
[83/164] Emitting module SwiftSyntax600
[84/164] Compiling SwiftSyntax600 Empty.swift
[85/164] Compiling Yams Decoder.swift
[86/164] Compiling Yams Emitter.swift
[87/164] Compiling Yams Encoder.swift
[88/165] Compiling Yams Node.Alias.swift
[89/165] Compiling Yams Node.Mapping.swift
[90/165] Compiling Yams Constructor.swift
[91/165] Compiling Yams Mark.swift
[93/165] Compiling Yams Resolver.swift
[94/165] Compiling Yams String+Yams.swift
[95/165] Compiling Yams Node.Scalar.swift
[96/165] Compiling Yams Node.Sequence.swift
[102/200] Wrapping AST for SwiftSyntax600 for debugging
[104/206] Emitting module Yams
[105/334] Compiling SwiftSyntax SyntaxChildren.swift
[106/334] Compiling SwiftSyntax SyntaxCollection.swift
[107/336] Compiling SwiftSyntax MemoryLayout.swift
[108/336] Compiling SwiftSyntax MissingNodeInitializers.swift
[109/391] Compiling OrderedCollections _Hashtable+Header.swift
[110/391] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[111/391] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[112/391] Compiling OrderedCollections _HashTable.swift
[113/391] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[114/391] Compiling OrderedCollections _HashTable+Testing.swift
[115/391] Compiling OrderedCollections OrderedDictionary+Codable.swift
[116/391] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[117/391] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[118/391] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[119/391] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[120/391] Emitting module InternalCollectionsUtilities
[121/391] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[122/391] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[123/391] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[124/391] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[125/391] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[126/391] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[127/391] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[128/398] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[129/398] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[130/398] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[131/398] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[132/398] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[133/398] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[134/398] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[135/398] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[136/398] Compiling OrderedCollections _HashTable+Bucket.swift
[137/399] Compiling OrderedCollections OrderedDictionary.swift
[138/399] Compiling OrderedCollections OrderedSet+Codable.swift
[139/399] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[140/399] Compiling OrderedCollections OrderedSet+Descriptions.swift
[141/399] Compiling OrderedCollections OrderedSet+Diffing.swift
[142/399] Compiling OrderedCollections OrderedSet+Equatable.swift
[143/399] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[144/399] Compiling OrderedCollections OrderedSet+Hashable.swift
[145/399] Compiling OrderedCollections OrderedSet+Initializers.swift
[146/399] Compiling OrderedCollections OrderedSet+Insertions.swift
[147/399] Compiling OrderedCollections OrderedSet+Invariants.swift
[148/399] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[149/399] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[150/399] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[151/399] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[152/399] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[155/399] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[156/399] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[157/399] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[158/399] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[159/399] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[160/399] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[161/399] Compiling OrderedCollections OrderedDictionary+Values.swift
[167/399] Compiling OrderedCollections OrderedDictionary+Elements.swift
[168/399] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[170/399] Compiling ArgumentParserToolInfo ToolInfo.swift
[171/399] Emitting module ArgumentParserToolInfo
[172/400] Compiling ArgumentParserToolInfo ToolInfo.swift
[173/400] Emitting module ArgumentParserToolInfo
[176/531] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[177/531] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[178/531] Compiling OrderedCollections OrderedSet+Descriptions.swift
[179/531] Compiling OrderedCollections OrderedSet+Diffing.swift
[180/531] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[181/531] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[182/531] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[183/531] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[184/531] Compiling OrderedCollections OrderedDictionary.swift
[185/531] Compiling OrderedCollections OrderedSet+Codable.swift
[186/531] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[187/531] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[188/531] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[189/531] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[196/531] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[197/531] Compiling OrderedCollections OrderedDictionary+Values.swift
[198/531] Compiling HeapModule _HeapNode.swift
[199/531] Compiling HeapModule Heap.swift
[200/531] Compiling HeapModule Heap+Invariants.swift
[201/531] Compiling HeapModule Heap+UnsafeHandle.swift
[202/531] Compiling HeapModule Heap+Descriptions.swift
[203/531] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[204/531] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[205/531] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[206/531] Compiling OrderedCollections OrderedSet+Initializers.swift
[207/531] Compiling OrderedCollections OrderedSet+Insertions.swift
[208/531] Compiling OrderedCollections OrderedSet+Invariants.swift
[209/532] Emitting module HeapModule
[210/533] Compiling _RopeModule Rope+Builder.swift
[211/533] Compiling _RopeModule Rope+Debugging.swift
[212/533] Compiling _RopeModule Rope+Invariants.swift
[213/533] Compiling _RopeModule Rope+_Node.swift
[214/533] Compiling _RopeModule _RopeVersion.swift
[215/533] Compiling _RopeModule Rope+Collection.swift
[216/533] Compiling _RopeModule Rope+Index.swift
[219/533] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[220/533] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[221/533] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[222/533] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[223/533] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[224/533] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[225/533] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[226/533] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[227/533] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[228/533] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[229/533] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[230/533] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[231/533] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[232/533] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[233/555] Emitting module OrderedCollections
[235/632] Compiling HashTreeCollections _HashNode+Storage.swift
[236/632] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[237/632] Compiling HashTreeCollections _HashNode+Structural filter.swift
[238/632] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[239/634] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[240/634] Compiling HashTreeCollections _HashNode+Structural union.swift
[241/687] Compiling HashTreeCollections TreeSet+Hashable.swift
[242/687] Compiling HashTreeCollections TreeSet+Sendable.swift
[243/687] Compiling HashTreeCollections TreeSet+Sequence.swift
[244/687] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[245/687] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[246/687] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[247/687] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[248/687] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[249/687] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[250/687] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[251/697] Compiling BitCollections BitArray+Descriptions.swift
[252/697] Compiling BitCollections BitArray+Equatable.swift
[253/697] Compiling BitCollections BitArray+Testing.swift
[254/697] Compiling BitCollections BitArray._UnsafeHandle.swift
[255/697] Compiling BitCollections BitArray.swift
[256/697] Compiling BitCollections BitSet+BidirectionalCollection.swift
[257/697] Compiling BitCollections BitSet+Codable.swift
[258/697] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[259/697] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[260/697] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[261/697] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[262/697] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[263/697] Compiling HashTreeCollections TreeSet+Debugging.swift
[264/697] Compiling HashTreeCollections TreeSet+Descriptions.swift
[265/697] Compiling HashTreeCollections TreeSet+Equatable.swift
[266/697] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[267/697] Compiling HashTreeCollections TreeSet+Extras.swift
[268/697] Compiling HashTreeCollections TreeSet+Filter.swift
[271/706] Compiling BitCollections BitSet+CustomReflectable.swift
[272/706] Compiling BitCollections BitSet+CustomStringConvertible.swift
[273/708] Compiling BitCollections BitArray+Invariants.swift
[274/708] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[275/708] Compiling BitCollections BitArray+Codable.swift
[276/708] Compiling BitCollections BitArray+Collection.swift
[277/708] Compiling BitCollections BitArray+BitwiseOperations.swift
[278/708] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[279/708] Compiling HashTreeCollections TreeDictionary.swift
[280/708] Compiling HashTreeCollections TreeSet+Codable.swift
[281/708] Compiling HashTreeCollections TreeSet+Collection.swift
[289/708] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[290/708] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[291/708] Compiling BitCollections BitArray+Extras.swift
[292/708] Compiling BitCollections BitArray+Fill.swift
[293/708] Compiling BitCollections BitArray+Hashable.swift
[294/708] Compiling BitCollections BitArray+Initializers.swift
[299/708] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[302/708] Compiling Yams YamlError.swift
[303/708] Compiling Yams YamlTagProviding.swift
[304/708] Compiling BitCollections BitSet+Extras.swift
[305/708] Compiling BitCollections BitSet+Hashable.swift
[313/715] Compiling BitCollections BitSet+Initializers.swift
[318/715] Compiling BitCollections BitArray+Copy.swift
[319/715] Compiling BitCollections BitArray+CustomReflectable.swift
[322/715] Compiling BitCollections BitSet+Invariants.swift
[323/715] Compiling BitCollections BitSet+Random.swift
[324/715] Compiling BitCollections BitSet+SetAlgebra basics.swift
[325/715] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[326/715] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[327/715] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[328/715] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[329/715] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[330/715] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[331/715] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[332/715] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[333/715] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[334/715] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[335/715] Compiling BitCollections BitArray+RandomBits.swift
[336/715] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[337/715] Compiling BitCollections BitArray+Shifts.swift
[359/715] Compiling _RopeModule _CharacterRecognizer.swift
[360/715] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[361/715] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[362/715] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[363/715] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[364/715] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[365/715] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[366/715] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[367/715] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[368/715] Compiling HashTreeCollections TreeSet.swift
[379/715] Compiling BitCollections BitSet.swift
[380/715] Compiling BitCollections Range+Utilities.swift
[381/715] Compiling BitCollections Slice+Utilities.swift
[382/715] Compiling BitCollections UInt+Tricks.swift
[383/715] Compiling BitCollections _Word.swift
[397/715] Compiling BitCollections BitSet+SetAlgebra union.swift
[398/715] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[399/715] Compiling BitCollections BitSet.Counted.swift
[407/715] Emitting module DequeModule
[408/716] Emitting module Yams
[409/716] Compiling _RopeModule Rope+Join.swift
[410/716] Compiling _RopeModule Rope+MutatingForEach.swift
[411/716] Compiling _RopeModule Rope+Remove.swift
[412/716] Compiling _RopeModule Rope+RemoveSubrange.swift
[413/716] Compiling _RopeModule Rope+Split.swift
[414/716] Compiling _RopeModule Optional Utilities.swift
[415/716] Compiling _RopeModule String Utilities.swift
[416/716] Compiling _RopeModule String.Index+ABI.swift
[419/716] Emitting module _RopeModule
[420/762] Emitting module OrderedCollections
[421/763] Compiling ArgumentParser StringExtensions.swift
[422/763] Compiling ArgumentParser SwiftExtensions.swift
[423/763] Compiling ArgumentParser DumpHelpGenerator.swift
[424/763] Compiling ArgumentParser HelpCommand.swift
[425/763] Compiling ArgumentParser HelpGenerator.swift
[426/763] Compiling ArgumentParser MessageInfo.swift
[427/763] Compiling ArgumentParser UsageGenerator.swift
[428/763] Compiling ArgumentParser CollectionExtensions.swift
[429/763] Compiling ArgumentParser BashCompletionsGenerator.swift
[430/763] Compiling ArgumentParser CompletionsGenerator.swift
[431/763] Compiling ArgumentParser FishCompletionsGenerator.swift
[432/763] Compiling ArgumentParser ZshCompletionsGenerator.swift
[433/763] Compiling ArgumentParser Argument.swift
[434/763] Compiling ArgumentParser ArgumentDiscussion.swift
[435/763] Compiling ArgumentParser ArgumentHelp.swift
[436/763] Compiling ArgumentParser ArgumentVisibility.swift
[437/763] Emitting module BitCollections
[438/763] Compiling ArgumentParser CompletionKind.swift
[439/763] Compiling ArgumentParser Errors.swift
[440/763] Compiling ArgumentParser Flag.swift
[441/763] Compiling ArgumentParser NameSpecification.swift
[442/763] Compiling ArgumentParser Option.swift
[443/763] Compiling ArgumentParser OptionGroup.swift
[444/763] Compiling ArgumentParser ParsableCommand.swift
[445/763] Compiling ArgumentParser ArgumentDecoder.swift
[447/763] Compiling BitCollections BitSet.Index.swift
[448/763] Compiling BitCollections BitSet._UnsafeHandle.swift
[466/764] Compiling ArgumentParser CommandConfiguration.swift
[467/764] Compiling ArgumentParser CommandGroup.swift
[468/764] Compiling ArgumentParser EnumerableFlag.swift
[469/764] Compiling ArgumentParser ExpressibleByArgument.swift
[470/764] Compiling ArgumentParser ParsableArguments.swift
[471/764] Compiling ArgumentParser InputOrigin.swift
[472/764] Compiling ArgumentParser Name.swift
[473/764] Compiling ArgumentParser Parsed.swift
[474/764] Compiling ArgumentParser ParsedValues.swift
[475/764] Compiling ArgumentParser ParserError.swift
[476/764] Compiling ArgumentParser SplitArguments.swift
[476/810] Wrapping AST for Yams for debugging
[477/810] Wrapping AST for SwiftSyntax510 for debugging
[478/810] Wrapping AST for SwiftSyntax509 for debugging
[479/810] Wrapping AST for OrderedCollections for debugging
[481/810] Compiling ArgumentParser ArgumentVisibility.swift
[482/810] Compiling ArgumentParser CompletionKind.swift
[483/810] Compiling ArgumentParser Errors.swift
[484/810] Compiling ArgumentParser Flag.swift
[485/810] Compiling ArgumentParser NameSpecification.swift
[486/810] Compiling ArgumentParser Option.swift
[487/810] Compiling ArgumentParser OptionGroup.swift
[488/810] Compiling ArgumentParser InputOrigin.swift
[489/810] Compiling ArgumentParser Name.swift
[490/810] Compiling ArgumentParser Parsed.swift
[491/810] Compiling ArgumentParser ParsedValues.swift
[492/810] Compiling ArgumentParser ParserError.swift
[493/810] Compiling ArgumentParser SplitArguments.swift
[494/810] Compiling ArgumentParser DumpHelpGenerator.swift
[495/810] Compiling ArgumentParser HelpCommand.swift
[496/810] Compiling ArgumentParser HelpGenerator.swift
[497/810] Compiling ArgumentParser MessageInfo.swift
[498/810] Compiling ArgumentParser UsageGenerator.swift
[499/810] Compiling ArgumentParser CollectionExtensions.swift
[500/810] Compiling ArgumentParser Foundation.swift
[509/811] Wrapping AST for InternalCollectionsUtilities for debugging
[510/811] Wrapping AST for ArgumentParserToolInfo for debugging
[512/811] Wrapping AST for SwiftSyntax600 for debugging
[513/811] Wrapping AST for SwiftSyntax510 for debugging
[515/811] Compiling ArgumentParser ParsableCommand.swift
[516/811] Compiling ArgumentParser ArgumentDecoder.swift
[517/811] Compiling ArgumentParser ArgumentDefinition.swift
[518/811] Compiling ArgumentParser ArgumentSet.swift
[519/811] Compiling ArgumentParser CommandParser.swift
[520/811] Compiling ArgumentParser InputKey.swift
[521/811] Compiling ArgumentParser BashCompletionsGenerator.swift
[522/811] Compiling ArgumentParser CompletionsGenerator.swift
[523/811] Compiling ArgumentParser FishCompletionsGenerator.swift
[524/811] Compiling ArgumentParser ZshCompletionsGenerator.swift
[525/811] Compiling ArgumentParser Argument.swift
[526/811] Compiling ArgumentParser ArgumentDiscussion.swift
[527/811] Compiling ArgumentParser ArgumentHelp.swift
[528/811] Compiling ArgumentParser ParentCommand.swift
[529/811] Compiling ArgumentParser AsyncParsableCommand.swift
[530/811] Compiling ArgumentParser CommandConfiguration.swift
[531/811] Compiling ArgumentParser CommandGroup.swift
[532/811] Compiling ArgumentParser EnumerableFlag.swift
[533/811] Compiling ArgumentParser ExpressibleByArgument.swift
[534/811] Compiling ArgumentParser ParsableArguments.swift
[536/811] Wrapping AST for SwiftSyntax509 for debugging
[537/811] Wrapping AST for OrderedCollections for debugging
[538/811] Wrapping AST for InternalCollectionsUtilities for debugging
[539/811] Wrapping AST for ArgumentParserToolInfo for debugging
[541/811] Emitting module HashTreeCollections
[543/814] Emitting module ArgumentParser
[544/814] Compiling Collections Collections.swift
[545/820] Emitting module Collections
[566/822] Wrapping AST for Yams for debugging
[568/822] Compiling ArgumentParser Tree.swift
[569/822] Compiling ArgumentParser CodingKeyValidator.swift
[570/822] Compiling ArgumentParser NonsenseFlagsValidator.swift
[571/822] Compiling ArgumentParser ParsableArgumentsValidation.swift
[572/822] Compiling ArgumentParser PositionalArgumentsValidator.swift
[573/822] Compiling ArgumentParser UniqueNamesValidator.swift
[587/822] Compiling ArgumentParser Mutex.swift
[588/822] Compiling ArgumentParser Platform.swift
[589/822] Compiling ArgumentParser SequenceExtensions.swift
[590/822] Compiling ArgumentParser StringExtensions.swift
[591/822] Compiling ArgumentParser SwiftExtensions.swift
[592/822] Emitting module ArgumentParser
[632/829] Compiling ArgumentParser Tree.swift
[633/829] Compiling ArgumentParser CodingKeyValidator.swift
[634/829] Compiling ArgumentParser NonsenseFlagsValidator.swift
[635/829] Compiling ArgumentParser ParsableArgumentsValidation.swift
[636/829] Compiling ArgumentParser PositionalArgumentsValidator.swift
[637/829] Compiling ArgumentParser UniqueNamesValidator.swift
[638/829] Wrapping AST for ArgumentParser for debugging
[675/830] Emitting module SwiftSyntax
[803/846] Compiling SwiftSyntax SyntaxNodesC.swift
[804/846] Compiling SwiftSyntax SyntaxNodesD.swift
[805/846] Compiling SwiftSyntax SyntaxNodesEF.swift
[806/846] Compiling SwiftSyntax SyntaxNodesGHI.swift
[807/846] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[808/846] Compiling SwiftSyntax SyntaxNodesOP.swift
[809/846] Compiling SwiftSyntax SyntaxNodesQRS.swift
[810/846] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[811/847] Wrapping AST for SwiftSyntax for debugging
[813/904] Emitting module SwiftDiagnostics
[814/905] Compiling SwiftDiagnostics Message.swift
[815/905] Compiling SwiftBasicFormat Syntax+Extensions.swift
[816/905] Compiling SwiftDiagnostics FixIt.swift
[817/905] Compiling SwiftParser Attributes.swift
[818/905] Compiling SwiftParser Availability.swift
[819/905] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[820/905] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[821/905] Compiling SwiftParser CharacterInfo.swift
[822/905] Compiling SwiftParser CollectionNodes+Parsable.swift
[823/905] Compiling SwiftDiagnostics Note.swift
[824/905] Compiling SwiftBasicFormat InferIndentation.swift
[825/905] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[826/905] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[827/905] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[828/906] Wrapping AST for SwiftDiagnostics for debugging
[830/906] Emitting module SwiftBasicFormat
[831/906] Compiling SwiftBasicFormat BasicFormat.swift
[832/907] Wrapping AST for SwiftBasicFormat for debugging
[842/908] Compiling SwiftParser LexemeSequence.swift
[843/908] Compiling SwiftParser Lexer.swift
[844/908] Compiling SwiftParser RegexLiteralLexer.swift
[845/908] Compiling SwiftParser UnicodeScalarExtensions.swift
[846/908] Compiling SwiftParser Lookahead.swift
[847/908] Compiling SwiftParser LoopProgressCondition.swift
[848/913] Wrapping AST for SwiftSyntax for debugging
[850/970] Compiling SwiftBasicFormat Syntax+Extensions.swift
[851/970] Compiling SwiftParser SwiftParserCompatibility.swift
[852/970] Compiling SwiftParser SwiftVersion.swift
[853/970] Compiling SwiftParser SyntaxUtils.swift
[854/970] Compiling SwiftParser TokenConsumer.swift
[855/970] Compiling SwiftParser TokenPrecedence.swift
[856/970] Compiling SwiftParser Attributes.swift
[857/970] Compiling SwiftDiagnostics Message.swift
[858/971] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[859/971] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[860/971] Compiling SwiftDiagnostics FixIt.swift
[861/971] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[862/971] Emitting module SwiftParser
[863/976] Compiling SwiftDiagnostics Note.swift
[864/976] Emitting module SwiftDiagnostics
[865/976] Compiling SwiftParser Nominals.swift
[866/976] Compiling SwiftParser Parameters.swift
[867/976] Compiling SwiftParser Modifiers.swift
[868/976] Compiling SwiftParser Names.swift
[869/976] Compiling SwiftBasicFormat InferIndentation.swift
[870/976] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[871/976] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[873/977] Compiling SwiftBasicFormat BasicFormat.swift
[874/977] Emitting module SwiftBasicFormat
[875/978] Wrapping AST for SwiftDiagnostics for debugging
[876/978] Wrapping AST for SwiftBasicFormat for debugging
[878/978] Compiling SwiftParser ExperimentalFeatures.swift
[879/978] Compiling SwiftParser IsLexerClassified.swift
[880/978] Compiling SwiftParser LayoutNodes+Parsable.swift
[881/978] Compiling SwiftParser Parser+TokenSpecSet.swift
[882/978] Compiling SwiftParser TokenSpecStaticMembers.swift
[888/978] Compiling SwiftParser TokenSpec.swift
[889/978] Compiling SwiftParser TokenSpecSet.swift
[890/978] Compiling SwiftParser TopLevel.swift
[891/978] Compiling SwiftParser TriviaParser.swift
[892/978] Compiling SwiftParser Types.swift
[897/978] Compiling SwiftParser ParseSourceFile.swift
[898/978] Compiling SwiftParser Parser.swift
[899/978] Compiling SwiftParser LexemeSequence.swift
[900/978] Compiling SwiftParser Lexer.swift
[901/978] Compiling SwiftParser RegexLiteralLexer.swift
[902/978] Compiling SwiftParser UnicodeScalarExtensions.swift
[903/978] Compiling SwiftParser Lookahead.swift
[904/978] Compiling SwiftParser LoopProgressCondition.swift
[905/978] Emitting module SwiftParser
[911/978] Compiling SwiftParser Availability.swift
[912/978] Compiling SwiftParser CharacterInfo.swift
[913/978] Compiling SwiftParser CollectionNodes+Parsable.swift
[914/978] Compiling SwiftParser Declarations.swift
[915/978] Compiling SwiftParser Directives.swift
[916/978] Compiling SwiftParser Patterns.swift
[917/978] Compiling SwiftParser Recovery.swift
[918/978] Compiling SwiftParser Specifiers.swift
[919/978] Compiling SwiftParser Statements.swift
[920/978] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[921/978] Compiling SwiftParser StringLiterals.swift
[947/979] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[948/979] Compiling SwiftParser Expressions.swift
[949/979] Compiling SwiftParser IncrementalParseTransition.swift
[950/979] Compiling SwiftParser IsValidIdentifier.swift
[951/979] Compiling SwiftParser Cursor.swift
[952/979] Compiling SwiftParser Lexeme.swift
[952/979] Wrapping AST for SwiftParser for debugging
[960/993] Emitting module SwiftParserDiagnostics
[961/994] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[961/995] Wrapping AST for SwiftParser for debugging
[963/1017] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[964/1017] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[965/1017] Compiling SwiftParserDiagnostics PresenceUtils.swift
[966/1017] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[967/1017] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[968/1017] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[969/1017] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[970/1017] Compiling SwiftParserDiagnostics Utils.swift
[971/1017] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[972/1018] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[973/1018] Compiling SwiftOperators PrecedenceGroup.swift
[974/1019] Compiling SwiftOperators OperatorTable.swift
[975/1019] Compiling SwiftOperators PrecedenceGraph.swift
[978/1019] Emitting module SwiftOperators
[979/1019] Compiling SwiftParserDiagnostics MissingNodesError.swift
[980/1019] Compiling SwiftParserDiagnostics MissingTokenError.swift
[981/1019] Compiling SwiftOperators OperatorTable+Semantics.swift
[982/1019] Compiling SwiftOperators OperatorTable+Folding.swift
[983/1019] Compiling SwiftOperators SyntaxSynthesis.swift
[987/1020] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[987/1020] Wrapping AST for SwiftOperators for debugging
[991/1020] Emitting module SwiftParserDiagnostics
[996/1020] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[997/1020] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[998/1021] Wrapping AST for SwiftParserDiagnostics for debugging
[1000/1036] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1001/1036] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1002/1036] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1003/1036] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1004/1037] Wrapping AST for SwiftParserDiagnostics for debugging
[1006/1052] Compiling SwiftSyntaxBuilder Indenter.swift
[1007/1052] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1008/1053] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1009/1053] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1010/1053] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1011/1053] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1012/1053] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1013/1053] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1014/1053] Emitting module SwiftSyntaxBuilder
[1015/1053] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1018/1054] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1019/1054] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1020/1054] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1021/1054] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1022/1054] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1023/1054] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1025/1055] Emitting module SwiftSyntaxBuilder
[1030/1055] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1030/1055] Wrapping AST for SwiftSyntaxBuilder for debugging
[1032/1103] Compiling Compiler DiagnosticReporter.swift
[1033/1103] Compiling Compiler Diagnostics.swift
[1034/1160] Compiling Compiler Function.swift
[1035/1160] Compiling Compiler Language.swift
[1036/1160] Compiling Compiler PositionalSequence.swift
[1037/1160] Compiling Compiler Rewriter.swift
[1038/1160] Compiling Compiler SwiftLanguage.swift
[1039/1160] Compiling Compiler Index.swift
[1040/1161] Wrapping AST for SwiftSyntaxBuilder for debugging
[1042/1283] Emitting module SwiftSyntaxMacros
[1043/1285] Compiling Compiler SwiftLanguage.swift
[1044/1285] Compiling Compiler Index.swift
[1045/1285] Compiling Compiler Diagnostics.swift
[1046/1285] Compiling Compiler Driver.swift
[1047/1285] Compiling Compiler Lexer.swift
[1048/1285] Compiling Compiler ParserState.swift
[1049/1285] Compiling Compiler Diagnostic.swift
[1050/1285] Compiling Compiler DiagnosticReporter.swift
[1051/1285] Compiling Compiler Environment.swift
[1052/1285] Compiling Compiler Function.swift
[1053/1285] Compiling Compiler Columns.swift
[1054/1285] Compiling Compiler Compiler.swift
[1055/1285] Compiling Compiler Config.swift
[1056/1285] Compiling Compiler Language.swift
[1057/1285] Compiling Compiler PositionalSequence.swift
[1058/1285] Compiling Compiler Rewriter.swift
[1059/1285] Compiling SwiftSyntaxMacros PreambleMacro.swift
[1060/1285] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[1061/1286] Wrapping AST for SwiftSyntaxMacros for debugging
[1063/1295] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1064/1296] Emitting module SwiftSyntaxMacroExpansion
[1065/1296] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1066/1296] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1067/1296] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1068/1296] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1069/1296] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1070/1296] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1071/1296] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1072/1296] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1073/1297] Compiling Compiler BeginStmtSyntax.swift
[1074/1297] Compiling Compiler CommitStmtSyntax.swift
[1075/1297] Compiling Compiler CreateIndexStmtSyntax.swift
[1076/1297] Compiling Compiler CreateTableStmtSyntax.swift
[1077/1297] Compiling Compiler CreateTriggerStmtSyntax.swift
[1078/1297] Compiling Compiler CreateViewStmtSyntax.swift
[1079/1297] Compiling Compiler CreateVirtualTableStmtSyntax.swift
[1080/1297] Compiling Compiler DeleteStmtSyntax.swift
[1081/1297] Compiling Compiler DropIndexStmtSyntax.swift
[1082/1297] Compiling Compiler DropTableStmtSyntax.swift
[1083/1297] Compiling Compiler DropTriggerStmtSyntax.swift
[1084/1297] Compiling Compiler DropViewStmtSyntax.swift
[1085/1297] Compiling Compiler EmptyStmtSyntax.swift
[1086/1297] Compiling Compiler InsertStmtSyntax.swift
[1087/1297] Compiling Compiler PragmaStmtSyntax.swift
[1088/1297] Compiling Compiler QueryDefinitionStmtSyntax.swift
[1089/1297] Compiling Compiler ReindexStmtSyntax.swift
[1090/1297] Compiling Compiler ReleaseStmtSyntax.swift
[1091/1297] Compiling Compiler RollbackStmtSyntax.swift
[1092/1297] Compiling Compiler SavepointStmtSyntax.swift
[1093/1297] Compiling Compiler SelectCoreSyntax.swift
[1094/1297] Compiling Compiler SelectStmtSyntax.swift
[1095/1297] Compiling Compiler StmtSyntax.swift
[1096/1297] Compiling Compiler UpdateStmtSyntax.swift
[1097/1297] Compiling Compiler VacuumStmtSyntax.swift
[1098/1297] Compiling Compiler Syntax.swift
[1099/1297] Compiling Compiler TableConstraintSyntax.swift
[1100/1297] Compiling Compiler TableNameSyntax.swift
[1101/1297] Compiling Compiler TableOptionsSyntax.swift
[1103/1297] Compiling Compiler CommonTableExpressionSyntax.swift
[1104/1297] Compiling Compiler ExistsExprSyntax.swift
[1105/1297] Compiling Compiler ExprSyntax.swift
[1106/1297] Compiling Compiler FunctionExprSyntax.swift
[1107/1297] Compiling Compiler GroupedExprSyntax.swift
[1108/1297] Compiling Compiler InfixExprSyntax.swift
[1109/1297] Compiling Compiler InvalidExprSyntax.swift
[1110/1297] Compiling Compiler LiteralExprSyntax.swift
[1111/1297] Compiling Compiler PostfixExprSyntax.swift
[1112/1297] Compiling Compiler PrefixExprSyntax.swift
[1113/1297] Compiling Compiler SelectExprSyntax.swift
[1114/1297] Compiling Compiler ForeignKeyClauseSyntax.swift
[1115/1297] Compiling Compiler FromSyntax.swift
[1116/1297] Compiling Compiler IdentifierSyntax.swift
[1117/1297] Compiling Compiler IndexedColumnSyntax.swift
[1118/1297] Compiling Compiler JoinClauseSyntax.swift
[1119/1297] Compiling Compiler JoinConstraintSyntax.swift
[1120/1297] Compiling Compiler JoinOperatorSyntax.swift
[1121/1297] Compiling Compiler NumericSyntax.swift
[1122/1297] Compiling Compiler Operator.swift
[1123/1297] Compiling Compiler OperatorSyntax.swift
[1124/1297] Compiling Compiler OrSyntax.swift
[1125/1297] Compiling Compiler OrderSyntax.swift
[1126/1297] Compiling Compiler OrderingTermSyntax.swift
[1127/1297] Compiling Compiler QualifiedTableNameSyntax.swift
[1128/1297] Compiling Compiler ResultColumnSyntax.swift
[1129/1297] Compiling Compiler ReturningClauseSyntax.swift
[1130/1297] Compiling Compiler SetActionSyntax.swift
[1131/1297] Compiling Compiler SourceLocation.swift
[1132/1297] Compiling Compiler AlterTableStmtSyntax.swift
[1136/1311] Compiling Compiler Project.swift
[1137/1311] Compiling Compiler QualifiedName.swift
[1138/1311] Compiling Compiler Schema.swift
[1139/1311] Compiling Compiler SchemaName.swift
[1140/1311] Compiling Compiler Builtins.swift
[1141/1311] Compiling Compiler CardinalityInferrer.swift
[1142/1311] Compiling Compiler ExprTypeChecker.swift
[1143/1311] Compiling Compiler InferenceState.swift
[1144/1311] Compiling Compiler IsStaticallyTrue.swift
[1145/1311] Compiling Compiler Name.swift
[1146/1311] Compiling Compiler NameInferrer.swift
[1147/1311] Compiling Compiler PragmaAnalyzer.swift
[1148/1325] Emitting module Compiler
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
[1149/1325] Compiling Compiler TableOrSubquerySyntax.swift
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
[1150/1325] Compiling Compiler TypeNameSyntax.swift
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
[1151/1325] Compiling Compiler UpsertClauseSyntax.swift
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
[1152/1325] Compiling Compiler WindowDefinitionSyntax.swift
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
[1153/1325] Compiling Compiler WithSyntax.swift
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
[1154/1325] Compiling Compiler Table.swift
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
[1155/1325] Compiling Compiler Trigger.swift
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
[1156/1325] Compiling Compiler Collection+Extensions.swift
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
[1157/1325] Compiling Compiler DuplicateDictionary.swift
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
[1158/1325] Compiling Compiler Either.swift
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
[1159/1325] Compiling Compiler FileSystem.swift
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
[1160/1325] Compiling Compiler Indirect.swift
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
[1161/1325] Compiling Compiler SourceWriter.swift
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
[1162/1325] Compiling Compiler String+Extensions.swift
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
[1163/1325] Compiling Compiler Statement.swift
[1164/1325] Compiling Compiler StmtTypeChecker.swift
[1165/1325] Compiling Compiler Substitution.swift
[1166/1325] Compiling Compiler Type.swift
[1167/1325] Compiling Compiler TypeScheme.swift
[1168/1325] Compiling Compiler AliasSyntax.swift
[1169/1325] Compiling Compiler ColumnConstraintSyntax.swift
[1170/1325] Compiling Compiler ColumnDefSyntax.swift
[1171/1325] Compiling Compiler CompoundOperatorSyntax.swift
[1172/1325] Compiling Compiler ConfictClauseSyntax.swift
[1173/1325] Compiling Compiler BetweenExprSyntax.swift
[1174/1325] Compiling Compiler BindParameterSyntax.swift
[1175/1325] Compiling Compiler CaseWhenThenExprSyntax.swift
[1176/1325] Compiling Compiler CastExprSyntax.swift
[1177/1325] Compiling Compiler ColumnExprSyntax.swift
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
[1237/1325] Emitting module Compiler
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
[1313/1327] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[1314/1339] Wrapping AST for Compiler for debugging
[1317/1351] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[1318/1351] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1319/1352] Emitting module SwiftCompilerPluginMessageHandling
[1320/1352] Emitting module PureSQLCLI
[1321/1352] Compiling PureSQLCLI QueriesCommand.swift
[1322/1352] Compiling PureSQLCLI InitCommand.swift
[1323/1352] Compiling PureSQLCLI PureSQL.swift
[1324/1352] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1325/1352] Compiling PureSQLCLI InitCommand.swift
[1326/1352] Compiling PureSQLCLI PureSQL.swift
[1327/1352] Compiling PureSQLCLI QueriesCommand.swift
[1328/1352] Compiling PureSQLCLI GenerateCommand.swift
[1329/1352] Compiling PureSQLCLI MigrationsCommand.swift
[1331/1353] Emitting module PureSQLCLI
[1332/1353] Compiling PureSQLCLI GenerateCommand.swift
[1335/1354] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1336/1354] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1337/1354] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1337/1354] Wrapping AST for PureSQLCLI for debugging
[1338/1354] Write Objects.LinkFileList
[1339/1354] Wrapping AST for PureSQLCLI for debugging
[1340/1354] Write Objects.LinkFileList
[1342/1354] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[1343/1354] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[1344/1354] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[1345/1354] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[1346/1354] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[1347/1354] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[1348/1355] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[1349/1357] Linking PureSQLCLI
[1351/1357] Emitting module SwiftCompilerPlugin
[1352/1357] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1353/1358] Linking PureSQLCLI-tool
[1354/1358] Wrapping AST for SwiftCompilerPlugin for debugging
[1356/1365] Compiling PureSQLMacros SyntaxError.swift
[1357/1365] Compiling PureSQLMacros QueryMacro.swift
[1358/1365] Compiling PureSQLMacros Plugins.swift
[1359/1365] Emitting module PureSQLMacros
[1360/1365] Compiling PureSQLMacros DatabaseMacro.swift
[1361/1365] Compiling PureSQLMacros String+Extensions.swift
[1362/1365] Compiling PureSQLMacros Syntax+Extensions.swift
[1363/1366] Wrapping AST for PureSQLMacros for debugging
[1364/1366] Write Objects.LinkFileList
[1365/1366] Linking PureSQLMacros-tool
[1367/1397] Compiling PureSQL Connection.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1368/1397] Compiling PureSQL ConnectionPool.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1369/1397] Compiling PureSQL Cursor.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1370/1397] Compiling PureSQL Database.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1371/1397] Compiling PureSQL DatabaseConfig.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1372/1401] Compiling PureSQL Transaction.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1373/1401] Compiling PureSQL Collection+Extensions.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1374/1401] Compiling PureSQL Lock.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1375/1401] Compiling PureSQL Queue.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1376/1401] Emitting module PureSQL
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1377/1401] Compiling PureSQL Row.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1378/1401] Compiling PureSQL RowDecodable.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1379/1401] Compiling PureSQL SQL.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1380/1401] Compiling PureSQL SQLAny.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1381/1401] Compiling PureSQL AnyQuery.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1382/1401] Compiling PureSQL Bulk.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1383/1401] Compiling PureSQL DatabaseQuery.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1384/1401] Compiling PureSQL Fail.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1385/1401] Compiling PureSQL Test.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1386/1401] Compiling PureSQL Query+Combine.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1387/1401] Compiling PureSQL Query.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1388/1401] Compiling PureSQL QueryObservation.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1389/1401] Compiling PureSQL Just.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1390/1401] Compiling PureSQL Map.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1391/1401] Compiling PureSQL MapInput.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1392/1401] Compiling PureSQL Queries.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1393/1401] Compiling PureSQL SQLError.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1394/1401] Compiling PureSQL SQLiteCode.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1395/1401] Compiling PureSQL SQLiteConnection.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1396/1401] Compiling PureSQL Statement.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1397/1401] Compiling PureSQL DatabaseObserver.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1398/1401] Compiling PureSQL DatabasePrimitive.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1399/1401] Compiling PureSQL DatabaseValueAdapter.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1400/1401] Compiling PureSQL Macros.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1401/1401] Compiling PureSQL Migration.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin PureSQLPlugin
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/48] Write swift-version-24593BA9C3E375BF.txt
[5/90] Emitting module SwiftSyntax510
[6/90] Compiling SwiftSyntax510 Empty.swift
[7/111] Emitting module SwiftSyntax509
[8/111] Compiling SwiftSyntax509 Empty.swift
[9/112] Emitting module SwiftSyntax600
[10/112] Compiling SwiftSyntax600 Empty.swift
[13/113] Compiling SwiftSyntax509 Empty.swift
[14/113] Emitting module SwiftSyntax509
[15/113] Compiling Yams Node.Scalar.swift
[16/113] Compiling Yams Node.Sequence.swift
[17/113] Compiling Yams Node.Alias.swift
[18/113] Compiling Yams Node.Mapping.swift
[24/115] Compiling Yams Node.swift
[25/115] Compiling Yams Tag.swift
[26/115] Compiling Yams YamlAnchorProviding.swift
[27/115] Compiling Yams Parser.swift
[34/117] Compiling Yams AliasDereferencingStrategy.swift
[35/117] Compiling Yams Anchor.swift
[36/117] Compiling Yams Constructor.swift
[41/118] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[42/118] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[43/118] Compiling Yams Resolver.swift
[44/118] Compiling Yams String+Yams.swift
[47/118] Emitting module InternalCollectionsUtilities
[48/120] Compiling ArgumentParserToolInfo ToolInfo.swift
[49/120] Emitting module ArgumentParserToolInfo
[50/121] Compiling SwiftSyntax600 Empty.swift
[51/121] Emitting module SwiftSyntax600
[53/135] Emitting module InternalCollectionsUtilities
[55/144] Emitting module SwiftSyntax510
[56/144] Compiling SwiftSyntax510 Empty.swift
[57/144] Compiling Yams Constructor.swift
[58/144] Compiling Yams Mark.swift
[59/144] Compiling Yams AliasDereferencingStrategy.swift
[60/144] Compiling Yams Anchor.swift
[61/145] Compiling Yams YamlError.swift
[62/145] Compiling Yams YamlTagProviding.swift
[65/144] Compiling Yams Tag.swift
[66/144] Compiling Yams YamlAnchorProviding.swift
[67/258] Compiling ArgumentParser ArgumentVisibility.swift
[68/258] Compiling ArgumentParser CompletionKind.swift
[69/258] Compiling _RopeModule Rope+ForEachWhile.swift
[70/258] Compiling _RopeModule Rope+Insert.swift
[71/258] Compiling _RopeModule BigString+Index.swift
[72/258] Compiling _RopeModule BigString+Ingester.swift
[73/258] Compiling _RopeModule BigString+Invariants.swift
[74/258] Compiling _RopeModule BigString+Iterators.swift
[75/259] Emitting module ArgumentParserToolInfo
[76/259] Compiling ArgumentParserToolInfo ToolInfo.swift
[78/260] Compiling _RopeModule BigString+Metrics.swift
[79/260] Compiling _RopeModule BigString+Summary.swift
[80/260] Compiling _RopeModule BigString.swift
[81/260] Compiling _RopeModule _RopeVersion.swift
[82/260] Compiling _RopeModule Rope+Collection.swift
[86/310] Emitting module Yams
[89/324] Compiling SwiftSyntax MemoryLayout.swift
[90/324] Compiling SwiftSyntax MissingNodeInitializers.swift
[91/324] Compiling SwiftSyntax RawSyntax.swift
[92/324] Compiling SwiftSyntax RawSyntaxTokenView.swift
[93/324] Compiling SwiftSyntax SourceEdit.swift
[94/324] Compiling SwiftSyntax SourceLength.swift
[95/384] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[96/384] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[97/384] Compiling OrderedCollections OrderedSet+Initializers.swift
[98/384] Compiling HeapModule Heap+Descriptions.swift
[99/384] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[100/384] Emitting module ArgumentParser
[101/390] Compiling HeapModule Heap.swift
[102/390] Compiling HeapModule _HeapNode.swift
[103/454] Compiling HeapModule Heap+Invariants.swift
[104/454] Compiling HeapModule Heap+UnsafeHandle.swift
[105/454] Compiling SwiftSyntax BumpPtrAllocator.swift
[106/454] Compiling SwiftSyntax CommonAncestor.swift
[107/454] Compiling SwiftSyntax Convenience.swift
[108/454] Compiling SwiftSyntax CustomTraits.swift
[109/454] Compiling SwiftSyntax Identifier.swift
[110/454] Compiling SwiftSyntax SyntaxKind.swift
[111/454] Compiling SwiftSyntax SyntaxRewriter.swift
[112/461] Emitting module HeapModule
[113/462] Compiling SwiftSyntax MemoryLayout.swift
[114/462] Compiling SwiftSyntax MissingNodeInitializers.swift
[115/462] Compiling SwiftSyntax RawSyntax.swift
[116/462] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[117/462] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[118/462] Compiling SwiftSyntax RawSyntaxTokenView.swift
[121/462] Compiling SwiftSyntax SyntaxTraits.swift
[122/462] Compiling SwiftSyntax SyntaxVisitor.swift
[123/462] Compiling SwiftSyntax TokenKind.swift
[124/462] Compiling SwiftSyntax Tokens.swift
[125/462] Compiling SwiftSyntax TriviaPieces.swift
[126/462] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[127/462] Compiling SwiftSyntax RawSyntaxNodesC.swift
[131/462] Emitting module Yams
[140/463] Compiling OrderedCollections OrderedSet+Sendable.swift
[141/463] Compiling OrderedCollections OrderedSet+SubSequence.swift
[142/463] Compiling OrderedCollections OrderedSet+Testing.swift
[143/463] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[144/478] Compiling SwiftSyntax SyntaxChildren.swift
[145/478] Compiling SwiftSyntax SyntaxCollection.swift
[146/478] Compiling SwiftSyntax SyntaxHashable.swift
[147/478] Compiling SwiftSyntax SyntaxIdentifier.swift
[148/478] Compiling SwiftSyntax AbsolutePosition.swift
[149/478] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[150/479] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[151/479] Compiling SwiftSyntax Assert.swift
[152/479] Compiling SwiftSyntax SyntaxCollections.swift
[153/479] Compiling SwiftSyntax SyntaxEnum.swift
[154/479] Compiling SwiftSyntax SyntaxNodeFactory.swift
[155/479] Compiling SwiftSyntax SyntaxNodeStructure.swift
[156/479] Compiling SwiftSyntax SyntaxProtocol.swift
[157/479] Compiling SwiftSyntax SyntaxText.swift
[158/479] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[159/479] Compiling SwiftSyntax TokenDiagnostic.swift
[161/527] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[162/527] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[163/527] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[164/527] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[165/527] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[166/527] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[167/527] Compiling OrderedCollections OrderedDictionary+Values.swift
[168/527] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[169/527] Compiling OrderedCollections _HashTable+Constants.swift
[170/527] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[171/527] Compiling OrderedCollections _HashTable+Testing.swift
[172/527] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[173/527] Compiling OrderedCollections _HashTable.swift
[174/527] Compiling OrderedCollections _Hashtable+Header.swift
[175/527] Compiling OrderedCollections OrderedSet+Initializers.swift
[176/527] Compiling OrderedCollections OrderedSet+Insertions.swift
[177/527] Compiling OrderedCollections OrderedSet+Codable.swift
[178/527] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[179/527] Compiling OrderedCollections OrderedSet+Descriptions.swift
[180/527] Compiling OrderedCollections OrderedSet+Diffing.swift
[181/527] Compiling OrderedCollections OrderedSet+Equatable.swift
[182/527] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[183/527] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[184/527] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[185/527] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[186/527] Compiling OrderedCollections _HashTable+Bucket.swift
[187/527] Compiling OrderedCollections _HashTable+BucketIterator.swift
[193/526] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[194/526] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[195/526] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[211/602] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[212/602] Compiling HashTreeCollections TreeDictionary+Filter.swift
[213/602] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[214/602] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[215/602] Compiling HashTreeCollections TreeDictionary+Keys.swift
[216/602] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[217/602] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[218/602] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[219/602] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[220/602] Compiling HashTreeCollections _HashNode.swift
[221/602] Compiling HashTreeCollections _HashNodeHeader.swift
[222/602] Compiling HashTreeCollections _HashSlot.swift
[223/602] Compiling HashTreeCollections _HashStack.swift
[224/602] Compiling HashTreeCollections _AncestorHashSlots.swift
[225/602] Compiling HashTreeCollections _Bitmap.swift
[226/602] Compiling HashTreeCollections _Bucket.swift
[227/602] Compiling HashTreeCollections _Hash.swift
[228/602] Compiling HashTreeCollections _HashLevel.swift
[229/602] Compiling HashTreeCollections _HashNode+Builder.swift
[230/602] Compiling HashTreeCollections _HashNode+Debugging.swift
[231/602] Compiling HashTreeCollections _HashNode+Initializers.swift
[232/602] Compiling HashTreeCollections _HashNode+Invariants.swift
[233/602] Compiling HashTreeCollections _HashNode+Lookups.swift
[244/624] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[245/624] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[246/624] Compiling HashTreeCollections _HashNode+Storage.swift
[247/624] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[248/624] Compiling HashTreeCollections _HashNode+Structural filter.swift
[249/624] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[250/624] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[251/624] Compiling DequeModule Deque+Codable.swift
[252/624] Compiling DequeModule Deque+Collection.swift
[253/624] Compiling DequeModule Deque+CustomReflectable.swift
[254/624] Compiling DequeModule Deque+Descriptions.swift
[255/624] Compiling DequeModule Deque+Extras.swift
[256/624] Compiling DequeModule Deque+Hashable.swift
[257/624] Compiling DequeModule Deque+Equatable.swift
[258/624] Compiling DequeModule _DequeBuffer.swift
[259/624] Compiling DequeModule _DequeBufferHeader.swift
[260/626] Compiling OrderedCollections OrderedSet+SubSequence.swift
[261/626] Compiling OrderedCollections OrderedSet+Testing.swift
[262/626] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[263/626] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[264/626] Compiling OrderedCollections OrderedSet.swift
[265/626] Compiling OrderedCollections _UnsafeBitset.swift
[266/626] Compiling HashTreeCollections TreeSet+Equatable.swift
[267/626] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[268/626] Compiling HashTreeCollections TreeSet+Extras.swift
[269/626] Compiling HashTreeCollections TreeSet+Filter.swift
[270/626] Compiling HashTreeCollections TreeSet+Hashable.swift
[271/626] Compiling HashTreeCollections TreeSet+Sendable.swift
[272/626] Compiling HashTreeCollections TreeSet+Sequence.swift
[273/626] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[274/626] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[275/626] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[276/626] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[277/626] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[278/626] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[279/626] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[280/636] Compiling HashTreeCollections _UnsafePath.swift
[281/636] Compiling HashTreeCollections TreeDictionary+Codable.swift
[282/636] Compiling HashTreeCollections TreeDictionary+Collection.swift
[283/636] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[284/636] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[285/636] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[286/636] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[293/636] Compiling HashTreeCollections TreeDictionary+Merge.swift
[294/636] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[295/636] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[298/636] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[299/636] Compiling DequeModule Deque+Testing.swift
[300/636] Compiling DequeModule Deque._Storage.swift
[303/636] Compiling DequeModule Deque._UnsafeHandle.swift
[304/636] Compiling DequeModule Deque.swift
[305/636] Compiling DequeModule _DequeSlot.swift
[306/636] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[307/636] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[308/636] Compiling HashTreeCollections _HashNode+Structural merge.swift
[309/636] Compiling HashTreeCollections _HashTreeIterator.swift
[310/636] Compiling HashTreeCollections _HashTreeStatistics.swift
[311/636] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[312/636] Compiling HashTreeCollections _RawHashNode.swift
[313/636] Compiling HashTreeCollections _UnmanagedHashNode.swift
[314/636] Compiling OrderedCollections OrderedSet+Sendable.swift
[337/636] Compiling DequeModule _UnsafeWrappedBuffer.swift
[348/636] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[349/636] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[350/636] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[351/636] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[352/636] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[353/636] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[354/636] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[355/636] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[356/636] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[357/636] Compiling HashTreeCollections TreeSet.swift
[375/637] Emitting module _RopeModule
[377/637] Emitting module OrderedCollections
[406/644] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[414/644] Emitting module DequeModule
[415/644] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[416/644] Compiling SwiftSyntax SyntaxNodesOP.swift
[417/644] Compiling SwiftSyntax SyntaxNodesQRS.swift
[418/644] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[433/706] Compiling BitCollections BitSet+Extras.swift
[434/706] Compiling BitCollections BitSet+Hashable.swift
[435/706] Compiling BitCollections BitSet+Initializers.swift
[436/706] Compiling BitCollections BitSet+Invariants.swift
[437/706] Compiling BitCollections BitSet+Random.swift
[438/706] Compiling BitCollections BitSet+SetAlgebra basics.swift
[439/706] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[440/706] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[441/706] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[442/706] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[443/706] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[444/706] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[445/706] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[446/706] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[447/706] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[448/706] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[449/706] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[450/706] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[451/706] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[452/706] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[458/706] Compiling SwiftSyntax SyntaxNodesC.swift
[459/706] Compiling SwiftSyntax SyntaxNodesD.swift
[460/706] Compiling SwiftSyntax SyntaxNodesEF.swift
[461/706] Compiling SwiftSyntax SyntaxNodesGHI.swift
[463/753] Compiling ArgumentParser ArgumentVisibility.swift
[464/753] Compiling ArgumentParser CompletionKind.swift
[465/753] Compiling ArgumentParser Errors.swift
[466/753] Compiling ArgumentParser Flag.swift
[467/753] Compiling ArgumentParser NameSpecification.swift
[468/753] Compiling ArgumentParser Option.swift
[469/753] Compiling ArgumentParser OptionGroup.swift
[470/753] Compiling ArgumentParser ParentCommand.swift
[471/753] Compiling ArgumentParser AsyncParsableCommand.swift
[472/753] Compiling ArgumentParser CommandConfiguration.swift
[473/753] Compiling ArgumentParser CommandGroup.swift
[474/753] Compiling ArgumentParser EnumerableFlag.swift
[475/753] Compiling ArgumentParser ExpressibleByArgument.swift
[476/753] Compiling ArgumentParser ParsableArguments.swift
[477/753] Compiling ArgumentParser ParsableCommand.swift
[478/753] Compiling ArgumentParser ArgumentDecoder.swift
[479/753] Compiling ArgumentParser ArgumentDefinition.swift
[480/753] Compiling ArgumentParser ArgumentSet.swift
[482/753] Compiling ArgumentParser FishCompletionsGenerator.swift
[483/753] Compiling ArgumentParser ZshCompletionsGenerator.swift
[484/753] Compiling ArgumentParser Argument.swift
[485/753] Compiling ArgumentParser ArgumentDiscussion.swift
[486/753] Compiling ArgumentParser ArgumentHelp.swift
[487/753] Compiling ArgumentParser InputOrigin.swift
[488/753] Compiling ArgumentParser Name.swift
[489/753] Compiling ArgumentParser Parsed.swift
[490/753] Compiling ArgumentParser ParsedValues.swift
[491/753] Compiling ArgumentParser ParserError.swift
[492/753] Compiling ArgumentParser SplitArguments.swift
[511/753] Compiling ArgumentParser CommandParser.swift
[512/753] Compiling ArgumentParser InputKey.swift
[513/753] Compiling ArgumentParser BashCompletionsGenerator.swift
[514/753] Compiling ArgumentParser CompletionsGenerator.swift
[515/753] Emitting module OrderedCollections
[520/754] Compiling BitCollections BitSet+SetAlgebra union.swift
[521/754] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[522/754] Compiling BitCollections BitSet.Counted.swift
[525/754] Compiling ArgumentParser DumpHelpGenerator.swift
[526/754] Compiling ArgumentParser HelpCommand.swift
[527/754] Compiling ArgumentParser HelpGenerator.swift
[528/754] Compiling ArgumentParser MessageInfo.swift
[529/754] Compiling ArgumentParser UsageGenerator.swift
[530/754] Compiling ArgumentParser CollectionExtensions.swift
[531/754] Compiling ArgumentParser Foundation.swift
[532/754] Compiling ArgumentParser Mutex.swift
[533/754] Compiling ArgumentParser Platform.swift
[534/754] Compiling ArgumentParser SequenceExtensions.swift
[535/754] Compiling ArgumentParser StringExtensions.swift
[536/754] Compiling ArgumentParser SwiftExtensions.swift
[544/761] Emitting module BitCollections
[576/766] Emitting module ArgumentParser
[577/766] Compiling BitCollections BitSet.Index.swift
[578/766] Compiling BitCollections BitSet._UnsafeHandle.swift
[579/766] Compiling BitCollections BitSet.swift
[580/766] Compiling BitCollections Range+Utilities.swift
[581/766] Compiling BitCollections Slice+Utilities.swift
[582/766] Compiling BitCollections UInt+Tricks.swift
[583/766] Compiling BitCollections _Word.swift
[585/767] Emitting module HashTreeCollections
[586/768] Compiling ArgumentParser Tree.swift
[587/768] Compiling ArgumentParser CodingKeyValidator.swift
[588/768] Compiling ArgumentParser NonsenseFlagsValidator.swift
[589/768] Compiling ArgumentParser ParsableArgumentsValidation.swift
[590/768] Compiling ArgumentParser PositionalArgumentsValidator.swift
[591/768] Compiling ArgumentParser UniqueNamesValidator.swift
[605/770] Emitting module Collections
[606/770] Compiling Collections Collections.swift
[636/771] Emitting module SwiftSyntax
[714/771] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[715/771] Compiling SwiftSyntax SyntaxNodesOP.swift
[716/771] Compiling SwiftSyntax SyntaxNodesQRS.swift
[717/771] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[746/787] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[747/787] Compiling SwiftDiagnostics Message.swift
[748/788] Compiling SwiftDiagnostics Convenience.swift
[749/788] Compiling SwiftDiagnostics Diagnostic.swift
[750/788] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[751/835] Compiling SwiftParser RegexLiteralLexer.swift
[752/835] Compiling SwiftParser UnicodeScalarExtensions.swift
[753/835] Compiling SwiftBasicFormat Syntax+Extensions.swift
[754/835] Emitting module SwiftDiagnostics
[755/835] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[757/845] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[758/876] Compiling SwiftDiagnostics Note.swift
[759/886] Compiling SwiftBasicFormat Syntax+Extensions.swift
[760/886] Compiling SwiftBasicFormat InferIndentation.swift
[761/886] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[762/886] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[763/886] Compiling SwiftDiagnostics FixIt.swift
[765/887] Compiling SwiftDiagnostics Message.swift
[766/887] Compiling SwiftDiagnostics Note.swift
[767/887] Emitting module SwiftDiagnostics
[768/887] Compiling SwiftParser Attributes.swift
[769/887] Compiling SwiftParser Availability.swift
[770/887] Compiling SwiftBasicFormat InferIndentation.swift
[771/887] Compiling SwiftDiagnostics FixIt.swift
[772/887] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[773/887] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[774/887] Compiling SwiftParser CharacterInfo.swift
[775/887] Compiling SwiftParser CollectionNodes+Parsable.swift
[776/887] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[778/888] Emitting module SwiftBasicFormat
[779/888] Compiling SwiftBasicFormat BasicFormat.swift
[780/889] Emitting module SwiftBasicFormat
[781/889] Compiling SwiftBasicFormat BasicFormat.swift
[788/887] Compiling SwiftParser Declarations.swift
[789/887] Compiling SwiftParser Directives.swift
[790/892] Compiling SwiftParser TokenSpec.swift
[791/892] Compiling SwiftParser TokenSpecSet.swift
[792/892] Compiling SwiftParser TopLevel.swift
[793/892] Compiling SwiftParser TriviaParser.swift
[794/892] Compiling SwiftParser Types.swift
[795/892] Compiling SwiftParser SwiftParserCompatibility.swift
[796/892] Compiling SwiftParser SwiftVersion.swift
[797/892] Compiling SwiftParser SyntaxUtils.swift
[798/892] Compiling SwiftParser TokenConsumer.swift
[799/892] Compiling SwiftParser TokenPrecedence.swift
[800/897] Compiling SwiftParser Patterns.swift
[801/897] Compiling SwiftParser Recovery.swift
[802/897] Compiling SwiftParser Specifiers.swift
[803/897] Compiling SwiftParser Statements.swift
[804/897] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[805/897] Compiling SwiftParser StringLiterals.swift
[816/897] Compiling SwiftParser LexemeSequence.swift
[817/897] Compiling SwiftParser Lexer.swift
[818/897] Compiling SwiftParser RegexLiteralLexer.swift
[819/897] Compiling SwiftParser UnicodeScalarExtensions.swift
[820/897] Compiling SwiftParser Lookahead.swift
[821/897] Compiling SwiftParser LoopProgressCondition.swift
[822/897] Emitting module SwiftParser
[823/897] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[824/897] Compiling SwiftParser Expressions.swift
[825/897] Compiling SwiftParser IncrementalParseTransition.swift
[826/897] Compiling SwiftParser IsValidIdentifier.swift
[827/897] Compiling SwiftParser Cursor.swift
[828/897] Compiling SwiftParser Lexeme.swift
[829/897] Compiling SwiftParser Modifiers.swift
[830/897] Compiling SwiftParser Names.swift
[831/897] Compiling SwiftParser Nominals.swift
[832/897] Compiling SwiftParser Parameters.swift
[833/897] Compiling SwiftParser ParseSourceFile.swift
[834/897] Compiling SwiftParser Parser.swift
[853/897] Compiling SwiftParser ExperimentalFeatures.swift
[854/897] Compiling SwiftParser IsLexerClassified.swift
[855/897] Compiling SwiftParser LayoutNodes+Parsable.swift
[856/897] Compiling SwiftParser Parser+TokenSpecSet.swift
[857/897] Compiling SwiftParser TokenSpecStaticMembers.swift
[870/898] Emitting module SwiftParser
[878/910] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[879/924] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[880/934] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[881/934] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[882/935] Compiling SwiftOperators PrecedenceGroup.swift
[883/936] Compiling SwiftOperators Operator.swift
[884/936] Compiling SwiftOperators OperatorError+Diagnostics.swift
[885/936] Emitting module SwiftOperators
[886/936] Compiling SwiftOperators OperatorTable.swift
[887/936] Compiling SwiftOperators PrecedenceGraph.swift
[888/936] Compiling SwiftOperators SyntaxSynthesis.swift
[889/936] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[890/936] Compiling SwiftOperators OperatorError.swift
[891/936] Compiling SwiftOperators OperatorTable+Defaults.swift
[892/936] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[893/936] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[894/936] Compiling SwiftParserDiagnostics PresenceUtils.swift
[897/936] Compiling SwiftParserDiagnostics MissingNodesError.swift
[898/936] Compiling SwiftParserDiagnostics MissingTokenError.swift
[899/936] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[900/936] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[901/936] Compiling SwiftOperators OperatorTable+Semantics.swift
[902/936] Compiling SwiftOperators OperatorTable+Folding.swift
[908/937] Emitting module SwiftParserDiagnostics
[920/966] Emitting module SwiftSyntaxBuilder
[921/966] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[922/966] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[923/967] Compiling SwiftSyntaxBuilder Indenter.swift
[924/967] Compiling SwiftSyntaxBuilder ListBuilder.swift
[925/968] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[926/968] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[929/968] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[930/968] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[931/968] Emitting module SwiftSyntaxBuilder
[936/968] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[937/968] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[938/968] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[939/968] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[940/968] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[941/968] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[942/968] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[954/1053] Compiling Compiler Lexer.swift
[955/1053] Compiling Compiler JoinClauseSyntax.swift
[956/1077] Compiling Compiler Columns.swift
[957/1077] Compiling Compiler Compiler.swift
[958/1077] Compiling Compiler Config.swift
[959/1099] Compiling Compiler Driver.swift
[960/1099] Compiling Compiler Environment.swift
[961/1106] Compiling Compiler InferenceState.swift
[962/1106] Compiling Compiler IsStaticallyTrue.swift
[963/1197] Compiling Compiler CardinalityInferrer.swift
[964/1197] Compiling Compiler ExprTypeChecker.swift
[965/1197] Compiling Compiler Name.swift
[966/1197] Compiling Compiler NameInferrer.swift
[967/1197] Emitting module SwiftSyntaxMacros
[968/1197] Compiling Compiler Project.swift
[969/1197] Compiling Compiler QualifiedName.swift
[970/1197] Compiling Compiler Schema.swift
[971/1197] Compiling Compiler Compiler.swift
[972/1197] Compiling Compiler Config.swift
[974/1206] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[975/1207] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[976/1207] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[977/1207] Compiling Compiler BeginStmtSyntax.swift
[978/1207] Compiling Compiler CommitStmtSyntax.swift
[979/1207] Compiling Compiler CreateIndexStmtSyntax.swift
[980/1207] Compiling Compiler CreateTableStmtSyntax.swift
[981/1207] Compiling Compiler CreateTriggerStmtSyntax.swift
[982/1207] Compiling Compiler CreateViewStmtSyntax.swift
[983/1207] Compiling Compiler CreateVirtualTableStmtSyntax.swift
[984/1207] Compiling Compiler DeleteStmtSyntax.swift
[985/1207] Compiling Compiler DropIndexStmtSyntax.swift
[986/1207] Compiling Compiler DropTableStmtSyntax.swift
[987/1207] Compiling Compiler DropTriggerStmtSyntax.swift
[988/1207] Compiling Compiler DropViewStmtSyntax.swift
[989/1207] Compiling Compiler EmptyStmtSyntax.swift
[990/1207] Compiling Compiler InsertStmtSyntax.swift
[991/1207] Compiling Compiler PragmaStmtSyntax.swift
[992/1207] Emitting module SwiftSyntaxMacroExpansion
[993/1221] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[994/1221] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[995/1221] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[996/1221] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[997/1221] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[998/1221] Compiling Compiler CommonTableExpressionSyntax.swift
[999/1221] Compiling Compiler ExistsExprSyntax.swift
[1000/1221] Compiling Compiler ExprSyntax.swift
[1001/1221] Compiling Compiler FunctionExprSyntax.swift
[1002/1221] Compiling Compiler GroupedExprSyntax.swift
[1003/1221] Compiling Compiler InfixExprSyntax.swift
[1004/1221] Compiling Compiler InvalidExprSyntax.swift
[1005/1221] Compiling Compiler LiteralExprSyntax.swift
[1006/1221] Compiling Compiler PostfixExprSyntax.swift
[1007/1221] Compiling Compiler PrefixExprSyntax.swift
[1008/1221] Compiling Compiler SelectExprSyntax.swift
[1009/1221] Compiling Compiler ForeignKeyClauseSyntax.swift
[1010/1221] Compiling Compiler FromSyntax.swift
[1011/1221] Compiling Compiler IdentifierSyntax.swift
[1012/1221] Compiling Compiler IndexedColumnSyntax.swift
[1013/1221] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1028/1227] Compiling Compiler JoinClauseSyntax.swift
[1029/1227] Compiling Compiler JoinConstraintSyntax.swift
[1030/1227] Compiling Compiler JoinOperatorSyntax.swift
[1031/1227] Compiling Compiler NumericSyntax.swift
[1032/1227] Compiling Compiler Operator.swift
[1033/1227] Compiling Compiler OperatorSyntax.swift
[1034/1227] Compiling Compiler OrSyntax.swift
[1035/1228] Compiling Compiler OrderSyntax.swift
[1036/1228] Compiling Compiler OrderingTermSyntax.swift
[1037/1228] Compiling Compiler QualifiedTableNameSyntax.swift
[1038/1228] Compiling Compiler ResultColumnSyntax.swift
[1039/1228] Compiling Compiler ReturningClauseSyntax.swift
[1040/1228] Compiling Compiler SetActionSyntax.swift
[1041/1228] Compiling Compiler SourceLocation.swift
[1042/1228] Compiling Compiler AlterTableStmtSyntax.swift
[1043/1228] Compiling Compiler QueryDefinitionStmtSyntax.swift
[1044/1228] Compiling Compiler ReindexStmtSyntax.swift
[1045/1228] Compiling Compiler ReleaseStmtSyntax.swift
[1046/1228] Compiling Compiler RollbackStmtSyntax.swift
[1047/1228] Compiling Compiler SavepointStmtSyntax.swift
[1048/1228] Compiling Compiler SelectCoreSyntax.swift
[1049/1228] Compiling Compiler SelectStmtSyntax.swift
[1050/1228] Compiling Compiler StmtSyntax.swift
[1051/1228] Compiling Compiler UpdateStmtSyntax.swift
[1052/1228] Compiling Compiler VacuumStmtSyntax.swift
[1053/1228] Compiling Compiler Syntax.swift
[1054/1228] Compiling Compiler TableConstraintSyntax.swift
[1055/1228] Compiling Compiler TableNameSyntax.swift
[1056/1228] Compiling Compiler TableOptionsSyntax.swift
[1073/1235] Compiling Compiler Columns.swift
[1076/1235] Compiling Compiler Diagnostic.swift
[1077/1235] Compiling Compiler DiagnosticReporter.swift
[1078/1235] Compiling Compiler Diagnostics.swift
[1079/1235] Compiling Compiler Driver.swift
[1080/1235] Compiling Compiler Environment.swift
[1081/1235] Compiling Compiler Function.swift
[1082/1235] Compiling Compiler Language.swift
[1083/1235] Compiling Compiler PositionalSequence.swift
[1084/1235] Compiling Compiler Rewriter.swift
[1085/1235] Compiling Compiler SwiftLanguage.swift
[1086/1235] Compiling Compiler Index.swift
[1087/1235] Compiling Compiler Lexer.swift
[1088/1235] Compiling Compiler Statement.swift
[1089/1235] Compiling Compiler StmtTypeChecker.swift
[1090/1235] Compiling Compiler Substitution.swift
[1091/1235] Compiling Compiler Type.swift
[1092/1235] Compiling Compiler TypeScheme.swift
[1093/1235] Compiling Compiler AliasSyntax.swift
[1094/1235] Compiling Compiler ColumnConstraintSyntax.swift
[1095/1235] Compiling Compiler ColumnDefSyntax.swift
[1096/1235] Compiling Compiler CompoundOperatorSyntax.swift
[1097/1235] Compiling Compiler ConfictClauseSyntax.swift
[1098/1235] Compiling Compiler BetweenExprSyntax.swift
[1099/1235] Compiling Compiler BindParameterSyntax.swift
[1100/1235] Compiling Compiler CaseWhenThenExprSyntax.swift
[1101/1235] Compiling Compiler CastExprSyntax.swift
[1102/1235] Compiling Compiler ColumnExprSyntax.swift
[1148/1247] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[1149/1247] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[1150/1247] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[1151/1247] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[1152/1247] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[1153/1247] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[1154/1247] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[1155/1247] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1162/1247] Compiling Compiler PragmaAnalyzer.swift
[1163/1247] Emitting module SwiftCompilerPluginMessageHandling
[1166/1248] Compiling Compiler TableOrSubquerySyntax.swift
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
[1167/1248] Compiling Compiler TypeNameSyntax.swift
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
[1168/1248] Compiling Compiler UpsertClauseSyntax.swift
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
[1169/1248] Compiling Compiler WindowDefinitionSyntax.swift
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
[1170/1248] Compiling Compiler WithSyntax.swift
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
[1171/1248] Compiling Compiler Table.swift
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
[1172/1248] Compiling Compiler Trigger.swift
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
[1173/1248] Compiling Compiler Collection+Extensions.swift
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
[1174/1248] Compiling Compiler DuplicateDictionary.swift
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
[1175/1248] Compiling Compiler Either.swift
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
[1176/1248] Compiling Compiler FileSystem.swift
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
[1177/1248] Compiling Compiler Indirect.swift
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
[1178/1248] Compiling Compiler SourceWriter.swift
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
[1179/1248] Compiling Compiler String+Extensions.swift
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
[1180/1248] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1181/1248] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1184/1248] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
/host/spi-builder-workspace/Sources/Compiler/Utils/FileSystem.swift:96:9: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
94 |
95 | func write(_ data: Data, to path: String) {
96 | createFile(atPath: path, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
97 | }
98 |
[1199/1248] Emitting module Compiler
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
/host/spi-builder-workspace/Sources/Compiler/DiagnosticReporter.swift:110:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
108 | }
109 |
110 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
111 | public func write(_ string: String) {
112 | let data = Data(string.utf8)
[1233/1250] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1239/1260] Compiling PureSQLCLI InitCommand.swift
[1240/1260] Compiling PureSQLCLI PureSQL.swift
[1241/1260] Compiling PureSQLCLI GenerateCommand.swift
[1242/1260] Compiling PureSQLCLI QueriesCommand.swift
[1243/1260] Emitting module PureSQLCLI
[1244/1260] Compiling PureSQLCLI MigrationsCommand.swift
[1245/1260] Compiling PureSQLCLI PureSQL.swift
[1246/1260] Compiling PureSQLCLI QueriesCommand.swift
[1247/1260] Compiling PureSQLCLI InitCommand.swift
[1248/1260] Compiling PureSQLCLI GenerateCommand.swift
[1249/1260] Compiling PureSQLCLI MigrationsCommand.swift
[1250/1260] Emitting module PureSQLCLI
[1252/1263] Write Objects.LinkFileList
[1255/1262] Emitting module SwiftCompilerPlugin
[1256/1262] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1257/1269] Linking PureSQLCLI
[1259/1269] Compiling PureSQLMacros QueryMacro.swift
[1260/1269] Compiling PureSQLMacros DatabaseMacro.swift
[1261/1269] Emitting module PureSQLMacros
[1262/1269] Compiling PureSQLMacros Plugins.swift
[1263/1269] Compiling PureSQLMacros SyntaxError.swift
[1264/1269] Compiling PureSQLMacros String+Extensions.swift
[1265/1269] Compiling PureSQLMacros Syntax+Extensions.swift
[1266/1269] Write Objects.LinkFileList
[1267/1269] Linking PureSQLCLI-tool
[1268/1269] Linking PureSQLMacros-tool
[1270/1300] Compiling PureSQL SQLError.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1271/1300] Compiling PureSQL SQLiteCode.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1272/1300] Compiling PureSQL SQLiteConnection.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1273/1300] Compiling PureSQL Statement.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1274/1300] Compiling PureSQL AnyQuery.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1275/1300] Compiling PureSQL Bulk.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1276/1300] Compiling PureSQL DatabaseQuery.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1277/1300] Compiling PureSQL Fail.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1278/1300] Compiling PureSQL Row.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1279/1300] Compiling PureSQL RowDecodable.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1280/1300] Compiling PureSQL SQL.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1281/1300] Compiling PureSQL SQLAny.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1282/1300] Compiling PureSQL Test.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1283/1300] Compiling PureSQL Query+Combine.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1284/1300] Compiling PureSQL Query.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1285/1300] Compiling PureSQL QueryObservation.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1286/1300] Compiling PureSQL Just.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1287/1300] Compiling PureSQL Map.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1288/1300] Compiling PureSQL MapInput.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1289/1300] Compiling PureSQL Queries.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1290/1300] Compiling PureSQL Connection.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1291/1300] Compiling PureSQL ConnectionPool.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1292/1300] Compiling PureSQL Cursor.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1293/1300] Compiling PureSQL Database.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1294/1300] Compiling PureSQL DatabaseConfig.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1295/1304] Compiling PureSQL Transaction.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1296/1304] Compiling PureSQL Collection+Extensions.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1297/1304] Compiling PureSQL Lock.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1298/1304] Compiling PureSQL Queue.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1299/1304] Emitting module PureSQL
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1300/1304] Compiling PureSQL DatabaseObserver.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1301/1304] Compiling PureSQL DatabasePrimitive.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1302/1304] Compiling PureSQL DatabaseValueAdapter.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1303/1304] Compiling PureSQL Macros.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
[1304/1304] Compiling PureSQL Migration.swift
/host/spi-builder-workspace/Sources/PureSQL/Cursor.swift:8:8: error: no such module 'SQLite3'
6 | //
7 |
8 | import SQLite3
| `- error: no such module 'SQLite3'
9 |
10 | /// A low-level iterator over the results of a prepared database statement.
BUILD FAILURE 6.1 android