Skip to content

fix: Fix thread deallocation #1307

fix: Fix thread deallocation

fix: Fix thread deallocation #1307

Triggered via pull request October 7, 2025 21:03
Status Failure
Total duration 5m 18s
Artifacts

lint-xcode-analyze.yml

on: pull_request
Detect File Changes
4s
Detect File Changes
Lint Xcode
2s
Lint Xcode
Fit to window
Zoom out
Zoom in

Annotations

3 errors, 10 warnings, and 2 notices
Lint
Process completed with exit code 2.
Lint: Sources/SentryCrash/Recording/Tools/SentryCrashMachineContext.c#L87
incompatible pointer to integer conversion passing 'thread_act_array_t' (aka 'unsigned int *') to parameter of type 'mach_port_name_t' (aka 'unsigned int'); dereference with * [-Wint-conversion]
Lint Xcode
Process completed with exit code 1.
Lint: Sources/Sentry/SentryTracer.m#L176
implicit conversion from nullable pointer 'SentryHub * _Nullable' to non-nullable pointer type 'SentryHub * _Nonnull' [-Wnullable-to-nonnull-conversion]
Lint: Sources/Sentry/SentryUncaughtNSExceptions.m#L47
implicit conversion from nullable pointer 'NSException * _Nullable' to non-nullable pointer type 'NSException * _Nonnull' [-Wnullable-to-nonnull-conversion]
Lint: Sources/Sentry/SentryMsgPackSerializer.m#L85
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Lint: Sources/Sentry/SentryMsgPackSerializer.m#L78
implicit conversion from nullable pointer 'NSInputStream * _Nullable' to non-nullable pointer type 'NSInputStream * _Nonnull' [-Wnullable-to-nonnull-conversion]
Lint: Sources/Sentry/SentryNSURLSessionTaskSearch.m#L58
implicit conversion from nullable pointer 'Method _Nullable' (aka 'struct objc_method *') to non-nullable pointer type 'Method _Nonnull' (aka 'struct objc_method *') [-Wnullable-to-nonnull-conversion]
Lint: Sources/Sentry/SentryNSURLSessionTaskSearch.m#L56
implicit conversion from nullable pointer 'Method _Nullable' (aka 'struct objc_method *') to non-nullable pointer type 'Method _Nonnull' (aka 'struct objc_method *') [-Wnullable-to-nonnull-conversion]
Lint: Sources/Sentry/SentryNSURLSessionTaskSearch.m#L46
implicit conversion from nullable pointer 'NSURL * _Nullable' to non-nullable pointer type 'NSURL * _Nonnull' [-Wnullable-to-nonnull-conversion]
Lint: Sources/Sentry/SentryStacktrace.m#L36
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Lint: Sources/Sentry/SentryStacktrace.m#L35
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Lint: Sources/Sentry/SentrySwizzle.m#L163
implicit conversion from nullable pointer 'Method _Nullable' (aka 'struct objc_method *') to non-nullable pointer type 'Method _Nonnull' (aka 'struct objc_method *') [-Wnullable-to-nonnull-conversion]
Lint
Completed Xcode/macOS environment diagnostics
Lint
Starting Xcode/macOS environment diagnostics