Open
Description
/project/open-telemetry-swift/Sources/OpenTelemetrySdk/Logs/Processors/BatchLogRecordProcessor.swift:41:15: error: cannot inherit from class 'Thread' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
39 | }
40 |
41 | private class BatchWorker : Thread {
| `- error: cannot inherit from class 'Thread' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
This appears to be a compiler issue. Without a fix, we may need to employ a workaround until the problem is triaged and resolved.
Metadata
Metadata
Assignees
Labels
No labels