API/public #92
Annotations
10 warnings
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/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):
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.
|
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/HealthKitTestAppStandard.swift#L20
pattern that the region based isolation checker does not understand how to check. Please file a bug; this is an error in the Swift 6 language mode
|
Build and test (xcodebuild):
Tests/UITests/TestApp/HealthKitTestAppStandard.swift#L24
pattern that the region based isolation checker does not understand how to check. Please file a bug; this is an error in the Swift 6 language mode
|
Loading