Added algorithm for pagination to PDF export, allowing to export consent forms with more than 1 page (#49) #257
Annotations
5 errors and 10 warnings
Tests/SpeziOnboardingTests/SpeziOnboardingTests.swift#L116
testPDFExport, failed - Failed to load known_good_pdf_one_page_mac_os from resources.
|
Tests/SpeziOnboardingTests/SpeziOnboardingTests.swift#L84
testPDFExport, XCTAssertTrue failed
|
Tests/SpeziOnboardingTests/SpeziOnboardingTests.swift#L116
testPDFExport, failed - Failed to load known_good_pdf_two_pages_mac_os from resources.
|
Tests/SpeziOnboardingTests/SpeziOnboardingTests.swift#L84
testPDFExport, XCTAssertTrue failed
|
|
Sources/SpeziOnboarding/ConsentView/ConsentDocumentExport.swift#L23
stored property 'asyncMarkdown' of 'Sendable'-conforming class 'ConsentDocumentExport' has non-sendable type '() async -> Data'
|
Sources/SpeziOnboarding/ConsentView/ConsentDocumentExport.swift#L24
stored property 'exportConfiguration' of 'Sendable'-conforming class 'ConsentDocumentExport' has non-sendable type 'ConsentDocument.ExportConfiguration'
|
@__swiftmacro_15SpeziOnboarding21ConsentDocumentExportC9cachedPDF18ObservationTrackedfMp_.swift#L1
stored property '_cachedPDF' of 'Sendable'-conforming class 'ConsentDocumentExport' is mutable
|
Sources/SpeziOnboarding/ConsentView/OnboardingConsentView+ShareSheet.swift#L59
main actor-isolated property 'keyWindow' can not be referenced from a non-isolated context; this is an error in Swift 6
|
Sources/SpeziOnboarding/ConsentView/OnboardingConsentView+ShareSheet.swift#L59
main actor-isolated var 'NSApp' can not be referenced from a non-isolated context; this is an error in Swift 6
|
Sources/SpeziOnboarding/ConsentView/OnboardingConsentView+ShareSheet.swift#L59
main actor-isolated property 'contentView' can not be referenced from a non-isolated context; this is an error in Swift 6
|
Sources/SpeziOnboarding/ConsentView/OnboardingConsentView+ShareSheet.swift#L60
main actor-isolated property 'bounds' can not be referenced from a non-isolated context; this is an error in Swift 6
|
Sources/SpeziOnboarding/OnboardingConsentView.swift#L121
passing argument of non-sendable type 'OnboardingDataSource' 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#L55
'OnboardingConstraint' is deprecated: Storing consent documents without an identifier is deprecated.
|
This job failed
Loading