Build Information
Successful build of Plotty, reference main (01bb32
), with Swift 6.2 (beta) for macOS (SPM) on 24 Jun 2025 06:50:59 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/finestructure/Plotty.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/finestructure/Plotty
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 01bb325 Set default height to 400
Cloned https://github.com/finestructure/Plotty.git
Revision (git rev-parse @):
01bb325824829f3e7da8623edb4e21d774285ef5
SUCCESS checkout https://github.com/finestructure/Plotty.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/finestructure/Plotty.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/9] Write sources
[1/9] Write plotty-entitlement.plist
[1/9] Write sources
[5/9] Write swift-version-1EA4D86E10B52AF.txt
[7/11] Compiling ArgumentParserToolInfo ToolInfo.swift
[8/11] Emitting module ArgumentParserToolInfo
[9/50] Emitting module ArgumentParser
[10/54] Compiling ArgumentParser CommandConfiguration.swift
[11/54] Compiling ArgumentParser CommandGroup.swift
[12/54] Compiling ArgumentParser EnumerableFlag.swift
[13/54] Compiling ArgumentParser ExpressibleByArgument.swift
[14/54] Compiling ArgumentParser ArgumentHelp.swift
[15/54] Compiling ArgumentParser ArgumentVisibility.swift
[16/54] Compiling ArgumentParser CompletionKind.swift
[17/54] Compiling ArgumentParser Errors.swift
[18/54] Compiling ArgumentParser Flag.swift
[19/54] Compiling ArgumentParser ArgumentDefinition.swift
[20/54] Compiling ArgumentParser ArgumentSet.swift
[21/54] Compiling ArgumentParser CommandParser.swift
[22/54] Compiling ArgumentParser InputKey.swift
[23/54] Compiling ArgumentParser ParsableArguments.swift
[24/54] Compiling ArgumentParser ParsableArgumentsValidation.swift
[25/54] Compiling ArgumentParser ParsableCommand.swift
[26/54] Compiling ArgumentParser ArgumentDecoder.swift
[27/54] Compiling ArgumentParser Platform.swift
[28/54] Compiling ArgumentParser SequenceExtensions.swift
[29/54] Compiling ArgumentParser StringExtensions.swift
[30/54] Compiling ArgumentParser Tree.swift
[31/54] Compiling ArgumentParser ParserError.swift
[32/54] Compiling ArgumentParser SplitArguments.swift
[33/54] Compiling ArgumentParser DumpHelpGenerator.swift
[34/54] Compiling ArgumentParser HelpCommand.swift
[35/54] Compiling ArgumentParser BashCompletionsGenerator.swift
[36/54] Compiling ArgumentParser CompletionsGenerator.swift
[37/54] Compiling ArgumentParser FishCompletionsGenerator.swift
[38/54] Compiling ArgumentParser ZshCompletionsGenerator.swift
[39/54] Compiling ArgumentParser Argument.swift
[40/54] Compiling ArgumentParser NameSpecification.swift
[41/54] Compiling ArgumentParser Option.swift
[42/54] Compiling ArgumentParser OptionGroup.swift
[43/54] Compiling ArgumentParser AsyncParsableCommand.swift
[44/54] Compiling ArgumentParser InputOrigin.swift
[45/54] Compiling ArgumentParser Name.swift
[46/54] Compiling ArgumentParser Parsed.swift
[47/54] Compiling ArgumentParser ParsedValues.swift
[48/54] Compiling ArgumentParser HelpGenerator.swift
[49/54] Compiling ArgumentParser MessageInfo.swift
[50/54] Compiling ArgumentParser UsageGenerator.swift
[51/54] Compiling ArgumentParser CollectionExtensions.swift
[52/64] Compiling Plotty StringInterpolation+ext.swift
[53/65] Compiling Plotty Plotty.swift
[54/65] Compiling Plotty String+ext.swift
[55/65] Compiling Plotty View+render.swift
[56/65] Compiling Plotty Page.swift
[57/65] Compiling Plotty Output.swift
[58/65] Compiling Plotty Input.swift
[59/65] Compiling Plotty Measurement.swift
[60/65] Compiling Plotty PerformanceChart.swift
[61/65] Compiling Plotty Canvas.swift
[62/65] Emitting module Plotty
[62/65] Write Objects.LinkFileList
[63/65] Linking plotty
[64/65] Applying plotty
Build complete! (17.53s)
Fetching https://github.com/apple/swift-argument-parser.git
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.53s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (1.98s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.1
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
}
],
"manifest_display_name" : "Plotty",
"name" : "Plotty",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "plotty",
"targets" : [
"Plotty"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "PlottyTests",
"module_type" : "SwiftTarget",
"name" : "PlottyTests",
"path" : "Tests",
"sources" : [
"PlottyTests.swift"
],
"target_dependencies" : [
"Plotty"
],
"type" : "test"
},
{
"c99name" : "Plotty",
"module_type" : "SwiftTarget",
"name" : "Plotty",
"path" : "Sources/Plotty",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"plotty"
],
"sources" : [
"Canvas.swift",
"Input.swift",
"Measurement.swift",
"Output.swift",
"Page.swift",
"PerformanceChart.swift",
"Plotty.swift",
"String+ext.swift",
"StringInterpolation+ext.swift",
"View+render.swift"
],
"type" : "executable"
}
],
"tools_version" : "6.1"
}
Done.