The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Swiplot, reference master (b79d49), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 09:04:02 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/t-ae/swiplot.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/t-ae/swiplot
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b79d49c Update for Swift4
Cloned https://github.com/t-ae/swiplot.git
Revision (git rev-parse @):
b79d49c76c54637a3a4cea8e7e22d26fc5cf8bd7
SUCCESS checkout https://github.com/t-ae/swiplot.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/t-ae/swiplot.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/10] Compiling Swiplot Plot.swift
[4/10] Compiling Swiplot SingleLine.swift
[5/10] Compiling Swiplot Color.swift
[6/10] Compiling Swiplot Graph.swift
[7/10] Emitting module Swiplot
[8/10] Compiling Swiplot Plot3D.swift
[9/10] Compiling Swiplot LineStyle.swift
[10/10] Compiling Swiplot Graph3D.swift
Build complete! (3.25s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Swiplot",
  "name" : "Swiplot",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Swiplot",
      "targets" : [
        "Swiplot"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiplotTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiplotTests",
      "path" : "Tests/SwiplotTests",
      "sources" : [
        "SwiplotTests.swift"
      ],
      "target_dependencies" : [
        "Swiplot"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Swiplot",
      "module_type" : "SwiftTarget",
      "name" : "Swiplot",
      "path" : "Sources",
      "product_memberships" : [
        "Swiplot"
      ],
      "sources" : [
        "Color.swift",
        "Graph.swift",
        "Graph3D.swift",
        "LineStyle.swift",
        "Plot.swift",
        "Plot3D.swift",
        "SingleLine.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.