Be less restrictive about the chosen swiftlint version (#56) #263
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