Supporting to distinguish multiple consent forms during onboarding via an identifier (#50) #255
Annotations
10 warnings and 1 notice
Sources/SpeziOnboarding/OnboardingConsentView.swift#L120
passing argument of non-sendable type 'OnboardingDataSource' outside of main actor-isolated context may introduce data races
|
Sources/SpeziOnboarding/OnboardingConsentView.swift#L120
passing argument of non-sendable type 'PDFDocument' outside of main actor-isolated context may introduce data races
|
Sources/SpeziOnboarding/OnboardingDataSource.swift#L44
'OnboardingConstraint' is deprecated: Storing consent documents without an identifier is deprecated.
|
Sources/SpeziOnboarding/OnboardingDataSource.swift#L56
'OnboardingConstraint' is deprecated: Storing consent documents without an identifier is deprecated.
|
Sources/SpeziOnboarding/OnboardingDataSource.swift#L57
'store(consent:)' is deprecated: Storing consent documents without an identifier is deprecated.
|
Sources/SpeziOnboarding/OnboardingDataSource.swift#L54
passing argument of non-sendable type 'PDFDocument' into actor-isolated context may introduce data races
|
Sources/SpeziOnboarding/OnboardingDataSource.swift#L57
passing argument of non-sendable type 'PDFDocument' into actor-isolated context may introduce data races
|
Sources/SpeziOnboarding/OnboardingConsentView.swift#L120
passing argument of non-sendable type 'OnboardingDataSource' outside of main actor-isolated context may introduce data races
|
Sources/SpeziOnboarding/OnboardingConsentView.swift#L120
passing argument of non-sendable type 'PDFDocument' outside of main actor-isolated context may introduce data races
|
Sources/SpeziOnboarding/OnboardingDataSource.swift#L44
'OnboardingConstraint' is deprecated: Storing consent documents without an identifier is deprecated.
|
|
This job succeeded
Loading