API/public #94
Annotations
2 errors and 10 warnings
Build and test (xcodebuild):
Sources/SpeziHealthCharts/MetricChart/DataProvider/HealthKitDataProvider/HealthKitDataProvider.swift#L31
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 59 lines (function_body_length)
|
Build and test (xcodebuild)
Process completed with exit code 65.
|
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
|
Build and test (xcodebuild):
Tests/UITests/TestApp/HealthKitTestAppStandard.swift#L16
'init()' is deprecated: Please explicitly specify the Module type.
|
Build and test (xcodebuild):
Tests/UITests/TestApp/Array+RawRepresentable.swift#L12
extension declares a conformance of imported type 'Array' to imported protocol 'RawRepresentable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
|
Build and test (xcodebuild):
Tests/UITests/TestApp/HealthKitTestAppStandard.swift#L16
'init()' is deprecated: Please explicitly specify the Module type.
|
Loading