The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftPlot with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4609320-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.22.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/KarthikRIyer/swiftplot.git
Reference: 2.0.0
Cloned https://github.com/KarthikRIyer/swiftplot.git into spi-builder-workspace
SUCCESS checkout https://github.com/KarthikRIyer/swiftplot.git at 2.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4609320-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Building for debugging...
[0/40] Compiling AGG gpc.c
[1/40] Compiling agg_scale_ctrl.cpp
[2/40] Compiling agg_slider_ctrl.cpp
[3/70] Compiling agg_rbox_ctrl.cpp
[4/70] Compiling agg_spline_ctrl.cpp
[5/70] Compiling agg_polygon_ctrl.cpp
<module-includes>:1:1: warning: umbrella header for module 'CPPAGGRenderer' does not include header 'savebmp.h' [-Wincomplete-umbrella]
#include "/host/spi-builder-workspace/Sources/AGGRenderer/CPPAGGRenderer/include/CPPAGGRenderer.h"
^
<module-includes>:1:1: warning: umbrella header for module 'CPPAGGRenderer' does not include header 'pixel_formats.h' [-Wincomplete-umbrella]
2 warnings generated.
[6/70] Compiling CAGGRenderer CAGGRenderer.cpp
[7/70] Compiling agg_gamma_spline.cpp
[8/70] Compiling AGG agg_vpgen_segmentator.cpp
[9/70] Compiling agg_gamma_ctrl.cpp
[10/70] Compiling AGG agg_vpgen_clip_polyline.cpp
[11/70] Compiling agg_cbox_ctrl.cpp
[12/70] Compiling lodepng lodepng.cpp
[13/70] Compiling AGG agg_vpgen_clip_polygon.cpp
[14/70] Compiling agg_bezier_ctrl.cpp
[15/70] Compiling AGG agg_vcgen_smooth_poly1.cpp
[16/70] Compiling AGG agg_vcgen_stroke.cpp
[17/70] Compiling AGG agg_vcgen_markers_term.cpp
[18/70] Compiling AGG agg_trans_warp_magnifier.cpp
[19/70] Compiling AGG agg_vcgen_contour.cpp
[19/70] Compiling AGG agg_vcgen_bspline.cpp
[21/70] Compiling AGG agg_trans_single_path.cpp
[22/70] Compiling AGG agg_vcgen_dash.cpp
[23/70] Compiling AGG agg_trans_double_path.cpp
[24/70] Compiling AGG agg_trans_affine.cpp
[25/70] Compiling AGG agg_sqrt_tables.cpp
[26/70] Compiling AGG agg_rounded_rect.cpp
[27/70] Compiling AGG agg_line_profile_aa.cpp
[28/70] Compiling AGG agg_line_aa_basics.cpp
[29/70] Compiling AGG agg_image_filters.cpp
[30/70] Compiling AGG agg_color_rgba.cpp
[31/70] Compiling AGG agg_gsv_text.cpp
[32/70] Compiling AGG agg_bezier_arc.cpp
[33/70] Compiling AGG agg_embedded_raster_fonts.cpp
[34/70] Compiling AGG agg_arc.cpp
[35/70] Compiling AGG agg_arrowhead.cpp
[36/70] Compiling AGG agg_bspline.cpp
[36/70] Compiling AGG agg_curves.cpp
[38/70] Compiling AGG agg_font_freetype.cpp
[39/70] Compiling CPPAGGRenderer CPPAGGRenderer.cpp
[41/70] Compiling SwiftPlot HistogramSeriesOptions.swift
[42/70] Compiling SwiftPlot Label.swift
[43/70] Compiling SwiftPlot LayoutComponent.swift
[44/70] Compiling SwiftPlot Spacing.swift
[45/74] Compiling SwiftPlot ScatterPlotSeriesOptions.swift
[46/74] Compiling SwiftPlot SequencePlots.swift
[47/74] Compiling SwiftPlot Series.swift
[48/74] Compiling SwiftPlot SubPlot.swift
[49/74] Compiling SwiftPlot LineChart.swift
[50/74] Compiling SwiftPlot Pair.swift
[51/74] Compiling SwiftPlot Plot.swift
[52/74] Compiling SwiftPlot PlotDimensions.swift
[53/74] Compiling SwiftPlot Heatmap.swift
/host/spi-builder-workspace/Sources/SwiftPlot/Histogram.swift:283:21: warning: initialization of immutable value 'series' was never used; consider replacing with assignment to '_' or removing it
                let series = allSeries[seriesIdx]
                ~~~~^~~~~~
                _
[54/74] Compiling SwiftPlot HelperFunction.swift
/host/spi-builder-workspace/Sources/SwiftPlot/Histogram.swift:283:21: warning: initialization of immutable value 'series' was never used; consider replacing with assignment to '_' or removing it
                let series = allSeries[seriesIdx]
                ~~~~^~~~~~
                _
[55/74] Compiling SwiftPlot Histogram.swift
/host/spi-builder-workspace/Sources/SwiftPlot/Histogram.swift:283:21: warning: initialization of immutable value 'series' was never used; consider replacing with assignment to '_' or removing it
                let series = allSeries[seriesIdx]
                ~~~~^~~~~~
                _
[56/74] Compiling SwiftPlot HistogramSeries.swift
/host/spi-builder-workspace/Sources/SwiftPlot/Histogram.swift:283:21: warning: initialization of immutable value 'series' was never used; consider replacing with assignment to '_' or removing it
                let series = allSeries[seriesIdx]
                ~~~~^~~~~~
                _
[57/74] Emitting module SwiftPlot
[58/74] Compiling SwiftPlot AdaptersNamespace.swift
[59/74] Compiling SwiftPlot Axis.swift
[60/74] Compiling SwiftPlot BarChart.swift
[61/74] Compiling SwiftPlot BarGraphSeriesOptions.swift
[62/74] Compiling SwiftPlot Color.swift
[63/74] Compiling SwiftPlot PlotMarkers.swift
[64/74] Compiling SwiftPlot PlotStyleHelpers.swift
[65/74] Compiling SwiftPlot Renderer.swift
[66/74] Compiling SwiftPlot ScatterChart.swift
[67/74] Compiling SwiftPlot ColorMap.swift
[68/74] Compiling SwiftPlot ColorMapData.swift
[69/74] Compiling SwiftPlot FloatConvertible.swift
[70/74] Compiling SwiftPlot EdgeComponents.swift
[71/74] Compiling SwiftPlot Rect.swift
[72/74] Compiling SwiftPlot Size.swift
[73/74] Compiling SwiftPlot GraphLayout.swift
[74/74] Compiling SwiftPlot Heatmap-adapter.swift
[77/80] Compiling SVGRenderer SVGRenderer.swift
[78/80] Emitting module SVGRenderer
[79/81] Emitting module AGGRenderer
[80/81] Compiling AGGRenderer AGGRenderer.swift
Build complete! (15.20s)
Build complete.
Done.

Build Machine: Linux 2