Integration Tests #1491
Annotations
10 warnings and 2 notices
|
Unit tests:
Sources/EventsExporter/Spans/SpansExporter.swift#L11
stored property 'configuration' of 'Sendable'-conforming class 'SpansExporter' has non-Sendable type 'ExporterConfiguration'; this is an error in the Swift 6 language mode
|
|
Unit tests:
Sources/EventsExporter/Logs/LogsExporter.swift#L26
stored property 'logsStorage' of 'Sendable'-conforming class 'LogsExporter' has non-Sendable type 'FeatureStoreAndUpload'; this is an error in the Swift 6 language mode
|
|
Unit tests:
Sources/EventsExporter/CoverageExporter/CoverageExporter.swift#L49
converting non-Sendable function value to '@sendable (Int) -> Void' may introduce data races
|
|
Unit tests:
Sources/EventsExporter/Exporter.swift#L23
stored property 'coverageExporter' of 'Sendable'-conforming class 'Exporter' has non-Sendable type 'CoverageExporter'; this is an error in the Swift 6 language mode
|
|
Unit tests:
Sources/EventsExporter/Exporter.swift#L20
stored property 'configuration' of 'Sendable'-conforming class 'Exporter' has non-Sendable type 'ExporterConfiguration'; this is an error in the Swift 6 language mode
|
|
Unit tests:
Sources/EventsExporter/Exporter.swift#L23
stored property 'coverageExporter' of 'Sendable'-conforming class 'Exporter' has non-Sendable type 'CoverageExporter'; this is an error in the Swift 6 language mode
|
|
Unit tests:
Sources/EventsExporter/Exporter.swift#L20
stored property 'configuration' of 'Sendable'-conforming class 'Exporter' has non-Sendable type 'ExporterConfiguration'; this is an error in the Swift 6 language mode
|
|
Unit tests:
Sources/EventsExporter/Spans/SpansExporter.swift#L13
stored property 'spansStorage' of 'Sendable'-conforming class 'SpansExporter' has non-Sendable type 'FeatureStoreAndUpload'; this is an error in the Swift 6 language mode
|
|
Unit tests:
Sources/EventsExporter/Spans/SpansExporter.swift#L11
stored property 'configuration' of 'Sendable'-conforming class 'SpansExporter' has non-Sendable type 'ExporterConfiguration'; this is an error in the Swift 6 language mode
|
|
Unit tests:
Sources/EventsExporter/Logs/LogsExporter.swift#L26
stored property 'logsStorage' of 'Sendable'-conforming class 'LogsExporter' has non-Sendable type 'FeatureStoreAndUpload'; this is an error in the Swift 6 language mode
|
|
Unit tests
Skipped EventsExporterTests.HTTPClientTests.testWhenRequestIsNotDelivered_itReturnsHTTPRequestDeliveryError
|
|
Unit tests
Skipped EventsExporterTests.FileWriterTests.testWhenIOExceptionsHappenRandomly_theFileIsNeverMalformed
|
background
wait
wait-all
cancel
parallel
Loading