Skip to content

Dump requests

Dump requests #1083

GitHub Actions / Xcode test results failed Oct 10, 2023 in 0s

Xcode test results

Build Summary

Emitting module for GRDBTests
Compile ValueObservationRowTests.swift (x86_64)
Compile RecordPrimaryKeyMultipleTests.swift (x86_64)
Compile DatabaseValueConvertibleFetchTests.swift (x86_64)
Compile CGFloatTests.swift (x86_64)
Compile FoundationURLTests.swift (x86_64)
Compile DatabasePoolTests.swift (x86_64)
Compile RecordUniqueIndexTests.swift (x86_64)
Compile AssociationHasOneSQLTests.swift (x86_64)
Compile Record+QueryInterfaceRequestTests.swift (x86_64)
Compile DatabaseCursorTests.swift (x86_64)
Compile DatabasePoolCollationTests.swift (x86_64)
Compile FTS3RecordTests.swift (x86_64)
Compile InflectionsTests.swift (x86_64)
Compile FetchableRecordTests.swift (x86_64)
Compile DatabaseAbortedTransactionTests.swift (x86_64)
Compile AssociationHasManyThroughOrderingTests.swift (x86_64)
Compile DatabaseValueConversionTests.swift (x86_64)
Compile DatabaseWriterWritePublisherTests.swift (x86_64)
Compile AssociationHasManyThroughRowScopeTests.swift (x86_64)
Compile CommonTableExpressionTests.swift (x86_64)
Compile DatabaseQueueSchemaCacheTests.swift (x86_64)
Compile RecordSubClassTests.swift (x86_64)
Compile ValueObservationQueryInterfaceRequestTests.swift (x86_64)
Compile AssociationHasOneThroughSQLDerivationTests.swift (x86_64)
Compile ValueObservationReadonlyTests.swift (x86_64)
Compile RecordPersistenceConflictPolicy.swift (x86_64)
Compile Map.swift (x86_64)
Compile RecordInitializersTests.swift (x86_64)
Compile DatabaseMigratorTests.swift (x86_64)
Compile FoundationNSDateTests.swift (x86_64)
Compile NumericOverflowTests.swift (x86_64)
Compile IndexInfoTests.swift (x86_64)
Compile CompilationSubClassTests.swift (x86_64)
Compile FTS4RecordTests.swift (x86_64)
Compile QueryInterfacePromiseTests.swift (x86_64)
Compile RecordMinimalPrimaryKeySingleTests.swift (x86_64)
Compile DatabaseAfterNextTransactionCommitTests.swift (x86_64)
Compile FoundationDecimalTests.swift (x86_64)
Compile TransactionObserverSavepointsTests.swift (x86_64)
Compile DatabasePoolFunctionTests.swift (x86_64)
Compile CompilationProtocolTests.swift (x86_64)
Compile RecordMinimalNonOptionalPrimaryKeySingleTests.swift (x86_64)
Compile QueryInterfaceExpressionsTests.swift (x86_64)
Compile FlattenCursorTests.swift (x86_64)
Compile DatabaseDumpTests.swift (x86_64)
Compile DatabasePoolSchemaCacheTests.swift (x86_64)
Compile DatabaseErrorTests.swift (x86_64)
Compile FTS5TableBuilderTests.swift (x86_64)
Compile RecordEditedTests.swift (x86_64)
Compile AssociationHasOneThroughFetchableRecordTests.swift (x86_64)
Compile RecordPrimaryKeyNoneTests.swift (x86_64)
Compile StatementArguments+FoundationTests.swift (x86_64)
Compile FTS5TokenizerTests.swift (x86_64)
Compile DatabaseQueueInMemoryTests.swift (x86_64)
Compile CursorTests.swift (x86_64)
Compile AssociationParallelRowScopesTests.swift (x86_64)
Compile RowFromDictionaryTests.swift (x86_64)
Compile DatabaseReaderDumpTests.swift (x86_64)
error: Swift Compiler Error: Type 'DumpFormat' has no member 'list'
error: Swift Compiler Error: Type 'DumpFormat' has no member 'list'
error: Swift Compiler Error: Type 'DumpFormat' has no member 'list'
error: Swift Compiler Error: Type 'DumpFormat' has no member 'list'
error: Swift Compiler Error: Type 'DumpFormat' has no member 'list'
error: Swift Compiler Error: Type 'DumpFormat' has no member 'list'
error: Swift Compiler Error: Type 'DumpFormat' has no member 'list'
error: Swift Compiler Error: Type 'DumpFormat' has no member 'list'
error: Swift Compiler Error: Type 'DumpFormat' has no member 'list'
error: Swift Compiler Error: Type 'DumpFormat' has no member 'list'
error: Swift Compiler Error: Type 'DumpFormat' has no member 'list'

Tests/GRDBTests/DatabaseReaderDumpTests.swift:348:75: error: type 'DumpFormat' has no member 'list'
        try dbQueue.dumpSQL("SELECT * FROM value ORDER BY name", format: .list(), to: stream)
                                                                         ~^~~~
