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 ForeignKeyDefinitionTests.swift (x86_64)
Compile RecordPrimaryKeyRowIDTests.swift (x86_64)
Compile DatabaseQueueConcurrencyTests.swift (x86_64)
Compile GRDBTestCase.swift (x86_64)
Compile DatabaseLogErrorTests.swift (x86_64)
Compile FetchableRecord+QueryInterfaceRequestTests.swift (x86_64)
Compile EnumeratedCursorTests.swift (x86_64)
Compile SQLRequestTests.swift (x86_64)
Compile DatabaseUUIDEncodingStrategyTests.swift (x86_64)
Compile ValueObservationRegionRecordingTests.swift (x86_64)
Compile DatabaseTests.swift (x86_64)
Compile SQLExpressionIsConstantTests.swift (x86_64)
Compile MutablePersistableRecordTests.swift (x86_64)
Compile SharedValueObservationTests.swift (x86_64)
Compile SQLIdentifyingColumnsTests.swift (x86_64)
Compile AssociationPrefetchingFetchableRecordTests.swift (x86_64)
Compile AssociationChainRowScopesTests.swift (x86_64)
Compile VirtualTableModuleTests.swift (x86_64)
Compile OrderedDictionaryTests.swift (x86_64)
Compile TransactionObserverTests.swift (x86_64)
Compile SchedulingWatchdogTests.swift (x86_64)
Compile MutablePersistableRecordEncodableTests.swift (x86_64)
Compile FoundationDataTests.swift (x86_64)
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)
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 TableRecord+QueryInterfaceRequestTests.swift (x86_64)
Compile ValueObservationMapTests.swift (x86_64)
Compile AssociationHasManySQLTests.swift (x86_64)
Compile AssociationBelongsToSQLDerivationTests.swift (x86_64)
Compile AssociationHasOneThroughSQLTests.swift (x86_64)
Compile DatabasePoolConcurrencyTests.swift (x86_64)
Compile FTS3TokenizerTests.swift (x86_64)
Compile FoundationNSNullTests.swift (x86_64)
Compile AssociationPrefetchingCodableRecordTests.swift (x86_64)
Compile AssociationBelongsToRowScopeTests.swift (x86_64)
Compile DatabasePoolReleaseMemoryTests.swift (x86_64)
Compile ValueObservationRecorderTests.swift (x86_64)
Compile AssociationParallelSQLTests.swift (x86_64)
Compile ValueObservationTests.swift (x86_64)
Compile DatabaseReaderTests.swift (x86_64)
Compile Recorder.swift (x86_64)
Compile RowFromStatementTests.swift (x86_64)
Compile FTS5RecordTests.swift (x86_64)
Compile Recording.swift (x86_64)
Compile DatabaseValueConvertibleEscapingTests.swift (x86_64)
Compile RowAdapterTests.swift (x86_64)
Compile DatabaseSnapshotTests.swift (x86_64)
Compile RecordPrimaryKeySingleWithReplaceConflictResolutionTests.swift (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'