async/await adoption #148
Closed
async/await adoption #148
Annotations
10 errors and 10 warnings
Run test:
Sources/Features/Breadcrumb/BacktraceNotificationObserver.swift#L51
'async' call in a function that does not support concurrency
|
Run test:
Sources/Features/Breadcrumb/BacktraceNotificationObserver.swift#L97
'async' call in a function that does not support concurrency
|
Run test:
Sources/Public/BacktraceClient.swift#L80
'async' call in a function that does not support concurrency
|
Run test:
Sources/Public/BacktraceClient.swift#L95
'async' call in a function that does not support concurrency
|
Run test:
Sources/Public/BacktraceClient.swift#L191
'async' call in a function that does not support concurrency
|
Run test:
Sources/Features/Client/BacktraceOomWatcher.swift#L43
'async' call in a function that does not support concurrency
|
Run test:
Sources/Features/Client/BacktraceOomWatcher.swift#L47
'async' call in a function that does not support concurrency
|
Run test:
Sources/Features/Client/BacktraceOomWatcher.swift#L49
'async' call in a function that does not support concurrency
|
Run test:
Sources/Features/Client/BacktraceOomWatcher.swift#L56
'async' call in a function that does not support concurrency
|
Run test:
Sources/Features/Client/BacktraceOomWatcher.swift#L60
'async' call in a function that does not support concurrency
|
Run test
-disable-concurrent-testing is deprecated. Use -disable-concurrent-destination-testing instead.
|
Run test:
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
|
Run test:
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
|
Run test:
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
|
Run test:
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
|
Run test:
Sources/Features/Dispatching/Dispatcher.swift#L19
passing non-sendable parameter 'block' to function expecting a @sendable closure
|
Run test:
Sources/Features/Dispatching/Dispatcher.swift#L20
assigning non-sendable parameter 'completion' to a @sendable closure
|
Run test:
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
|
Run test:
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
|
Run test:
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
|
Loading