Tests/GRDBTests/DatabaseReaderDumpTests.swift:396:78: error: type 'DumpFormat' has no member 'list'
            try dbQueue.dumpSQL("SELECT * FROM player ORDER BY id", format: .list(header: true), to: stream)
                                                                            ~^~~~
Tests/GRDBTests/DatabaseReaderDumpTests.swift:408:74: error: type 'DumpFormat' has no member 'list'
            try dbQueue.dumpSQL("SELECT * FROM player WHERE 0", format: .list(header: true), to: stream)
                                                                        ~^~~~
Tests/GRDBTests/DatabaseReaderDumpTests.swift:414:78: error: type 'DumpFormat' has no member 'list'
            try dbQueue.dumpSQL("SELECT * FROM player ORDER BY id", format: .list(header: false), to: stream)
                                                                            ~^~~~
Tests/GRDBTests/DatabaseReaderDumpTests.swift:425:74: error: type 'DumpFormat' has no member 'list'
            try dbQueue.dumpSQL("SELECT * FROM player WHERE 0", format: .list(header: false), to: stream)
                                                                        ~^~~~
Tests/GRDBTests/DatabaseReaderDumpTests.swift:433:73: error: type 'DumpFormat' has no member 'list'
        try dbQueue.dumpSQL("SELECT 1 AS name, 'foo' AS name", format: .list(header: true), to: stream)
                                                                       ~^~~~
Tests/GRDBTests/DatabaseReaderDumpTests.swift:453:22: error: type 'DumpFormat' has no member 'list'
            format: .list(),
                    ~^~~~
Tests/GRDBTests/DatabaseReaderDumpTests.swift:470:78: error: type 'DumpFormat' has no member 'list'
            try dbQueue.dumpSQL("SELECT * FROM player ORDER BY id", format: .list(header: true), to: stream)
                                                                            ~^~~~
Tests/GRDBTests/DatabaseReaderDumpTests.swift:482:78: error: type 'DumpFormat' has no member 'list'
            try dbQueue.dumpSQL("SELECT * FROM player ORDER BY id", format: .list(header: true, separator: "---"), to: stream)
                                                                            ~^~~~
Tests/GRDBTests/DatabaseReaderDumpTests.swift:499:78: error: type 'DumpFormat' has no member 'list'
            try dbQueue.dumpSQL("SELECT * FROM player ORDER BY id", format: .list(), to: stream)
                                                                            ~^~~~
Tests/GRDBTests/DatabaseReaderDumpTests.swift:510:78: error: type 'DumpFormat' has no member 'list'
            try dbQueue.dumpSQL("SELECT * FROM player ORDER BY id", format: .list(nullValue: "NULL"), to: stream)
                                                                            ~^~~~

Compile PoolTests.swift (x86_64)
Compile DatabaseRegionObservationPublisherTests.swift (x86_64)
Compile RowCopiedFromStatementTests.swift (x86_64)
Compile DatabaseDateEncodingStrategyTests.swift (x86_64)
Compile ValueObservationPrintTests.swift (x86_64)
Compile DropFirstCursorTests.swift (x86_64)
Compile BackupTestCase.swift (x86_64)
Compile FTS3PatternTests.swift (x86_64)
Compile FilterCursorTests.swift (x86_64)
Compile AssociationChainSQLTests.swift (x86_64)
Compile TableRecordUpdateTests.swift (x86_64)
Compile ForeignKeyInfoTests.swift (x86_64)
Compile AssociationPrefetchingRelationTests.swift (x86_64)
Compile DatabaseRegionTests.swift (x86_64)

Annotations

Check failure on line 348 in Tests/GRDBTests/DatabaseReaderDumpTests.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Type 'DumpFormat' has no member 'list'

Check failure on line 396 in Tests/GRDBTests/DatabaseReaderDumpTests.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Type 'DumpFormat' has no member 'list'

Check failure on line 408 in Tests/GRDBTests/DatabaseReaderDumpTests.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Type 'DumpFormat' has no member 'list'

Check failure on line 414 in Tests/GRDBTests/DatabaseReaderDumpTests.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Type 'DumpFormat' has no member 'list'

Check failure on line 425 in Tests/GRDBTests/DatabaseReaderDumpTests.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Type 'DumpFormat' has no member 'list'

Check failure on line 433 in Tests/GRDBTests/DatabaseReaderDumpTests.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Type 'DumpFormat' has no member 'list'

Check failure on line 453 in Tests/GRDBTests/DatabaseReaderDumpTests.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Type 'DumpFormat' has no member 'list'

Check failure on line 470 in Tests/GRDBTests/DatabaseReaderDumpTests.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Type 'DumpFormat' has no member 'list'

Check failure on line 482 in Tests/GRDBTests/DatabaseReaderDumpTests.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Type 'DumpFormat' has no member 'list'

Check failure on line 499 in Tests/GRDBTests/DatabaseReaderDumpTests.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Type 'DumpFormat' has no member 'list'

Check failure on line 510 in Tests/GRDBTests/DatabaseReaderDumpTests.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Type 'DumpFormat' has no member 'list'