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 Plotty, reference 1.2.0 (01bb32), with Swift 6.2 (beta) for macOS (SPM) on 24 Jun 2025 06:50:30 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: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/finestructure/Plotty
 * tag               1.2.0      -> FETCH_HEAD
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 1.2.0
========================================
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
[2/9] Write plotty-entitlement.plist
[5/9] Write swift-version-1EA4D86E10B52AF.txt
[7/11] Compiling ArgumentParserToolInfo ToolInfo.swift
[8/11] Emitting module ArgumentParserToolInfo
[9/50] Compiling ArgumentParser CommandConfiguration.swift
[10/50] Compiling ArgumentParser CommandGroup.swift
[11/50] Compiling ArgumentParser EnumerableFlag.swift
[12/50] Compiling ArgumentParser ExpressibleByArgument.swift
[13/54] Compiling ArgumentParser ParsableArguments.swift
[14/54] Compiling ArgumentParser ParsableArgumentsValidation.swift
[15/54] Compiling ArgumentParser ParsableCommand.swift
[16/54] Compiling ArgumentParser ArgumentDecoder.swift
[17/54] Compiling ArgumentParser BashCompletionsGenerator.swift
[18/54] Compiling ArgumentParser CompletionsGenerator.swift
[19/54] Compiling ArgumentParser FishCompletionsGenerator.swift
[20/54] Compiling ArgumentParser ZshCompletionsGenerator.swift
[21/54] Compiling ArgumentParser Argument.swift
[22/54] Emitting module ArgumentParser
[23/54] Compiling ArgumentParser ArgumentHelp.swift
[24/54] Compiling ArgumentParser ArgumentVisibility.swift
[25/54] Compiling ArgumentParser CompletionKind.swift
[26/54] Compiling ArgumentParser Errors.swift
[27/54] Compiling ArgumentParser Flag.swift
[28/54] Compiling ArgumentParser NameSpecification.swift
[29/54] Compiling ArgumentParser Option.swift
[30/54] Compiling ArgumentParser OptionGroup.swift
[31/54] Compiling ArgumentParser AsyncParsableCommand.swift
[32/54] Compiling ArgumentParser ArgumentDefinition.swift
[33/54] Compiling ArgumentParser ArgumentSet.swift
[34/54] Compiling ArgumentParser CommandParser.swift
[35/54] Compiling ArgumentParser InputKey.swift
[36/54] Compiling ArgumentParser Platform.swift
[37/54] Compiling ArgumentParser SequenceExtensions.swift
[38/54] Compiling ArgumentParser StringExtensions.swift
[39/54] Compiling ArgumentParser Tree.swift
[40/54] Compiling ArgumentParser InputOrigin.swift
[41/54] Compiling ArgumentParser Name.swift
[42/54] Compiling ArgumentParser Parsed.swift
[43/54] Compiling ArgumentParser ParsedValues.swift
[44/54] Compiling ArgumentParser ParserError.swift
[45/54] Compiling ArgumentParser SplitArguments.swift
[46/54] Compiling ArgumentParser DumpHelpGenerator.swift
[47/54] Compiling ArgumentParser HelpCommand.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/64] Compiling Plotty String+ext.swift
[54/65] Compiling Plotty View+render.swift
[55/65] Compiling Plotty Plotty.swift
[56/65] Compiling Plotty Measurement.swift
[57/65] Compiling Plotty Output.swift
[58/65] Emitting module Plotty
[59/65] Compiling Plotty PerformanceChart.swift
[60/65] Compiling Plotty Input.swift
[61/65] Compiling Plotty Page.swift
[62/65] Compiling Plotty Canvas.swift
[62/65] Write Objects.LinkFileList
[63/65] Linking plotty
[64/65] Applying plotty
Build complete! (17.58s)
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.44s)
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.93s)
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.