The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Csv2Img, reference 1.9.0 (a87617), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 04:25:41 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
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.2
Building package at path:  $PWD
https://github.com/fummicc1/csv2img.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[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
[8/17] Write Csv2ImgCmd-entitlement.plist
[8/17] Write sources
[13/17] Write swift-version-1EA4D86E10B52AF.txt
[15/37] Emitting module SwiftSyntax509
[16/37] Compiling SwiftSyntax510 Empty.swift
[17/37] Emitting module SwiftSyntax510
[18/37] Compiling SwiftSyntax509 Empty.swift
[19/92] Emitting module ArgumentParserToolInfo
[20/92] Compiling ArgumentParserToolInfo ToolInfo.swift
[21/136] Compiling ArgumentParser BashCompletionsGenerator.swift
[22/136] Compiling ArgumentParser CompletionsGenerator.swift
[23/136] Compiling ArgumentParser FishCompletionsGenerator.swift
[24/136] Compiling ArgumentParser ZshCompletionsGenerator.swift
[25/136] Compiling ArgumentParser Argument.swift
[26/136] Compiling ArgumentParser ArgumentHelp.swift
[27/136] Compiling ArgumentParser ArgumentVisibility.swift
[28/142] Emitting module ArgumentParser
[32/145] Compiling ArgumentParser CompletionKind.swift
[37/145] Compiling ArgumentParser SequenceExtensions.swift
[38/145] Compiling ArgumentParser StringExtensions.swift
[39/145] Compiling ArgumentParser Tree.swift
[40/145] Compiling ArgumentParser OptionGroup.swift
[41/145] Compiling ArgumentParser AsyncParsableCommand.swift
[42/145] Compiling ArgumentParser CommandConfiguration.swift
[43/145] Compiling ArgumentParser EnumerableFlag.swift
[44/145] Compiling ArgumentParser ExpressibleByArgument.swift
[45/145] Compiling ArgumentParser ParsableArguments.swift
[46/145] Compiling ArgumentParser ParsableArgumentsValidation.swift
[47/145] Compiling ArgumentParser ParsableCommand.swift
[48/145] Compiling ArgumentParser Errors.swift
[49/145] Compiling ArgumentParser Flag.swift
[50/145] Compiling ArgumentParser NameSpecification.swift
[51/145] Compiling ArgumentParser Option.swift
[52/145] Compiling ArgumentParser ArgumentDecoder.swift
[53/145] Compiling ArgumentParser ArgumentDefinition.swift
[54/145] Compiling ArgumentParser ArgumentSet.swift
[55/145] Compiling ArgumentParser CommandParser.swift
[56/145] Compiling ArgumentParser ParserError.swift
[57/145] Compiling ArgumentParser SplitArguments.swift
[58/145] Compiling ArgumentParser DumpHelpGenerator.swift
[59/145] Compiling ArgumentParser HelpCommand.swift
[60/145] Compiling ArgumentParser InputOrigin.swift
[61/145] Compiling ArgumentParser Name.swift
[62/145] Compiling ArgumentParser Parsed.swift
[63/145] Compiling ArgumentParser ParsedValues.swift
[64/145] Compiling ArgumentParser HelpGenerator.swift
[65/145] Compiling ArgumentParser MessageInfo.swift
[66/145] Compiling ArgumentParser UsageGenerator.swift
[67/145] Compiling ArgumentParser CollectionExtensions.swift
[68/145] Emitting module SwiftSyntax
[69/145] Compiling SwiftSyntax SourceLocation.swift
[70/145] Compiling SwiftSyntax SourcePresence.swift
[71/145] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[72/145] Compiling SwiftSyntax Syntax.swift
[73/145] Compiling SwiftSyntax SyntaxArena.swift
[74/145] Compiling SwiftSyntax SyntaxChildren.swift
[75/145] Compiling SwiftSyntax SyntaxCollection.swift
[76/145] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[77/145] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[78/145] Compiling SwiftSyntax SyntaxBaseNodes.swift
[79/145] Compiling SwiftSyntax SyntaxCollections.swift
[80/145] Compiling SwiftSyntax SyntaxEnum.swift
[81/145] Compiling SwiftSyntax SyntaxKind.swift
[82/145] Compiling SwiftSyntax SyntaxRewriter.swift
[83/145] Compiling Csv2Img PdfSize.swift
[84/145] Compiling Csv2Img String+Ex.swift
[85/146] Emitting module Csv2Img
/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 {
[86/146] Compiling Csv2Img Pdf+Data.swift
/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 |         )
[89/146] Compiling Csv2Img PDFMetadata.swift
/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: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/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 |                             }
[96/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]
[97/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 {
[105/148] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[106/148] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[107/148] Compiling SwiftSyntax RawSyntaxValidation.swift
[108/148] Compiling SwiftSyntax SyntaxNodesAB.swift
[109/148] Compiling SwiftSyntax SyntaxNodesC.swift
[110/148] Compiling SwiftSyntax SyntaxNodesD.swift
[111/148] Compiling Csv2ImgCmd command.swift
[112/148] Emitting module Csv2ImgCmd
[112/148] Write Objects.LinkFileList
[113/148] Linking Csv2ImgCmd
[114/148] Applying Csv2ImgCmd
[141/148] Compiling SwiftSyntax TriviaPieces.swift
[142/148] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[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] Compiling SwiftParser UnicodeScalarExtensions.swift
[162/191] Compiling SwiftParser Lookahead.swift
[163/191] Compiling SwiftParser LoopProgressCondition.swift
[164/191] Compiling SwiftParser Modifiers.swift
[165/191] Emitting module SwiftParser
[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 Attributes.swift
[171/191] Compiling SwiftParser Availability.swift
[172/191] Compiling SwiftParser CharacterInfo.swift
[173/191] Compiling SwiftParser CollectionNodes+Parsable.swift
[174/191] Compiling SwiftParser Declarations.swift
[175/191] Compiling SwiftParser TokenSpecSet.swift
[176/191] Compiling SwiftParser TopLevel.swift
[177/191] Compiling SwiftParser TriviaParser.swift
[178/191] Compiling SwiftParser Types.swift
[179/191] Compiling SwiftParser Statements.swift
[180/191] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[181/191] Compiling SwiftParser StringLiterals.swift
[182/191] Compiling SwiftParser SwiftParserCompatibility.swift
[183/191] Compiling SwiftParser IsLexerClassified.swift
[184/191] Compiling SwiftParser LayoutNodes+Parsable.swift
[185/191] Compiling SwiftParser Parser+TokenSpecSet.swift
[186/191] Compiling SwiftParser TokenSpecStaticMembers.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 NewCsvComposition.swift
[193/199] Compiling CsvBuilder RowWrapper.swift
[194/199] Compiling CsvBuilder CsvCompositionElement.swift
[195/199] Compiling CsvBuilder Example.swift
[196/199] Compiling CsvBuilder CsvBuilder.swift
[197/199] Compiling CsvBuilder CsvComposition.swift
[198/199] Emitting module CsvBuilder
[199/199] Compiling CsvBuilder CsvCompositionParser.swift
Build complete! (35.79s)
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetching https://github.com/swiftlang/swift-syntax
[1/2082] Fetching swift-docc-plugin
[231/17462] Fetching swift-docc-plugin, swift-argument-parser
[17463/88386] Fetching swift-docc-plugin, swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser from cache (3.07s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (3.07s)
Fetched https://github.com/swiftlang/swift-syntax from cache (3.07s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 510.0.3 (5.76s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.1.4 (0.52s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.4 (0.49s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3414] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.13s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.68s)
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
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.4
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 510.0.3
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.