Docs: Add ViewState Documentation #193
Annotations
7 warnings
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/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 succeeded
Loading