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 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)
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 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)
Compiling AssociationTableAliasTestsSQLTests.swift, DatabaseReaderReadPublisherTests.swift, AssociationAggregateTests.swift, AssociationBelongsToFetchableRecordTests.swift, PublisherExpectation.swift, RowFetchTests.swift, ValueObservationRecorder.swift, AssociationRowScopeSearchTests.swift, TableTests.swift, FoundationNSDataTests.swift, RecordWithColumnNameManglingTests.swift, RecordMinimalPrimaryKeyRowIDTests.swift, DatabaseRegionObservationTests.swift, TransactionDateTests.swift, DatabaseAggregateTests.swift, DatabaseColumnEncodingStrategyTests.swift, AssociationParallelDecodableRecordTests.swift, UpdateStatementTests.swift, FoundationNSNumberTests.swift, MutablePersistableRecordPersistenceConflictPolicyTests.swift, DatabaseQueueBackupTests.swift, MapCursorTests.swift, FoundationDateComponentsTests.swift
error: Command SwiftCompile failed with a nonzero exit code

Command SwiftCompile failed with a nonzero exit code

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'