You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compilation failure (Linux) -- 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
#3
Open
clackary opened this issue
Oct 10, 2024
· 0 comments
/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.
The text was updated successfully, but these errors were encountered:
clackary
added a commit
to clackary/open-telemetry-swift
that referenced
this issue
Oct 10, 2024
This appears to be a compiler issue. Without a fix, we may need to employ a workaround until the problem is triaged and resolved.
The text was updated successfully, but these errors were encountered: