Skip to content

chore: Convert SentryFramesTracker to Swift #15645

chore: Convert SentryFramesTracker to Swift

chore: Convert SentryFramesTracker to Swift #15645

Re-run triggered October 17, 2025 18:24
Status Success
Total duration 7m 24s
Artifacts 3

test.yml

on: pull_request
Detect File Changes
7s
Detect File Changes
Build test server
6m 17s
Build test server
Matrix: unit-tests
Distribution Tests
2m 9s
Distribution Tests
Matrix: unit-tests-with-test-server
Unit Tests
4s
Unit Tests
Fit to window
Zoom out
Zoom in

Annotations

10 warnings and 10 notices
Unit iOS 26 Sentry: Sources/Sentry/SentryTracer.m#L174
implicit conversion from nullable pointer 'SentryHub * _Nullable' to non-nullable pointer type 'SentryHub * _Nonnull' [-Wnullable-to-nonnull-conversion]
Unit iOS 26 Sentry: Sources/Sentry/SentryUIEventTrackerTransactionMode.m#L109
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Unit iOS 26 Sentry: Sources/Sentry/SentryMsgPackSerializer.m#L85
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Unit iOS 26 Sentry: Sources/Sentry/SentryMsgPackSerializer.m#L78
implicit conversion from nullable pointer 'NSInputStream * _Nullable' to non-nullable pointer type 'NSInputStream * _Nonnull' [-Wnullable-to-nonnull-conversion]
Unit iOS 26 Sentry: 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]
Unit iOS 26 Sentry: 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]
Unit iOS 26 Sentry: Sources/Sentry/SentryNSURLSessionTaskSearch.m#L46
implicit conversion from nullable pointer 'NSURL * _Nullable' to non-nullable pointer type 'NSURL * _Nonnull' [-Wnullable-to-nonnull-conversion]
Unit iOS 26 Sentry: Sources/Sentry/SentryStacktrace.m#L36
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Unit iOS 26 Sentry: Sources/Sentry/SentryStacktrace.m#L35
implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'NSString * _Nonnull' [-Wnullable-to-nonnull-conversion]
Unit iOS 26 Sentry: 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]
Unit iOS 26 Sentry
Skipped SentryNSFileManagerSwizzlingTests.testNSFileManagerCreateFile_preiOS18macOS15tvOS18_experimentalFlagEnabled_shouldNotSwizzle
Unit iOS 26 Sentry
Skipped SentryNSFileManagerSwizzlingTests.testNSFileManagerCreateFile_preiOS18macOS15tvOS18_experimentalFlagDisabled_shouldNotSwizzle
Unit iOS 26 Sentry
Skipped SentryTests.SentryFileManagerTests.testSentryGetScopedCachesDirectory_targetIsMacOS_shouldReturnPath
Unit iOS 26 Sentry
Skipped SentryTests.SentryFileManagerTests.testIsErrorPathTooLong_underlyingErrorsNotAvailableAndNonErrorInUserInfo_shouldNotCheckError
Unit iOS 26 Sentry
Skipped SentryTests.SentryFileManagerTests.testIsErrorPathTooLong_underlyingErrorsNotAvailableAndErrorNotInUserInfo_shouldNotCheckError
Unit iOS 26 Sentry
Skipped SentryTests.SentryFileManagerTests.testIsErrorPathTooLong_underlyingErrorsNotAvailableAndErrorInUserInfo_shouldNotCheckError
Unit iOS 26 Sentry
Skipped SentryTests.SentryFileIOTrackingIntegrationTests.testDisableFileManagerSwizzling_isNotEnabledAndDataSwizzlingIsEnabled_shouldTrackWithSpan
Unit iOS 26 Sentry
Skipped SentryTests.SentryFileIOTrackingIntegrationTests.testDisableFileManagerSwizzling_isNotEnabled_shouldNotTrackWithSpan
Unit iOS 26 Sentry
Skipped SentryTests.SentryCrashReportTests.testWriteCrashReport_ContainsCrashInfoMessage
Unit iOS 26 Sentry
Skipped SentryTests.SentryClientTests.testCaptureSentryWrappedException