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/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
|
Tests/SpeziFoundationTests/SharedRepositoryTests.swift#L189
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#L190
reference to static property 'optionalComputedValue' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
|
Tests/SpeziFoundationTests/SharedRepositoryTests.swift#L193
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#L194
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