Extract SpeziConsent from SpeziOnboarding #275
Annotations
4 errors and 6 warnings
Build and test (xcodebuild):
Tests/UITests/TestApp/ExampleStandard.swift#L22
cannot find type 'ConsentConstraint' in scope
|
Build and test (xcodebuild):
Tests/UITests/TestApp/ExampleStandard.swift#L24
cannot find type 'ConsentDocumentExport' in scope
|
Build and test (xcodebuild):
Tests/UITests/TestApp/Views/OnboardingConsentMarkdownRenderingView.swift#L69
cannot find type 'OnboardingDataSource' in scope
|
Build and test (xcodebuild)
Process completed with exit code 65.
|
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):
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
|
Loading