Skip to content

refactor: Migrate SentryMsgPackSerializer from Objective-C to Swift #14799

refactor: Migrate SentryMsgPackSerializer from Objective-C to Swift

refactor: Migrate SentryMsgPackSerializer from Objective-C to Swift #14799

Triggered via pull request October 9, 2025 11:57
Status Success
Total duration 24m 42s
Artifacts

build.yml

on: pull_request
Detect File Changes
5s
Detect File Changes
Matrix: build-sample
Release Build of iOS Swift
4m 29s
Release Build of iOS Swift
Build the distribution framework
1m 21s
Build the distribution framework
Build with SPM
2m 13s
Build with SPM
Build SDK v9
1m 14s
Build SDK v9
Check no UIKit linkage (DebugWithoutUIKit)
1m 10s
Check no UIKit linkage (DebugWithoutUIKit)
Check no UIKit linkage (ReleaseWithoutUIKit)
1m 12s
Check no UIKit linkage (ReleaseWithoutUIKit)
Check UIKit linkage (Debug)
1m 29s
Check UIKit linkage (Debug)
Check UIKit linkage (Release)
2m 20s
Check UIKit linkage (Release)
Check compiling Async Safe Logs
1m 26s
Check compiling Async Safe Logs
Fit to window
Zoom out
Zoom in

Annotations

