removed NIO dependency and replaced with Lock.swift #1177
Annotations
11 warnings and 1 notice
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Sources/OpenTelemetrySdk/Metrics/Stable/RegisteredReader.swift#L18
'OSAtomicIncrement32' was deprecated in watchOS 3.0: Use atomic_fetch_add_explicit(memory_order_relaxed) from <stdatomic.h> instead
|
Sources/OpenTelemetrySdk/Metrics/Stable/CallbackRegistration.swift#L30
variable 'measurement' was never mutated; consider removing 'var' to make it constant
|
Sources/OpenTelemetrySdk/Metrics/Stable/CallbackRegistration.swift#L34
variable 'measurement' was never mutated; consider removing 'var' to make it constant
|
Tests/OpenTelemetrySdkTests/Logs/BatchLogRecordProcessorTests.swift#L48
initialization of immutable value 'logger' was never used; consider replacing with assignment to '_' or removing it
|
Tests/OpenTelemetrySdkTests/Logs/BatchLogRecordProcessorTests.swift#L59
using '_' to ignore the result of a Void-returning function is redundant
|
Tests/OpenTelemetrySdkTests/Metrics/StableMetrics/StableMeterSdkTests.swift#L46
initialization of variable 'histogram' was never used; consider replacing with assignment to '_' or removing it
|
Tests/OpenTelemetrySdkTests/Metrics/CounterTests.swift#L137
code after 'throw' will never be executed
|
Sources/OpenTelemetrySdk/Metrics/Stable/State/AsynchronousMetricStorage.swift#L45
immutable value 'error' was never used; consider replacing with '_' or removing it
|
Sources/OpenTelemetrySdk/Metrics/Stable/State/AsynchronousMetricStorage.swift#L68
variable 'points' was never mutated; consider changing to 'let' constant
|
Users/runner/Library/Developer/Xcode/DerivedData/opentelemetry-swift-fztpehqzwroxorawnindikgofzkz/SourcePackages/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/crypto/x509/x_x509.c#L372
implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
|
|
The logs for this run have expired and are no longer available.
Loading