Skip to content

ref: Dependency container in Swift #15037

ref: Dependency container in Swift

ref: Dependency container in Swift #15037

Triggered via pull request October 18, 2025 00:38
Status Failure
Total duration 4m 49s
Artifacts 6

build.yml

on: pull_request
Detect File Changes
6s
Detect File Changes
Matrix: build-sample
Release Build of iOS Swift
2m 35s
Release Build of iOS Swift
Build the distribution framework
44s
Build the distribution framework
Build with SPM
1m 14s
Build with SPM
Build SDK v9
57s
Build SDK v9
Check no UIKit linkage (DebugWithoutUIKit)
1m 2s
Check no UIKit linkage (DebugWithoutUIKit)
Check no UIKit linkage (ReleaseWithoutUIKit)
1m 19s
Check no UIKit linkage (ReleaseWithoutUIKit)
Check UIKit linkage (Debug)
1m 29s
Check UIKit linkage (Debug)
Check UIKit linkage (Release)
1m 33s
Check UIKit linkage (Release)
Check compiling Async Safe Logs
1m 36s
Check compiling Async Safe Logs
Fit to window
Zoom out
Zoom in

Annotations

40 errors, 121 warnings, and 26 notices
Check no UIKit linkage (DebugWithoutUIKit)
Process completed with exit code 65.
Check no UIKit linkage (DebugWithoutUIKit): Sources/Swift/SentryDependencyContainer.swift#L153
cannot find 'SentryViewHierarchyProvider' in scope
Check no UIKit linkage (DebugWithoutUIKit): Sources/Swift/SentryDependencyContainer.swift#L22
cannot find type 'SentryDelayedFramesTracker' in scope
Sample macOS-Swift DebugV9
Process completed with exit code 65.
Sample macOS-Swift DebugV9: Sources/Swift/SentryDependencyContainer.swift#L153
cannot find 'SentryViewHierarchyProvider' in scope
Sample macOS-Swift DebugV9: Sources/Swift/SentryDependencyContainer.swift#L22
cannot find type 'SentryDelayedFramesTracker' in scope
Build with SPM
Process completed with exit code 65.
Build with SPM: Sources/Swift/Core/Helper/SentryBinaryImageCache.swift#L1
could not build Objective-C module '_SentryPrivate'
Build with SPM: Sources/Sentry/include/SentryPrivate.h#L33
'SentryDebugImageProviderInternal.h' file not found
Build with SPM: Sources/Swift/Core/Helper/SentryBinaryImageCache.swift#L1
could not build Objective-C module '_SentryPrivate'
Build with SPM: Sources/Sentry/include/SentryPrivate.h#L33
'SentryDebugImageProviderInternal.h' file not found
Build with SPM: Sources/Swift/Core/Helper/SentryBinaryImageCache.swift#L1
could not build Objective-C module '_SentryPrivate'
Build with SPM: Sources/Sentry/include/SentryPrivate.h#L33
'SentryDebugImageProviderInternal.h' file not found
Sample watchOS-Swift WatchKit App Debug
Process completed with exit code 65.
Sample watchOS-Swift WatchKit App Debug: Sources/Swift/SentryDependencyContainer.swift#L153
cannot find 'SentryViewHierarchyProvider' in scope
Sample watchOS-Swift WatchKit App Debug: Sources/Swift/SentryDependencyContainer.swift#L22
cannot find type 'SentryDelayedFramesTracker' in scope
Check no UIKit linkage (ReleaseWithoutUIKit)
Process completed with exit code 65.
Check no UIKit linkage (ReleaseWithoutUIKit): Sources/Swift/SentryDependencyContainer.swift#L153
cannot find 'SentryViewHierarchyProvider' in scope
Check no UIKit linkage (ReleaseWithoutUIKit): Sources/Swift/SentryDependencyContainer.swift#L22
cannot find type 'SentryDelayedFramesTracker' in scope
Check no UIKit linkage (ReleaseWithoutUIKit): Sources/Swift/SentryDependencyContainer.swift#L153
cannot find 'SentryViewHierarchyProvider' in scope
Check no UIKit linkage (ReleaseWithoutUIKit): Sources/Swift/SentryDependencyContainer.swift#L22
cannot find type 'SentryDelayedFramesTracker' in scope
Check UIKit linkage (Debug)
Process completed with exit code 65.
Check UIKit linkage (Debug): Sources/Sentry/PrivateSentrySDKOnly.m#L64
no visible @interface for 'SentryDebugImageProvider' declares the selector 'getDebugImagesCrashed:'
Check UIKit linkage (Release)
Process completed with exit code 65.
Check UIKit linkage (Release): Sources/Sentry/PrivateSentrySDKOnly.m#L64
no visible @interface for 'SentryDebugImageProvider' declares the selector 'getDebugImagesCrashed:'
Check compiling Async Safe Logs
Process completed with exit code 65.
Check compiling Async Safe Logs: Sources/Sentry/PrivateSentrySDKOnly.m#L64
no visible @interface for 'SentryDebugImageProvider' declares the selector 'getDebugImagesCrashed:'
Sample macOS-Swift Debug
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
Sample macOS-Swift Debug
Process completed with exit code 65.
Sample macOS-Swift Debug: Sources/Swift/SentryDependencyContainer.swift#L153
cannot find 'SentryViewHierarchyProvider' in scope
Sample macOS-Swift Debug: Sources/Swift/SentryDependencyContainer.swift#L22
cannot find type 'SentryDelayedFramesTracker' in scope
Sample SessionReplay-CameraTest Debug
Process completed with exit code 65.
Sample SessionReplay-CameraTest Debug: Sources/Sentry/PrivateSentrySDKOnly.m#L64
no visible @interface for 'SentryDebugImageProvider' declares the selector 'getDebugImagesCrashed:'
Sample visionOS-Swift Debug
Process completed with exit code 65.
Sample visionOS-Swift Debug: Sources/Sentry/PrivateSentrySDKOnly.m#L64
no visible @interface for 'SentryDebugImageProvider' declares the selector 'getDebugImagesCrashed:'
Release Build of iOS Swift
Process completed with exit code 1.
Sample macOS-SwiftUI Debug
Process completed with exit code 65.
Sample macOS-SwiftUI Debug: Sources/Swift/SentryDependencyContainer.swift#L153
cannot find 'SentryViewHierarchyProvider' in scope
Sample macOS-SwiftUI Debug: Sources/Swift/SentryDependencyContainer.swift#L22
cannot find type 'SentryDelayedFramesTracker' in scope
Build
Process completed with exit code 1.
Build SDK v9: Sources/Sentry/SentryTracer.m#L583
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#L173
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/SentryWatchdogTerminationLogic.m#L70
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]
Check no UIKit linkage (DebugWithoutUIKit)
Skipping duplicate build file in Compile Sources build phase: /Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Swift/SentryCrash/SentryThreadInspector.swift (in target 'Sentry' from project 'Sentry')
Sample macOS-Swift DebugV9
Skipping duplicate build file in Compile Sources build phase: /Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Swift/SentryCrash/SentryThreadInspector.swift (in target 'Sentry' from project 'Sentry' at path '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sentry.xcodeproj')
Build with SPM
Skipping: workspace or xcodebuild not available
Sample watchOS-Swift WatchKit App Debug
Skipping duplicate build file in Compile Sources build phase: /Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Swift/SentryCrash/SentryThreadInspector.swift (in target 'Sentry' from project 'Sentry' at path '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sentry.xcodeproj')
Sample watchOS-Swift WatchKit App Debug
Skipping duplicate build file in Compile Sources build phase: /Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Swift/SentryCrash/SentryThreadInspector.swift (in target 'Sentry' from project 'Sentry' at path '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sentry.xcodeproj')
Sample watchOS-Swift WatchKit App Debug
Skipping duplicate build file in Compile Sources build phase: /Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Swift/SentryCrash/SentryThreadInspector.swift (in target 'Sentry' from project 'Sentry' at path '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sentry.xcodeproj')
Sample watchOS-Swift WatchKit App Debug
Skipping duplicate build file in Compile Sources build phase: /Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Swift/SentryCrash/SentryThreadInspector.swift (in target 'Sentry' from project 'Sentry' at path '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sentry.xcodeproj')
Check no UIKit linkage (ReleaseWithoutUIKit)
Skipping duplicate build file in Compile Sources build phase: /Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Swift/SentryCrash/SentryThreadInspector.swift (in target 'Sentry' from project 'Sentry')
Check no UIKit linkage (ReleaseWithoutUIKit)
Skipping duplicate build file in Compile Sources build phase: /Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Swift/SentryCrash/SentryThreadInspector.swift (in target 'Sentry' from project 'Sentry')
Check UIKit linkage (Debug): Sources/Sentry/SentryTracer.m#L822
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#L701
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#L642
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#L583
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#L173
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/SentryWatchdogTerminationLogic.m#L70
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#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#L822
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#L701
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#L642
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#L583
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#L173
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/SentryWatchdogTerminationLogic.m#L70
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 compiling Async Safe Logs: Sources/Sentry/SentryTracer.m#L822
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#L701
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#L642
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#L583
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#L173
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/SentryWatchdogTerminationLogic.m#L70
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#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 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/SentryWatchdogTerminationLogic.m#L70
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample visionOS-Swift DebugV9: Sources/Sentry/SentryMsgPackSerializer.m#L85
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample visionOS-Swift DebugV9: Sources/Sentry/SentryMsgPackSerializer.m#L78
implicit conversion from nullable pointer 'NSInputStream * _Nullable' to non-nullable pointer type 'NSInputStream * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample visionOS-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 visionOS-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 visionOS-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 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
Skipping duplicate build file in Compile Sources build phase: /Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Swift/SentryCrash/SentryThreadInspector.swift (in target 'Sentry' from project 'Sentry' at path '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sentry.xcodeproj')
Sample iOS-ObjectiveC DebugV9: Sources/Sentry/SentryWatchdogTerminationLogic.m#L70
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample iOS-ObjectiveC DebugV9: Sources/Sentry/SentryMsgPackSerializer.m#L85
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample iOS-ObjectiveC DebugV9: Sources/Sentry/SentryMsgPackSerializer.m#L78
implicit conversion from nullable pointer 'NSInputStream * _Nullable' to non-nullable pointer type 'NSInputStream * _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.
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/SentryWatchdogTerminationLogic.m#L70
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample SessionReplay-CameraTest Debug: Sources/Sentry/SentryMsgPackSerializer.m#L85
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample SessionReplay-CameraTest Debug: Sources/Sentry/SentryMsgPackSerializer.m#L78
implicit conversion from nullable pointer 'NSInputStream * _Nullable' to non-nullable pointer type 'NSInputStream * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample SessionReplay-CameraTest 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 SessionReplay-CameraTest 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 SessionReplay-CameraTest 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 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 Debug: Sources/Sentry/SentryTracePropagation.m#L27
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample visionOS-Swift Debug: Sources/Sentry/SentryTracer.m#L857
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 Debug: Sources/Sentry/SentryTracer.m#L822
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#L701
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#L642
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/SentryWatchdogTerminationLogic.m#L70
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#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]
Sample tvOS-Swift DebugV9: Sources/Sentry/SentryWatchdogTerminationLogic.m#L70
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample tvOS-Swift DebugV9: Sources/Sentry/SentryMsgPackSerializer.m#L85
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample tvOS-Swift DebugV9: Sources/Sentry/SentryMsgPackSerializer.m#L78
implicit conversion from nullable pointer 'NSInputStream * _Nullable' to non-nullable pointer type 'NSInputStream * _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 macOS-SwiftUI Debug
Skipping duplicate build file in Compile Sources build phase: /Users/runner/work/sentry-cocoa/sentry-cocoa/Sources/Swift/SentryCrash/SentryThreadInspector.swift (in target 'Sentry' from project 'Sentry' at path '/Users/runner/work/sentry-cocoa/sentry-cocoa/Sentry.xcodeproj')
Sample iOS-SwiftUI DebugV9: Sources/Sentry/SentryTracer.m#L642
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#L583
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#L173
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/SentryWatchdogTerminationLogic.m#L70
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 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/SentryWatchdogTerminationLogic.m#L70
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample iOS-Swift DebugV9: Sources/Sentry/SentryMsgPackSerializer.m#L85
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample iOS-Swift DebugV9: Sources/Sentry/SentryMsgPackSerializer.m#L78
implicit conversion from nullable pointer 'NSInputStream * _Nullable' to non-nullable pointer type 'NSInputStream * _Nonnull' [-Wnullable-to-nonnull-conversion]
Sample iOS-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 iOS-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 iOS-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 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 no UIKit linkage (DebugWithoutUIKit)
Completed Xcode/macOS environment diagnostics
Check no UIKit linkage (DebugWithoutUIKit)
Starting Xcode/macOS environment diagnostics
Sample macOS-Swift DebugV9
Completed Xcode/macOS environment diagnostics
Sample macOS-Swift DebugV9
Starting Xcode/macOS environment diagnostics
Build with SPM
Completed Xcode/macOS environment diagnostics
Build with SPM
Starting Xcode/macOS environment diagnostics
Sample watchOS-Swift WatchKit App Debug
Completed Xcode/macOS environment diagnostics
Sample watchOS-Swift WatchKit App Debug
Starting Xcode/macOS environment diagnostics
Check no UIKit linkage (ReleaseWithoutUIKit)
Completed Xcode/macOS environment diagnostics
Check no UIKit linkage (ReleaseWithoutUIKit)
Starting Xcode/macOS environment diagnostics
Check UIKit linkage (Debug)
Completed Xcode/macOS environment diagnostics
Check UIKit linkage (Debug)
Starting Xcode/macOS environment diagnostics
Check UIKit linkage (Release)
Completed Xcode/macOS environment diagnostics
Check UIKit linkage (Release)
Starting Xcode/macOS environment diagnostics
Check compiling Async Safe Logs
Completed Xcode/macOS environment diagnostics
Check compiling Async Safe Logs
Starting Xcode/macOS environment diagnostics
Sample macOS-Swift Debug
Completed Xcode/macOS environment diagnostics
Sample macOS-Swift Debug
Starting Xcode/macOS environment diagnostics
Sample SessionReplay-CameraTest Debug
Completed Xcode/macOS environment diagnostics
Sample SessionReplay-CameraTest Debug
Starting Xcode/macOS environment diagnostics
Sample visionOS-Swift Debug
Completed Xcode/macOS environment diagnostics
Sample visionOS-Swift Debug
Starting Xcode/macOS environment diagnostics
Release Build of iOS Swift
Completed Xcode/macOS environment diagnostics
Release Build of iOS Swift
Starting Xcode/macOS environment diagnostics
Sample macOS-SwiftUI Debug
Completed Xcode/macOS environment diagnostics
Sample macOS-SwiftUI Debug
Starting Xcode/macOS environment diagnostics

Artifacts

Produced during runtime
Name Size Digest
raw-build-output-scheme-SessionReplay-CameraTest
65 KB
sha256:c1d024eebbb8829bad4f6e29954141608bf7fb7c97f815124e7690020a96d1f9
raw-build-output-scheme-macOS-Swift
11.2 KB
sha256:2f620e096855b872bc004fa70c6412884d9adbc566ab859bdd4ead85225eb099
raw-build-output-scheme-macOS-SwiftUI
10.7 KB
sha256:ef447e1658c836d0950f5a5e61916b14e8ee254c3aa030f41df393c37bc8e411
raw-build-output-scheme-visionOS-Swift
60.6 KB
sha256:c6f804b9d190999f6b1a46888bcf6958d2c7b91699aee26faba2a6a8200d069d
raw-build-output-scheme-watchOS-Swift WatchKit App
11.6 KB
sha256:57225570dd1650ada45aa6c5db777e6d85a47943eaf145143593a610f03b2be7
raw-build-output-spm
8.09 KB
sha256:b65d3291aea86cda0b770e1c13325647b71602715fe29373d580c8112cc5ea37