Build Information
Successful build of Csv2Img, reference 1.10.0 (c6941d
), with Swift 5.10 for macOS (SPM) on 16 Aug 2025 17:14:57 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.66.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fummicc1/csv2img.git
Reference: 1.10.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fummicc1/csv2img
* tag 1.10.0 -> FETCH_HEAD
HEAD is now at c6941d8 chore: Update iossimulator
Cloned https://github.com/fummicc1/csv2img.git
Revision (git rev-parse @):
c6941d8c3a8672d1281ce9647d5ba6573832a422
SUCCESS checkout https://github.com/fummicc1/csv2img.git at 1.10.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/fummicc1/csv2img.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManualPlugin
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin Swift-DocC Preview
Building for debugging...
[3/17] Write sources
[7/17] Write Csv2ImgCmd-entitlement.plist
[8/17] Write sources
[13/17] Write swift-version-33747A42983211AE.txt
[15/39] Emitting module SwiftSyntax510
[16/39] Compiling SwiftSyntax510 Empty.swift
[17/39] Compiling SwiftSyntax509 Empty.swift
[18/39] Emitting module SwiftSyntax509
[19/101] Emitting module ArgumentParserToolInfo
[20/101] Compiling ArgumentParserToolInfo ToolInfo.swift
[21/138] Compiling ArgumentParser BashCompletionsGenerator.swift
[22/138] Compiling ArgumentParser CompletionsGenerator.swift
[23/138] Compiling ArgumentParser FishCompletionsGenerator.swift
[24/138] Compiling ArgumentParser ZshCompletionsGenerator.swift
[25/138] Compiling ArgumentParser Argument.swift
[26/138] Compiling ArgumentParser ArgumentHelp.swift
[27/138] Compiling ArgumentParser ArgumentVisibility.swift
[28/144] Compiling ArgumentParser CompletionKind.swift
[29/144] Compiling ArgumentParser Errors.swift
[30/144] Compiling ArgumentParser Flag.swift
[31/144] Compiling ArgumentParser NameSpecification.swift
[32/144] Compiling ArgumentParser Option.swift
[33/144] Compiling ArgumentParser OptionGroup.swift
[34/144] Compiling ArgumentParser AsyncParsableCommand.swift
[35/144] Compiling ArgumentParser ParserError.swift
[36/144] Compiling ArgumentParser SplitArguments.swift
[37/144] Compiling ArgumentParser DumpHelpGenerator.swift
[38/144] Compiling ArgumentParser HelpCommand.swift
[39/144] Compiling ArgumentParser HelpGenerator.swift
[40/144] Compiling ArgumentParser MessageInfo.swift
[41/144] Compiling ArgumentParser UsageGenerator.swift
[42/144] Compiling ArgumentParser ArgumentDefinition.swift
[43/144] Compiling ArgumentParser ArgumentSet.swift
[44/144] Compiling ArgumentParser CommandParser.swift
[45/144] Compiling ArgumentParser InputOrigin.swift
[46/144] Compiling ArgumentParser Name.swift
[47/144] Compiling ArgumentParser Parsed.swift
[48/144] Compiling ArgumentParser ParsedValues.swift
[57/147] Emitting module ArgumentParser
[58/147] Compiling ArgumentParser SequenceExtensions.swift
[59/147] Compiling ArgumentParser StringExtensions.swift
[60/147] Compiling ArgumentParser Tree.swift
[67/147] Compiling ArgumentParser CommandConfiguration.swift
[68/147] Compiling ArgumentParser EnumerableFlag.swift
[69/147] Compiling ArgumentParser ExpressibleByArgument.swift
[70/147] Compiling ArgumentParser ParsableArguments.swift
[71/147] Compiling ArgumentParser ParsableArgumentsValidation.swift
[72/147] Compiling ArgumentParser ParsableCommand.swift
[73/147] Compiling ArgumentParser ArgumentDecoder.swift
[77/147] Emitting module SwiftSyntax
[85/147] Compiling ArgumentParser CollectionExtensions.swift
[90/147] Compiling Csv2ImgCore String+Ex.swift
[91/147] Compiling Csv2ImgCore PdfSize.swift
[96/148] Compiling SwiftSyntax SyntaxEnum.swift
[97/148] Compiling SwiftSyntax SyntaxKind.swift
[98/148] Compiling SwiftSyntax SyntaxRewriter.swift
[99/148] Compiling Csv2ImgCore TypeConvertible.swift
[100/148] Emitting module Csv2ImgCore
/Users/admin/builder/spi-builder-workspace/Sources/Csv2ImgCore/ImageMaker.swift:48:9: warning: stored property 'maximumRowCount' of 'Sendable'-conforming class 'ImageMaker' is mutable
var maximumRowCount: Int?
^
/Users/admin/builder/spi-builder-workspace/Sources/Csv2ImgCore/PdfMaker.swift:44:22: warning: stored property 'fontSize' of 'Sendable'-conforming class 'PdfMaker' is mutable
private(set) var fontSize: Double
^
/Users/admin/builder/spi-builder-workspace/Sources/Csv2ImgCore/ImageMaker.swift:48:9: warning: stored property 'maximumRowCount' of 'Sendable'-conforming class 'ImageMaker' is mutable
var maximumRowCount: Int?
^
/Users/admin/builder/spi-builder-workspace/Sources/Csv2ImgCore/ImageMaker.swift:175:21: warning: immutable value 'item' was never used; consider replacing with '_' or removing it
for (j, item) in row.values.enumerated() {
^~~~
_
/Users/admin/builder/spi-builder-workspace/Sources/Csv2ImgCore/ImageMaker.swift:48:9: warning: stored property 'maximumRowCount' of 'Sendable'-conforming class 'ImageMaker' is mutable
var maximumRowCount: Int?
^
/Users/admin/builder/spi-builder-workspace/Sources/Csv2ImgCore/ImageMaker.swift:175:21: warning: immutable value 'item' was never used; consider replacing with '_' or removing it
for (j, item) in row.values.enumerated() {
^~~~
_
/Users/admin/builder/spi-builder-workspace/Sources/Csv2ImgCore/CsvColumnStyle+Ex.swift:25:16: warning: expression implicitly coerced from 'NSColor?' to 'Any'
return Color(
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Csv2ImgCore/CsvColumnStyle+Ex.swift:25:16: note: provide a default value to avoid this warning
return Color(
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Csv2ImgCore/CsvColumnStyle+Ex.swift:25:16: note: force-unwrap the value to avoid this warning
return Color(
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Csv2ImgCore/CsvColumnStyle+Ex.swift:25:16: note: explicitly cast to 'Any' with 'as Any' to silence this warning
return Color(
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Csv2ImgCore/CsvColumnStyle+Ex.swift:25:16: warning: expression implicitly coerced from 'NSColor?' to 'Any'
return Color(
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Csv2ImgCore/CsvColumnStyle+Ex.swift:25:16: note: provide a default value to avoid this warning
return Color(
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Csv2ImgCore/CsvColumnStyle+Ex.swift:25:16: note: force-unwrap the value to avoid this warning
return Color(
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Csv2ImgCore/CsvColumnStyle+Ex.swift:25:16: note: explicitly cast to 'Any' with 'as Any' to silence this warning
return Color(
^~~~~~
[111/148] Compiling Csv2ImgCore PdfMaker.swift
/Users/admin/builder/spi-builder-workspace/Sources/Csv2ImgCore/PdfMaker.swift:44:22: warning: stored property 'fontSize' of 'Sendable'-conforming class 'PdfMaker' is mutable
private(set) var fontSize: Double
^
/Users/admin/builder/spi-builder-workspace/Sources/Csv2ImgCore/PdfMaker.swift:214:53: warning: expression implicitly coerced from 'String?' to 'Any'
kCGPDFContextTitle as CFString: metadata.title,
^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Csv2ImgCore/PdfMaker.swift:214:62: note: provide a default value to avoid this warning
kCGPDFContextTitle as CFString: metadata.title,
~~~~~~~~~^~~~~
?? <#default value#>
/Users/admin/builder/spi-builder-workspace/Sources/Csv2ImgCore/PdfMaker.swift:214:62: note: force-unwrap the value to avoid this warning
kCGPDFContextTitle as CFString: metadata.title,
~~~~~~~~~^~~~~
!
/Users/admin/builder/spi-builder-workspace/Sources/Csv2ImgCore/PdfMaker.swift:214:62: note: explicitly cast to 'Any' with 'as Any' to silence this warning
kCGPDFContextTitle as CFString: metadata.title,
~~~~~~~~~^~~~~
as Any
/Users/admin/builder/spi-builder-workspace/Sources/Csv2ImgCore/PdfMaker.swift:215:54: warning: expression implicitly coerced from 'String?' to 'Any'
kCGPDFContextAuthor as CFString: metadata.author,
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Csv2ImgCore/PdfMaker.swift:215:63: note: provide a default value to avoid this warning
kCGPDFContextAuthor as CFString: metadata.author,
~~~~~~~~~^~~~~~
?? <#default value#>
/Users/admin/builder/spi-builder-workspace/Sources/Csv2ImgCore/PdfMaker.swift:215:63: note: force-unwrap the value to avoid this warning
kCGPDFContextAuthor as CFString: metadata.author,
~~~~~~~~~^~~~~~
!
/Users/admin/builder/spi-builder-workspace/Sources/Csv2ImgCore/PdfMaker.swift:215:63: note: explicitly cast to 'Any' with 'as Any' to silence this warning
kCGPDFContextAuthor as CFString: metadata.author,
~~~~~~~~~^~~~~~
as Any
/Users/admin/builder/spi-builder-workspace/Sources/Csv2ImgCore/PdfMaker.swift:418:53: warning: expression implicitly coerced from 'String?' to 'Any'
kCGPDFContextTitle as CFString: metadata.title,
^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Csv2ImgCore/PdfMaker.swift:418:62: note: provide a default value to avoid this warning
kCGPDFContextTitle as CFString: metadata.title,
~~~~~~~~~^~~~~
?? <#default value#>
/Users/admin/builder/spi-builder-workspace/Sources/Csv2ImgCore/PdfMaker.swift:418:62: note: force-unwrap the value to avoid this warning
kCGPDFContextTitle as CFString: metadata.title,
~~~~~~~~~^~~~~
!
/Users/admin/builder/spi-builder-workspace/Sources/Csv2ImgCore/PdfMaker.swift:418:62: note: explicitly cast to 'Any' with 'as Any' to silence this warning
kCGPDFContextTitle as CFString: metadata.title,
~~~~~~~~~^~~~~
as Any
/Users/admin/builder/spi-builder-workspace/Sources/Csv2ImgCore/PdfMaker.swift:419:54: warning: expression implicitly coerced from 'String?' to 'Any'
kCGPDFContextAuthor as CFString: metadata.author,
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Csv2ImgCore/PdfMaker.swift:419:63: note: provide a default value to avoid this warning
kCGPDFContextAuthor as CFString: metadata.author,
~~~~~~~~~^~~~~~
?? <#default value#>
/Users/admin/builder/spi-builder-workspace/Sources/Csv2ImgCore/PdfMaker.swift:419:63: note: force-unwrap the value to avoid this warning
kCGPDFContextAuthor as CFString: metadata.author,
~~~~~~~~~^~~~~~
!
/Users/admin/builder/spi-builder-workspace/Sources/Csv2ImgCore/PdfMaker.swift:419:63: note: explicitly cast to 'Any' with 'as Any' to silence this warning
kCGPDFContextAuthor as CFString: metadata.author,
~~~~~~~~~^~~~~~
as Any
[114/150] Emitting module Csv2ImgCmd
[115/150] Compiling Csv2ImgCmd command.swift
[115/150] Write Objects.LinkFileList
[116/150] Linking Csv2ImgCmd
[117/150] Applying Csv2ImgCmd
[119/150] Compiling SwiftSyntax RawSyntaxNodesC.swift
[120/150] Compiling SwiftSyntax RawSyntaxNodesD.swift
[121/150] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[122/150] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[123/150] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[124/150] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[125/150] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[126/150] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[127/150] Compiling SwiftSyntax RawSyntaxValidation.swift
[128/150] Compiling SwiftSyntax SyntaxNodesAB.swift
[129/150] Compiling SwiftSyntax SyntaxNodesC.swift
[130/150] Compiling SwiftSyntax SyntaxNodesD.swift
[131/150] Compiling SwiftSyntax TokenSequence.swift
[132/150] Compiling SwiftSyntax TokenSyntax.swift
[133/150] Compiling SwiftSyntax Trivia.swift
[134/150] Compiling SwiftSyntax Utils.swift
[135/150] Compiling SwiftSyntax ChildNameForKeyPath.swift
[136/150] Compiling SwiftSyntax Keyword.swift
[137/150] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[145/150] Compiling SwiftSyntax SyntaxNodesEF.swift
[146/150] Compiling SwiftSyntax SyntaxNodesGHI.swift
[147/150] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[148/150] Compiling SwiftSyntax SyntaxNodesOP.swift
[149/150] Compiling SwiftSyntax SyntaxNodesQRS.swift
[150/150] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[151/189] Compiling SwiftParser Names.swift
[152/189] Compiling SwiftParser Nominals.swift
[153/189] Compiling SwiftParser Parameters.swift
[154/189] Compiling SwiftParser ParseSourceFile.swift
[155/193] Compiling SwiftParser SyntaxUtils.swift
[156/193] Compiling SwiftParser TokenConsumer.swift
[157/193] Compiling SwiftParser TokenPrecedence.swift
[158/193] Compiling SwiftParser TokenSpec.swift
[159/193] Compiling SwiftParser Lexeme.swift
[160/193] Compiling SwiftParser LexemeSequence.swift
[161/193] Compiling SwiftParser Lexer.swift
[162/193] Compiling SwiftParser RegexLiteralLexer.swift
[163/193] Compiling SwiftParser UnicodeScalarExtensions.swift
[164/193] Compiling SwiftParser Lookahead.swift
[165/193] Compiling SwiftParser LoopProgressCondition.swift
[166/193] Compiling SwiftParser Modifiers.swift
[167/193] Compiling SwiftParser Parser.swift
[168/193] Compiling SwiftParser Patterns.swift
[169/193] Compiling SwiftParser Recovery.swift
[170/193] Compiling SwiftParser Specifiers.swift
[171/193] Compiling SwiftParser Statements.swift
[172/193] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[173/193] Compiling SwiftParser StringLiterals.swift
[174/193] Compiling SwiftParser SwiftParserCompatibility.swift
[175/193] Compiling SwiftParser TokenSpecSet.swift
[176/193] Compiling SwiftParser TopLevel.swift
[177/193] Compiling SwiftParser TriviaParser.swift
[178/193] Compiling SwiftParser Types.swift
[179/193] Emitting module SwiftParser
[180/193] Compiling SwiftParser Attributes.swift
[181/193] Compiling SwiftParser Availability.swift
[182/193] Compiling SwiftParser CharacterInfo.swift
[183/193] Compiling SwiftParser CollectionNodes+Parsable.swift
[184/193] Compiling SwiftParser Declarations.swift
[185/193] Compiling SwiftParser IsLexerClassified.swift
[186/193] Compiling SwiftParser LayoutNodes+Parsable.swift
[187/193] Compiling SwiftParser Parser+TokenSpecSet.swift
[188/193] Compiling SwiftParser TokenSpecStaticMembers.swift
[189/193] Compiling SwiftParser Directives.swift
[190/193] Compiling SwiftParser ExperimentalFeatures.swift
[191/193] Compiling SwiftParser Expressions.swift
[192/193] Compiling SwiftParser IncrementalParseTransition.swift
[193/193] Compiling SwiftParser Cursor.swift
[194/201] Compiling CsvBuilder RowWrapper.swift
[195/201] Compiling CsvBuilder Example.swift
[196/201] Compiling CsvBuilder CsvCompositionElement.swift
[197/201] Compiling CsvBuilder NewCsvComposition.swift
[198/201] Compiling CsvBuilder CsvComposition.swift
[199/201] Compiling CsvBuilder CsvCompositionParser.swift
[200/201] Emitting module CsvBuilder
[201/201] Compiling CsvBuilder CsvBuilder.swift
Build complete! (32.66s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2094] Fetching swift-docc-plugin
[232/17725] Fetching swift-docc-plugin, swift-argument-parser
[3190/89480] Fetching swift-docc-plugin, swift-argument-parser, swift-syntax
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (3.53s)
Fetched https://github.com/swiftlang/swift-syntax from cache (3.53s)
Fetched https://github.com/apple/swift-argument-parser from cache (3.53s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (2.36s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3454] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.09s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.46s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 510.0.3 (0.53s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.1.4 (0.45s)
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-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
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.5
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.4.3",
"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" : "Csv2ImgCore",
"targets" : [
"Csv2ImgCore"
],
"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" : [
"Csv2ImgCore"
],
"type" : "library"
},
{
"c99name" : "Csv2ImgCoreTests",
"module_type" : "SwiftTarget",
"name" : "Csv2ImgCoreTests",
"path" : "Tests/Csv2ImgCoreTests",
"sources" : [
"CsvTests.swift",
"ImageMakerTests.swift",
"PdfMakerTests.swift",
"String+ExTests.swift",
"Util.swift"
],
"target_dependencies" : [
"Csv2ImgCore"
],
"type" : "test"
},
{
"c99name" : "Csv2ImgCore",
"module_type" : "SwiftTarget",
"name" : "Csv2ImgCore",
"path" : "Sources/Csv2ImgCore",
"product_memberships" : [
"Csv2ImgCore",
"CsvBuilder",
"Csv2ImgCmd"
],
"sources" : [
"Csv.swift",
"CsvColumn.swift",
"CsvColumnStyle+Ex.swift",
"CsvError.swift",
"CsvImageRepresentation.swift",
"CsvRow.swift",
"Image+Data.swift",
"ImageMaker.swift",
"ImageRenderer.swift",
"Maker.swift",
"PDFMetadata.swift",
"Pdf+Data.swift",
"PdfMaker.swift",
"PdfSize.swift",
"String+Ex.swift",
"TypeConvertible.swift"
],
"type" : "library"
},
{
"c99name" : "Csv2ImgCmd",
"module_type" : "SwiftTarget",
"name" : "Csv2ImgCmd",
"path" : "Sources/Csv2ImgCmd",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"Csv2ImgCmd"
],
"sources" : [
"command.swift"
],
"target_dependencies" : [
"Csv2ImgCore"
],
"type" : "executable"
}
],
"tools_version" : "5.10"
}
Done.