170 warnings and 38 notices
Check no UIKit linkage (DebugWithoutUIKit): Sources/Sentry/SentryTracePropagation.m#L71
implicit conversion from nullable pointer 'NSArray * _Nullable' to non-nullable pointer type 'NSArray * _Nonnull' [-Wnullable-to-nonnull-conversion]
Check no UIKit linkage (DebugWithoutUIKit): Sources/Sentry/SentryTracePropagation.m#L70
implicit conversion from nullable pointer 'NSURL * _Nullable' to non-nullable pointer type 'NSURL * _Nonnull' [-Wnullable-to-nonnull-conversion]
Check no UIKit linkage (DebugWithoutUIKit): Sources/Sentry/SentryTracePropagation.m#L23
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Check no UIKit linkage (DebugWithoutUIKit): Sources/Sentry/SentryTracer.m#L704
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Check no UIKit linkage (DebugWithoutUIKit): Sources/Sentry/SentryTracer.m#L645
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Check no UIKit linkage (DebugWithoutUIKit): Sources/Sentry/SentryTracer.m#L586
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Check no UIKit linkage (DebugWithoutUIKit): Sources/Sentry/SentryTracer.m#L176
implicit conversion from nullable pointer 'SentryHub * _Nullable' to non-nullable pointer type 'SentryHub * _Nonnull' [-Wnullable-to-nonnull-conversion]
Check no UIKit linkage (DebugWithoutUIKit): Sources/Sentry/SentryStacktrace.m#L36
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Check no UIKit linkage (DebugWithoutUIKit): Sources/Sentry/SentryStacktrace.m#L35
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Check no UIKit linkage (DebugWithoutUIKit): 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]
Sample macOS-SwiftUI Debug: Sources/Sentry/SentryTracer.m#L645
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample macOS-SwiftUI Debug: Sources/Sentry/SentryTracer.m#L586
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample macOS-SwiftUI Debug: Sources/Sentry/SentryTracer.m#L176
implicit conversion from nullable pointer 'SentryHub * _Nullable' to non-nullable pointer type 'SentryHub * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample macOS-SwiftUI Debug: Sources/Sentry/SentryUncaughtNSExceptions.m#L47
implicit conversion from nullable pointer 'NSException * _Nullable' to non-nullable pointer type 'NSException * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample macOS-SwiftUI Debug: 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]
Sample macOS-SwiftUI Debug: 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]
Sample macOS-SwiftUI Debug: Sources/Sentry/SentryNSURLSessionTaskSearch.m#L46
implicit conversion from nullable pointer 'NSURL * _Nullable' to non-nullable pointer type 'NSURL * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample macOS-SwiftUI Debug: Sources/Sentry/SentryStacktrace.m#L36
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample macOS-SwiftUI Debug: Sources/Sentry/SentryStacktrace.m#L35
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample macOS-SwiftUI Debug: 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]
Sample macOS-Swift DebugV9: Sources/Sentry/SentryTracePropagation.m#L70
implicit conversion from nullable pointer 'NSURL * _Nullable' to non-nullable pointer type 'NSURL * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample macOS-Swift DebugV9: Sources/Sentry/SentryTracePropagation.m#L23
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample macOS-Swift DebugV9: Sources/Sentry/SentryTracer.m#L704
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample macOS-Swift DebugV9: Sources/Sentry/SentryTracer.m#L645
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample macOS-Swift DebugV9: Sources/Sentry/SentryTracer.m#L586
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample macOS-Swift DebugV9: Sources/Sentry/SentryTracer.m#L176
implicit conversion from nullable pointer 'SentryHub * _Nullable' to non-nullable pointer type 'SentryHub * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample macOS-Swift DebugV9: Sources/Sentry/SentryUncaughtNSExceptions.m#L47
implicit conversion from nullable pointer 'NSException * _Nullable' to non-nullable pointer type 'NSException * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample macOS-Swift DebugV9: Sources/Sentry/SentryStacktrace.m#L36
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample macOS-Swift DebugV9: Sources/Sentry/SentryStacktrace.m#L35
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample macOS-Swift DebugV9: 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]
Sample tvOS-Swift DebugV9: Sources/Sentry/SentryTracer.m#L704
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample tvOS-Swift DebugV9: Sources/Sentry/SentryTracer.m#L645
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample tvOS-Swift DebugV9: Sources/Sentry/SentryUIEventTrackerTransactionMode.m#L109
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample tvOS-Swift DebugV9: 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]
Sample tvOS-Swift DebugV9: 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]
Sample tvOS-Swift DebugV9: Sources/Sentry/SentryNSURLSessionTaskSearch.m#L46
implicit conversion from nullable pointer 'NSURL * _Nullable' to non-nullable pointer type 'NSURL * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample tvOS-Swift DebugV9: Sources/Sentry/SentryStacktrace.m#L36
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample tvOS-Swift DebugV9: Sources/Sentry/SentryStacktrace.m#L35
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample tvOS-Swift DebugV9: 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]
Sample tvOS-Swift DebugV9
Target 'tvOS-Swift-UITests' does not support any of the imposed platforms 'appletvos appletvsimulator' and a single platform could not be chosen from its own supported platforms ''. For backwards compatibility, it will be built for tvOS.
Sample iOS-SwiftUI DebugV9: Sources/Sentry/SentryTracer.m#L704
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample iOS-SwiftUI DebugV9: Sources/Sentry/SentryTracer.m#L645
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample iOS-SwiftUI DebugV9: Sources/Sentry/SentryTracer.m#L586
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample iOS-SwiftUI DebugV9: Sources/Sentry/SentryTracer.m#L176
implicit conversion from nullable pointer 'SentryHub * _Nullable' to non-nullable pointer type 'SentryHub * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample iOS-SwiftUI DebugV9: Sources/Sentry/SentryUIEventTrackerTransactionMode.m#L109
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample iOS-SwiftUI DebugV9: Sources/Sentry/SentryStacktrace.m#L36
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample iOS-SwiftUI DebugV9: Sources/Sentry/SentryStacktrace.m#L35
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample iOS-SwiftUI DebugV9: 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]
Sample iOS-SwiftUI DebugV9
Target 'SentrySampleUITestShared' does not support any of the imposed platforms 'iphoneos iphonesimulator' and a single platform could not be chosen from its own supported platforms ''. For backwards compatibility, it will be built for iOS.
Sample iOS-SwiftUI DebugV9
Target 'iOS-SwiftUI-UITests' does not support any of the imposed platforms 'iphoneos iphonesimulator' and a single platform could not be chosen from its own supported platforms ''. For backwards compatibility, it will be built for iOS.
Sample SessionReplay-CameraTest Debug: Sources/Sentry/SentryTracer.m#L860
implicit conversion from nullable pointer 'NSDictionary<NSString *,NSDictionary<NSString *,id> *> * _Nullable' to non-nullable pointer type 'NSDictionary * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample SessionReplay-CameraTest Debug: Sources/Sentry/SentryTracer.m#L825
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample SessionReplay-CameraTest Debug: Sources/Sentry/SentryTracer.m#L704
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample SessionReplay-CameraTest Debug: Sources/Sentry/SentryTracer.m#L645
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample SessionReplay-CameraTest Debug: Sources/Sentry/SentryTracer.m#L586
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample SessionReplay-CameraTest Debug: Sources/Sentry/SentryTracer.m#L176
implicit conversion from nullable pointer 'SentryHub * _Nullable' to non-nullable pointer type 'SentryHub * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample SessionReplay-CameraTest Debug: Sources/Sentry/SentryUIEventTrackerTransactionMode.m#L109
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample SessionReplay-CameraTest Debug: Sources/Sentry/SentryStacktrace.m#L36
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample SessionReplay-CameraTest Debug: Sources/Sentry/SentryStacktrace.m#L35
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample SessionReplay-CameraTest Debug: 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]
Sample visionOS-Swift DebugV9: Sources/Sentry/SentryTracePropagation.m#L70
implicit conversion from nullable pointer 'NSURL * _Nullable' to non-nullable pointer type 'NSURL * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample visionOS-Swift DebugV9: Sources/Sentry/SentryTracePropagation.m#L23
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample visionOS-Swift DebugV9: Sources/Sentry/SentryTracer.m#L860
implicit conversion from nullable pointer 'NSDictionary<NSString *,NSDictionary<NSString *,id> *> * _Nullable' to non-nullable pointer type 'NSDictionary * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample visionOS-Swift DebugV9: Sources/Sentry/SentryTracer.m#L825
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample visionOS-Swift DebugV9: Sources/Sentry/SentryTracer.m#L704
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample visionOS-Swift DebugV9: Sources/Sentry/SentryTracer.m#L645
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample visionOS-Swift DebugV9: Sources/Sentry/SentryUIEventTrackerTransactionMode.m#L109
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample visionOS-Swift DebugV9: Sources/Sentry/SentryStacktrace.m#L36
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample visionOS-Swift DebugV9: Sources/Sentry/SentryStacktrace.m#L35
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample visionOS-Swift DebugV9: 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]
Sample macOS-Swift Debug: Sources/Sentry/SentryTracer.m#L645
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample macOS-Swift Debug: Sources/Sentry/SentryTracer.m#L586
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample macOS-Swift Debug: Sources/Sentry/SentryTracer.m#L176
implicit conversion from nullable pointer 'SentryHub * _Nullable' to non-nullable pointer type 'SentryHub * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample macOS-Swift Debug: Sources/Sentry/SentryUncaughtNSExceptions.m#L47
implicit conversion from nullable pointer 'NSException * _Nullable' to non-nullable pointer type 'NSException * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample macOS-Swift Debug: 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]
Sample macOS-Swift Debug: 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]
Sample macOS-Swift Debug: Sources/Sentry/SentryNSURLSessionTaskSearch.m#L46
implicit conversion from nullable pointer 'NSURL * _Nullable' to non-nullable pointer type 'NSURL * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample macOS-Swift Debug: Sources/Sentry/SentryStacktrace.m#L36
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample macOS-Swift Debug: Sources/Sentry/SentryStacktrace.m#L35
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample macOS-Swift Debug: 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]
Sample watchOS-Swift WatchKit App Debug: Sources/Sentry/SentryStacktrace.m#L36
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample watchOS-Swift WatchKit App Debug: Sources/Sentry/SentryStacktrace.m#L35
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample watchOS-Swift WatchKit App Debug: 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]
Sample watchOS-Swift WatchKit App Debug: Sources/Sentry/SentryTraceContext.m#L143
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample watchOS-Swift WatchKit App Debug: Sources/Sentry/SentryTraceContext.m#L122
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample watchOS-Swift WatchKit App Debug: Sources/Sentry/SentryTracePropagation.m#L71
implicit conversion from nullable pointer 'NSArray * _Nullable' to non-nullable pointer type 'NSArray * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample watchOS-Swift WatchKit App Debug: Sources/Sentry/SentryTracePropagation.m#L70
implicit conversion from nullable pointer 'NSURL * _Nullable' to non-nullable pointer type 'NSURL * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample watchOS-Swift WatchKit App Debug: Sources/Sentry/SentryTracePropagation.m#L23
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample watchOS-Swift WatchKit App Debug: Sources/Sentry/SentryTracer.m#L704
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample watchOS-Swift WatchKit App Debug: Sources/Sentry/SentryTracer.m#L645
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Build SDK v9: Sources/Sentry/SentryTracer.m#L645
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Build SDK v9: Sources/Sentry/SentryTracer.m#L586
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Build SDK v9: Sources/Sentry/SentryTracer.m#L176
implicit conversion from nullable pointer 'SentryHub * _Nullable' to non-nullable pointer type 'SentryHub * _Nonnull' [-Wnullable-to-nonnull-conversion]
Build SDK v9: Sources/Sentry/SentryUIEventTrackerTransactionMode.m#L109
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Build SDK v9: 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]
Build SDK v9: 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]
Build SDK v9: Sources/Sentry/SentryNSURLSessionTaskSearch.m#L46
implicit conversion from nullable pointer 'NSURL * _Nullable' to non-nullable pointer type 'NSURL * _Nonnull' [-Wnullable-to-nonnull-conversion]
Build SDK v9: Sources/Sentry/SentryStacktrace.m#L36
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Build SDK v9: Sources/Sentry/SentryStacktrace.m#L35
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Build SDK v9: 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]
Sample iOS-Swift DebugV9: Sources/Sentry/SentryTracer.m#L860
implicit conversion from nullable pointer 'NSDictionary<NSString *,NSDictionary<NSString *,id> *> * _Nullable' to non-nullable pointer type 'NSDictionary * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample iOS-Swift DebugV9: Sources/Sentry/SentryTracer.m#L825
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample iOS-Swift DebugV9: Sources/Sentry/SentryTracer.m#L704
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample iOS-Swift DebugV9: Sources/Sentry/SentryTracer.m#L645
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample iOS-Swift DebugV9: Sources/Sentry/SentryTracer.m#L586
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample iOS-Swift DebugV9: Sources/Sentry/SentryTracer.m#L176
implicit conversion from nullable pointer 'SentryHub * _Nullable' to non-nullable pointer type 'SentryHub * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample iOS-Swift DebugV9: Sources/Sentry/SentryUIEventTrackerTransactionMode.m#L109
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample iOS-Swift DebugV9: Sources/Sentry/SentryStacktrace.m#L36
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample iOS-Swift DebugV9: Sources/Sentry/SentryStacktrace.m#L35
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample iOS-Swift DebugV9: 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]
Check UIKit linkage (Debug): Sources/Sentry/SentryTracer.m#L645
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Check UIKit linkage (Debug): Sources/Sentry/SentryTracer.m#L586
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Check UIKit linkage (Debug): Sources/Sentry/SentryTracer.m#L176
implicit conversion from nullable pointer 'SentryHub * _Nullable' to non-nullable pointer type 'SentryHub * _Nonnull' [-Wnullable-to-nonnull-conversion]
Check UIKit linkage (Debug): Sources/Sentry/SentryUIEventTrackerTransactionMode.m#L109
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Check UIKit linkage (Debug): 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]
Check UIKit linkage (Debug): 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]
Check UIKit linkage (Debug): Sources/Sentry/SentryNSURLSessionTaskSearch.m#L46
implicit conversion from nullable pointer 'NSURL * _Nullable' to non-nullable pointer type 'NSURL * _Nonnull' [-Wnullable-to-nonnull-conversion]
Check UIKit linkage (Debug): Sources/Sentry/SentryStacktrace.m#L36
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Check UIKit linkage (Debug): Sources/Sentry/SentryStacktrace.m#L35
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Check UIKit linkage (Debug): 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]
Check UIKit linkage (Release): Sources/Sentry/SentryTracer.m#L860
implicit conversion from nullable pointer 'NSDictionary<NSString *,NSDictionary<NSString *,id> *> * _Nullable' to non-nullable pointer type 'NSDictionary * _Nonnull' [-Wnullable-to-nonnull-conversion]
Check UIKit linkage (Release): Sources/Sentry/SentryTracer.m#L825
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Check UIKit linkage (Release): Sources/Sentry/SentryTracer.m#L704
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Check UIKit linkage (Release): Sources/Sentry/SentryTracer.m#L645
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Check UIKit linkage (Release): Sources/Sentry/SentryTracer.m#L586
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Check UIKit linkage (Release): Sources/Sentry/SentryTracer.m#L176
implicit conversion from nullable pointer 'SentryHub * _Nullable' to non-nullable pointer type 'SentryHub * _Nonnull' [-Wnullable-to-nonnull-conversion]
Check UIKit linkage (Release): Sources/Sentry/SentryUIEventTrackerTransactionMode.m#L109
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Check UIKit linkage (Release): Sources/Sentry/SentryStacktrace.m#L36
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Check UIKit linkage (Release): Sources/Sentry/SentryStacktrace.m#L35
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Check UIKit linkage (Release): 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]
Check no UIKit linkage (ReleaseWithoutUIKit): Sources/Sentry/SentryTracePropagation.m#L71
implicit conversion from nullable pointer 'NSArray * _Nullable' to non-nullable pointer type 'NSArray * _Nonnull' [-Wnullable-to-nonnull-conversion]
Check no UIKit linkage (ReleaseWithoutUIKit): Sources/Sentry/SentryTracePropagation.m#L70
implicit conversion from nullable pointer 'NSURL * _Nullable' to non-nullable pointer type 'NSURL * _Nonnull' [-Wnullable-to-nonnull-conversion]
Check no UIKit linkage (ReleaseWithoutUIKit): Sources/Sentry/SentryTracePropagation.m#L23
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Check no UIKit linkage (ReleaseWithoutUIKit): Sources/Sentry/SentryTracer.m#L704
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Check no UIKit linkage (ReleaseWithoutUIKit): Sources/Sentry/SentryTracer.m#L645
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Check no UIKit linkage (ReleaseWithoutUIKit): Sources/Sentry/SentryTracer.m#L586
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Check no UIKit linkage (ReleaseWithoutUIKit): Sources/Sentry/SentryTracer.m#L176
implicit conversion from nullable pointer 'SentryHub * _Nullable' to non-nullable pointer type 'SentryHub * _Nonnull' [-Wnullable-to-nonnull-conversion]
Check no UIKit linkage (ReleaseWithoutUIKit): Sources/Sentry/SentryStacktrace.m#L36
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Check no UIKit linkage (ReleaseWithoutUIKit): Sources/Sentry/SentryStacktrace.m#L35
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Check no UIKit linkage (ReleaseWithoutUIKit): 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]
Sample visionOS-Swift Debug: Sources/Sentry/SentryTracer.m#L825
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample visionOS-Swift Debug: Sources/Sentry/SentryTracer.m#L704
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample visionOS-Swift Debug: Sources/Sentry/SentryTracer.m#L645
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample visionOS-Swift Debug: Sources/Sentry/SentryUIEventTrackerTransactionMode.m#L109
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample visionOS-Swift Debug: 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]
Sample visionOS-Swift Debug: 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]
Sample visionOS-Swift Debug: Sources/Sentry/SentryNSURLSessionTaskSearch.m#L46
implicit conversion from nullable pointer 'NSURL * _Nullable' to non-nullable pointer type 'NSURL * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample visionOS-Swift Debug: Sources/Sentry/SentryStacktrace.m#L36
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample visionOS-Swift Debug: Sources/Sentry/SentryStacktrace.m#L35
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample visionOS-Swift Debug: 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]
Check compiling Async Safe Logs: Sources/Sentry/SentryTracer.m#L645
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Check compiling Async Safe Logs: Sources/Sentry/SentryTracer.m#L586
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Check compiling Async Safe Logs: Sources/Sentry/SentryTracer.m#L176
implicit conversion from nullable pointer 'SentryHub * _Nullable' to non-nullable pointer type 'SentryHub * _Nonnull' [-Wnullable-to-nonnull-conversion]
Check compiling Async Safe Logs: Sources/Sentry/SentryUIEventTrackerTransactionMode.m#L109
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Check compiling Async Safe Logs: 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]
Check compiling Async Safe Logs: 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]
Check compiling Async Safe Logs: Sources/Sentry/SentryNSURLSessionTaskSearch.m#L46
implicit conversion from nullable pointer 'NSURL * _Nullable' to non-nullable pointer type 'NSURL * _Nonnull' [-Wnullable-to-nonnull-conversion]
Check compiling Async Safe Logs: Sources/Sentry/SentryStacktrace.m#L36
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Check compiling Async Safe Logs: Sources/Sentry/SentryStacktrace.m#L35
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Check compiling Async Safe Logs: 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]
Sample iOS-ObjectiveC DebugV9: Sources/Sentry/SentryTracer.m#L586
implicit conversion from nullable pointer 'NSDate * _Nullable' to non-nullable pointer type 'NSDate * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample iOS-ObjectiveC DebugV9: Sources/Sentry/SentryTracer.m#L176
implicit conversion from nullable pointer 'SentryHub * _Nullable' to non-nullable pointer type 'SentryHub * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample iOS-ObjectiveC DebugV9: Sources/Sentry/SentryUIEventTrackerTransactionMode.m#L109
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample iOS-ObjectiveC DebugV9: 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]
Sample iOS-ObjectiveC DebugV9: 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]
Sample iOS-ObjectiveC DebugV9: Sources/Sentry/SentryNSURLSessionTaskSearch.m#L46
implicit conversion from nullable pointer 'NSURL * _Nullable' to non-nullable pointer type 'NSURL * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample iOS-ObjectiveC DebugV9: Sources/Sentry/SentryStacktrace.m#L36
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample iOS-ObjectiveC DebugV9: Sources/Sentry/SentryStacktrace.m#L35
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample iOS-ObjectiveC DebugV9: 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]
Sample iOS-ObjectiveC DebugV9
Target 'iOS-ObjectiveC-UITests' does not support any of the imposed platforms 'iphoneos iphonesimulator' and a single platform could not be chosen from its own supported platforms ''. For backwards compatibility, it will be built for iOS.
Check no UIKit linkage (DebugWithoutUIKit)
Success! UIKit.framework not linked.
Check no UIKit linkage (DebugWithoutUIKit)
Checking if Sentry build product is not linked to UIKit.
Check no UIKit linkage (DebugWithoutUIKit)
Matches: 0
Check no UIKit linkage (DebugWithoutUIKit)
Checking if Sentry build product is linked to UIKit.
Check no UIKit linkage (DebugWithoutUIKit)
Checking build product path: uikit-check-build/Build/Products/DebugWithoutUIKit-iphonesimulator/SentryWithoutUIKit.framework/SentryWithoutUIKit
Check no UIKit linkage (DebugWithoutUIKit)
- Module Name: SentryWithoutUIKit
Check no UIKit linkage (DebugWithoutUIKit)
- Linkage Test: unlinked
Check no UIKit linkage (DebugWithoutUIKit)
- Derived Data Path: uikit-check-build
Check no UIKit linkage (DebugWithoutUIKit)
- Configuration: DebugWithoutUIKit
Check no UIKit linkage (DebugWithoutUIKit)
Checking UIKit linkage for:
Check UIKit linkage (Debug)
Success! UIKit.framework linked.
Check UIKit linkage (Debug)
Matches: 2
Check UIKit linkage (Debug)
Checking if Sentry build product is linked to UIKit.
Check UIKit linkage (Debug)
Checking build product path: uikit-check-build/Build/Products/Debug-iphonesimulator/Sentry.framework/Sentry
Check UIKit linkage (Debug)
- Module Name: Sentry
Check UIKit linkage (Debug)
- Linkage Test: linked
Check UIKit linkage (Debug)
- Derived Data Path: uikit-check-build
Check UIKit linkage (Debug)
- Configuration: Debug
Check UIKit linkage (Debug)
Checking UIKit linkage for:
Check UIKit linkage (Release)
Success! UIKit.framework linked.
Check UIKit linkage (Release)
Matches: 4
Check UIKit linkage (Release)
Checking if Sentry build product is linked to UIKit.
Check UIKit linkage (Release)
Checking build product path: uikit-check-build/Build/Products/Release-iphonesimulator/Sentry.framework/Sentry
Check UIKit linkage (Release)
- Module Name: Sentry
Check UIKit linkage (Release)
- Linkage Test: linked
Check UIKit linkage (Release)
- Derived Data Path: uikit-check-build
Check UIKit linkage (Release)
- Configuration: Release
Check UIKit linkage (Release)
Checking UIKit linkage for:
Check no UIKit linkage (ReleaseWithoutUIKit)
Success! UIKit.framework not linked.
Check no UIKit linkage (ReleaseWithoutUIKit)
Checking if Sentry build product is not linked to UIKit.
Check no UIKit linkage (ReleaseWithoutUIKit)
Matches: 0
Check no UIKit linkage (ReleaseWithoutUIKit)
Checking if Sentry build product is linked to UIKit.
Check no UIKit linkage (ReleaseWithoutUIKit)
Checking build product path: uikit-check-build/Build/Products/ReleaseWithoutUIKit-iphonesimulator/SentryWithoutUIKit.framework/SentryWithoutUIKit
Check no UIKit linkage (ReleaseWithoutUIKit)
- Module Name: SentryWithoutUIKit
Check no UIKit linkage (ReleaseWithoutUIKit)
- Linkage Test: unlinked
Check no UIKit linkage (ReleaseWithoutUIKit)
- Derived Data Path: uikit-check-build
Check no UIKit linkage (ReleaseWithoutUIKit)
- Configuration: ReleaseWithoutUIKit
Check no UIKit linkage (ReleaseWithoutUIKit)
Checking UIKit linkage for: