async/await adoption #1055
Annotations
31 errors and 30 warnings
test (tvos):
Sources/Features/Client/BacktraceOomWatcher.swift#L43
'async' call in a function that does not support concurrency
|
test (tvos):
Sources/Features/Client/BacktraceOomWatcher.swift#L47
'async' call in a function that does not support concurrency
|
test (tvos):
Sources/Features/Client/BacktraceOomWatcher.swift#L49
'async' call in a function that does not support concurrency
|
test (tvos):
Sources/Features/Client/BacktraceOomWatcher.swift#L56
'async' call in a function that does not support concurrency
|
test (tvos):
Sources/Features/Client/BacktraceOomWatcher.swift#L60
'async' call in a function that does not support concurrency
|
test (tvos):
Sources/Features/Client/BacktraceOomWatcher.swift#L62
'async' call in a function that does not support concurrency
|
test (tvos):
Sources/Features/Client/BacktraceOomWatcher.swift#L156
'async' call in a function that does not support concurrency
|
test (tvos):
Sources/Features/Client/BacktraceOomWatcher.swift#L168
'async' call in a function that does not support concurrency
|
test (tvos):
Sources/Features/Client/BacktraceOomWatcher.swift#L170
'async' call in a function that does not support concurrency
|
test (tvos):
Sources/Features/Client/BacktraceOomWatcher.swift#L171
'async' call in a function that does not support concurrency
|
test (ios):
Sources/Features/Breadcrumb/BacktraceNotificationObserver.swift#L51
'async' call in a function that does not support concurrency
|
test (ios):
Sources/Features/Breadcrumb/BacktraceNotificationObserver.swift#L97
'async' call in a function that does not support concurrency
|
test (ios):
Sources/Public/BacktraceClient.swift#L80
'async' call in a function that does not support concurrency
|
test (ios):
Sources/Public/BacktraceClient.swift#L95
'async' call in a function that does not support concurrency
|
test (ios):
Sources/Public/BacktraceClient.swift#L191
'async' call in a function that does not support concurrency
|
test (ios):
Sources/Features/Client/BacktraceOomWatcher.swift#L43
'async' call in a function that does not support concurrency
|
test (ios):
Sources/Features/Client/BacktraceOomWatcher.swift#L47
'async' call in a function that does not support concurrency
|
test (ios):
Sources/Features/Client/BacktraceOomWatcher.swift#L49
'async' call in a function that does not support concurrency
|
test (ios):
Sources/Features/Client/BacktraceOomWatcher.swift#L56
'async' call in a function that does not support concurrency
|
test (ios):
Sources/Features/Client/BacktraceOomWatcher.swift#L60
'async' call in a function that does not support concurrency
|
pod-lint
Process completed with exit code 1.
|
test (mac):
Sources/Features/Breadcrumb/BacktraceNotificationObserver.swift#L51
'async' call in a function that does not support concurrency
|
test (mac):
Sources/Features/Metrics/BacktraceMetrics.swift#L14
'Task' is only available in macOS 10.15 or newer
|
test (mac):
Sources/Features/Metrics/BacktraceMetrics.swift#L14
'init(priority:operation:)' is only available in macOS 10.15 or newer
|
test (mac):
Sources/Public/BacktraceClient.swift#L80
'async' call in a function that does not support concurrency
|
test (mac):
Sources/Public/BacktraceClient.swift#L95
'async' call in a function that does not support concurrency
|
test (mac):
Sources/Public/BacktraceClient.swift#L193
'Task' is only available in macOS 10.15 or newer
|
test (mac):
Sources/Public/BacktraceClient.swift#L193
'init(priority:operation:)' is only available in macOS 10.15 or newer
|
test (mac):
Sources/Public/BacktraceClient.swift#L191
'async' call in a function that does not support concurrency
|
test (mac):
Sources/Public/BacktraceClient.swift#L210
'Task' is only available in macOS 10.15 or newer
|
test (mac):
Sources/Public/BacktraceClient.swift#L210
'init(priority:operation:)' is only available in macOS 10.15 or newer
|
test (tvos)
-disable-concurrent-testing is deprecated. Use -disable-concurrent-destination-testing instead.
|
test (tvos)
TARGETED_DEVICE_FAMILY value (1,2) does not contain any device family values compatible with the tvOS platform. Please add the value '3' to the TARGETED_DEVICE_FAMILY build setting to indicate that this target supports the 'Apple TV' device family. (in target 'BacktraceResources' from project 'Backtrace')
|
test (tvos):
Sources/Features/Attributes/DefaultAttributes.swift#L235
static property 'currentBreadcrumbsId' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
|
test (tvos):
Sources/Features/Attributes/DefaultAttributes.swift#L236
static property 'breadcrumbFile' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
|
test (tvos):
Sources/Features/Metrics/Model/MetricsRequest.swift#L9
static property 'queryItems' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
|
test (tvos):
Sources/Features/Client/BacktraceOomWatcher.swift#L12
static property 'oomFilePath' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
|
test (tvos):
Sources/Features/Watcher/BacktraceWatcher.swift#L31
capture of 'self' with non-sendable type 'BacktraceWatcher<BacktraceRepository>' in a `@Sendable` closure
|
test (tvos):
Sources/Features/Metrics/Model/MetricsRequest.swift#L9
static property 'queryItems' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
|
test (tvos):
Sources/Features/Extensions/URLSession+Sync.swift#L17
mutation of captured var 'response' in concurrently-executing code; this is an error in Swift 6
|
test (tvos):
Sources/Features/Client/BacktraceOomWatcher.swift#L12
static property 'oomFilePath' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
|
test (ios)
-disable-concurrent-testing is deprecated. Use -disable-concurrent-destination-testing instead.
|
test (ios):
Sources/Features/Metrics/Model/MetricsRequest.swift#L9
static property 'queryItems' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
|
test (ios):
Sources/Features/Client/BacktraceOomWatcher.swift#L12
static property 'oomFilePath' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
|
test (ios):
Sources/Features/Attributes/DefaultAttributes.swift#L235
static property 'currentBreadcrumbsId' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
|
test (ios):
Sources/Features/Attributes/DefaultAttributes.swift#L236
static property 'breadcrumbFile' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
|
test (ios):
Sources/Features/Dispatching/Dispatcher.swift#L19
passing non-sendable parameter 'block' to function expecting a @sendable closure
|
test (ios):
Sources/Features/Dispatching/Dispatcher.swift#L20
assigning non-sendable parameter 'completion' to a @sendable closure
|
test (ios):
Sources/Features/Breadcrumb/BacktraceNotificationObserver.swift#L73
main actor-isolated property 'orientation' can not be referenced from a non-isolated context; this is an error in Swift 6
|
test (ios):
Sources/Features/Breadcrumb/BacktraceNotificationObserver.swift#L73
main actor-isolated class property 'current' can not be referenced from a non-isolated context; this is an error in Swift 6
|
test (ios):
Sources/Features/Breadcrumb/BacktraceNotificationObserver.swift#L79
main actor-isolated class property 'orientationDidChangeNotification' can not be referenced from a non-isolated context; this is an error in Swift 6
|
test (mac)
-disable-concurrent-testing is deprecated. Use -disable-concurrent-destination-testing instead.
|
test (mac):
Sources/Features/Metrics/Model/MetricsRequest.swift#L9
static property 'queryItems' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
|
test (mac):
Sources/Features/Dispatching/Dispatcher.swift#L19
passing non-sendable parameter 'block' to function expecting a @sendable closure
|
test (mac):
Sources/Features/Dispatching/Dispatcher.swift#L20
assigning non-sendable parameter 'completion' to a @sendable closure
|
test (mac):
Sources/Public/BacktraceClient.swift#L27
non-sendable type '(any BacktraceClientProtocol)?' (aka 'Optional<any BacktraceBreadcrumbProtocol & BacktraceClientCustomizing & BacktraceLogging & BacktraceMetricsProtocol & BacktraceReporting>') returned by call to actor-isolated function cannot cross actor boundary
|
test (mac):
Sources/Public/BacktraceClient.swift#L31
passing argument of non-sendable type '(any BacktraceClientProtocol)?' (aka 'Optional<any BacktraceBreadcrumbProtocol & BacktraceClientCustomizing & BacktraceLogging & BacktraceMetricsProtocol & BacktraceReporting>') into actor-isolated context may introduce data races
|
test (mac):
Sources/Public/BacktraceClient.swift#L207
initialization of immutable value 'strongSelf' was never used; consider replacing with assignment to '_' or removing it
|
test (mac):
Sources/Public/BacktraceClient.swift#L211
capture of 'self' with non-sendable type 'BacktraceClient?' in a `@Sendable` closure
|
test (mac):
Sources/Public/BacktraceClient.swift#L222
capture of 'self' with non-sendable type 'BacktraceClient?' in a `@Sendable` closure
|
test (mac):
Sources/Features/Network/BacktraceNetworkClient.swift#L48
immutable value 'data' was never used; consider replacing with '_' or removing it
|