Extract SpeziConsent from SpeziOnboarding #280
Annotations
10 warnings
Build and test (xcodebuild):
Sources/SpeziConsent/OnboardingDataSource.swift#L44
'OnboardingConstraint' is deprecated: Storing consent documents without an identifier is deprecated.
|
Build and test (xcodebuild):
Sources/SpeziConsent/OnboardingDataSource.swift#L56
'OnboardingConstraint' is deprecated: Storing consent documents without an identifier is deprecated.
|
Build and test (xcodebuild):
Sources/SpeziConsent/OnboardingDataSource.swift#L57
'store(consent:)' is deprecated: Storing consent documents without an identifier is deprecated.
|
Build and test (xcodebuild):
Sources/SpeziConsent/OnboardingDataSource.swift#L54
sending 'consent' risks causing data races; this is an error in the Swift 6 language mode
|
Build and test (xcodebuild):
Sources/SpeziConsent/OnboardingDataSource.swift#L57
sending 'consent' risks causing data races; this is an error in the Swift 6 language mode
|
Build and test (xcodebuild):
Sources/SpeziConsent/OnboardingConsentView.swift#L121
sending 'self.onboardingDataSource' risks causing data races; this is an error in the Swift 6 language mode
|
Build and test (xcodebuild):
Tests/UITests/TestApp/ExampleStandard.swift#L28
non-sendable type 'PDFDocument' in asynchronous access to actor-isolated property 'pdf' cannot cross actor boundary; this is an error in the Swift 6 language mode
|
Build and test (xcodebuild):
Tests/UITests/TestApp/ExampleStandard.swift#L9
add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'PDFKit'
|
Build and test (xcodebuild):
Tests/UITests/TestApp/ExampleStandard.swift#L33
capture of 'pdf' with non-sendable type 'PDFDocument' in a `@Sendable` closure; this is an error in the Swift 6 language mode
|
Build and test (xcodebuild):
Tests/UITests/TestApp/ExampleStandard.swift#L56
non-sendable type 'PDFDocument' in implicitly asynchronous access to main actor-isolated property 'firstConsentData' cannot cross actor boundary; this is an error in the Swift 6 language mode
|
Loading