Build Information
Failed to build PureSQL, reference main (26ca92), with Swift 6.1 for Linux on 19 Feb 2026 03:18:58 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
"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-4606859-3":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/swiftlang/swift-syntax
[1/19669] Fetching swift-collections
[985/36828] Fetching swift-collections, swift-argument-parser
[2287/48331] Fetching swift-collections, swift-argument-parser, yams
[7500/122627] Fetching swift-collections, swift-argument-parser, yams, swift-syntax
Fetched https://github.com/apple/swift-collections from cache (3.45s)
[64325/102958] Fetching swift-argument-parser, yams, swift-syntax
Fetched https://github.com/jpsim/Yams from cache (3.85s)
[69910/91455] Fetching swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser from cache (11.88s)
Fetched https://github.com/swiftlang/swift-syntax from cache (12.01s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 6.2.1 (13.15s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (1.56s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (1.50s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (4.15s)
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-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.0
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 6.2.1
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.3.0
[1/1] Compiling plugin PureSQLPlugin
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/107] Write sources
[43/107] Compiling _SwiftSyntaxCShims dummy.c
[45/107] Compiling writer.c
[47/107] Compiling reader.c
[48/107] Write swift-version-24593BA9C3E375BF.txt
[49/107] Compiling parser.c
[50/107] Compiling emitter.c
[51/107] Compiling reader.c
[52/107] Compiling api.c
[53/107] Compiling parser.c
[54/107] Compiling emitter.c
[55/111] Compiling scanner.c
[58/135] Emitting module SwiftSyntax509
[59/155] Compiling SwiftSyntax509 Empty.swift
[61/156] Emitting module SwiftSyntax509
[62/157] Compiling Yams Node.Alias.swift
[63/157] Compiling Yams Node.Mapping.swift
[64/157] Emitting module SwiftSyntax600
[65/157] Compiling SwiftSyntax600 Empty.swift
[66/160] Emitting module SwiftSyntax510
[67/160] Compiling SwiftSyntax510 Empty.swift
[68/161] Compiling Yams Decoder.swift
[69/161] Compiling Yams Emitter.swift
[70/161] Compiling Yams AliasDereferencingStrategy.swift
[71/161] Compiling Yams Anchor.swift
[72/161] Compiling Yams Constructor.swift
[73/161] Emitting module SwiftSyntax600
[74/161] Compiling SwiftSyntax600 Empty.swift
[75/161] Emitting module InternalCollectionsUtilities
[76/162] Compiling Yams Node.swift
[77/162] Compiling Yams Parser.swift
[78/162] Compiling Yams Node.Scalar.swift
[79/162] Compiling Yams Node.Sequence.swift
[80/162] Compiling Yams RedundancyAliasingStrategy.swift
[81/162] Compiling Yams Representer.swift
[82/162] Compiling SwiftSyntax510 Empty.swift
[83/162] Emitting module SwiftSyntax510
[84/163] Compiling Yams Encoder.swift
[85/163] Compiling Yams Mark.swift
[92/163] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[93/163] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[94/164] Compiling Yams Tag.swift
[95/164] Compiling Yams YamlAnchorProviding.swift
[96/182] Wrapping AST for SwiftSyntax510 for debugging
[98/182] Compiling InternalCollectionsUtilities _SortedCollection.swift
[99/182] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[100/184] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[101/184] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[101/184] Wrapping AST for SwiftSyntax509 for debugging
[102/184] Wrapping AST for SwiftSyntax510 for debugging
[103/184] Wrapping AST for SwiftSyntax600 for debugging
[105/184] Compiling InternalCollectionsUtilities Debugging.swift
[106/184] Compiling InternalCollectionsUtilities Descriptions.swift
[107/184] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[108/184] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[109/470] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[110/470] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[111/472] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[112/472] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[113/472] Compiling HashTreeCollections _HashNode+Storage.swift
[114/518] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[115/518] Compiling HeapModule Heap+Descriptions.swift
[116/518] Compiling HeapModule Heap.swift
[117/518] Compiling HeapModule _HeapNode.swift
[118/518] Emitting module InternalCollectionsUtilities
[119/518] Emitting module HeapModule
[120/518] Compiling HeapModule Heap+Invariants.swift
[121/518] Compiling HeapModule Heap+UnsafeHandle.swift
[122/519] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[123/519] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[124/519] Compiling HashTreeCollections TreeDictionary+Keys.swift
[125/519] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[126/519] Compiling HashTreeCollections TreeDictionary+Merge.swift
[127/519] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[128/519] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[130/526] Compiling HashTreeCollections _HashNode+Initializers.swift
[131/526] Compiling HashTreeCollections _HashNode+Invariants.swift
[132/526] Compiling HashTreeCollections _HashNode+Lookups.swift
[133/526] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[134/526] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[135/526] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[136/526] Compiling HashTreeCollections TreeDictionary+Filter.swift
[137/526] Compiling HashTreeCollections TreeSet+Hashable.swift
[138/526] Compiling HashTreeCollections TreeSet+Sendable.swift
[139/526] Compiling HashTreeCollections TreeSet+Sequence.swift
[140/526] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[141/526] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[142/526] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[143/526] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[144/526] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[145/526] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[146/526] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[147/536] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[148/536] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[149/536] Compiling HashTreeCollections _HashNode+Structural union.swift
[150/536] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[151/552] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[152/552] Compiling HashTreeCollections _RawHashNode.swift
[153/552] Compiling HashTreeCollections _UnmanagedHashNode.swift
[154/552] Compiling HashTreeCollections _UnsafePath.swift
[155/552] Compiling HashTreeCollections TreeDictionary+Codable.swift
[156/552] Compiling HashTreeCollections TreeDictionary+Collection.swift
[157/552] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[158/552] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[159/552] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[160/552] Compiling HashTreeCollections _AncestorHashSlots.swift
[161/552] Compiling HashTreeCollections _Bitmap.swift
[162/552] Compiling HashTreeCollections _Bucket.swift
[163/552] Compiling HashTreeCollections _Hash.swift
[164/552] Compiling HashTreeCollections _HashLevel.swift
[165/552] Compiling HashTreeCollections _HashNode+Builder.swift
[166/552] Compiling HashTreeCollections _HashNode+Debugging.swift
[168/552] Compiling DequeModule Deque+CustomReflectable.swift
[169/552] Compiling DequeModule Deque+Descriptions.swift
[170/554] Compiling DequeModule Deque+Equatable.swift
[171/554] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[172/554] Compiling DequeModule _DequeBuffer.swift
[173/554] Compiling DequeModule _DequeBufferHeader.swift
[174/554] Compiling OrderedCollections OrderedSet+SubSequence.swift
[175/554] Compiling OrderedCollections OrderedSet+Testing.swift
[176/554] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[177/554] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[178/554] Compiling OrderedCollections OrderedSet.swift
[179/554] Compiling OrderedCollections _UnsafeBitset.swift
[180/554] Compiling HashTreeCollections TreeSet+Equatable.swift
[181/554] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[182/554] Compiling HashTreeCollections TreeSet+Extras.swift
[183/554] Compiling HashTreeCollections TreeSet+Filter.swift
[184/554] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[185/554] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[186/554] Compiling HashTreeCollections _HashNode.swift
[187/554] Compiling HashTreeCollections _HashNodeHeader.swift
[188/554] Compiling HashTreeCollections _HashSlot.swift
[189/554] Compiling HashTreeCollections _HashStack.swift
[190/554] Compiling HashTreeCollections _HashTreeIterator.swift
[191/554] Compiling HashTreeCollections _HashTreeStatistics.swift
[192/554] Compiling DequeModule Deque+Testing.swift
[193/554] Compiling DequeModule Deque._Storage.swift
[194/554] Compiling DequeModule Deque._UnsafeHandle.swift
[195/554] Compiling DequeModule Deque.swift
[198/554] Compiling DequeModule _DequeSlot.swift
[199/554] Compiling DequeModule _UnsafeWrappedBuffer.swift
[210/554] Compiling OrderedCollections OrderedSet+Sendable.swift
[211/565] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[212/565] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[213/609] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[214/609] Compiling OrderedCollections OrderedDictionary+Values.swift
[215/609] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[216/609] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[217/609] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[218/609] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[219/609] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[220/609] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[221/609] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[222/609] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[223/609] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[224/609] Compiling HashTreeCollections TreeSet.swift
[225/609] Compiling OrderedCollections _HashTable.swift
[226/609] Compiling OrderedCollections _Hashtable+Header.swift
[227/609] Compiling OrderedCollections OrderedDictionary.swift
[228/609] Compiling OrderedCollections OrderedSet+Codable.swift
[229/609] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[230/609] Compiling OrderedCollections OrderedSet+Descriptions.swift
[231/609] Compiling OrderedCollections OrderedSet+Diffing.swift
[232/609] Compiling OrderedCollections OrderedSet+Equatable.swift
[233/609] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[234/609] Compiling OrderedCollections OrderedSet+Hashable.swift
[235/609] Compiling OrderedCollections OrderedSet+Initializers.swift
[236/609] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[237/609] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[238/609] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[239/609] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[240/609] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[241/609] Compiling OrderedCollections _HashTable+Testing.swift
[243/609] Compiling OrderedCollections _HashTable+Bucket.swift
[244/609] Emitting module Yams
[245/609] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[246/609] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[247/609] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[248/609] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[249/609] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[250/609] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[251/609] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[252/609] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[253/609] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[254/609] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[255/609] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[256/609] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[257/609] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[258/609] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[264/616] Compiling OrderedCollections OrderedSet+Sendable.swift
[265/616] Compiling OrderedCollections OrderedSet+SubSequence.swift
[266/616] Compiling OrderedCollections OrderedSet+Testing.swift
[267/616] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[268/616] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[269/616] Compiling OrderedCollections OrderedSet.swift
[270/616] Compiling OrderedCollections _UnsafeBitset.swift
[277/625] Compiling OrderedCollections OrderedDictionary+Codable.swift
[278/625] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[279/625] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[280/625] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[281/625] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[282/625] Compiling OrderedCollections OrderedDictionary+Elements.swift
[288/625] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[289/625] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[305/625] Compiling OrderedCollections OrderedSet+Insertions.swift
[306/625] Compiling OrderedCollections OrderedSet+Invariants.swift
[307/625] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[308/625] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[309/625] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[310/625] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[311/625] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[319/625] Emitting module DequeModule
[333/627] Compiling OrderedCollections _HashTable+BucketIterator.swift
[334/627] Compiling OrderedCollections _HashTable+Constants.swift
[355/627] Wrapping AST for SwiftSyntax600 for debugging
[356/627] Wrapping AST for Yams for debugging
[357/627] Wrapping AST for SwiftSyntax509 for debugging
[358/627] Wrapping AST for InternalCollectionsUtilities for debugging
[360/627] Emitting module OrderedCollections
[369/628] Wrapping AST for InternalCollectionsUtilities for debugging
[369/628] Write sources
[376/636] Compiling api.c
[383/636] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[394/689] Emitting module _RopeModule
[402/711] Compiling BitCollections BitSet+SetAlgebra basics.swift
[403/711] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[404/711] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[405/711] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[406/711] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[407/711] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[408/711] Compiling BitCollections BitArray+Extras.swift
[409/711] Compiling BitCollections BitArray+Fill.swift
[410/711] Compiling BitCollections BitArray+Hashable.swift
[411/711] Compiling BitCollections BitArray+Initializers.swift
[412/711] Compiling BitCollections BitArray+Invariants.swift
[413/711] Compiling Yams Representer.swift
[414/711] Compiling Yams Mark.swift
[415/711] Compiling Yams Node.Alias.swift
[416/711] Compiling Yams Node.Mapping.swift
[417/711] Compiling Yams Tag.swift
[418/711] Compiling Yams YamlAnchorProviding.swift
[419/711] Compiling Yams Resolver.swift
[420/711] Compiling Yams String+Yams.swift
[421/711] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[422/711] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[423/711] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[424/711] Compiling Yams Decoder.swift
[425/711] Compiling Yams Emitter.swift
[426/711] Compiling Yams Encoder.swift
[427/711] Compiling Yams AliasDereferencingStrategy.swift
[428/711] Compiling Yams Anchor.swift
[429/711] Compiling Yams Constructor.swift
[430/711] Compiling Yams Node.Scalar.swift
[431/711] Compiling Yams Node.Sequence.swift
[432/711] Compiling Yams Node.swift
[433/711] Compiling Yams Parser.swift
[434/711] Compiling Yams RedundancyAliasingStrategy.swift
[444/719] Emitting module ArgumentParserToolInfo
[445/719] Emitting module Yams
[467/721] Compiling Yams YamlError.swift
[468/721] Compiling Yams YamlTagProviding.swift
[470/721] Compiling BitCollections BitArray+RandomBits.swift
[471/721] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[472/721] Compiling BitCollections BitArray+Shifts.swift
[473/721] Compiling BitCollections BitArray+Testing.swift
[474/721] Compiling BitCollections BitArray._UnsafeHandle.swift
[502/728] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[503/728] Compiling SwiftSyntax SyntaxNodesOP.swift
[504/728] Compiling SwiftSyntax SyntaxNodesQRS.swift
[505/728] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[506/728] Compiling _RopeModule Rope+Split.swift
[507/728] Compiling _RopeModule Optional Utilities.swift
[508/728] Compiling _RopeModule String Utilities.swift
[509/728] Compiling _RopeModule String.Index+ABI.swift
[510/728] Compiling _RopeModule _CharacterRecognizer.swift
[511/728] Compiling BitCollections BitSet+Initializers.swift
[512/728] Compiling BitCollections BitSet+Invariants.swift
[513/728] Compiling BitCollections BitSet+Random.swift
[525/728] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[526/728] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[527/728] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[528/728] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[529/728] Compiling BitCollections BitSet+SetAlgebra union.swift
[530/728] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[531/728] Compiling BitCollections BitSet.Counted.swift
[532/728] Emitting module OrderedCollections
[553/729] Compiling BitCollections BitArray.swift
[554/729] Compiling BitCollections BitSet+BidirectionalCollection.swift
[555/729] Compiling BitCollections BitSet+Codable.swift
[560/729] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[570/730] Compiling BitCollections BitSet.Index.swift
[572/730] Compiling BitCollections BitSet._UnsafeHandle.swift
[574/730] Compiling BitCollections BitSet.swift
[575/730] Compiling BitCollections Range+Utilities.swift
[579/730] Compiling BitCollections Slice+Utilities.swift
[580/730] Compiling BitCollections UInt+Tricks.swift
[581/730] Compiling BitCollections _Word.swift
[582/730] Emitting module HashTreeCollections
[583/731] Compiling ArgumentParserToolInfo ToolInfo.swift
[601/732] Emitting module BitCollections
[618/736] Wrapping AST for OrderedCollections for debugging
[620/736] Wrapping AST for ArgumentParserToolInfo for debugging
[621/754] Wrapping AST for Yams for debugging
[623/784] Compiling Collections Collections.swift
[624/784] Emitting module Collections
[626/785] Emitting module ArgumentParserToolInfo
[627/785] Compiling ArgumentParserToolInfo ToolInfo.swift
[628/786] Wrapping AST for ArgumentParserToolInfo for debugging
[630/832] Emitting module ArgumentParser
[631/838] Compiling ArgumentParser AsyncParsableCommand.swift
[632/838] Compiling ArgumentParser CommandConfiguration.swift
[633/838] Compiling ArgumentParser CommandGroup.swift
[634/838] Compiling ArgumentParser EnumerableFlag.swift
[635/838] Compiling ArgumentParser ExpressibleByArgument.swift
[636/838] Compiling ArgumentParser ParsableArguments.swift
[637/838] Compiling ArgumentParser BashCompletionsGenerator.swift
[638/838] Compiling ArgumentParser Foundation.swift
[639/838] Compiling ArgumentParser Mutex.swift
[640/838] Compiling ArgumentParser Platform.swift
[641/838] Compiling ArgumentParser SequenceExtensions.swift
[642/838] Compiling ArgumentParser StringExtensions.swift
[643/838] Compiling ArgumentParser SwiftExtensions.swift
[650/844] Compiling ArgumentParser DumpHelpGenerator.swift
[651/844] Compiling ArgumentParser HelpCommand.swift
[652/844] Compiling ArgumentParser HelpGenerator.swift
[653/844] Compiling ArgumentParser MessageInfo.swift
[654/844] Compiling ArgumentParser UsageGenerator.swift
[655/844] Compiling ArgumentParser CollectionExtensions.swift
[656/844] Compiling ArgumentParser Tree.swift
[657/844] Compiling ArgumentParser CodingKeyValidator.swift
[658/844] Compiling ArgumentParser NonsenseFlagsValidator.swift
[659/844] Compiling ArgumentParser ParsableArgumentsValidation.swift
[660/844] Compiling ArgumentParser PositionalArgumentsValidator.swift
[661/844] Compiling ArgumentParser UniqueNamesValidator.swift
[662/844] Compiling ArgumentParser ArgumentVisibility.swift
[663/844] Compiling ArgumentParser CompletionKind.swift
[664/844] Compiling ArgumentParser Errors.swift
[665/844] Compiling ArgumentParser Flag.swift
[666/844] Compiling ArgumentParser NameSpecification.swift
[667/844] Compiling ArgumentParser Option.swift
[668/844] Compiling ArgumentParser OptionGroup.swift
[675/844] Compiling ArgumentParser InputOrigin.swift
[676/844] Compiling ArgumentParser Name.swift
[677/844] Compiling ArgumentParser Parsed.swift
[678/844] Compiling ArgumentParser ParsedValues.swift
[679/844] Compiling ArgumentParser ParserError.swift
[680/844] Compiling ArgumentParser SplitArguments.swift
[681/844] Compiling ArgumentParser ParsableCommand.swift
[682/844] Compiling ArgumentParser ArgumentDecoder.swift
[683/844] Compiling ArgumentParser ArgumentDefinition.swift
[684/844] Compiling ArgumentParser ArgumentSet.swift
[685/844] Compiling ArgumentParser CommandParser.swift
[686/844] Compiling ArgumentParser InputKey.swift
[687/844] Compiling ArgumentParser ParentCommand.swift
[714/844] Emitting module ArgumentParser
[715/844] Compiling ArgumentParser CompletionsGenerator.swift
[716/844] Compiling ArgumentParser FishCompletionsGenerator.swift
[717/844] Compiling ArgumentParser ZshCompletionsGenerator.swift
[718/844] Compiling ArgumentParser Argument.swift
[719/844] Compiling ArgumentParser ArgumentDiscussion.swift
[720/844] Compiling ArgumentParser ArgumentHelp.swift
[721/844] Emitting module SwiftSyntax
[736/846] Wrapping AST for ArgumentParser for debugging
[739/846] 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
[820/848] Wrapping AST for SwiftSyntax for debugging
[823/962] Compiling SwiftDiagnostics Message.swift
[825/964] Emitting module SwiftDiagnostics
[826/964] Compiling SwiftBasicFormat Syntax+Extensions.swift
[827/964] Compiling SwiftDiagnostics Convenience.swift
[828/964] Compiling SwiftDiagnostics Diagnostic.swift
[829/964] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[830/964] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[831/964] Compiling SwiftBasicFormat Syntax+Extensions.swift
[832/964] Compiling SwiftDiagnostics FixIt.swift
[833/964] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[834/964] Emitting module SwiftDiagnostics
[835/964] Compiling SwiftDiagnostics Note.swift
[836/964] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[837/964] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[838/964] Compiling SwiftDiagnostics Note.swift
[841/964] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[842/964] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[843/964] Compiling SwiftDiagnostics FixIt.swift
[846/964] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[847/964] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[848/965] Compiling SwiftBasicFormat InferIndentation.swift
[850/965] Wrapping AST for SwiftDiagnostics for debugging
[852/965] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[853/965] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[854/965] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[855/966] Emitting module SwiftBasicFormat
[856/966] Compiling SwiftBasicFormat BasicFormat.swift
[858/967] Compiling SwiftParser Modifiers.swift
[859/967] Compiling SwiftParser Names.swift
[860/967] Compiling SwiftParser Nominals.swift
[861/967] Compiling SwiftParser Parameters.swift
[862/967] Compiling SwiftParser ParseSourceFile.swift
[863/972] Wrapping AST for SwiftDiagnostics for debugging
[865/972] Emitting module SwiftBasicFormat
[866/972] Compiling SwiftBasicFormat BasicFormat.swift
[866/973] Wrapping AST for SwiftBasicFormat for debugging
[870/973] Compiling SwiftParser LexemeSequence.swift
[871/973] Compiling SwiftParser Lexer.swift
[872/973] Compiling SwiftParser RegexLiteralLexer.swift
[873/973] Compiling SwiftParser UnicodeScalarExtensions.swift
[874/973] Compiling SwiftParser Lookahead.swift
[875/973] Compiling SwiftParser LoopProgressCondition.swift
[887/978] Compiling SwiftParser Parser.swift
[888/978] Compiling SwiftParser Patterns.swift
[889/978] Compiling SwiftParser Recovery.swift
[890/978] Compiling SwiftParser Specifiers.swift
[891/978] Compiling SwiftParser Statements.swift
[892/978] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[893/978] Compiling SwiftParser StringLiterals.swift
[901/978] Compiling SwiftParser SwiftParserCompatibility.swift
[902/978] Compiling SwiftParser SwiftVersion.swift
[903/978] Compiling SwiftParser SyntaxUtils.swift
[904/978] Compiling SwiftParser TokenConsumer.swift
[905/978] Compiling SwiftParser TokenPrecedence.swift
[906/978] Compiling SwiftParser TokenSpec.swift
[907/978] Compiling SwiftParser TokenSpecSet.swift
[908/978] Compiling SwiftParser TopLevel.swift
[909/978] Compiling SwiftParser TriviaParser.swift
[910/978] Compiling SwiftParser Types.swift
[921/978] Compiling SwiftParser ExperimentalFeatures.swift
[922/978] Compiling SwiftParser IsLexerClassified.swift
[923/978] Compiling SwiftParser LayoutNodes+Parsable.swift
[924/978] Compiling SwiftParser Parser+TokenSpecSet.swift
[925/978] Compiling SwiftParser TokenSpecStaticMembers.swift
[930/978] Compiling SwiftParser Declarations.swift
[931/978] Compiling SwiftParser Directives.swift
[932/978] Emitting module SwiftParser
[933/978] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[934/978] Compiling SwiftParser Expressions.swift
[935/978] Compiling SwiftParser IncrementalParseTransition.swift
[936/978] Compiling SwiftParser IsValidIdentifier.swift
[937/978] Compiling SwiftParser Cursor.swift
[938/978] Compiling SwiftParser Lexeme.swift
[951/978] Emitting module SwiftParser
[957/980] Wrapping AST for SwiftParser for debugging
[961/1003] Compiling SwiftOperators OperatorTable.swift
[962/1003] Compiling SwiftOperators PrecedenceGroup.swift
[963/1004] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[964/1005] Compiling SwiftOperators PrecedenceGraph.swift
[965/1018] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[966/1018] Compiling SwiftOperators OperatorTable+Semantics.swift
[967/1018] Compiling SwiftOperators SyntaxSynthesis.swift
[968/1018] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[969/1018] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[970/1018] Compiling SwiftParserDiagnostics MissingNodesError.swift
[971/1018] Compiling SwiftParserDiagnostics MissingTokenError.swift
[972/1018] Emitting module SwiftOperators
[973/1018] Compiling SwiftOperators OperatorTable+Folding.swift
[974/1019] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[976/1020] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[976/1020] Wrapping AST for SwiftOperators for debugging
[978/1020] Emitting module SwiftParserDiagnostics
[981/1020] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[982/1020] Compiling SwiftParserDiagnostics Utils.swift
[983/1020] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[989/1020] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[990/1020] Compiling SwiftParserDiagnostics PresenceUtils.swift
[991/1020] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[992/1020] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[995/1021] Wrapping AST for SwiftParserDiagnostics for debugging
[997/1036] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[998/1036] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[999/1036] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1000/1036] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1001/1036] Emitting module SwiftParserDiagnostics
[1002/1036] Compiling SwiftSyntaxBuilder Indenter.swift
[1003/1036] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1004/1037] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1005/1037] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1006/1038] Wrapping AST for SwiftParserDiagnostics for debugging
[1008/1053] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1009/1053] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1010/1053] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1011/1053] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1012/1053] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1013/1053] Compiling SwiftSyntaxBuilder Indenter.swift
[1014/1053] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1015/1054] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1016/1054] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1017/1054] Emitting module SwiftSyntaxBuilder
[1020/1054] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1021/1054] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1026/1054] Emitting module SwiftSyntaxBuilder
[1027/1054] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1028/1054] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1029/1054] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1037/1055] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1038/1055] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1039/1056] Wrapping AST for SwiftSyntaxBuilder for debugging
[1041/1140] Compiling Compiler ParserState.swift
[1042/1140] Compiling Compiler Parsers.swift
[1043/1140] Compiling Compiler Token.swift
[1044/1140] Emitting module SwiftSyntaxMacros
[1045/1180] Compiling Compiler Project.swift
[1046/1180] Compiling Compiler QualifiedName.swift
[1047/1180] Compiling Compiler PragmaAnalyzer.swift
[1048/1180] Compiling Compiler Columns.swift
[1049/1180] Compiling SwiftSyntaxMacros PreambleMacro.swift
[1050/1180] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[1050/1180] Wrapping AST for SwiftSyntaxBuilder for debugging
[1052/1180] Compiling Compiler CardinalityInferrer.swift
[1053/1180] Compiling Compiler ExprTypeChecker.swift
[1054/1180] Compiling Compiler Name.swift
[1055/1180] Compiling Compiler NameInferrer.swift
[1056/1180] Compiling Compiler Schema.swift
[1057/1180] Compiling Compiler SchemaName.swift
[1058/1180] Compiling Compiler Builtins.swift
[1059/1180] Compiling Compiler InferenceState.swift
[1060/1180] Compiling Compiler IsStaticallyTrue.swift
[1061/1286] Wrapping AST for SwiftSyntaxMacros for debugging
[1063/1295] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1064/1296] Emitting module SwiftSyntaxMacroExpansion
[1065/1296] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1066/1296] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1067/1296] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1068/1296] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1069/1296] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1070/1296] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1071/1296] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1072/1296] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1074/1297] Compiling Compiler QueryDefinitionStmtSyntax.swift
[1075/1297] Compiling Compiler ReindexStmtSyntax.swift
[1076/1297] Compiling Compiler ReleaseStmtSyntax.swift
[1077/1297] Compiling Compiler RollbackStmtSyntax.swift
[1078/1297] Compiling Compiler SavepointStmtSyntax.swift
[1079/1297] Compiling Compiler SelectCoreSyntax.swift
[1080/1297] Compiling Compiler SelectStmtSyntax.swift
[1081/1297] Compiling Compiler StmtSyntax.swift
[1082/1297] Compiling Compiler UpdateStmtSyntax.swift
[1083/1297] Compiling Compiler VacuumStmtSyntax.swift
[1084/1297] Compiling Compiler Syntax.swift
[1085/1297] Compiling Compiler TableConstraintSyntax.swift
[1086/1297] Compiling Compiler TableNameSyntax.swift
[1087/1297] Compiling Compiler TableOptionsSyntax.swift
[1088/1297] Compiling Compiler CommonTableExpressionSyntax.swift
[1089/1297] Compiling Compiler ExistsExprSyntax.swift
[1090/1297] Compiling Compiler ExprSyntax.swift
[1091/1297] Compiling Compiler FunctionExprSyntax.swift
[1092/1297] Compiling Compiler GroupedExprSyntax.swift
[1093/1297] Compiling Compiler InfixExprSyntax.swift
[1094/1297] Compiling Compiler InvalidExprSyntax.swift
[1095/1297] Compiling Compiler LiteralExprSyntax.swift
[1096/1297] Compiling Compiler PostfixExprSyntax.swift
[1097/1297] Compiling Compiler PrefixExprSyntax.swift
[1098/1297] Compiling Compiler SelectExprSyntax.swift
[1099/1297] Compiling Compiler ForeignKeyClauseSyntax.swift
[1100/1297] Compiling Compiler FromSyntax.swift
[1101/1297] Compiling Compiler IdentifierSyntax.swift
[1102/1297] Compiling Compiler IndexedColumnSyntax.swift
[1103/1309] Compiling Compiler JoinConstraintSyntax.swift
[1104/1309] Compiling Compiler JoinOperatorSyntax.swift
[1105/1309] Compiling Compiler NumericSyntax.swift
[1106/1309] Compiling Compiler Operator.swift
[1107/1309] Compiling Compiler OperatorSyntax.swift
[1108/1309] Compiling Compiler OrSyntax.swift
[1109/1309] Compiling Compiler OrderSyntax.swift
[1110/1309] Compiling Compiler OrderingTermSyntax.swift
[1111/1309] Compiling Compiler QualifiedTableNameSyntax.swift
[1112/1309] Compiling Compiler ResultColumnSyntax.swift
[1113/1309] Compiling Compiler ReturningClauseSyntax.swift
[1114/1309] Compiling Compiler SetActionSyntax.swift
[1115/1309] Compiling Compiler SourceLocation.swift
[1116/1309] Compiling Compiler AlterTableStmtSyntax.swift
[1117/1309] Compiling Compiler Parsers.swift
[1118/1309] Compiling Compiler Token.swift
[1119/1309] Compiling Compiler Project.swift
[1120/1309] Compiling Compiler QualifiedName.swift
[1121/1309] Compiling Compiler Schema.swift
[1122/1309] Compiling Compiler SchemaName.swift
[1123/1309] Compiling Compiler Builtins.swift
[1124/1309] Compiling Compiler CardinalityInferrer.swift
[1125/1309] Compiling Compiler ExprTypeChecker.swift
[1126/1309] Compiling Compiler InferenceState.swift
[1127/1309] Compiling Compiler IsStaticallyTrue.swift
[1128/1309] Compiling Compiler Name.swift
[1129/1309] Compiling Compiler NameInferrer.swift
[1130/1309] Compiling Compiler PragmaAnalyzer.swift
[1131/1309] Compiling Compiler JoinClauseSyntax.swift
[1132/1325] Compiling Compiler StmtTypeChecker.swift
[1133/1325] Compiling Compiler Substitution.swift
[1134/1325] Compiling Compiler Type.swift
[1135/1325] Compiling Compiler TypeScheme.swift
[1136/1325] Compiling Compiler AliasSyntax.swift
[1137/1325] Compiling Compiler ColumnConstraintSyntax.swift
[1138/1325] Compiling Compiler ColumnDefSyntax.swift
[1139/1325] Compiling Compiler CompoundOperatorSyntax.swift
[1140/1325] Compiling Compiler ConfictClauseSyntax.swift
[1141/1325] Compiling Compiler BetweenExprSyntax.swift
[1142/1325] Compiling Compiler BindParameterSyntax.swift
[1143/1325] Compiling Compiler CaseWhenThenExprSyntax.swift
[1144/1325] Compiling Compiler CastExprSyntax.swift
[1145/1325] Compiling Compiler ColumnExprSyntax.swift
[1146/1325] Compiling Compiler BeginStmtSyntax.swift
[1147/1325] Compiling Compiler CommitStmtSyntax.swift
[1148/1325] Compiling Compiler CreateIndexStmtSyntax.swift
[1149/1325] Compiling Compiler CreateTableStmtSyntax.swift
[1150/1325] Compiling Compiler CreateTriggerStmtSyntax.swift
[1151/1325] Compiling Compiler CreateViewStmtSyntax.swift
[1152/1325] Compiling Compiler CreateVirtualTableStmtSyntax.swift
[1153/1325] Compiling Compiler DeleteStmtSyntax.swift
[1154/1325] Compiling Compiler DropIndexStmtSyntax.swift
[1155/1325] Compiling Compiler DropTableStmtSyntax.swift
[1156/1325] Compiling Compiler DropTriggerStmtSyntax.swift
[1157/1325] Compiling Compiler DropViewStmtSyntax.swift
[1158/1325] Compiling Compiler EmptyStmtSyntax.swift
[1159/1325] Compiling Compiler InsertStmtSyntax.swift
[1160/1325] Compiling Compiler PragmaStmtSyntax.swift
[1161/1325] Compiling Compiler ParserState.swift
[1161/1325] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[1163/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)
/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)
[1165/1337] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[1166/1337] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1167/1337] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1168/1337] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[1169/1337] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[1170/1338] Emitting module SwiftCompilerPluginMessageHandling
[1171/1338] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1172/1338] 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 |
[1173/1338] 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 |
[1174/1338] 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 |
[1175/1338] 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 |
[1176/1338] 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 |
[1177/1338] 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 |
[1178/1338] 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 |
[1179/1338] 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 |
[1180/1338] 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 |
[1181/1338] 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 |
[1182/1338] 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 |
[1183/1338] 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 |
[1184/1338] 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 |
[1185/1338] 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 |
/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 |
[1200/1338] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1201/1338] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1216/1338] Compiling Compiler Statement.swift
[1232/1338] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[1233/1338] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[1234/1338] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[1235/1338] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[1236/1339] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[1238/1341] Emitting module SwiftCompilerPlugin
[1239/1341] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1240/1342] Wrapping AST for SwiftCompilerPlugin for debugging
/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)
[1250/1342] Compiling Compiler Function.swift
/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)
[1251/1342] Compiling Compiler Language.swift
/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)
[1252/1342] Compiling Compiler PositionalSequence.swift
/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)
[1253/1342] Compiling Compiler Rewriter.swift
/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)
[1254/1342] Compiling Compiler SwiftLanguage.swift
/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)
[1255/1342] Compiling Compiler Index.swift
/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)
[1256/1342] Compiling Compiler Lexer.swift
/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)
[1333/1344] Wrapping AST for Compiler for debugging
[1336/1363] Compiling PureSQLMacros SyntaxError.swift
[1337/1363] Compiling PureSQLMacros Plugins.swift
[1338/1363] Compiling PureSQLMacros QueryMacro.swift
[1339/1363] Compiling PureSQLCLI PureSQL.swift
[1340/1363] Compiling PureSQLCLI QueriesCommand.swift
[1341/1363] Compiling PureSQLCLI MigrationsCommand.swift
[1342/1363] Compiling PureSQLCLI InitCommand.swift
[1343/1363] Compiling PureSQLMacros String+Extensions.swift
[1344/1363] Compiling PureSQLMacros Syntax+Extensions.swift
[1345/1363] Compiling PureSQLCLI QueriesCommand.swift
[1346/1363] Compiling PureSQLCLI PureSQL.swift
[1347/1363] Compiling PureSQLCLI InitCommand.swift
[1348/1363] Compiling PureSQLCLI MigrationsCommand.swift
[1349/1363] Compiling PureSQLMacros DatabaseMacro.swift
[1350/1363] Emitting module PureSQLMacros
[1351/1364] Emitting module PureSQLCLI
[1352/1364] Compiling PureSQLCLI GenerateCommand.swift
[1356/1365] Emitting module PureSQLCLI
[1356/1366] Wrapping AST for PureSQLMacros for debugging
[1357/1366] Write Objects.LinkFileList
[1359/1366] Wrapping AST for PureSQLCLI for debugging
[1360/1366] Write Objects.LinkFileList
[1361/1366] Wrapping AST for PureSQLCLI for debugging
[1362/1366] Write Objects.LinkFileList
[1363/1366] Linking PureSQLCLI-tool
[1364/1366] Linking PureSQLMacros-tool
[1365/1397] Linking PureSQLCLI
[1367/1397] 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.
[1368/1397] 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.
[1369/1397] 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.
[1370/1397] 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.
[1371/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.
[1372/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.
[1373/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.
[1374/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.
[1375/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.
[1376/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.
[1377/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.
[1378/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.
[1379/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.
[1380/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.
[1381/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.
[1382/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.
[1383/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.
[1384/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.
[1385/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.
[1386/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.
[1387/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.
[1388/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.
[1389/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.
[1390/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.
[1391/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.
[1392/1401] 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.
[1393/1401] 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.
[1394/1401] 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.
[1395/1401] 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.
[1396/1401] 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.
[1397/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.
[1398/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.
[1399/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.
[1400/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)
[1401/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.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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/92] Compiling SwiftSyntax510 Empty.swift
[6/101] Emitting module SwiftSyntax510
[7/129] Emitting module SwiftSyntax509
[8/129] Compiling SwiftSyntax509 Empty.swift
[9/130] Emitting module SwiftSyntax600
[10/130] Compiling SwiftSyntax600 Empty.swift
[13/130] Emitting module SwiftSyntax600
[17/132] Compiling SwiftSyntax510 Empty.swift
[18/132] Compiling InternalCollectionsUtilities Debugging.swift
[19/132] Compiling InternalCollectionsUtilities Descriptions.swift
[20/132] Compiling Yams Node.Sequence.swift
[21/132] Compiling Yams Node.swift
[22/134] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[23/134] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[24/134] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[25/134] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[26/134] Compiling Yams Tag.swift
[27/134] Compiling Yams YamlAnchorProviding.swift
[28/136] Emitting module SwiftSyntax510
[40/140] Compiling SwiftSyntax509 Empty.swift
[41/140] Emitting module SwiftSyntax509
[42/140] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[43/140] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[49/143] Emitting module InternalCollectionsUtilities
[50/144] Compiling Yams Parser.swift
[51/144] Compiling Yams RedundancyAliasingStrategy.swift
[52/144] Compiling Yams Decoder.swift
[53/144] Compiling Yams Emitter.swift
[54/144] Compiling Yams Encoder.swift
[55/144] Compiling Yams Representer.swift
[56/144] Compiling Yams Node.Scalar.swift
[57/144] Compiling Yams YamlError.swift
[58/144] Compiling Yams YamlTagProviding.swift
[59/144] Emitting module InternalCollectionsUtilities
[61/145] Emitting module Yams
[62/227] Compiling SwiftSyntax MissingNodeInitializers.swift
[63/227] Compiling SwiftSyntax RawSyntax.swift
[65/272] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[66/272] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[67/272] Compiling SwiftSyntax RawSyntaxTokenView.swift
[68/272] Compiling SwiftSyntax SourceEdit.swift
[69/272] Compiling SwiftSyntax MemoryLayout.swift
[70/272] Compiling SwiftSyntax MissingNodeInitializers.swift
[72/273] Compiling SwiftSyntax SourceLength.swift
[73/273] Compiling SwiftSyntax SourceLocation.swift
[78/272] Compiling SwiftSyntax AbsolutePosition.swift
[79/272] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[80/272] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[81/272] Compiling SwiftSyntax Assert.swift
[82/272] Compiling SwiftSyntax BumpPtrAllocator.swift
[86/272] Compiling SwiftSyntax CommonAncestor.swift
[87/272] Compiling SwiftSyntax Convenience.swift
[88/272] Compiling SwiftSyntax CustomTraits.swift
[95/272] Emitting module Yams
[99/328] Emitting module ArgumentParserToolInfo
[100/328] Compiling ArgumentParserToolInfo ToolInfo.swift
[102/329] Emitting module ArgumentParserToolInfo
[106/457] Compiling HeapModule Heap+Descriptions.swift
[107/457] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[108/457] Compiling HeapModule Heap+Invariants.swift
[109/457] Compiling _RopeModule BigString+UnicodeScalarView.swift
[110/457] Compiling _RopeModule BigSubstring+UTF16View.swift
[111/457] Compiling _RopeModule BigSubstring+UTF8View.swift
[112/457] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[113/457] Compiling _RopeModule BigSubstring.swift
[114/457] Compiling _RopeModule Rope+Builder.swift
[115/457] Compiling _RopeModule Rope+Debugging.swift
[116/457] Compiling _RopeModule Rope+Invariants.swift
[117/457] Compiling _RopeModule Rope+_Node.swift
[118/457] Compiling _RopeModule Rope+_Storage.swift
[119/457] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[120/457] Compiling _RopeModule Rope+_UnsafeHandle.swift
[121/457] Compiling _RopeModule Rope.swift
[122/457] Compiling _RopeModule RopeElement.swift
[123/524] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[124/524] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[125/524] Compiling HashTreeCollections _HashNode+Storage.swift
[126/524] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[127/524] Compiling HashTreeCollections _HashNode+Structural filter.swift
[128/524] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[129/524] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[130/524] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[131/540] Compiling HeapModule Heap.swift
[132/540] Compiling HeapModule _HeapNode.swift
[133/540] Compiling HeapModule Heap+UnsafeHandle.swift
[134/540] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[135/540] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[136/540] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[137/540] Compiling HashTreeCollections _HashTreeIterator.swift
[138/540] Compiling HashTreeCollections _HashTreeStatistics.swift
[139/540] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[140/540] Compiling HashTreeCollections _RawHashNode.swift
[141/540] Compiling HashTreeCollections _UnmanagedHashNode.swift
[142/540] Compiling HashTreeCollections _UnsafePath.swift
[143/540] Compiling HashTreeCollections TreeDictionary+Codable.swift
[144/540] Compiling HashTreeCollections TreeDictionary+Collection.swift
[145/540] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[146/540] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[147/540] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[148/547] Compiling HashTreeCollections _HashNode+Structural union.swift
[149/547] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[150/547] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[151/547] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[152/547] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[153/547] Compiling HashTreeCollections _HashNode.swift
[154/547] Compiling HashTreeCollections _HashNodeHeader.swift
[155/547] Compiling HashTreeCollections _HashSlot.swift
[156/547] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[157/547] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[158/547] Compiling HashTreeCollections _HashNode+Structural merge.swift
[159/547] Compiling HashTreeCollections _AncestorHashSlots.swift
[160/547] Compiling HashTreeCollections _Bitmap.swift
[161/547] Compiling HashTreeCollections _Bucket.swift
[162/547] Compiling HashTreeCollections _Hash.swift
[163/547] Compiling HashTreeCollections _HashLevel.swift
[171/548] Emitting module HeapModule
[172/548] Compiling HashTreeCollections _HashNode+Builder.swift
[173/548] Compiling HashTreeCollections _HashNode+Debugging.swift
[174/548] Compiling HashTreeCollections _HashNode+Initializers.swift
[175/548] Compiling HashTreeCollections _HashNode+Invariants.swift
[176/548] Compiling HashTreeCollections _HashNode+Lookups.swift
[177/548] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[178/548] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[179/548] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[188/548] Compiling HashTreeCollections _HashStack.swift
[189/548] Compiling HashTreeCollections TreeSet+Hashable.swift
[190/548] Compiling HashTreeCollections TreeSet+Sendable.swift
[191/548] Compiling HashTreeCollections TreeSet+Sequence.swift
[192/548] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[193/548] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[194/548] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[195/548] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[207/573] Compiling OrderedCollections OrderedSet+Sendable.swift
[208/573] Compiling OrderedCollections OrderedSet+SubSequence.swift
[209/573] Compiling OrderedCollections OrderedSet+Testing.swift
[210/573] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[211/573] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[212/573] Compiling OrderedCollections OrderedSet.swift
[213/573] Compiling OrderedCollections _UnsafeBitset.swift
[214/573] Compiling HashTreeCollections TreeDictionary+Merge.swift
[215/573] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[216/573] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[217/573] Compiling HashTreeCollections TreeDictionary+Values.swift
[218/573] Compiling HashTreeCollections TreeDictionary.swift
[219/573] Compiling HashTreeCollections TreeSet+Codable.swift
[220/573] Compiling HashTreeCollections TreeSet+Collection.swift
[221/573] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[222/573] Compiling HashTreeCollections TreeSet+Debugging.swift
[223/573] Compiling HashTreeCollections TreeSet+Descriptions.swift
[224/573] Compiling HashTreeCollections TreeSet+Equatable.swift
[225/573] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[226/573] Compiling HashTreeCollections TreeSet+Extras.swift
[227/573] Compiling HashTreeCollections TreeSet+Filter.swift
[228/626] Compiling BitCollections BitArray._UnsafeHandle.swift
[229/626] Compiling BitCollections BitArray.swift
[230/628] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[231/628] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[232/628] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[239/637] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[240/637] Compiling BitCollections BitSet+CustomReflectable.swift
[241/637] Compiling BitCollections BitSet+CustomStringConvertible.swift
[242/637] Compiling BitCollections BitSet+Equatable.swift
[243/637] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[244/637] Compiling BitCollections BitSet+Extras.swift
[245/637] Compiling BitCollections BitSet+Hashable.swift
[246/637] Compiling BitCollections BitSet+Initializers.swift
[247/637] Compiling BitCollections BitArray+RandomBits.swift
[248/637] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[249/637] Compiling BitCollections BitArray+Shifts.swift
[250/637] Compiling BitCollections BitArray+Testing.swift
[253/637] Compiling DequeModule _DequeSlot.swift
[254/637] Compiling DequeModule _UnsafeWrappedBuffer.swift
[255/637] Compiling BitCollections BitArray+Codable.swift
[256/637] Compiling BitCollections BitArray+Collection.swift
[257/637] Compiling BitCollections BitArray+Copy.swift
[258/637] Compiling BitCollections BitArray+CustomReflectable.swift
[259/637] Compiling BitCollections BitArray+Descriptions.swift
[260/637] Compiling BitCollections BitArray+Equatable.swift
[261/637] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[262/637] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[263/637] Compiling BitCollections BitArray+Extras.swift
[264/637] Compiling BitCollections BitArray+Fill.swift
[265/637] Compiling BitCollections BitArray+Invariants.swift
[266/637] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[267/637] Compiling BitCollections BitArray+Hashable.swift
[268/637] Compiling BitCollections BitArray+Initializers.swift
[269/637] Compiling _RopeModule _CharacterRecognizer.swift
[270/637] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[271/637] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[272/637] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[273/637] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[274/637] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[275/637] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[276/637] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[277/637] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[278/637] Compiling HashTreeCollections TreeSet.swift
[286/637] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[287/637] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[296/637] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[297/637] Compiling BitCollections BitSet.Counted.swift
[298/637] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[299/637] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[300/637] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[301/637] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[346/644] Emitting module BitCollections
[348/644] Compiling BitCollections BitSet+Invariants.swift
[349/644] Compiling BitCollections BitSet+Random.swift
[350/644] Compiling BitCollections BitSet+SetAlgebra basics.swift
[351/644] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[352/644] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[353/644] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[363/644] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[364/644] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[365/644] Compiling BitCollections BitSet+SetAlgebra union.swift
[398/644] Compiling BitCollections BitArray+BitwiseOperations.swift
[399/644] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[410/652] Emitting module DequeModule
[412/653] Emitting module OrderedCollections
[413/654] Emitting module _RopeModule
[457/653] Emitting module OrderedCollections
[477/707] Compiling ArgumentParser CommandGroup.swift
[478/707] Compiling ArgumentParser EnumerableFlag.swift
[479/707] Compiling ArgumentParser ExpressibleByArgument.swift
[480/707] Compiling ArgumentParser ParsableArguments.swift
[481/707] Compiling ArgumentParser ParsableCommand.swift
[482/707] Compiling ArgumentParser ArgumentDecoder.swift
[483/707] Compiling ArgumentParser ArgumentDefinition.swift
[484/707] Compiling ArgumentParser ArgumentSet.swift
[485/707] Compiling ArgumentParser CommandParser.swift
[486/707] Compiling ArgumentParser InputKey.swift
[487/707] Compiling ArgumentParser BashCompletionsGenerator.swift
[488/707] Compiling ArgumentParser CompletionsGenerator.swift
[489/707] Compiling ArgumentParser FishCompletionsGenerator.swift
[490/707] Compiling ArgumentParser ZshCompletionsGenerator.swift
[491/707] Compiling ArgumentParser Argument.swift
[492/707] Compiling ArgumentParser ArgumentDiscussion.swift
[493/707] Compiling ArgumentParser ArgumentHelp.swift
[494/707] Compiling ArgumentParser InputOrigin.swift
[495/707] Compiling ArgumentParser Name.swift
[496/707] Compiling ArgumentParser Parsed.swift
[497/707] Compiling ArgumentParser Mutex.swift
[498/707] Compiling ArgumentParser Platform.swift
[499/707] Compiling ArgumentParser SequenceExtensions.swift
[500/707] Compiling ArgumentParser StringExtensions.swift
[501/707] Compiling ArgumentParser SwiftExtensions.swift
[506/707] Compiling ArgumentParser ParsedValues.swift
[507/707] Compiling ArgumentParser ParserError.swift
[508/707] Compiling ArgumentParser SplitArguments.swift
[509/707] Compiling ArgumentParser DumpHelpGenerator.swift
[510/707] Compiling ArgumentParser HelpCommand.swift
[511/707] Compiling ArgumentParser HelpGenerator.swift
[512/707] Compiling ArgumentParser MessageInfo.swift
[513/707] Compiling ArgumentParser UsageGenerator.swift
[514/707] Compiling ArgumentParser CollectionExtensions.swift
[515/707] Compiling ArgumentParser Foundation.swift
[516/707] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[517/707] Compiling SwiftSyntax SyntaxNodesOP.swift
[518/707] Compiling SwiftSyntax SyntaxNodesQRS.swift
[519/707] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[520/707] Compiling _RopeModule Rope+Split.swift
[521/707] Compiling _RopeModule Optional Utilities.swift
[522/707] Compiling _RopeModule String Utilities.swift
[523/707] Compiling _RopeModule String.Index+ABI.swift
[525/754] Compiling BitCollections BitSet.Index.swift
[526/754] Compiling BitCollections BitSet._UnsafeHandle.swift
[527/754] Compiling BitCollections BitSet.swift
[528/754] Compiling BitCollections Range+Utilities.swift
[529/754] Compiling BitCollections Slice+Utilities.swift
[530/754] Compiling BitCollections UInt+Tricks.swift
[531/754] Compiling BitCollections _Word.swift
[534/755] Compiling ArgumentParser Foundation.swift
[535/755] Compiling ArgumentParser Mutex.swift
[536/755] Compiling ArgumentParser Platform.swift
[537/755] Compiling ArgumentParser SequenceExtensions.swift
[538/755] Compiling ArgumentParser StringExtensions.swift
[539/755] Compiling ArgumentParser SwiftExtensions.swift
[540/755] Compiling ArgumentParser InputOrigin.swift
[541/755] Compiling ArgumentParser Name.swift
[542/755] Compiling ArgumentParser Parsed.swift
[543/755] Compiling ArgumentParser ParsedValues.swift
[544/755] Compiling ArgumentParser ParserError.swift
[545/755] Compiling ArgumentParser SplitArguments.swift
[558/767] Compiling ArgumentParser DumpHelpGenerator.swift
[559/767] Compiling ArgumentParser HelpCommand.swift
[560/767] Compiling ArgumentParser HelpGenerator.swift
[561/767] Compiling ArgumentParser MessageInfo.swift
[562/767] Compiling ArgumentParser UsageGenerator.swift
[563/767] Compiling ArgumentParser CollectionExtensions.swift
[564/767] Emitting module HashTreeCollections
[566/768] Emitting module ArgumentParser
[567/770] Emitting module Collections
[568/770] Compiling Collections Collections.swift
[569/771] Compiling ArgumentParser Tree.swift
[570/771] Compiling ArgumentParser CodingKeyValidator.swift
[571/771] Compiling ArgumentParser NonsenseFlagsValidator.swift
[572/771] Compiling ArgumentParser ParsableArgumentsValidation.swift
[573/771] Compiling ArgumentParser PositionalArgumentsValidator.swift
[574/771] Compiling ArgumentParser UniqueNamesValidator.swift
[576/771] Emitting module ArgumentParser
[589/771] Compiling ArgumentParser BashCompletionsGenerator.swift
[590/771] Compiling ArgumentParser CompletionsGenerator.swift
[591/771] Compiling ArgumentParser FishCompletionsGenerator.swift
[592/771] Compiling ArgumentParser ZshCompletionsGenerator.swift
[593/771] Compiling ArgumentParser Argument.swift
[594/771] Compiling ArgumentParser ArgumentDiscussion.swift
[595/771] Compiling ArgumentParser ArgumentHelp.swift
[596/771] Compiling ArgumentParser ParentCommand.swift
[597/771] Compiling ArgumentParser AsyncParsableCommand.swift
[598/771] Compiling ArgumentParser CommandConfiguration.swift
[599/771] Compiling ArgumentParser CommandGroup.swift
[600/771] Compiling ArgumentParser EnumerableFlag.swift
[601/771] Compiling ArgumentParser ExpressibleByArgument.swift
[602/771] Compiling ArgumentParser ParsableArguments.swift
[603/771] Compiling ArgumentParser ArgumentVisibility.swift
[604/771] Compiling ArgumentParser CompletionKind.swift
[605/771] Compiling ArgumentParser Errors.swift
[606/771] Compiling ArgumentParser Flag.swift
[607/771] Compiling ArgumentParser NameSpecification.swift
[608/771] Compiling ArgumentParser Option.swift
[609/771] Compiling ArgumentParser OptionGroup.swift
[610/771] Compiling ArgumentParser ParsableCommand.swift
[611/771] Compiling ArgumentParser ArgumentDecoder.swift
[612/771] Compiling ArgumentParser ArgumentDefinition.swift
[613/771] Compiling ArgumentParser ArgumentSet.swift
[614/771] Compiling ArgumentParser CommandParser.swift
[615/771] Compiling ArgumentParser InputKey.swift
[645/771] Emitting module SwiftSyntax
[683/771] Compiling SwiftSyntax SyntaxNodesC.swift
[684/771] Compiling SwiftSyntax SyntaxNodesD.swift
[685/771] Compiling SwiftSyntax SyntaxNodesEF.swift
[686/771] Compiling SwiftSyntax SyntaxNodesGHI.swift
[718/828] Emitting module SwiftDiagnostics
[719/829] Compiling SwiftDiagnostics Note.swift
[720/829] Compiling SwiftParser IncrementalParseTransition.swift
[721/829] Compiling SwiftParser IsValidIdentifier.swift
[722/829] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[723/829] Compiling SwiftParser Expressions.swift
[724/829] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[725/829] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[726/829] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[727/829] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[728/829] Compiling SwiftDiagnostics Message.swift
[729/829] Compiling SwiftDiagnostics FixIt.swift
[730/829] Emitting module SwiftBasicFormat
[731/829] Compiling SwiftBasicFormat InferIndentation.swift
[732/829] Compiling SwiftBasicFormat BasicFormat.swift
[733/829] Compiling SwiftBasicFormat Syntax+Extensions.swift
[734/830] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[737/829] Compiling SwiftParser LexemeSequence.swift
[738/829] Compiling SwiftParser Lexer.swift
[739/829] Compiling SwiftParser RegexLiteralLexer.swift
[740/829] Compiling SwiftParser UnicodeScalarExtensions.swift
[741/829] Compiling SwiftParser Lookahead.swift
[742/829] Compiling SwiftParser LoopProgressCondition.swift
[743/834] Compiling SwiftParser TokenSpec.swift
[744/834] Compiling SwiftParser TokenSpecSet.swift
[745/834] Compiling SwiftParser TopLevel.swift
[746/834] Compiling SwiftParser TriviaParser.swift
[747/834] Compiling SwiftParser Types.swift
[748/834] Compiling SwiftParser SwiftParserCompatibility.swift
[749/834] Compiling SwiftParser SwiftVersion.swift
[750/834] Compiling SwiftParser SyntaxUtils.swift
[751/834] Compiling SwiftParser TokenConsumer.swift
[752/834] Compiling SwiftParser TokenPrecedence.swift
[753/834] Compiling SwiftParser Patterns.swift
[754/834] Compiling SwiftParser Recovery.swift
[755/834] Compiling SwiftParser Specifiers.swift
[756/834] Compiling SwiftParser Statements.swift
[757/834] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[758/834] Compiling SwiftParser StringLiterals.swift
[759/834] Compiling SwiftParser Modifiers.swift
[760/834] Compiling SwiftParser Names.swift
[761/834] Compiling SwiftParser Nominals.swift
[762/834] Compiling SwiftParser Parameters.swift
[763/834] Compiling SwiftParser ParseSourceFile.swift
[764/834] Compiling SwiftParser Parser.swift
[781/835] Emitting module SwiftParser
[794/891] Compiling SwiftDiagnostics Message.swift
[795/892] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[796/892] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[797/892] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[798/892] Compiling SwiftBasicFormat Syntax+Extensions.swift
[799/892] Compiling SwiftDiagnostics Note.swift
[800/892] Compiling SwiftParser Attributes.swift
[801/892] Compiling SwiftParser Availability.swift
[802/892] Emitting module SwiftDiagnostics
[803/892] Compiling SwiftParser CharacterInfo.swift
[804/892] Compiling SwiftParser CollectionNodes+Parsable.swift
[805/892] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[806/892] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[807/892] Compiling SwiftParser Expressions.swift
[808/892] Compiling SwiftParser IncrementalParseTransition.swift
[809/892] Compiling SwiftParser IsValidIdentifier.swift
[810/892] Compiling SwiftParser Cursor.swift
[811/892] Compiling SwiftParser Lexeme.swift
[816/892] Compiling SwiftParser Declarations.swift
[817/892] Compiling SwiftParser Directives.swift
[818/892] Emitting module SwiftBasicFormat
[819/892] Compiling SwiftDiagnostics FixIt.swift
[820/892] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[821/893] Compiling SwiftBasicFormat BasicFormat.swift
[822/893] Compiling SwiftBasicFormat InferIndentation.swift
[824/894] Compiling SwiftParser ExperimentalFeatures.swift
[825/894] Compiling SwiftParser IsLexerClassified.swift
[826/894] Compiling SwiftParser LayoutNodes+Parsable.swift
[827/894] Compiling SwiftParser Parser+TokenSpecSet.swift
[828/894] Compiling SwiftParser TokenSpecStaticMembers.swift
[831/892] Compiling SwiftParser LexemeSequence.swift
[832/892] Compiling SwiftParser Lexer.swift
[833/892] Compiling SwiftParser RegexLiteralLexer.swift
[834/892] Compiling SwiftParser UnicodeScalarExtensions.swift
[835/892] Compiling SwiftParser Lookahead.swift
[836/892] Compiling SwiftParser LoopProgressCondition.swift
[837/910] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[838/911] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[839/911] Compiling SwiftParserDiagnostics PresenceUtils.swift
[840/911] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[841/911] Compiling SwiftParserDiagnostics Utils.swift
[844/911] Compiling SwiftParserDiagnostics MissingNodesError.swift
[845/911] Compiling SwiftParserDiagnostics MissingTokenError.swift
[846/911] Compiling SwiftParser Modifiers.swift
[847/911] Compiling SwiftParser Names.swift
[848/911] Compiling SwiftParser Nominals.swift
[849/911] Compiling SwiftParser Parameters.swift
[850/911] Compiling SwiftParser ParseSourceFile.swift
[851/911] Compiling SwiftParser Parser.swift
[852/911] Compiling SwiftParser Patterns.swift
[853/911] Compiling SwiftParser Recovery.swift
[854/911] Compiling SwiftParser Specifiers.swift
[855/911] Compiling SwiftParser Statements.swift
[856/911] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[857/911] Compiling SwiftParser StringLiterals.swift
[858/911] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[859/911] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[860/911] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[861/911] Compiling SwiftParser SwiftParserCompatibility.swift
[862/911] Compiling SwiftParser SwiftVersion.swift
[863/911] Compiling SwiftParser SyntaxUtils.swift
[864/911] Compiling SwiftParser TokenConsumer.swift
[865/911] Compiling SwiftParser TokenPrecedence.swift
[866/911] Compiling SwiftParser TokenSpec.swift
[867/911] Compiling SwiftParser TokenSpecSet.swift
[868/911] Compiling SwiftParser TopLevel.swift
[869/911] Compiling SwiftParser TriviaParser.swift
[870/911] Compiling SwiftParser Types.swift
[871/911] Emitting module SwiftParserDiagnostics
[876/911] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[881/911] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[882/911] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[883/911] Emitting module SwiftParser
[886/912] Compiling SwiftParser ExperimentalFeatures.swift
[887/912] Compiling SwiftParser IsLexerClassified.swift
[888/912] Compiling SwiftParser LayoutNodes+Parsable.swift
[889/912] Compiling SwiftParser Parser+TokenSpecSet.swift
[890/912] Compiling SwiftParser TokenSpecStaticMembers.swift
[893/949] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[894/950] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[895/950] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[896/951] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[897/951] Compiling SwiftOperators PrecedenceGraph.swift
[898/951] Compiling SwiftOperators PrecedenceGroup.swift
[899/952] Compiling SwiftOperators OperatorTable+Semantics.swift
[900/952] Compiling SwiftOperators OperatorTable.swift
[901/952] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[902/952] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[903/952] Emitting module SwiftOperators
[904/952] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[905/952] Compiling SwiftParserDiagnostics Utils.swift
[906/952] Compiling SwiftOperators SyntaxSynthesis.swift
[907/952] Emitting module SwiftParserDiagnostics
[908/952] Compiling SwiftParserDiagnostics MissingNodesError.swift
[909/952] Compiling SwiftParserDiagnostics MissingTokenError.swift
[910/952] Emitting module SwiftSyntaxBuilder
[911/952] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[912/952] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[915/952] Compiling SwiftOperators OperatorTable+Folding.swift
[920/953] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[921/953] Compiling SwiftParserDiagnostics PresenceUtils.swift
[925/952] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[926/952] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[929/952] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[930/952] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[932/1054] Compiling Compiler QualifiedName.swift
[933/1054] Compiling Compiler Schema.swift
[934/1057] Compiling Compiler Token.swift
[935/1057] Compiling Compiler Project.swift
[937/1072] Compiling Compiler QueryDefinitionStmtSyntax.swift
[938/1072] Compiling Compiler ReindexStmtSyntax.swift
[939/1072] Compiling Compiler ReleaseStmtSyntax.swift
[940/1072] Compiling Compiler RollbackStmtSyntax.swift
[941/1072] Compiling Compiler SavepointStmtSyntax.swift
[942/1072] Compiling Compiler SelectCoreSyntax.swift
[943/1072] Compiling Compiler SelectStmtSyntax.swift
[944/1072] Compiling Compiler StmtSyntax.swift
[945/1072] Compiling Compiler UpdateStmtSyntax.swift
[946/1072] Compiling Compiler VacuumStmtSyntax.swift
[947/1072] Compiling Compiler Syntax.swift
[948/1072] Compiling Compiler TableConstraintSyntax.swift
[949/1072] Compiling Compiler TableNameSyntax.swift
[950/1072] Compiling Compiler TableOptionsSyntax.swift
[951/1086] Compiling Compiler CommonTableExpressionSyntax.swift
[952/1086] Compiling Compiler ExistsExprSyntax.swift
[953/1086] Compiling Compiler ExprSyntax.swift
[954/1086] Compiling Compiler FunctionExprSyntax.swift
[955/1086] Compiling Compiler GroupedExprSyntax.swift
[956/1086] Compiling Compiler InfixExprSyntax.swift
[957/1086] Compiling Compiler InvalidExprSyntax.swift
[958/1086] Compiling Compiler LiteralExprSyntax.swift
[959/1086] Compiling Compiler PostfixExprSyntax.swift
[960/1086] Compiling Compiler PrefixExprSyntax.swift
[961/1086] Compiling Compiler SelectExprSyntax.swift
[962/1086] Compiling Compiler ForeignKeyClauseSyntax.swift
[963/1086] Compiling Compiler FromSyntax.swift
[964/1086] Compiling Compiler IdentifierSyntax.swift
[965/1086] Compiling Compiler IndexedColumnSyntax.swift
[966/1086] Compiling Compiler BeginStmtSyntax.swift
[967/1086] Compiling Compiler CommitStmtSyntax.swift
[968/1086] Compiling Compiler CreateIndexStmtSyntax.swift
[969/1086] Compiling Compiler CreateTableStmtSyntax.swift
[970/1086] Compiling Compiler CreateTriggerStmtSyntax.swift
[971/1086] Compiling Compiler CreateViewStmtSyntax.swift
[972/1086] Compiling Compiler CreateVirtualTableStmtSyntax.swift
[973/1086] Compiling Compiler DeleteStmtSyntax.swift
[974/1086] Compiling Compiler DropIndexStmtSyntax.swift
[975/1086] Compiling Compiler DropTableStmtSyntax.swift
[976/1086] Compiling Compiler DropTriggerStmtSyntax.swift
[977/1086] Compiling Compiler DropViewStmtSyntax.swift
[978/1086] Compiling Compiler EmptyStmtSyntax.swift
[979/1086] Compiling Compiler InsertStmtSyntax.swift
[980/1086] Compiling Compiler PragmaStmtSyntax.swift
[981/1086] Compiling Compiler JoinClauseSyntax.swift
[982/1086] Compiling Compiler JoinConstraintSyntax.swift
[983/1086] Compiling Compiler JoinOperatorSyntax.swift
[984/1086] Compiling Compiler NumericSyntax.swift
[985/1086] Compiling Compiler Operator.swift
[986/1086] Compiling Compiler OperatorSyntax.swift
[987/1086] Compiling Compiler OrSyntax.swift
[988/1086] Compiling Compiler OrderSyntax.swift
[989/1086] Compiling Compiler OrderingTermSyntax.swift
[990/1086] Compiling Compiler QualifiedTableNameSyntax.swift
[991/1086] Compiling Compiler ResultColumnSyntax.swift
[992/1086] Compiling Compiler ReturningClauseSyntax.swift
[993/1086] Compiling Compiler SetActionSyntax.swift
[994/1086] Compiling Compiler SourceLocation.swift
[995/1086] Compiling Compiler AlterTableStmtSyntax.swift
[996/1086] Compiling Compiler Statement.swift
[997/1086] Compiling Compiler StmtTypeChecker.swift
[998/1086] Compiling Compiler Substitution.swift
[999/1086] Compiling Compiler Type.swift
[1000/1086] Compiling Compiler TypeScheme.swift
[1001/1086] Compiling Compiler AliasSyntax.swift
[1002/1086] Compiling Compiler ColumnConstraintSyntax.swift
[1003/1086] Compiling Compiler ColumnDefSyntax.swift
[1004/1086] Compiling Compiler CompoundOperatorSyntax.swift
[1005/1086] Compiling Compiler ConfictClauseSyntax.swift
[1006/1086] Compiling Compiler BetweenExprSyntax.swift
[1007/1086] Compiling Compiler BindParameterSyntax.swift
[1008/1086] Compiling Compiler CaseWhenThenExprSyntax.swift
[1009/1086] Compiling Compiler CastExprSyntax.swift
[1010/1086] Compiling Compiler ColumnExprSyntax.swift
[1011/1086] Compiling SwiftSyntaxBuilder Indenter.swift
[1012/1086] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1013/1087] 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)
[1014/1087] 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 |
[1015/1087] 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 |
[1016/1087] 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 |
[1017/1087] 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 |
[1018/1087] 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 |
[1019/1087] 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 |
[1020/1087] 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 |
[1021/1087] 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 |
[1022/1087] 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 |
[1023/1087] 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 |
[1024/1087] 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 |
[1025/1087] 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 |
[1026/1087] 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 |
[1027/1087] 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 |
[1028/1087] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1029/1087] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1030/1087] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1031/1087] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1032/1087] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1033/1087] Emitting module SwiftSyntaxBuilder
[1034/1087] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1035/1087] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1036/1087] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1037/1087] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1038/1087] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1039/1087] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1040/1087] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1041/1087] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1043/1193] Emitting module SwiftSyntaxMacros
[1044/1211] Compiling SwiftSyntaxMacros PreambleMacro.swift
[1045/1211] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[1046/1211] Compiling Compiler Lexer.swift
[1047/1211] Compiling Compiler ParserState.swift
[1048/1211] Compiling Compiler Diagnostics.swift
[1049/1211] Compiling Compiler Driver.swift
[1050/1211] Compiling Compiler Environment.swift
[1051/1211] Compiling Compiler Function.swift
[1052/1211] Compiling Compiler Language.swift
[1053/1211] Compiling Compiler PositionalSequence.swift
[1054/1211] Compiling Compiler Rewriter.swift
[1055/1211] Compiling Compiler SwiftLanguage.swift
[1056/1211] Compiling Compiler Index.swift
[1057/1211] Compiling Compiler Columns.swift
[1058/1211] Compiling Compiler Compiler.swift
[1059/1211] Compiling Compiler Config.swift
[1060/1211] Compiling Compiler Diagnostic.swift
[1061/1211] Compiling Compiler DiagnosticReporter.swift
[1062/1212] Compiling Compiler Statement.swift
/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)
[1063/1212] Compiling Compiler StmtTypeChecker.swift
/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)
[1064/1212] Compiling Compiler Substitution.swift
/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)
[1065/1212] Compiling Compiler Type.swift
/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)
[1066/1212] Compiling Compiler TypeScheme.swift
/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)
[1067/1212] Compiling Compiler AliasSyntax.swift
/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)
[1068/1212] Compiling Compiler ColumnConstraintSyntax.swift
/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)
[1069/1212] Compiling Compiler ColumnDefSyntax.swift
/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)
[1070/1212] Compiling Compiler CompoundOperatorSyntax.swift
/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)
[1071/1212] Compiling Compiler ConfictClauseSyntax.swift
/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)
[1072/1212] Compiling Compiler BetweenExprSyntax.swift
/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)
[1073/1212] Compiling Compiler BindParameterSyntax.swift
/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)
[1074/1212] Compiling Compiler CaseWhenThenExprSyntax.swift
/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)
[1075/1212] Compiling Compiler CastExprSyntax.swift
/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)
[1076/1212] Compiling Compiler ColumnExprSyntax.swift
/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)
[1078/1212] 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)
[1079/1234] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1080/1234] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1094/1234] Compiling Compiler BeginStmtSyntax.swift
[1095/1234] Compiling Compiler CommitStmtSyntax.swift
[1096/1234] Compiling Compiler CreateIndexStmtSyntax.swift
[1097/1234] Compiling Compiler CreateTableStmtSyntax.swift
[1098/1234] Compiling Compiler CreateTriggerStmtSyntax.swift
[1099/1234] Compiling Compiler CreateViewStmtSyntax.swift
[1100/1234] Compiling Compiler CreateVirtualTableStmtSyntax.swift
[1101/1234] Compiling Compiler DeleteStmtSyntax.swift
[1102/1234] Compiling Compiler DropIndexStmtSyntax.swift
[1103/1234] Compiling Compiler DropTableStmtSyntax.swift
[1104/1234] Compiling Compiler DropTriggerStmtSyntax.swift
[1105/1234] Compiling Compiler DropViewStmtSyntax.swift
[1106/1234] Compiling Compiler EmptyStmtSyntax.swift
[1107/1234] Compiling Compiler InsertStmtSyntax.swift
[1108/1234] Compiling Compiler PragmaStmtSyntax.swift
[1109/1234] Compiling Compiler QueryDefinitionStmtSyntax.swift
[1110/1234] Compiling Compiler ReindexStmtSyntax.swift
[1111/1234] Compiling Compiler ReleaseStmtSyntax.swift
[1112/1234] Compiling Compiler RollbackStmtSyntax.swift
[1113/1234] Compiling Compiler SavepointStmtSyntax.swift
[1114/1234] Compiling Compiler SelectCoreSyntax.swift
[1115/1234] Compiling Compiler SelectStmtSyntax.swift
[1116/1234] Compiling Compiler StmtSyntax.swift
[1117/1234] Compiling Compiler UpdateStmtSyntax.swift
[1118/1234] Compiling Compiler VacuumStmtSyntax.swift
[1119/1234] Compiling Compiler Syntax.swift
[1120/1234] Compiling Compiler TableConstraintSyntax.swift
[1121/1234] Compiling Compiler TableNameSyntax.swift
[1122/1234] Compiling Compiler TableOptionsSyntax.swift
[1123/1234] Compiling Compiler CommonTableExpressionSyntax.swift
[1124/1234] Compiling Compiler ExistsExprSyntax.swift
[1125/1234] Compiling Compiler ExprSyntax.swift
[1126/1234] Compiling Compiler FunctionExprSyntax.swift
[1127/1234] Compiling Compiler GroupedExprSyntax.swift
[1128/1234] Compiling Compiler InfixExprSyntax.swift
[1129/1234] Compiling Compiler InvalidExprSyntax.swift
[1130/1234] Compiling Compiler LiteralExprSyntax.swift
[1131/1234] Compiling Compiler PostfixExprSyntax.swift
[1132/1234] Compiling Compiler PrefixExprSyntax.swift
[1133/1234] Compiling Compiler SelectExprSyntax.swift
[1134/1234] Compiling Compiler ForeignKeyClauseSyntax.swift
[1135/1234] Compiling Compiler FromSyntax.swift
[1136/1234] Compiling Compiler IdentifierSyntax.swift
[1137/1234] Compiling Compiler IndexedColumnSyntax.swift
[1138/1234] Compiling Compiler JoinClauseSyntax.swift
[1139/1234] Compiling Compiler JoinConstraintSyntax.swift
[1140/1234] Compiling Compiler JoinOperatorSyntax.swift
[1141/1234] Compiling Compiler NumericSyntax.swift
[1142/1234] Compiling Compiler Operator.swift
[1143/1234] Compiling Compiler OperatorSyntax.swift
[1144/1234] Compiling Compiler OrSyntax.swift
[1145/1234] Compiling Compiler OrderSyntax.swift
[1146/1234] Compiling Compiler OrderingTermSyntax.swift
[1147/1234] Compiling Compiler QualifiedTableNameSyntax.swift
[1148/1234] Compiling Compiler ResultColumnSyntax.swift
[1149/1234] Compiling Compiler ReturningClauseSyntax.swift
[1150/1234] Compiling Compiler SetActionSyntax.swift
[1151/1234] Compiling Compiler SourceLocation.swift
[1152/1234] Compiling Compiler AlterTableStmtSyntax.swift
[1154/1235] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1170/1236] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1173/1236] Emitting module SwiftSyntaxMacroExpansion
[1174/1235] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1175/1235] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1176/1235] 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 |
[1177/1235] 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 |
[1178/1235] 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 |
[1179/1235] 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 |
[1180/1235] 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 |
[1181/1235] 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 |
[1182/1235] 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 |
[1183/1235] 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 |
[1184/1235] 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 |
[1185/1235] 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 |
[1186/1235] 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 |
[1187/1235] 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 |
[1188/1235] 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 |
[1189/1235] 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 |
[1190/1235] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1191/1235] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1192/1241] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1193/1242] Emitting module PureSQLCLI
[1194/1242] Compiling PureSQLCLI GenerateCommand.swift
[1196/1242] Compiling PureSQLCLI InitCommand.swift
[1197/1242] Compiling PureSQLCLI QueriesCommand.swift
[1198/1242] Compiling PureSQLCLI MigrationsCommand.swift
[1199/1242] Compiling PureSQLCLI PureSQL.swift
[1200/1241] Write Objects.LinkFileList
[1202/1253] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1203/1254] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1204/1254] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1205/1254] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[1206/1254] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1207/1254] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1207/1254] Linking PureSQLCLI
[1209/1254] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
/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)
[1210/1254] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
/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)
[1211/1254] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
/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)
[1212/1254] Compiling SwiftCompilerPluginMessageHandling JSON.swift
/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)
[1215/1254] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
/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)
[1216/1254] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
/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)
[1227/1254] Compiling Compiler Project.swift
[1228/1254] Compiling Compiler QualifiedName.swift
[1229/1254] Compiling Compiler Schema.swift
[1230/1254] Compiling Compiler SchemaName.swift
[1231/1254] Compiling Compiler Builtins.swift
[1232/1254] Compiling Compiler CardinalityInferrer.swift
[1233/1254] Compiling Compiler ExprTypeChecker.swift
[1234/1254] Compiling Compiler InferenceState.swift
[1235/1254] Compiling Compiler IsStaticallyTrue.swift
[1236/1254] Compiling Compiler Name.swift
[1237/1254] Compiling Compiler NameInferrer.swift
[1238/1254] Compiling Compiler PragmaAnalyzer.swift
[1242/1255] Emitting module SwiftCompilerPluginMessageHandling
[1248/1262] Emitting module SwiftCompilerPlugin
[1249/1262] Compiling PureSQLCLI MigrationsCommand.swift
[1250/1262] Compiling PureSQLCLI InitCommand.swift
[1251/1262] Compiling PureSQLCLI QueriesCommand.swift
[1252/1262] Compiling PureSQLCLI PureSQL.swift
[1253/1262] Emitting module PureSQLCLI
[1254/1262] Compiling PureSQLCLI GenerateCommand.swift
[1255/1262] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1257/1263] Write Objects.LinkFileList
[1259/1269] Compiling PureSQLMacros SyntaxError.swift
[1260/1269] Compiling PureSQLMacros String+Extensions.swift
[1261/1269] Compiling PureSQLMacros QueryMacro.swift
[1262/1269] Compiling PureSQLMacros Syntax+Extensions.swift
[1263/1269] Emitting module PureSQLMacros
[1264/1269] Compiling PureSQLMacros DatabaseMacro.swift
[1265/1269] Compiling PureSQLMacros Plugins.swift
[1266/1269] Write Objects.LinkFileList
[1267/1269] Linking PureSQLCLI-tool
[1268/1269] Linking PureSQLMacros-tool
[1270/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.
[1271/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.
[1272/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.
[1273/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.
[1274/1304] 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/1304] 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/1304] 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/1304] 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/1304] 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.
[1279/1304] 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.
[1280/1304] 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.
[1281/1304] 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.
[1282/1304] 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.
[1283/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.
[1284/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.
[1285/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.
[1286/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.
[1287/1304] 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.
[1288/1304] 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.
[1289/1304] 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.
[1290/1304] 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.
[1291/1304] 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.
[1292/1304] 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.
[1293/1304] 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.
[1294/1304] 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.
[1295/1304] 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.
[1296/1304] 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.
[1297/1304] 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.
[1298/1304] 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.
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 linux