Swift 6 Compatibility #32
Annotations
10 warnings and 1 notice
Tests/SpeziFoundationTests/SharedRepositoryTests.swift#L257
static property 'computedValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
|
Tests/SpeziFoundationTests/SharedRepositoryTests.swift#L258
static property 'optionalComputedValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
|
Tests/SpeziFoundationTests/TimeoutTests.swift#L20
capture of 'self' with non-sendable type 'TimeoutTests' in a `@Sendable` closure
|
Tests/SpeziFoundationTests/TimeoutTests.swift#L31
capture of 'self' with non-sendable type 'TimeoutTests' in 'async let' binding
|
Tests/SpeziFoundationTests/TimeoutTests.swift#L46
passing argument of non-sendable type 'TimeoutTests' into main actor-isolated context may introduce data races
|
Tests/SpeziFoundationTests/TimeoutTests.swift#L53
passing argument of non-sendable type 'TimeoutTests' into main actor-isolated context may introduce data races
|
Tests/SpeziFoundationTests/SharedRepositoryTests.swift#L257
static property 'computedValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
|
Tests/SpeziFoundationTests/SharedRepositoryTests.swift#L258
static property 'optionalComputedValue' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
|
Tests/SpeziFoundationTests/SharedRepositoryTests.swift#L79
reference to static property 'computedValue' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
|
Tests/SpeziFoundationTests/SharedRepositoryTests.swift#L89
reference to static property 'optionalComputedValue' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
|
|
The logs for this run have expired and are no longer available.
Loading