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.1 for macOS (SPM) on 31 May 2025 13:33:32 UTC.

Swift 6 data race errors: 0

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.63.1
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
Fetching https://github.com/apple/swift-argument-parser.git from cache
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.04s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (1.61s)
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.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "plotty",
      "name": "Plotty",
      "url": "https://github.com/finestructure/Plotty.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Plotty",
      "dependencies": [
        {
          "identity": "swift-argument-parser",
          "name": "swift-argument-parser",
          "url": "https://github.com/apple/swift-argument-parser.git",
          "version": "1.5.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/finestructure/Plotty.git
[6/179] Fetching plotty
Fetched https://github.com/finestructure/Plotty.git from cache (0.72s)
Fetching https://github.com/apple/swift-argument-parser.git from cache
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.49s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.57s)
Creating working copy for https://github.com/finestructure/Plotty.git
Working copy of https://github.com/finestructure/Plotty.git resolved at 1.2.0 (01bb325)
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
Found 1 product dependencies
  - swift-argument-parser
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/finestructure/Plotty.git
https://github.com/finestructure/Plotty.git
{
  "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"
}
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 GenerateManual
Building for debugging...
[1/9] Write sources
[2/9] Write plotty-entitlement.plist
[2/9] Write sources
[5/9] Write swift-version-2F0A5646E1D333AE.txt
[7/11] Emitting module ArgumentParserToolInfo
[8/11] Compiling ArgumentParserToolInfo ToolInfo.swift
[9/50] Compiling ArgumentParser NameSpecification.swift
[10/50] Compiling ArgumentParser Option.swift
[11/50] Compiling ArgumentParser OptionGroup.swift
[12/50] Compiling ArgumentParser AsyncParsableCommand.swift
[13/54] Emitting module ArgumentParser
[14/54] Compiling ArgumentParser InputOrigin.swift
[15/54] Compiling ArgumentParser Name.swift
[16/54] Compiling ArgumentParser Parsed.swift
[17/54] Compiling ArgumentParser ParsedValues.swift
[18/54] Compiling ArgumentParser ParsableArguments.swift
[19/54] Compiling ArgumentParser ParsableArgumentsValidation.swift
[20/54] Compiling ArgumentParser ParsableCommand.swift
[21/54] Compiling ArgumentParser ArgumentDecoder.swift
[22/54] Compiling ArgumentParser BashCompletionsGenerator.swift
[23/54] Compiling ArgumentParser CompletionsGenerator.swift
[24/54] Compiling ArgumentParser FishCompletionsGenerator.swift
[25/54] Compiling ArgumentParser ZshCompletionsGenerator.swift
[26/54] Compiling ArgumentParser Argument.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 CommandConfiguration.swift
[32/54] Compiling ArgumentParser CommandGroup.swift
[33/54] Compiling ArgumentParser EnumerableFlag.swift
[34/54] Compiling ArgumentParser ExpressibleByArgument.swift
[35/54] Compiling ArgumentParser ParserError.swift
[36/54] Compiling ArgumentParser SplitArguments.swift
[37/54] Compiling ArgumentParser DumpHelpGenerator.swift
[38/54] Compiling ArgumentParser HelpCommand.swift
[39/54] Compiling ArgumentParser HelpGenerator.swift
[40/54] Compiling ArgumentParser MessageInfo.swift
[41/54] Compiling ArgumentParser UsageGenerator.swift
[42/54] Compiling ArgumentParser CollectionExtensions.swift
[43/54] Compiling ArgumentParser ArgumentDefinition.swift
[44/54] Compiling ArgumentParser ArgumentSet.swift
[45/54] Compiling ArgumentParser CommandParser.swift
[46/54] Compiling ArgumentParser InputKey.swift
[47/54] Compiling ArgumentParser ArgumentHelp.swift
[48/54] Compiling ArgumentParser ArgumentVisibility.swift
[49/54] Compiling ArgumentParser CompletionKind.swift
[50/54] Compiling ArgumentParser Errors.swift
[51/54] Compiling ArgumentParser Flag.swift
[52/64] Compiling Plotty String+ext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[53/64] Compiling Plotty StringInterpolation+ext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[54/64] Compiling Plotty Plotty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[55/65] Compiling Plotty View+render.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/65] Compiling Plotty Output.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[57/65] Compiling Plotty Input.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/65] Compiling Plotty Page.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[59/65] Emitting module Plotty
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[60/65] Compiling Plotty Canvas.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[61/65] Compiling Plotty Measurement.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[62/65] Compiling Plotty PerformanceChart.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[62/65] Write Objects.LinkFileList
[63/65] Linking plotty
[64/65] Applying plotty
Build complete! (15.53s)
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.