Skip to content

Dump requests

Dump requests #1083

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

Xcode test results

Build Summary

Compile DatabasePoolBackupTests.swift (x86_64)
Compile DatabaseSnapshotPoolTests.swift (x86_64)
Compile DatabaseCollationTests.swift (x86_64)
Compile DatabaseConfigurationTests.swift (x86_64)
Compile UtilsTests.swift (x86_64)
Compile PrefixWhileCursorTests.swift (x86_64)
Compile AssociationPrefetchingSQLTests.swift (x86_64)
Compile SelectStatementTests.swift (x86_64)
Compile JSONColumnTests.swift (x86_64)
Compile DatabaseQueueReadOnlyTests.swift (x86_64)
Compile RawRepresentable+DatabaseValueConvertibleTests.swift (x86_64)
Compile ValueObservationPublisherTests.swift (x86_64)
Compile DatabaseValueTests.swift (x86_64)
Compile TableRecordDeleteTests.swift (x86_64)
Compile ValueObservationCountTests.swift (x86_64)
Compile AvailableElements.swift (x86_64)
Compile AssociationPrefetchingRowTests.swift (x86_64)
Compile FoundationNSDecimalNumberTests.swift (x86_64)
Compile DatabaseWriterTests.swift (x86_64)
Compile DerivableRequestTests.swift (x86_64)
Compile TableDefinitionTests.swift (x86_64)
Compile DatabaseValueConvertibleDecodableTests.swift (x86_64)
Compile StatementColumnConvertibleFetchTests.swift (x86_64)
Compile JSONExpressionsTests.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)
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/DatabaseDumpTests.swift:355:74: error: type 'DumpFormat' has no member 'list'
            try db.dumpSQL("SELECT * FROM value ORDER BY name", format: .list(), to: stream)
                                                                        ~^~~~
Tests/GRDBTests/DatabaseDumpTests.swift:403:77: error: type 'DumpFormat' has no member 'list'
                try db.dumpSQL("SELECT * FROM player ORDER BY id", format: .list(header: true), to: stream)
                                                                           ~^~~~
Tests/GRDBTests/DatabaseDumpTests.swift:441:72: error: type 'DumpFormat' has no member 'list'
            try db.dumpSQL("SELECT 1 AS name, 'foo' AS name", format: .list(header: true), to: stream)
                                                                      ~^~~~
Tests/GRDBTests/DatabaseDumpTests.swift:462:26: error: type 'DumpFormat' has no member 'list'
                format: .list(),
                        ~^~~~
Tests/GRDBTests/DatabaseDumpTests.swift:479:77: error: type 'DumpFormat' has no member 'list'
                try db.dumpSQL("SELECT * FROM player ORDER BY id", format: .list(header: true), to: stream)
                                                                           ~^~~~
Tests/GRDBTests/DatabaseDumpTests.swift:508:77: error: type 'DumpFormat' has no member 'list'
                try db.dumpSQL("SELECT * FROM player ORDER BY id", format: .list(), to: stream)
                                                                           ~^~~~

Compile DatabasePoolSchemaCacheTests.swift (x86_64)
Compile DatabaseErrorTests.swift (x86_64)
Compile FTS5TableBuilderTests.swift (x86_64)
Compile AssociationBelongsToDecodableRecordTests.swift (x86_64)
Compile StatementArgumentsTests.swift (x86_64)
Compile DataMemoryTests.swift (x86_64)
Compile ValueObservationFetchTests.swift (x86_64)
Compile SQLExpressionLiteralTests.swift (x86_64)
Compile DatabaseDataDecodingStrategyTests.swift (x86_64)
Compile PersistableRecordTests.swift (x86_64)
Compile SingletonRecordTest.swift (x86_64)
Compile Inverted.swift (x86_64)
Compile AssociationPrefetchingObservationTests.swift (x86_64)
Compile FTS4TableBuilderTests.swift (x86_64)
Compile FetchableRecordDecodableTests.swift (x86_64)
Compile MutablePersistableRecordChangesTests.swift (x86_64)
Compile AssociationHasManyRowScopeTests.swift (x86_64)
Compile DatabaseTraceTests.swift (x86_64)
Compile Finished.swift (x86_64)
Compile DatabaseDataEncodingStrategyTests.swift (x86_64)
Compile FTS5WrapperTokenizerTests.swift (x86_64)
Compile CaseInsensitiveIdentifierTests.swift (x86_64)
Compile TableRecordTests.swift (x86_64)
Compile FoundationUUIDTests.swift (x86_64)
Compile RowFromDictionaryLiteralTests.swift (x86_64)
Compile DatabasePoolReadOnlyTests.swift (x86_64)
Compile RecordPrimaryKeyHiddenRowIDTests.swift (x86_64)
Compile getThreadsCount.c (x86_64)
Compile GRDBTests_vers.c (x86_64)

Annotations

Check failure on line 355 in Tests/GRDBTests/DatabaseDumpTests.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 403 in Tests/GRDBTests/DatabaseDumpTests.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 441 in Tests/GRDBTests/DatabaseDumpTests.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 462 in Tests/GRDBTests/DatabaseDumpTests.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 479 in Tests/GRDBTests/DatabaseDumpTests.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 508 in Tests/GRDBTests/DatabaseDumpTests.swift

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

error

Type 'DumpFormat' has no member 'list'