Added algorithm for pagination to PDF export, allowing to export consent forms with more than 1 page (#49) #260
Annotations
5 errors and 10 warnings
Tests/SpeziOnboardingTests/SpeziOnboardingTests.swift#L115
testPDFExport, failed - Failed to load known_good_pdf_one_page_ios from resources.
|
Tests/SpeziOnboardingTests/SpeziOnboardingTests.swift#L83
testPDFExport, XCTAssertTrue failed
|
Tests/SpeziOnboardingTests/SpeziOnboardingTests.swift#L115
testPDFExport, failed - Failed to load known_good_pdf_two_pages_ios from resources.
|
Tests/SpeziOnboardingTests/SpeziOnboardingTests.swift#L83
testPDFExport, XCTAssertTrue failed
|
|
Sources/SpeziOnboarding/ConsentView/ConsentDocumentExport.swift#L23
stored property 'asyncMarkdown' of 'Sendable'-conforming class 'ConsentDocumentExport' has non-sendable type '() async -> Data'; this is an error in the Swift 6 language mode
|
Sources/SpeziOnboarding/ConsentView/ConsentDocumentExport.swift#L24
stored property 'exportConfiguration' of 'Sendable'-conforming class 'ConsentDocumentExport' has non-sendable type 'ConsentDocument.ExportConfiguration'; this is an error in the Swift 6 language mode
|
@__swiftmacro_15SpeziOnboarding21ConsentDocumentExportC9cachedPDF18ObservationTrackedfMp_.swift#L1
stored property '_cachedPDF' of 'Sendable'-conforming class 'ConsentDocumentExport' is mutable; this is an error in the Swift 6 language mode
|
Sources/SpeziOnboarding/ConsentView/ConsentDocumentExport.swift#L23
stored property 'asyncMarkdown' of 'Sendable'-conforming class 'ConsentDocumentExport' has non-sendable type '() async -> Data'; this is an error in the Swift 6 language mode
|
Sources/SpeziOnboarding/ConsentView/ConsentDocumentExport.swift#L24
stored property 'exportConfiguration' of 'Sendable'-conforming class 'ConsentDocumentExport' has non-sendable type 'ConsentDocument.ExportConfiguration'; this is an error in the Swift 6 language mode
|
@__swiftmacro_15SpeziOnboarding21ConsentDocumentExportC9cachedPDF18ObservationTrackedfMp_.swift#L1
stored property '_cachedPDF' of 'Sendable'-conforming class 'ConsentDocumentExport' is mutable; this is an error in the Swift 6 language mode
|
Sources/SpeziOnboarding/ConsentView/ConsentDocumentExport.swift#L9
'@preconcurrency' attribute on module 'PDFKit' has no effect
|
Sources/SpeziOnboarding/ConsentView/ConsentDocumentExport.swift#L9
'@preconcurrency' attribute on module 'PDFKit' has no effect
|
Sources/SpeziOnboarding/ConsentView/ConsentDocumentExport.swift#L9
'@preconcurrency' attribute on module 'PDFKit' has no effect
|
Sources/SpeziOnboarding/ConsentView/ConsentDocumentExport.swift#L9
'@preconcurrency' attribute on module 'PDFKit' has no effect
|
This job failed
Loading