The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PlotSwift, reference 0.1.0 (32be4c), with Swift 6.2 for macOS (SPM) on 17 Jan 2026 19:15:35 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChrisGVE/PlotSwift.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChrisGVE/PlotSwift
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 32be4c8 chore: add Package.resolved for reproducible builds
Cloned https://github.com/ChrisGVE/PlotSwift.git
Revision (git rev-parse @):
32be4c885757e378b6d84b785ea6c86557ac81b4
SUCCESS checkout https://github.com/ChrisGVE/PlotSwift.git at 0.1.0
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/2163] Fetching swift-docc-plugin
[218/5803] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.28s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.28s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (3.95s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.69s)
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/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
========================================
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": "plotswift",
      "name": "PlotSwift",
      "url": "https://github.com/ChrisGVE/PlotSwift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PlotSwift",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ChrisGVE/PlotSwift.git
[1/3639] Fetching plotswift
Fetched https://github.com/ChrisGVE/PlotSwift.git from cache (2.66s)
Creating working copy for https://github.com/ChrisGVE/PlotSwift.git
Working copy of https://github.com/ChrisGVE/PlotSwift.git resolved at 0.1.0 (32be4c8)
warning: '.resolve-product-dependencies': dependency 'plotswift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ChrisGVE/PlotSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-49B95AFC49DCD68C.txt
[5/6] Emitting module PlotSwift
[6/6] Compiling PlotSwift PlotTypes.swift
Build complete! (16.98s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "PlotSwift",
  "name" : "PlotSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "PlotSwift",
      "targets" : [
        "PlotSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PlotSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "PlotSwiftTests",
      "path" : "Tests/PlotSwiftTests",
      "sources" : [
        "PlotTypesTests.swift"
      ],
      "target_dependencies" : [
        "PlotSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PlotSwift",
      "module_type" : "SwiftTarget",
      "name" : "PlotSwift",
      "path" : "Sources/PlotSwift",
      "product_memberships" : [
        "PlotSwift"
      ],
      "sources" : [
        "PlotTypes.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.