Skip to content

ImageMaker - Create data representation model #7

ImageMaker - Create data representation model

ImageMaker - Create data representation model #7

Triggered via pull request October 18, 2024 20:13
@fummicc1fummicc1
synchronize #65
feature/#62
Status Failure
Total duration 9m 14s
Artifacts

core.yml

on: pull_request
Build Csv2ImgCore
8m 50s
Build Csv2ImgCore
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 22 warnings, and 2 notices
Build Csv2ImgCore: Tests/Csv2ImgCoreTests/ImageMakerTests.swift#L92
testBuildImage, XCTAssertEqual failed: ("156") is not equal to ("160")
Build Csv2ImgCore: Tests/Csv2ImgCoreTests/ImageMakerTests.swift#L116
testBuildImage, XCTAssertEqual failed: ("(8.0, 12.0, 158.0, 24.0)") is not equal to ("(8.0, 12.0, 158.0, 25.0)")
Build Csv2ImgCore: Tests/Csv2ImgCoreTests/ImageMakerTests.swift#L116
testBuildImage, XCTAssertEqual failed: ("(174.0, 12.0, 106.0, 24.0)") is not equal to ("(174.0, 12.0, 106.0, 25.0)")
Build Csv2ImgCore: Tests/Csv2ImgCoreTests/ImageMakerTests.swift#L116
testBuildImage, XCTAssertEqual failed: ("(288.0, 12.0, 93.0, 24.0)") is not equal to ("(288.0, 12.0, 93.0, 25.0)")
Build Csv2ImgCore: Tests/Csv2ImgCoreTests/ImageMakerTests.swift#L116
testBuildImage, XCTAssertEqual failed: ("(389.0, 12.0, 92.0, 24.0)") is not equal to ("(389.0, 12.0, 92.0, 25.0)")
Build Csv2ImgCore: Tests/Csv2ImgCoreTests/ImageMakerTests.swift#L116
testBuildImage, XCTAssertEqual failed: ("(489.0, 12.0, 49.0, 24.0)") is not equal to ("(489.0, 12.0, 49.0, 25.0)")
Build Csv2ImgCore: Tests/Csv2ImgCoreTests/ImageMakerTests.swift#L124
testBuildImage, XCTAssertEqual failed: ("[(8.0, 48.0, 158.0, 24.0), (174.0, 48.0, 106.0, 24.0), (288.0, 48.0, 93.0, 24.0), (389.0, 48.0, 92.0, 24.0), (489.0, 48.0, 49.0, 24.0)]") is not equal to ("[(8.0, 49.0, 158.0, 25.0), (174.0, 49.0, 106.0, 25.0), (288.0, 49.0, 93.0, 25.0), (389.0, 49.0, 92.0, 25.0), (489.0, 49.0, 49.0, 25.0)]")
Build Csv2ImgCore: Tests/Csv2ImgCoreTests/ImageMakerTests.swift#L124
testBuildImage, XCTAssertEqual failed: ("[(8.0, 84.0, 158.0, 24.0), (174.0, 84.0, 106.0, 24.0), (288.0, 84.0, 93.0, 24.0), (389.0, 84.0, 92.0, 24.0), (489.0, 84.0, 49.0, 24.0)]") is not equal to ("[(8.0, 86.0, 158.0, 25.0), (174.0, 86.0, 106.0, 25.0), (288.0, 86.0, 93.0, 25.0), (389.0, 86.0, 92.0, 25.0), (489.0, 86.0, 49.0, 25.0)]")
Build Csv2ImgCore: Tests/Csv2ImgCoreTests/ImageMakerTests.swift#L124
testBuildImage, XCTAssertEqual failed: ("[(8.0, 120.0, 158.0, 24.0), (174.0, 120.0, 106.0, 24.0), (288.0, 120.0, 93.0, 24.0), (389.0, 120.0, 92.0, 24.0), (489.0, 120.0, 49.0, 24.0)]") is not equal to ("[(8.0, 123.0, 158.0, 25.0), (174.0, 123.0, 106.0, 25.0), (288.0, 123.0, 93.0, 25.0), (389.0, 123.0, 92.0, 25.0), (489.0, 123.0, 49.0, 25.0)]")
Build Csv2ImgCore
Process completed with exit code 65.
Build Csv2ImgCore
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 Csv2ImgCore
xcbeautify 2.11.0 is already installed and up-to-date. To reinstall 2.11.0, run: brew reinstall xcbeautify
Build Csv2ImgCore: 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 Csv2ImgCore: 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 Csv2ImgCore: 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 Csv2ImgCore: 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 Csv2ImgCore: 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 Csv2ImgCore: 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 Csv2ImgCore: 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 Csv2ImgCore: 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 Csv2ImgCore: 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 Csv2ImgCore: Sources/Csv2ImgCore/ImageMaker.swift#L173
immutable value 'item' was never used; consider replacing with '_' or removing it
Build Csv2ImgCore: 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 Csv2ImgCore: 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 Csv2ImgCore: 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 Csv2ImgCore: 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 Csv2ImgCore: Sources/Csv2ImgCore/ImageMaker.swift#L173
immutable value 'item' was never used; consider replacing with '_' or removing it
Build Csv2ImgCore: 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 Csv2ImgCore: 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 Csv2ImgCore: 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 Csv2ImgCore: 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 Csv2ImgCore: 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 Csv2ImgCore
Skipped Csv2ImgCoreTests.PdfMakerTests.test_make
Build Csv2ImgCore
Skipped Csv2ImgCoreTests.PdfMakerTests.test_make