Rename Csv2Img target into Csv2ImgCore #111
builder.yml
on: pull_request
Build CsvBuilder
14m 40s
Annotations
1 error and 22 warnings
Build CsvBuilder
Process completed with exit code 65.
|
Build CsvBuilder
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/
|
Build CsvBuilder:
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 CsvBuilder:
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 CsvBuilder:
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 CsvBuilder:
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 CsvBuilder:
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 CsvBuilder:
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 CsvBuilder:
Sources/Csv2ImgCore/Csv.swift#L531
actor-isolated property 'progressSubject' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
|
Build CsvBuilder:
Sources/Csv2ImgCore/Csv.swift#L577
actor-isolated property 'progressSubject' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
|
Build CsvBuilder:
Sources/Csv2ImgCore/Csv.swift#L584
actor-isolated property 'progressSubject' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
|
Build CsvBuilder:
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 CsvBuilder:
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 CsvBuilder:
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 CsvBuilder:
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 CsvBuilder:
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 CsvBuilder:
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 CsvBuilder:
Sources/Csv2ImgCore/PdfMaker.swift#L214
expression implicitly coerced from 'String?' to 'Any'
|
Build CsvBuilder:
Sources/Csv2ImgCore/PdfMaker.swift#L215
expression implicitly coerced from 'String?' to 'Any'
|
Build CsvBuilder:
Sources/Csv2ImgCore/PdfMaker.swift#L418
expression implicitly coerced from 'String?' to 'Any'
|
Build CsvBuilder:
Sources/Csv2ImgCore/PdfMaker.swift#L419
expression implicitly coerced from 'String?' to 'Any'
|
Build CsvBuilder:
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 CsvBuilder
xcbeautify 2.11.0 is already installed and up-to-date.
To reinstall 2.11.0, run:
brew reinstall xcbeautify
|