Fix duplicated delivery of Omron Measurements #118
Annotations
10 errors and 10 warnings
Tests/SpeziDevicesTests/HealthMeasurementsTests.swift#L160
testDiscardingMeasurements, XCTAssertTrue failed
|
Tests/SpeziDevicesTests/HealthMeasurementsTests.swift#L161
testDiscardingMeasurements, XCTAssertEqual failed: ("0") is not equal to ("2")
|
Tests/SpeziDevicesTests/HealthMeasurementsTests.swift#L163
testDiscardingMeasurements, XCTUnwrap failed: expected non-nil value of type "HealthKitMeasurement"
|
Tests/SpeziDevicesTests/HealthMeasurementsTests.swift#L78
testReceivingBloodPressureMeasurements, XCTAssertTrue failed
|
Tests/SpeziDevicesTests/HealthMeasurementsTests.swift#L79
testReceivingBloodPressureMeasurements, XCTAssertEqual failed: ("0") is not equal to ("1")
|
Tests/SpeziDevicesTests/HealthMeasurementsTests.swift#L81
testReceivingBloodPressureMeasurements, XCTUnwrap failed: expected non-nil value of type "HealthKitMeasurement"
|
Tests/SpeziDevicesTests/HealthMeasurementsTests.swift#L30
testReceivingWeightMeasurements, XCTAssertTrue failed
|
Tests/SpeziDevicesTests/HealthMeasurementsTests.swift#L31
testReceivingWeightMeasurements, XCTAssertEqual failed: ("0") is not equal to ("1")
|
Tests/SpeziDevicesTests/HealthMeasurementsTests.swift#L33
testReceivingWeightMeasurements, XCTUnwrap failed: expected non-nil value of type "HealthKitMeasurement"
|
|
Sources/SpeziDevices/PairedDevices.swift#L120
'init()' is deprecated: Please specify the Wrapped type of your optional dependency as the first argument.
|
Sources/SpeziDevices/PairedDevices.swift#L121
'init()' is deprecated: Please explicitly specify the Module type.
|
Sources/SpeziDevices/Testing/MockDevice.swift#L34
'init()' is deprecated: Please specify the Wrapped type of your optional dependency as the first argument.
|
Sources/SpeziDevices/PairedDevices.swift#L120
'init()' is deprecated: Please specify the Wrapped type of your optional dependency as the first argument.
|
Sources/SpeziDevices/PairedDevices.swift#L121
'init()' is deprecated: Please explicitly specify the Module type.
|
Sources/SpeziDevices/HealthMeasurements.swift#L166
capture of 'keyPath' with non-sendable type 'HealthMeasurements.WeightScaleKeyPath<Device>' (aka 'KeyPath<Device, WeightScaleService>') in a `@Sendable` closure
|
Sources/SpeziDevices/HealthMeasurements.swift#L193
capture of 'keyPath' with non-sendable type 'HealthMeasurements.BloodPressureKeyPath<Device>' (aka 'KeyPath<Device, BloodPressureService>') in a `@Sendable` closure
|
Sources/SpeziDevices/Testing/MockDevice.swift#L34
'init()' is deprecated: Please specify the Wrapped type of your optional dependency as the first argument.
|
Sources/SpeziDevices/Testing/MockDevice.swift#L34
'init()' is deprecated: Please specify the Wrapped type of your optional dependency as the first argument.
|
var/folders/sf/4hnnr63x0z32klh8575xj64c0000gn/T/swift-generated-sources/@__swiftmacro_14SpeziDevicesUI15ForgetDeviceTipV016hasRemovedPairedE09ParameterfMp_.swift#L1
static property '$hasRemovedPairedDevice' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
|
This job failed
Loading