Add ImageReference, ManagedViewUpdate, CaseIterablePicker and Tiles #206
Annotations
2 errors and 8 warnings
Tests/SpeziViewsTests/SnapshotTests.swift#L71
testImageReference, XCTAssertNil failed: "Image(provider: SwiftUI.ImageProviderBox<SwiftUI.Image.NamedImageProvider>)"
|
|
Sources/SpeziViews/Modules/ConfigureTipKit.swift#L56
reference to static property 'arguments' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
|
Sources/SpeziViews/Modules/ConfigureTipKit.swift#L56
reference to static property 'arguments' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
|
Sources/SpeziPersonalInfo/Fields/NameFieldRow.swift#L57
will never be executed
|
Sources/SpeziValidation/ValidationEngine.swift#L30
static property 'logger' 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/SpeziValidation/ValidationRule.swift#L72
stored property 'message' of 'Sendable'-conforming struct 'ValidationRule' has non-sendable type 'LocalizedStringResource'
|
Sources/SpeziValidation/ValidationEngine.swift#L30
static property 'logger' 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/SpeziValidation/ValidationRule.swift#L72
stored property 'message' of 'Sendable'-conforming struct 'ValidationRule' has non-sendable type 'LocalizedStringResource'
|
Sources/SpeziValidation/ValidationRule.swift#L119
capture of 'regexTmp' with non-sendable type 'Regex<Output>' in a `@Sendable` closure
|
This job failed
Loading