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 GRDBCustomTests
Compile PublisherExpectation.swift (x86_64)
Compile DatabaseRegionTests.swift (x86_64)
Compile AssociationTableAliasTestsSQLTests.swift (x86_64)
Compile RecordPrimaryKeySingleTests.swift (x86_64)
Compile FTS3PatternTests.swift (x86_64)
Compile TableTests.swift (x86_64)
Compile AssociationBelongsToSQLDerivationTests.swift (x86_64)
Compile DatabaseDataDecodingStrategyTests.swift (x86_64)
Compile DatabaseRegionObservationTests.swift (x86_64)
Compile DatabaseValueConversionTests.swift (x86_64)
Compile RowFetchTests.swift (x86_64)
Compile DatabaseAggregateTests.swift (x86_64)
Compile RowFromDictionaryTests.swift (x86_64)
Compile FoundationDateComponentsTests.swift (x86_64)
Compile FoundationDataTests.swift (x86_64)
Compile DatabaseQueueReadOnlyTests.swift (x86_64)
Compile DatabasePoolReadOnlyTests.swift (x86_64)
Compile DatabaseQueueReleaseMemoryTests.swift (x86_64)
Compile CursorTests.swift (x86_64)
Compile ValueObservationFetchTests.swift (x86_64)
Compile DatabasePoolConcurrencyTests.swift (x86_64)
Compile NumericOverflowTests.swift (x86_64)
Compile AssociationPrefetchingRowTests.swift (x86_64)
Compile EnumeratedCursorTests.swift (x86_64)
Compile AssociationHasOneThroughSQLTests.swift (x86_64)
Compile RecordMinimalPrimaryKeySingleTests.swift (x86_64)
Compile DatabaseColumnEncodingStrategyTests.swift (x86_64)
Compile VirtualTableModuleTests.swift (x86_64)
Compile FetchableRecord+QueryInterfaceRequestTests.swift (x86_64)
Compile JSONExpressionsTests.swift (x86_64)
Compile Record+QueryInterfaceRequestTests.swift (x86_64)
Compile StatementArguments+FoundationTests.swift (x86_64)
Compile RecordInitializersTests.swift (x86_64)
Compile FoundationDecimalTests.swift (x86_64)
Compile AssociationHasOneSQLDerivationTests.swift (x86_64)
Compile DatabaseQueueBackupTests.swift (x86_64)
Compile DatabaseValueConvertibleEscapingTests.swift (x86_64)
Compile DatabaseRegionObservationPublisherTests.swift (x86_64)
Compile AssociationHasManyThroughOrderingTests.swift (x86_64)
Compile FTS5WrapperTokenizerTests.swift (x86_64)
Compile ForeignKeyDefinitionTests.swift (x86_64)
Compile FTS5CustomTokenizerTests.swift (x86_64)
Compile DatabaseQueueInMemoryTests.swift (x86_64)
Compile SQLExpressionLiteralTests.swift (x86_64)
Compile DatabaseSnapshotTests.swift (x86_64)
Compile RawRepresentable+DatabaseValueConvertibleTests.swift (x86_64)
Compile DatabaseValueTests.swift (x86_64)
Compile DatabaseQueueTests.swift (x86_64)
Compile Row+FoundationTests.swift (x86_64)
Compile RecordMinimalPrimaryKeyRowIDTests.swift (x86_64)
Compile JSONColumnTests.swift (x86_64)
Compile FTS4RecordTests.swift (x86_64)
Compile CompilationSubClassTests.swift (x86_64)
Compile AssociationParallelDecodableRecordTests.swift (x86_64)
Compile QueryInterfacePromiseTests.swift (x86_64)
Compile AssociationPrefetchingCodableRecordTests.swift (x86_64)
Compile FoundationNSUUIDTests.swift (x86_64)
Compile FoundationNSStringTests.swift (x86_64)
Compile DatabaseAfterNextTransactionCommitTests.swift (x86_64)
Compile FTS5TokenizerTests.swift (x86_64)
Compile RowFromDictionaryLiteralTests.swift (x86_64)
Compile Recorder.swift (x86_64)
Compile CompilationProtocolTests.swift (x86_64)
Compile RecordUniqueIndexTests.swift (x86_64)
Compile MutablePersistableRecordPersistenceConflictPolicyTests.swift (x86_64)
Compile FoundationNSDecimalNumberTests.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 Map.swift (x86_64)
Compile DatabaseValueConvertibleSubclassTests.swift (x86_64)
Compile TableDefinitionTests.swift (x86_64)

Test GRDBCustom

Summary

TotalSuccess PassedFailure FailedSkipped SkippedExpected Failure Expected Failure⏱️ Time
101000.00s

Test Summary

GRDBCustomTests

  • Device: Mac mini, 13.6 (22G120)
  • SDK: macOS 13.3, 13.3
TestTotalSuccessFailureSkippedExpected Failure
test-class System Failures10100

Failure Failures

GRDBCustomTests/xctest (11009) encountered an error

File
Issue TypeSystem
MessageFailed to load the test bundle. If you believe this error represents a bug, please attach the result bundle at /Users/runner/work/GRDB.swift/GRDB.swift/TestResults.xcresult. (Underlying Error: The bundle “GRDBCustomTests” couldn’t be loaded because its executable couldn’t be located. The bundle’s executable couldn’t be located. Try reinstalling the bundle.)

Details

Test Details

GRDBCustomTestsback

System Failures back

SuccessFailureSkippedExpected Failure⏱️
0 (0%)1 (100%)0 (0%)0 (0%)0.00s
Failuretest-method xctest (11009) encountered an errorback

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'