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 FoundationNSURLTests.swift (x86_64)
Compile AnyCursorTests.swift (x86_64)
Compile DatabaseDateDecodingStrategyTests.swift (x86_64)
Compile PrefixCursorTests.swift (x86_64)
Compile FoundationNSStringTests.swift (x86_64)
Compile FTS3TableBuilderTests.swift (x86_64)
Compile DropWhileCursorTests.swift (x86_64)
Compile AssociationBelongsToSQLTests.swift (x86_64)
Compile PrimaryKeyInfoTests.swift (x86_64)
Compile Prefix.swift (x86_64)
Compile FTS5CustomTokenizerTests.swift (x86_64)
Compile FailureTestCase.swift (x86_64)
Compile AssociationHasOneThroughDecodableRecordTests.swift (x86_64)
Compile DatabaseValueConvertibleSubclassTests.swift (x86_64)
Compile DatabaseSuspensionTests.swift (x86_64)
Compile FoundationNSUUIDTests.swift (x86_64)
Compile TruncateOptimizationTests.swift (x86_64)
Compile NextOne.swift (x86_64)
Compile DatabaseFunctionTests.swift (x86_64)
Compile DatabaseValueConversionErrorTests.swift (x86_64)
Compile AssociationHasManyThroughSQLTests.swift (x86_64)
Compile AssociationHasOneSQLDerivationTests.swift (x86_64)
Compile QueryInterfaceRequestTests.swift (x86_64)
Compile Next.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)
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'