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 ResultCodeTests.swift (x86_64)
Compile ValueObservationRecordTests.swift (x86_64)
Compile ColumnExpressionTests.swift (x86_64)
Compile RowTestCase.swift (x86_64)
Compile EncryptionTests.swift (x86_64)
Compile FetchRequestTests.swift (x86_64)
Compile SQLLiteralTests.swift (x86_64)
Compile DatabaseSavepointTests.swift (x86_64)
Compile Support.swift (x86_64)
Compile DatabaseTimestampTests.swift (x86_64)
Compile AssociationHasOneThroughRowScopeTests.swift (x86_64)
Compile AssociationHasManyOrderingTests.swift (x86_64)
Compile FTS5PatternTests.swift (x86_64)
Compile FoundationDateTests.swift (x86_64)
Compile DatabaseQueueReleaseMemoryTests.swift (x86_64)
Compile JoinSupportTests.swift (x86_64)
Compile ValueObservationDatabaseValueConvertibleTests.swift (x86_64)
Compile DatabaseValueConvertibleEncodableTests.swift (x86_64)
Compile RecordPrimaryKeySingleTests.swift (x86_64)
Compile RecordingError.swift (x86_64)
Compile ColumnInfoTests.swift (x86_64)
Compile QueryInterfaceExtensibilityTests.swift (x86_64)
Compile Row+FoundationTests.swift (x86_64)
Compile DatabaseQueueTests.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)
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 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'