Support Strict Concurrency #84
Annotations
5 warnings
Sources/SpeziHealthKit/Logging/Logger+HealthKit.swift#L14
static property 'healthKit' 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
|
Sources/SpeziHealthKit/Logging/Logger+HealthKit.swift#L14
static property 'healthKit' 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
|
Sources/SpeziHealthKit/Logging/Logger+HealthKit.swift#L14
static property 'healthKit' 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
|
Sources/SpeziHealthKit/Logging/Logger+HealthKit.swift#L14
static property 'healthKit' 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
|
Sources/SpeziHealthKit/HealthKit.swift#L193
passing argument of non-sendable type 'inout TaskGroup<Void>' outside of main actor-isolated context may introduce data races
|
This job succeeded
Loading