Support Strict Concurrency #80
Annotations
4 errors and 7 warnings
Tests/SpeziHealthKitTests/SpeziHealthKitTests.swift#L34
main actor-isolated property 'authorized' can not be referenced from a non-isolated autoclosure
|
Tests/SpeziHealthKitTests/SpeziHealthKitTests.swift#L45
main actor-isolated property 'authorized' can not be referenced from a non-isolated autoclosure
|
Tests/SpeziHealthKitTests/SpeziHealthKitTests.swift#L56
main actor-isolated property 'authorized' can not be referenced from a non-isolated autoclosure
|
|
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
|
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
|
Tests/SpeziHealthKitTests/SpeziHealthKitTests.swift#L20
main actor-isolated default value in a nonisolated context; this is an error in Swift 6
|
Tests/SpeziHealthKitTests/SpeziHealthKitTests.swift#L20
main actor-isolated default value in a nonisolated context; this is an error in Swift 6
|
The logs for this run have expired and are no longer available.
Loading