Skip to content

Remove sentry serializable public api #334

Remove sentry serializable public api

Remove sentry serializable public api #334

Triggered via pull request August 28, 2025 23:18
Status Success
Total duration 3m 19s
Artifacts

lint-xcode-analyze.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Lint: Sources/Sentry/Profiling/SentryContinuousProfiler.mm#L81
implicit conversion from nullable pointer 'NSDictionary<NSString *,id> * _Nullable __strong const' to non-nullable pointer type 'NSDictionary * _Nonnull' [-Wnullable-to-nonnull-conversion]
Lint: Sources/Sentry/Profiling/SentryContinuousProfiler.mm#L81
implicit conversion from nullable pointer 'NSDictionary<NSString *,id> * _Nullable' to non-nullable pointer type 'NSDictionary * _Nonnull' [-Wnullable-to-nonnull-conversion]
Lint: Sources/Sentry/Profiling/SentryContinuousProfiler.mm#L81
implicit conversion from nullable pointer 'SentryId * _Nullable __strong const' to non-nullable pointer type 'SentryId * _Nonnull' [-Wnullable-to-nonnull-conversion]
Lint: Sources/Sentry/Profiling/SentryContinuousProfiler.mm#L79
implicit conversion from nullable pointer 'NSDictionary * _Nullable __strong const' to non-nullable pointer type 'NSDictionary * _Nonnull' [-Wnullable-to-nonnull-conversion]
Lint: Sources/Sentry/Profiling/SentryProfilerState.mm#L162
implicit conversion from nullable pointer 'NSNumber * _Nullable' to non-nullable pointer type 'NSNumber * _Nonnull' [-Wnullable-to-nonnull-conversion]
Lint: Sources/Sentry/Profiling/SentryProfilerState.mm#L162
implicit conversion from nullable pointer 'NSNumber * _Nullable __strong const' to non-nullable pointer type 'NSNumber * _Nonnull' [-Wnullable-to-nonnull-conversion]
Lint: Sources/Sentry/Profiling/SentryProfilerState.mm#L147
implicit conversion from nullable pointer 'NSNumber * _Nullable __strong const' to non-nullable pointer type 'NSNumber * _Nonnull' [-Wnullable-to-nonnull-conversion]
Lint: Sources/Sentry/Profiling/SentryProfilerState.mm#L32
implicit conversion from nullable pointer 'NSString * _Nullable __strong const' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Lint: Sources/Sentry/Profiling/SentryTraceProfiler.mm#L53
implicit conversion from nullable pointer 'SentryProfiler * _Nullable __strong' to non-nullable pointer type 'SentryProfiler * _Nonnull' [-Wnullable-to-nonnull-conversion]
Lint: Sources/Sentry/Profiling/SentryTraceProfiler.mm#L39
implicit conversion from nullable pointer 'SentryProfiler * _Nullable __strong' to non-nullable pointer type 'SentryProfiler * _Nonnull' [-Wnullable-to-nonnull-conversion]