Supporting to distinguish multiple consent forms during onboarding vi… #256
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
|
Tests/UITests/TestApp/ExampleStandard.swift#L27
non-sendable type 'PDFDocument' in asynchronous access to actor-isolated property 'pdf' cannot cross actor boundary
|
Tests/UITests/TestApp/ExampleStandard.swift#L32
capture of 'pdf' with non-sendable type 'PDFDocument' in a `@Sendable` closure
|
Tests/UITests/TestApp/ExampleStandard.swift#L55
non-sendable type 'PDFDocument' in implicitly asynchronous access to main actor-isolated property 'firstConsentData' cannot cross actor boundary
|
|
This job succeeded
Loading