The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Csv2Img, reference 1.9.0 (a87617), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 12:31:57 UTC.

Swift 6 data race errors: 3

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fummicc1/csv2img.git
Reference: 1.9.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fummicc1/csv2img
 * tag               1.9.0      -> FETCH_HEAD
HEAD is now at a876179 Update README.md (#60)
Cloned https://github.com/fummicc1/csv2img.git
Revision (git rev-parse @):
a8761795022810bae2a06dd828a68169adb0311b
SUCCESS checkout https://github.com/fummicc1/csv2img.git at 1.9.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/fummicc1/csv2img.git
https://github.com/fummicc1/csv2img.git
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "1.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "510.0.0",
            "upper_bound" : "511.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    }
  ],
  "manifest_display_name" : "Csv2Img",
  "name" : "Csv2Img",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Csv2Img",
      "targets" : [
        "Csv2Img"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CsvBuilder",
      "targets" : [
        "CsvBuilder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Csv2ImgCmd",
      "targets" : [
        "Csv2ImgCmd"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CsvBuilderTests",
      "module_type" : "SwiftTarget",
      "name" : "CsvBuilderTests",
      "path" : "Tests/CsvBuilderTests",
      "sources" : [
        "CsvBuilderTests.swift"
      ],
      "target_dependencies" : [
        "CsvBuilder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CsvBuilder",
      "module_type" : "SwiftTarget",
      "name" : "CsvBuilder",
      "path" : "Sources/CsvBuilder",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftParser"
      ],
      "product_memberships" : [
        "CsvBuilder"
      ],
      "sources" : [
        "CsvBuilder.swift",
        "CsvComposition.swift",
        "CsvCompositionElement.swift",
        "CsvCompositionParser.swift",
        "Example.swift",
        "NewCsvComposition.swift",
        "RowWrapper.swift"
      ],
      "target_dependencies" : [
        "Csv2Img"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Csv2ImgTests",
      "module_type" : "SwiftTarget",
      "name" : "Csv2ImgTests",
      "path" : "Tests/Csv2ImgTests",
      "sources" : [
        "CsvTests.swift",
        "ImageMakerTests.swift",
        "PdfMakerTests.swift",
        "Util.swift"
      ],
      "target_dependencies" : [
        "Csv2Img"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Csv2ImgCmd",
      "module_type" : "SwiftTarget",
      "name" : "Csv2ImgCmd",
      "path" : "Sources/Csv2ImgCmd",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "Csv2ImgCmd"
      ],
      "sources" : [
        "command.swift"
      ],
      "target_dependencies" : [
        "Csv2Img"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Csv2Img",
      "module_type" : "SwiftTarget",
      "name" : "Csv2Img",
      "path" : "Sources/Csv2Img",
      "product_memberships" : [
        "Csv2Img",
        "CsvBuilder",
        "Csv2ImgCmd"
      ],
      "sources" : [
        "Csv.swift",
        "CsvColumn.swift",
        "CsvColumnStyle+Ex.swift",
        "CsvError.swift",
        "CsvRow.swift",
        "Image+Data.swift",
        "ImageMaker.swift",
        "Maker.swift",
        "PDFMetadata.swift",
        "Pdf+Data.swift",
        "PdfMaker.swift",
        "PdfSize.swift",
        "String+Ex.swift",
        "TypeConvertible.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManualPlugin
Building for debugging...
[3/17] Write sources
[6/17] Write Csv2ImgCmd-entitlement.plist
[7/17] Write sources
[13/17] Write swift-version-2F0A5646E1D333AE.txt
[15/37] Emitting module SwiftSyntax510
[16/37] Compiling SwiftSyntax510 Empty.swift
[17/37] Compiling SwiftSyntax509 Empty.swift
[18/37] Emitting module SwiftSyntax509
[19/37] Emitting module ArgumentParserToolInfo
[20/37] Compiling ArgumentParserToolInfo ToolInfo.swift
[21/136] Compiling SwiftSyntax SyntaxHashable.swift
[22/136] Compiling SwiftSyntax SyntaxIdentifier.swift
[23/136] Compiling SwiftSyntax SyntaxNodeStructure.swift
[24/136] Compiling SwiftSyntax SyntaxProtocol.swift
[25/136] Compiling SwiftSyntax SyntaxText.swift
[26/136] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[27/136] Compiling SwiftSyntax TokenDiagnostic.swift
[28/142] Compiling SwiftSyntax AbsolutePosition.swift
[29/142] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[30/142] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[31/142] Compiling SwiftSyntax Assert.swift
[32/142] Compiling SwiftSyntax BumpPtrAllocator.swift
[33/142] Compiling SwiftSyntax CommonAncestor.swift
[34/142] Compiling SwiftSyntax Convenience.swift
[35/142] Compiling SwiftSyntax MemoryLayout.swift
[36/142] Compiling SwiftSyntax MissingNodeInitializers.swift
[37/142] Compiling SwiftSyntax RawSyntax.swift
[38/142] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[39/142] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[40/142] Compiling SwiftSyntax RawSyntaxTokenView.swift
[41/142] Compiling SwiftSyntax SourceLength.swift
[42/142] Compiling ArgumentParser BashCompletionsGenerator.swift
[43/142] Compiling ArgumentParser CompletionsGenerator.swift
[44/142] Compiling ArgumentParser FishCompletionsGenerator.swift
[45/142] Compiling ArgumentParser ZshCompletionsGenerator.swift
[46/142] Compiling ArgumentParser Errors.swift
[47/142] Compiling ArgumentParser Flag.swift
[48/142] Compiling ArgumentParser NameSpecification.swift
[49/142] Compiling ArgumentParser InputOrigin.swift
[50/142] Compiling ArgumentParser Name.swift
[51/142] Compiling ArgumentParser Parsed.swift
[52/142] Compiling ArgumentParser ParsedValues.swift
[53/145] Compiling ArgumentParser Argument.swift
[54/145] Compiling ArgumentParser ArgumentHelp.swift
[55/145] Compiling ArgumentParser ArgumentVisibility.swift
[56/145] Compiling ArgumentParser CompletionKind.swift
[57/145] Emitting module ArgumentParser
[65/145] Compiling ArgumentParser Option.swift
[66/145] Compiling ArgumentParser SequenceExtensions.swift
[67/145] Compiling ArgumentParser StringExtensions.swift
[68/145] Compiling ArgumentParser Tree.swift
[69/145] Emitting module SwiftSyntax
[70/145] Compiling ArgumentParser ArgumentDecoder.swift
[71/145] Compiling ArgumentParser ArgumentDefinition.swift
[72/145] Compiling ArgumentParser ArgumentSet.swift
[73/145] Compiling ArgumentParser CommandParser.swift
[74/145] Compiling ArgumentParser ExpressibleByArgument.swift
[75/145] Compiling ArgumentParser ParsableArguments.swift
[76/145] Compiling ArgumentParser ParsableArgumentsValidation.swift
[77/145] Compiling ArgumentParser ParsableCommand.swift
[78/145] Compiling ArgumentParser OptionGroup.swift
[79/145] Compiling ArgumentParser AsyncParsableCommand.swift
[80/145] Compiling ArgumentParser CommandConfiguration.swift
[81/145] Compiling ArgumentParser EnumerableFlag.swift
[82/145] Compiling ArgumentParser ParserError.swift
[83/145] Compiling ArgumentParser SplitArguments.swift
[84/145] Compiling ArgumentParser DumpHelpGenerator.swift
[85/145] Compiling ArgumentParser HelpCommand.swift
[86/145] Compiling ArgumentParser HelpGenerator.swift
[87/145] Compiling ArgumentParser MessageInfo.swift
[88/145] Compiling ArgumentParser UsageGenerator.swift
[89/145] Compiling ArgumentParser CollectionExtensions.swift
[96/145] Compiling Csv2Img PdfSize.swift
[97/145] Compiling Csv2Img Pdf+Data.swift
[98/145] Compiling Csv2Img String+Ex.swift
/Users/admin/builder/spi-builder-workspace/Sources/Csv2Img/ImageMaker.swift:20:10: warning: associated value 'failedCreateImage' of 'Sendable'-conforming enum 'ImageMakingError' has non-sendable type 'CGContext'; this is an error in the Swift 6 language mode
 18 |     /// Failed to get current `CGContext`
 19 |     case noContextAvailable
 20 |     case failedCreateImage(
    |          `- warning: associated value 'failedCreateImage' of 'Sendable'-conforming enum 'ImageMakingError' has non-sendable type 'CGContext'; this is an error in the Swift 6 language mode
 21 |         CGContext
 22 |     )
CoreGraphics.CGContext:1:14: note: class 'CGContext' does not conform to the 'Sendable' protocol
1 | public class CGContext : _CFObject {
  |              `- note: class 'CGContext' does not conform to the 'Sendable' protocol
2 | }
/Users/admin/builder/spi-builder-workspace/Sources/Csv2Img/ImageMaker.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
  1 | import CoreGraphics
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
  2 | import CoreText
  3 | import Foundation
/Users/admin/builder/spi-builder-workspace/Sources/Csv2Img/ImageMaker.swift:48:9: warning: stored property 'maximumRowCount' of 'Sendable'-conforming class 'ImageMaker' is mutable; this is an error in the Swift 6 language mode
 46 |     }
 47 |
 48 |     var maximumRowCount: Int?
    |         `- warning: stored property 'maximumRowCount' of 'Sendable'-conforming class 'ImageMaker' is mutable; this is an error in the Swift 6 language mode
 49 |
 50 |     var fontSize: Double
/Users/admin/builder/spi-builder-workspace/Sources/Csv2Img/ImageMaker.swift:20:10: warning: associated value 'failedCreateImage' of 'Sendable'-conforming enum 'ImageMakingError' has non-sendable type 'CGContext'; this is an error in the Swift 6 language mode
 18 |     /// Failed to get current `CGContext`
 19 |     case noContextAvailable
 20 |     case failedCreateImage(
    |          `- warning: associated value 'failedCreateImage' of 'Sendable'-conforming enum 'ImageMakingError' has non-sendable type 'CGContext'; this is an error in the Swift 6 language mode
 21 |         CGContext
 22 |     )
CoreGraphics.CGContext:1:14: note: class 'CGContext' does not conform to the 'Sendable' protocol
1 | public class CGContext : _CFObject {
  |              `- note: class 'CGContext' does not conform to the 'Sendable' protocol
2 | }
/Users/admin/builder/spi-builder-workspace/Sources/Csv2Img/ImageMaker.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
  1 | import CoreGraphics
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
  2 | import CoreText
  3 | import Foundation
/Users/admin/builder/spi-builder-workspace/Sources/Csv2Img/ImageMaker.swift:48:9: warning: stored property 'maximumRowCount' of 'Sendable'-conforming class 'ImageMaker' is mutable; this is an error in the Swift 6 language mode
 46 |     }
 47 |
 48 |     var maximumRowCount: Int?
    |         `- warning: stored property 'maximumRowCount' of 'Sendable'-conforming class 'ImageMaker' is mutable; this is an error in the Swift 6 language mode
 49 |
 50 |     var fontSize: Double
/Users/admin/builder/spi-builder-workspace/Sources/Csv2Img/CsvColumnStyle+Ex.swift:25:16: warning: expression implicitly coerced from 'NSColor?' to 'Any'
23 |             return normalColor()
24 |         }
25 |         return Color(
   |                |- warning: expression implicitly coerced from 'NSColor?' to 'Any'
   |                |- note: provide a default value to avoid this warning
   |                |- note: force-unwrap the value to avoid this warning
   |                `- note: explicitly cast to 'Any' with 'as Any' to silence this warning
26 |             cgColor: color
27 |         )
/Users/admin/builder/spi-builder-workspace/Sources/Csv2Img/CsvColumnStyle+Ex.swift:25:16: warning: expression implicitly coerced from 'NSColor?' to 'Any'
23 |             return normalColor()
24 |         }
25 |         return Color(
   |                |- warning: expression implicitly coerced from 'NSColor?' to 'Any'
   |                |- note: provide a default value to avoid this warning
   |                |- note: force-unwrap the value to avoid this warning
   |                `- note: explicitly cast to 'Any' with 'as Any' to silence this warning
26 |             cgColor: color
27 |         )
[103/146] Compiling Csv2Img PDFMetadata.swift
[104/146] Compiling Csv2Img PdfMaker.swift
/Users/admin/builder/spi-builder-workspace/Sources/Csv2Img/PdfMaker.swift:44:22: warning: stored property 'fontSize' of 'Sendable'-conforming class 'PdfMaker' is mutable; this is an error in the Swift 6 language mode
 42 |
 43 |     let maximumRowCount: Int?
 44 |     private(set) var fontSize: Double
    |                      `- warning: stored property 'fontSize' of 'Sendable'-conforming class 'PdfMaker' is mutable; this is an error in the Swift 6 language mode
 45 |     var metadata: PDFMetadata
 46 |
/Users/admin/builder/spi-builder-workspace/Sources/Csv2Img/PdfMaker.swift:214:53: warning: expression implicitly coerced from 'String?' to 'Any'
212 |             let coreInfo =
213 |                 [
214 |                     kCGPDFContextTitle as CFString: metadata.title,
    |                                                     |        |- note: provide a default value to avoid this warning
    |                                                     |        |- note: force-unwrap the value to avoid this warning
    |                                                     |        `- note: explicitly cast to 'Any' with 'as Any' to silence this warning
    |                                                     `- warning: expression implicitly coerced from 'String?' to 'Any'
215 |                     kCGPDFContextAuthor as CFString: metadata.author,
216 |                     kCGPDFContextMediaBox: mediaBoxPerPage,
/Users/admin/builder/spi-builder-workspace/Sources/Csv2Img/PdfMaker.swift:215:54: warning: expression implicitly coerced from 'String?' to 'Any'
213 |                 [
214 |                     kCGPDFContextTitle as CFString: metadata.title,
215 |                     kCGPDFContextAuthor as CFString: metadata.author,
    |                                                      |        |- note: provide a default value to avoid this warning
    |                                                      |        |- note: force-unwrap the value to avoid this warning
    |                                                      |        `- note: explicitly cast to 'Any' with 'as Any' to silence this warning
    |                                                      `- warning: expression implicitly coerced from 'String?' to 'Any'
216 |                     kCGPDFContextMediaBox: mediaBoxPerPage,
217 |                 ] as [CFString: Any]
/Users/admin/builder/spi-builder-workspace/Sources/Csv2Img/PdfMaker.swift:418:53: warning: expression implicitly coerced from 'String?' to 'Any'
416 |             let coreInfo =
417 |                 [
418 |                     kCGPDFContextTitle as CFString: metadata.title,
    |                                                     |        |- note: provide a default value to avoid this warning
    |                                                     |        |- note: force-unwrap the value to avoid this warning
    |                                                     |        `- note: explicitly cast to 'Any' with 'as Any' to silence this warning
    |                                                     `- warning: expression implicitly coerced from 'String?' to 'Any'
419 |                     kCGPDFContextAuthor as CFString: metadata.author,
420 |                     kCGPDFContextMediaBox: mediaBoxPerPage,
/Users/admin/builder/spi-builder-workspace/Sources/Csv2Img/PdfMaker.swift:419:54: warning: expression implicitly coerced from 'String?' to 'Any'
417 |                 [
418 |                     kCGPDFContextTitle as CFString: metadata.title,
419 |                     kCGPDFContextAuthor as CFString: metadata.author,
    |                                                      |        |- note: provide a default value to avoid this warning
    |                                                      |        |- note: force-unwrap the value to avoid this warning
    |                                                      |        `- note: explicitly cast to 'Any' with 'as Any' to silence this warning
    |                                                      `- warning: expression implicitly coerced from 'String?' to 'Any'
420 |                     kCGPDFContextMediaBox: mediaBoxPerPage,
421 |                 ] as [CFString: Any]
[107/146] Emitting module Csv2Img
/Users/admin/builder/spi-builder-workspace/Sources/Csv2Img/ImageMaker.swift:20:10: warning: associated value 'failedCreateImage' of 'Sendable'-conforming enum 'ImageMakingError' has non-sendable type 'CGContext'; this is an error in the Swift 6 language mode
 18 |     /// Failed to get current `CGContext`
 19 |     case noContextAvailable
 20 |     case failedCreateImage(
    |          `- warning: associated value 'failedCreateImage' of 'Sendable'-conforming enum 'ImageMakingError' has non-sendable type 'CGContext'; this is an error in the Swift 6 language mode
 21 |         CGContext
 22 |     )
CoreGraphics.CGContext:1:14: note: class 'CGContext' does not conform to the 'Sendable' protocol
1 | public class CGContext : _CFObject {
  |              `- note: class 'CGContext' does not conform to the 'Sendable' protocol
2 | }
/Users/admin/builder/spi-builder-workspace/Sources/Csv2Img/ImageMaker.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
  1 | import CoreGraphics
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreGraphics'
  2 | import CoreText
  3 | import Foundation
/Users/admin/builder/spi-builder-workspace/Sources/Csv2Img/ImageMaker.swift:48:9: warning: stored property 'maximumRowCount' of 'Sendable'-conforming class 'ImageMaker' is mutable; this is an error in the Swift 6 language mode
 46 |     }
 47 |
 48 |     var maximumRowCount: Int?
    |         `- warning: stored property 'maximumRowCount' of 'Sendable'-conforming class 'ImageMaker' is mutable; this is an error in the Swift 6 language mode
 49 |
 50 |     var fontSize: Double
/Users/admin/builder/spi-builder-workspace/Sources/Csv2Img/PdfMaker.swift:44:22: warning: stored property 'fontSize' of 'Sendable'-conforming class 'PdfMaker' is mutable; this is an error in the Swift 6 language mode
 42 |
 43 |     let maximumRowCount: Int?
 44 |     private(set) var fontSize: Double
    |                      `- warning: stored property 'fontSize' of 'Sendable'-conforming class 'PdfMaker' is mutable; this is an error in the Swift 6 language mode
 45 |     var metadata: PDFMetadata
 46 |
/Users/admin/builder/spi-builder-workspace/Sources/Csv2Img/TypeConvertible.swift:25:1: warning: 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
23 |
24 | }
25 | extension PDFDocument: @unchecked Sendable {
   | |- warning: 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
   | `- note: add '@retroactive' to silence this warning
26 | }
27 | extension PDFDocument: CsvExportable {
/Users/admin/builder/spi-builder-workspace/Sources/Csv2Img/Csv.swift:87:9: warning: actor-isolated property 'isLoadingSubject' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
 85 |         >
 86 |     {
 87 |         isLoadingSubject.eraseToAnyPublisher()
    |         `- warning: actor-isolated property 'isLoadingSubject' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
 88 |     }
 89 |
 90 |     /// `CurrentValueSubject` to store ``isLoading``.
 91 |     private let isLoadingSubject:
    |                 `- note: property declared here
 92 |         CurrentValueSubject<
 93 |             Bool,
/Users/admin/builder/spi-builder-workspace/Sources/Csv2Img/Csv.swift:112:9: warning: actor-isolated property 'progressSubject' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
110 |         >
111 |     {
112 |         progressSubject.eraseToAnyPublisher()
    |         `- warning: actor-isolated property 'progressSubject' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
113 |     }
114 |
115 |     /// `CurrentValueSubject` to store ``progress``.
116 |     private let progressSubject:
    |                 `- note: property declared here
117 |         CurrentValueSubject<
118 |             Double,
/Users/admin/builder/spi-builder-workspace/Sources/Csv2Img/Csv.swift:531:38: warning: actor-isolated property 'progressSubject' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
114 |
115 |     /// `CurrentValueSubject` to store ``progress``.
116 |     private let progressSubject:
    |                 `- note: mutation of this property is only permitted within the actor
117 |         CurrentValueSubject<
118 |             Double,
    :
529 |                                 rows: await self.rows
530 |                             ) { progress in
531 |                                 self.progressSubject.value = progress
    |                                      `- warning: actor-isolated property 'progressSubject' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
532 |                             }
533 |                             continuation.resume(
/Users/admin/builder/spi-builder-workspace/Sources/Csv2Img/Csv.swift:577:42: warning: actor-isolated property 'progressSubject' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
114 |
115 |     /// `CurrentValueSubject` to store ``progress``.
116 |     private let progressSubject:
    |                 `- note: mutation of this property is only permitted within the actor
117 |         CurrentValueSubject<
118 |             Double,
    :
575 |                                     rows: await self.rows
576 |                                 ) { progress in
577 |                                     self.progressSubject.value = progress
    |                                          `- warning: actor-isolated property 'progressSubject' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
578 |                                 }
579 |                             } else {
/Users/admin/builder/spi-builder-workspace/Sources/Csv2Img/Csv.swift:584:42: warning: actor-isolated property 'progressSubject' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
114 |
115 |     /// `CurrentValueSubject` to store ``progress``.
116 |     private let progressSubject:
    |                 `- note: mutation of this property is only permitted within the actor
117 |         CurrentValueSubject<
118 |             Double,
    :
582 |                                     rows: await self.rows
583 |                                 ) { progress in
584 |                                     self.progressSubject.value = progress
    |                                          `- warning: actor-isolated property 'progressSubject' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
585 |                                 }
586 |                             }
/Users/admin/builder/spi-builder-workspace/Sources/Csv2Img/Csv.swift:87:9: warning: actor-isolated property 'isLoadingSubject' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
 85 |         >
 86 |     {
 87 |         isLoadingSubject.eraseToAnyPublisher()
    |         `- warning: actor-isolated property 'isLoadingSubject' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
 88 |     }
 89 |
 90 |     /// `CurrentValueSubject` to store ``isLoading``.
 91 |     private let isLoadingSubject:
    |                 `- note: property declared here
 92 |         CurrentValueSubject<
 93 |             Bool,
/Users/admin/builder/spi-builder-workspace/Sources/Csv2Img/Csv.swift:112:9: warning: actor-isolated property 'progressSubject' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
110 |         >
111 |     {
112 |         progressSubject.eraseToAnyPublisher()
    |         `- warning: actor-isolated property 'progressSubject' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
113 |     }
114 |
115 |     /// `CurrentValueSubject` to store ``progress``.
116 |     private let progressSubject:
    |                 `- note: property declared here
117 |         CurrentValueSubject<
118 |             Double,
/Users/admin/builder/spi-builder-workspace/Sources/Csv2Img/Csv.swift:531:38: warning: actor-isolated property 'progressSubject' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
114 |
115 |     /// `CurrentValueSubject` to store ``progress``.
116 |     private let progressSubject:
    |                 `- note: mutation of this property is only permitted within the actor
117 |         CurrentValueSubject<
118 |             Double,
    :
529 |                                 rows: await self.rows
530 |                             ) { progress in
531 |                                 self.progressSubject.value = progress
    |                                      `- warning: actor-isolated property 'progressSubject' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
532 |                             }
533 |                             continuation.resume(
/Users/admin/builder/spi-builder-workspace/Sources/Csv2Img/Csv.swift:577:42: warning: actor-isolated property 'progressSubject' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
114 |
115 |     /// `CurrentValueSubject` to store ``progress``.
116 |     private let progressSubject:
    |                 `- note: mutation of this property is only permitted within the actor
117 |         CurrentValueSubject<
118 |             Double,
    :
575 |                                     rows: await self.rows
576 |                                 ) { progress in
577 |                                     self.progressSubject.value = progress
    |                                          `- warning: actor-isolated property 'progressSubject' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
578 |                                 }
579 |                             } else {
/Users/admin/builder/spi-builder-workspace/Sources/Csv2Img/Csv.swift:584:42: warning: actor-isolated property 'progressSubject' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
114 |
115 |     /// `CurrentValueSubject` to store ``progress``.
116 |     private let progressSubject:
    |                 `- note: mutation of this property is only permitted within the actor
117 |         CurrentValueSubject<
118 |             Double,
    :
582 |                                     rows: await self.rows
583 |                                 ) { progress in
584 |                                     self.progressSubject.value = progress
    |                                          `- warning: actor-isolated property 'progressSubject' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
585 |                                 }
586 |                             }
[110/146] Compiling Csv2Img TypeConvertible.swift
/Users/admin/builder/spi-builder-workspace/Sources/Csv2Img/TypeConvertible.swift:25:1: warning: 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
23 |
24 | }
25 | extension PDFDocument: @unchecked Sendable {
   | |- warning: 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
   | `- note: add '@retroactive' to silence this warning
26 | }
27 | extension PDFDocument: CsvExportable {
[111/148] Compiling Csv2ImgCmd command.swift
[112/148] Emitting module Csv2ImgCmd
[112/148] Write Objects.LinkFileList
[119/148] Compiling SwiftSyntax SyntaxNodesD.swift
[119/148] Linking Csv2ImgCmd
[120/148] Applying Csv2ImgCmd
[143/148] Compiling SwiftSyntax SyntaxNodesEF.swift
[144/148] Compiling SwiftSyntax SyntaxNodesGHI.swift
[145/148] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[146/148] Compiling SwiftSyntax SyntaxNodesOP.swift
[147/148] Compiling SwiftSyntax SyntaxNodesQRS.swift
[148/148] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[149/187] Compiling SwiftParser Names.swift
[150/187] Compiling SwiftParser Nominals.swift
[151/187] Compiling SwiftParser Parameters.swift
[152/187] Compiling SwiftParser ParseSourceFile.swift
[153/191] Compiling SwiftParser SyntaxUtils.swift
[154/191] Compiling SwiftParser TokenConsumer.swift
[155/191] Compiling SwiftParser TokenPrecedence.swift
[156/191] Compiling SwiftParser TokenSpec.swift
[157/191] Compiling SwiftParser Lexeme.swift
[158/191] Compiling SwiftParser LexemeSequence.swift
[159/191] Compiling SwiftParser Lexer.swift
[160/191] Compiling SwiftParser RegexLiteralLexer.swift
[161/191] Emitting module SwiftParser
[162/191] Compiling SwiftParser Statements.swift
[163/191] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[164/191] Compiling SwiftParser StringLiterals.swift
[165/191] Compiling SwiftParser SwiftParserCompatibility.swift
[166/191] Compiling SwiftParser Parser.swift
[167/191] Compiling SwiftParser Patterns.swift
[168/191] Compiling SwiftParser Recovery.swift
[169/191] Compiling SwiftParser Specifiers.swift
[170/191] Compiling SwiftParser UnicodeScalarExtensions.swift
[171/191] Compiling SwiftParser Lookahead.swift
[172/191] Compiling SwiftParser LoopProgressCondition.swift
[173/191] Compiling SwiftParser Modifiers.swift
[174/191] Compiling SwiftParser Attributes.swift
[175/191] Compiling SwiftParser Availability.swift
[176/191] Compiling SwiftParser CharacterInfo.swift
[177/191] Compiling SwiftParser CollectionNodes+Parsable.swift
[178/191] Compiling SwiftParser Declarations.swift
[179/191] Compiling SwiftParser IsLexerClassified.swift
[180/191] Compiling SwiftParser LayoutNodes+Parsable.swift
[181/191] Compiling SwiftParser Parser+TokenSpecSet.swift
[182/191] Compiling SwiftParser TokenSpecStaticMembers.swift
[183/191] Compiling SwiftParser TokenSpecSet.swift
[184/191] Compiling SwiftParser TopLevel.swift
[185/191] Compiling SwiftParser TriviaParser.swift
[186/191] Compiling SwiftParser Types.swift
[187/191] Compiling SwiftParser Directives.swift
[188/191] Compiling SwiftParser ExperimentalFeatures.swift
[189/191] Compiling SwiftParser Expressions.swift
[190/191] Compiling SwiftParser IncrementalParseTransition.swift
[191/191] Compiling SwiftParser Cursor.swift
[192/199] Compiling CsvBuilder RowWrapper.swift
[193/199] Compiling CsvBuilder Example.swift
[194/199] Compiling CsvBuilder CsvComposition.swift
[195/199] Compiling CsvBuilder NewCsvComposition.swift
[196/199] Compiling CsvBuilder CsvCompositionParser.swift
[197/199] Compiling CsvBuilder CsvCompositionElement.swift
[198/199] Compiling CsvBuilder CsvBuilder.swift
[199/199] Emitting module CsvBuilder
Build complete! (33.11s)
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.49s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.02s)
Fetched https://github.com/swiftlang/swift-syntax from cache (1.03s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 510.0.3 (2.32s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.1.4 (0.65s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.61s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.87s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.55s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.1.4
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 510.0.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "1.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "510.0.0",
            "upper_bound" : "511.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    }
  ],
  "manifest_display_name" : "Csv2Img",
  "name" : "Csv2Img",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Csv2Img",
      "targets" : [
        "Csv2Img"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CsvBuilder",
      "targets" : [
        "CsvBuilder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Csv2ImgCmd",
      "targets" : [
        "Csv2ImgCmd"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CsvBuilderTests",
      "module_type" : "SwiftTarget",
      "name" : "CsvBuilderTests",
      "path" : "Tests/CsvBuilderTests",
      "sources" : [
        "CsvBuilderTests.swift"
      ],
      "target_dependencies" : [
        "CsvBuilder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CsvBuilder",
      "module_type" : "SwiftTarget",
      "name" : "CsvBuilder",
      "path" : "Sources/CsvBuilder",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftParser"
      ],
      "product_memberships" : [
        "CsvBuilder"
      ],
      "sources" : [
        "CsvBuilder.swift",
        "CsvComposition.swift",
        "CsvCompositionElement.swift",
        "CsvCompositionParser.swift",
        "Example.swift",
        "NewCsvComposition.swift",
        "RowWrapper.swift"
      ],
      "target_dependencies" : [
        "Csv2Img"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Csv2ImgTests",
      "module_type" : "SwiftTarget",
      "name" : "Csv2ImgTests",
      "path" : "Tests/Csv2ImgTests",
      "sources" : [
        "CsvTests.swift",
        "ImageMakerTests.swift",
        "PdfMakerTests.swift",
        "Util.swift"
      ],
      "target_dependencies" : [
        "Csv2Img"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Csv2ImgCmd",
      "module_type" : "SwiftTarget",
      "name" : "Csv2ImgCmd",
      "path" : "Sources/Csv2ImgCmd",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "Csv2ImgCmd"
      ],
      "sources" : [
        "command.swift"
      ],
      "target_dependencies" : [
        "Csv2Img"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Csv2Img",
      "module_type" : "SwiftTarget",
      "name" : "Csv2Img",
      "path" : "Sources/Csv2Img",
      "product_memberships" : [
        "Csv2Img",
        "CsvBuilder",
        "Csv2ImgCmd"
      ],
      "sources" : [
        "Csv.swift",
        "CsvColumn.swift",
        "CsvColumnStyle+Ex.swift",
        "CsvError.swift",
        "CsvRow.swift",
        "Image+Data.swift",
        "ImageMaker.swift",
        "Maker.swift",
        "PDFMetadata.swift",
        "Pdf+Data.swift",
        "PdfMaker.swift",
        "PdfSize.swift",
        "String+Ex.swift",
        "TypeConvertible.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.