Supporting to distinguish multiple consent forms during onboarding via an identifier (#50) #255
Annotations
10 warnings
Sources/SpeziOnboarding/ConsentView/OnboardingConsentView+ShareSheet.swift#L59
main actor-isolated property 'keyWindow' can not be referenced from a non-isolated context; this is an error in Swift 6
|
Sources/SpeziOnboarding/ConsentView/OnboardingConsentView+ShareSheet.swift#L59
main actor-isolated var 'NSApp' can not be referenced from a non-isolated context; this is an error in Swift 6
|
Sources/SpeziOnboarding/ConsentView/OnboardingConsentView+ShareSheet.swift#L59
main actor-isolated property 'contentView' can not be referenced from a non-isolated context; this is an error in Swift 6
|
Sources/SpeziOnboarding/ConsentView/OnboardingConsentView+ShareSheet.swift#L60
main actor-isolated property 'bounds' can not be referenced from a non-isolated context; this is an error in Swift 6
|
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
|
The logs for this run have expired and are no longer available.
Loading