Build Information
Failed to build PlotSwift, reference main (dae7cc), with Swift 6.0 for macOS (SPM) on 9 Apr 2026 09:12:10 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/ChrisGVE/PlotSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/33] Emitting module PlotSwift
[6/36] Compiling PlotSwift PlotStyle.swift
[7/36] Compiling PlotSwift TextStyle.swift
[8/36] Compiling PlotSwift TickGenerator.swift
[9/36] Compiling PlotSwift LineStyle.swift
[10/36] Compiling PlotSwift MarkerStyle.swift
[11/36] Compiling PlotSwift NumericSwiftIntegration.swift
[12/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,
[13/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,
[14/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,
[15/36] Compiling PlotSwift Animation+Export.swift
[16/36] Compiling PlotSwift Animation.swift
[17/36] Compiling PlotSwift Annotations.swift
[18/36] Compiling PlotSwift ArraySwiftIntegration.swift
[19/36] Compiling PlotSwift Axes.swift
[20/36] Compiling PlotSwift Color.swift
[21/36] Compiling PlotSwift ColorPalette.swift
[22/36] Compiling PlotSwift Axes+Annotations.swift
[23/36] Compiling PlotSwift Axes+Bar.swift
[24/36] Compiling PlotSwift Axes+Benchmark.swift
[25/36] Compiling PlotSwift Colorbar.swift
[26/36] Compiling PlotSwift CoordinateTransform.swift
[27/36] Compiling PlotSwift DataRange.swift
[28/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()
[29/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()
[30/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()
[31/36] Compiling PlotSwift DrawingCommand.swift
[32/36] Compiling PlotSwift DrawingContext+Markers.swift
[33/36] Compiling PlotSwift DrawingContext+Render.swift
[34/36] Compiling PlotSwift DrawingContext+SVG.swift
[35/36] Compiling PlotSwift DrawingContext.swift
[36/36] Compiling PlotSwift Figure.swift
Fetching https://github.com/apple/swift-docc-plugin
[1/2271] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.07s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (3.02s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.18s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.60s)
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.6
BUILD FAILURE 6.0 macosSpm