API/public #94
Annotations
7 warnings
Build and test (xcodebuild):
Sources/SpeziHealthKit/HealthKit Extensions/HKHealthStore+BackgroundDelivery.swift#L50
task or actor isolated value cannot be sent; this is an error in the Swift 6 language mode
|
Build and test (xcodebuild):
Sources/SpeziHealthKit/HealthKit Extensions/HKHealthStore+BackgroundDelivery.swift#L43
task or actor isolated value cannot be sent; this is an error in the Swift 6 language mode
|
Build and test (xcodebuild):
Sources/SpeziHealthKit/HealthKit.swift#L189
passing closure as a 'sending' parameter risks causing data races between main actor-isolated code and concurrent execution of the closure; this is an error in the Swift 6 language mode
|
Build and test (xcodebuild):
Sources/SpeziHealthKit/HealthKit.swift#L189
passing closure as a 'sending' parameter risks causing data races between main actor-isolated code and concurrent execution of the closure; this is an error in the Swift 6 language mode
|
Build and test (xcodebuild):
Sources/SpeziHealthCharts/MetricChart/DataProvider/HealthKitDataProvider/HealthKitDataProvider.swift#L15
stored property 'cache' of 'Sendable'-conforming class 'HealthKitDataProvider' has non-sendable type 'NSCache<NSString, NSArray>'; this is an error in the Swift 6 language mode
|
Build and test (xcodebuild):
Sources/SpeziHealthCharts/MetricChart/DataProvider/HealthKitDataProvider/HealthKitDataProvider.swift#L15
stored property 'cache' of 'Sendable'-conforming class 'HealthKitDataProvider' has non-sendable type 'NSCache<NSString, NSArray>'; this is an error in the Swift 6 language mode
|
Build and test (xcodebuild):
Sources/SpeziHealthCharts/MetricChart/DataProvider/HealthKitDataProvider/HealthKitDataProvider.swift#L108
capture of 'key' with non-sendable type 'NSString' in a `@Sendable` closure; this is an error in the Swift 6 language mode
|
Loading