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/ConsentView/OnboardingConsentView+ShareSheet.swift#L59
main actor-isolated property 'keyWindow' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
|
Build and test (xcodebuild):
Sources/SpeziConsent/ConsentView/OnboardingConsentView+ShareSheet.swift#L59
main actor-isolated var 'NSApp' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
|
Build and test (xcodebuild):
Sources/SpeziConsent/ConsentView/OnboardingConsentView+ShareSheet.swift#L59
main actor-isolated property 'contentView' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
|
Build and test (xcodebuild):
Sources/SpeziConsent/ConsentView/OnboardingConsentView+ShareSheet.swift#L60
main actor-isolated property 'bounds' can not be referenced from a nonisolated context; 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
|
Loading