Update app version to 1.6 #10
Annotations
22 warnings and 2 notices
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Install xcbeautify
xcbeautify 2.14.1 is already installed and up-to-date.
To reinstall 2.14.1, run:
brew reinstall xcbeautify
|
Build and Test (iOS):
Sources/Csv2ImgCore/ImageMaker.swift#L48
stored property 'maximumRowCount' of 'Sendable'-conforming class 'ImageMaker' is mutable; this is an error in the Swift 6 language mode
|
Build and Test (iOS):
Sources/Csv2ImgCore/PdfMaker.swift#L44
stored property 'fontSize' of 'Sendable'-conforming class 'PdfMaker' is mutable; this is an error in the Swift 6 language mode
|
Build and Test (iOS):
Sources/Csv2ImgCore/TypeConvertible.swift#L25
extension declares a conformance of imported type 'PDFDocument' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'PDFKit' introduce this conformance in the future
|
Build and Test (iOS):
Sources/Csv2ImgCore/Csv.swift#L87
actor-isolated property 'isLoadingSubject' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
|
Build and Test (iOS):
Sources/Csv2ImgCore/Csv.swift#L112
actor-isolated property 'progressSubject' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
|
Build and Test (iOS):
Sources/Csv2ImgCore/Csv.swift#L525
actor-isolated property 'progressSubject' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
|
Build and Test (iOS):
Sources/Csv2ImgCore/Csv.swift#L564
actor-isolated property 'progressSubject' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
|
Build and Test (iOS):
Sources/Csv2ImgCore/Csv.swift#L571
actor-isolated property 'progressSubject' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
|
Build and Test (iOS):
Sources/Csv2ImgCore/ImageMaker.swift#L48
stored property 'maximumRowCount' of 'Sendable'-conforming class 'ImageMaker' is mutable; this is an error in the Swift 6 language mode
|
Build and Test (iOS):
Sources/Csv2ImgCore/ImageMaker.swift#L175
immutable value 'item' was never used; consider replacing with '_' or removing it
|
Build and Test (osX):
Sources/Csv2ImgCore/ImageMaker.swift#L48
stored property 'maximumRowCount' of 'Sendable'-conforming class 'ImageMaker' is mutable; this is an error in the Swift 6 language mode
|
Build and Test (osX):
Sources/Csv2ImgCore/PdfMaker.swift#L44
stored property 'fontSize' of 'Sendable'-conforming class 'PdfMaker' is mutable; this is an error in the Swift 6 language mode
|
Build and Test (osX):
Sources/Csv2ImgCore/TypeConvertible.swift#L25
extension declares a conformance of imported type 'PDFDocument' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'PDFKit' introduce this conformance in the future
|
Build and Test (osX):
Sources/Csv2ImgCore/PdfMaker.swift#L44
stored property 'fontSize' of 'Sendable'-conforming class 'PdfMaker' is mutable; this is an error in the Swift 6 language mode
|
Build and Test (osX):
Sources/Csv2ImgCore/PdfMaker.swift#L214
expression implicitly coerced from 'String?' to 'Any'
|
Build and Test (osX):
Sources/Csv2ImgCore/PdfMaker.swift#L215
expression implicitly coerced from 'String?' to 'Any'
|
Build and Test (osX):
Sources/Csv2ImgCore/PdfMaker.swift#L418
expression implicitly coerced from 'String?' to 'Any'
|
Build and Test (osX):
Sources/Csv2ImgCore/PdfMaker.swift#L419
expression implicitly coerced from 'String?' to 'Any'
|
Build and Test (osX):
Sources/Csv2ImgCore/TypeConvertible.swift#L25
extension declares a conformance of imported type 'PDFDocument' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'PDFKit' introduce this conformance in the future
|
Build and Test (osX):
Sources/Csv2ImgCore/Csv.swift#L87
actor-isolated property 'isLoadingSubject' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
|
Build and Test (iOS)
Skipped Csv2ImgCoreTests.PdfMakerTests.test_make
|
Build and Test (osX)
Skipped Csv2ImgCoreTests.PdfMakerTests.test_make
|
Loading