Build Information
Failed to build PlotSwift, reference main (dae7cc), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 21:13:10 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChrisGVE/PlotSwift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChrisGVE/PlotSwift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at dae7cc2 docs: add limitations section to README, add video export helper
Cloned https://github.com/ChrisGVE/PlotSwift.git
Revision (git rev-parse @):
dae7cc2df4997f3c18713c8cd3ef55c4cd27ec8b
SUCCESS checkout https://github.com/ChrisGVE/PlotSwift.git at main
Fetching https://github.com/swiftlang/swift-docc-symbolkit
Fetching https://github.com/apple/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
[252/5950] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-plugin from cache (1.15s)
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.15s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (4.18s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.74s)
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
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
========================================
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",
"traits": [
"default"
],
"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",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/ChrisGVE/PlotSwift.git
[1/3792] Fetching plotswift
Fetched https://github.com/ChrisGVE/PlotSwift.git from cache (4.85s)
Creating working copy for https://github.com/ChrisGVE/PlotSwift.git
Working copy of https://github.com/ChrisGVE/PlotSwift.git resolved at main (dae7cc2)
warning: '.resolve-product-dependencies': dependency 'plotswift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/ChrisGVE/PlotSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.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--6988338F2F200930.txt
[5/33] Emitting module PlotSwift
[6/36] Compiling PlotSwift Axes+Decorations.swift
/Users/admin/builder/spi-builder-workspace/Sources/PlotSwift/Axes+Decorations.swift:67:17: error: cannot find 'polygonSeries' in scope
65 |
66 | func renderPolygons(_ context: DrawingContext, transform: LinearTransform) {
67 | for poly in polygonSeries {
| `- error: cannot find 'polygonSeries' in scope
68 | guard poly.xs.count >= 3, poly.xs.count == poly.ys.count else { continue }
69 | context.saveState()
[7/36] Compiling PlotSwift Axes+Image.swift
/Users/admin/builder/spi-builder-workspace/Sources/PlotSwift/Axes+Decorations.swift:67:17: error: cannot find 'polygonSeries' in scope
65 |
66 | func renderPolygons(_ context: DrawingContext, transform: LinearTransform) {
67 | for poly in polygonSeries {
| `- error: cannot find 'polygonSeries' in scope
68 | guard poly.xs.count >= 3, poly.xs.count == poly.ys.count else { continue }
69 | context.saveState()
[8/36] Compiling PlotSwift Axes+MorePlots.swift
/Users/admin/builder/spi-builder-workspace/Sources/PlotSwift/Axes+Decorations.swift:67:17: error: cannot find 'polygonSeries' in scope
65 |
66 | func renderPolygons(_ context: DrawingContext, transform: LinearTransform) {
67 | for poly in polygonSeries {
| `- error: cannot find 'polygonSeries' in scope
68 | guard poly.xs.count >= 3, poly.xs.count == poly.ys.count else { continue }
69 | context.saveState()
[9/36] Compiling PlotSwift PlotStyle.swift
[10/36] Compiling PlotSwift TextStyle.swift
[11/36] Compiling PlotSwift TickGenerator.swift
[12/36] Compiling PlotSwift Colorbar.swift
[13/36] Compiling PlotSwift CoordinateTransform.swift
[14/36] Compiling PlotSwift DataRange.swift
[15/36] Compiling PlotSwift Axes+Annotations.swift
[16/36] Compiling PlotSwift Axes+Bar.swift
[17/36] Compiling PlotSwift Axes+Benchmark.swift
[18/36] Compiling PlotSwift Axes.swift
[19/36] Compiling PlotSwift Color.swift
[20/36] Compiling PlotSwift ColorPalette.swift
[21/36] Compiling PlotSwift LineStyle.swift
[22/36] Compiling PlotSwift MarkerStyle.swift
[23/36] Compiling PlotSwift NumericSwiftIntegration.swift
[24/36] Compiling PlotSwift DrawingContext+SVG.swift
[25/36] Compiling PlotSwift DrawingContext.swift
[26/36] Compiling PlotSwift Figure.swift
[27/36] Compiling PlotSwift Animation+Export.swift
[28/36] Compiling PlotSwift Animation.swift
[29/36] Compiling PlotSwift Annotations.swift
[30/36] Compiling PlotSwift ArraySwiftIntegration.swift
[31/36] Compiling PlotSwift Axes+Render.swift
/Users/admin/builder/spi-builder-workspace/Sources/PlotSwift/Axes+Statistical.swift:255:5: error: cannot find 'polygonSeries' in scope
253 | let polyY = evalYs + evalYs.reversed()
254 |
255 | polygonSeries.append(PolygonSeries(
| `- error: cannot find 'polygonSeries' in scope
256 | xs: polyX, ys: polyY,
257 | fillColor: color, alpha: 0.6,
[32/36] Compiling PlotSwift Axes+SeabornPlots.swift
/Users/admin/builder/spi-builder-workspace/Sources/PlotSwift/Axes+Statistical.swift:255:5: error: cannot find 'polygonSeries' in scope
253 | let polyY = evalYs + evalYs.reversed()
254 |
255 | polygonSeries.append(PolygonSeries(
| `- error: cannot find 'polygonSeries' in scope
256 | xs: polyX, ys: polyY,
257 | fillColor: color, alpha: 0.6,
[33/36] Compiling PlotSwift Axes+Statistical.swift
/Users/admin/builder/spi-builder-workspace/Sources/PlotSwift/Axes+Statistical.swift:255:5: error: cannot find 'polygonSeries' in scope
253 | let polyY = evalYs + evalYs.reversed()
254 |
255 | polygonSeries.append(PolygonSeries(
| `- error: cannot find 'polygonSeries' in scope
256 | xs: polyX, ys: polyY,
257 | fillColor: color, alpha: 0.6,
[34/36] Compiling PlotSwift DrawingCommand.swift
[35/36] Compiling PlotSwift DrawingContext+Markers.swift
[36/36] Compiling PlotSwift DrawingContext+Render.swift
BUILD FAILURE 6.3 macosSpm