This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Plotly with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4606859-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.23.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vojtamolda/Plotly.swift.git
Reference: 0.5.0
Cloned https://github.com/vojtamolda/Plotly.swift.git into spi-builder-workspace
SUCCESS checkout https://github.com/vojtamolda/Plotly.swift.git at 0.5.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4606859-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Building for debugging...
[1/85] Compiling Plotly Debug.swift
[2/85] Compiling Plotly Playground.swift
[3/85] Compiling Plotly Animation.swift
[4/85] Compiling Plotly Config.swift
[5/85] Compiling Plotly Convenience.swift
[6/85] Emitting module codegen
[7/87] Compiling Plotly Layout.swift
[8/87] Compiling Plotly Plotable.swift
[9/87] Compiling Plotly Shared.swift
[10/87] Compiling Plotly Subplot.swift
[11/87] Compiling Plotly HTML.swift
[12/87] Compiling Plotly JSON.swift
[13/87] Compiling Plotly Figure.swift
[14/87] Compiling Plotly Frame.swift
[15/87] Compiling Plotly Browser.swift
[16/87] Compiling Plotly CSVDecoder.swift
[17/87] Compiling codegen Schema.swift
[18/87] Compiling codegen main.swift
[30/98] Wrapping AST for codegen for debugging
[31/98] Linking codegen
[33/98] Compiling Plotly Angle.swift
[34/98] Compiling Plotly Anything.swift
[35/98] Compiling Plotly Color.swift
[36/98] Compiling Plotly ColorList.swift
[37/98] Compiling Plotly ColorScale.swift
[38/98] Compiling Plotly Coloring.swift
[39/98] Compiling Plotly Data.swift
[40/98] Compiling Plotly InfoArray.swift
[41/98] Compiling Plotly Unused.swift
[42/98] Compiling Plotly Table.swift
/host/spi-builder-workspace/Sources/Plotly/Traces/Table.swift:181:25: warning: generic parameter 'CellData' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public struct Cells<CellData>: Encodable where CellData: Plotable {
                        ^
/host/spi-builder-workspace/Sources/Plotly/Traces/Table.swift:17:21: note: 'CellData' previously declared here
public struct Table<CellData>: Trace, DomainSubplot where CellData: Plotable {
                    ^
[43/98] Compiling Plotly Treemap.swift
/host/spi-builder-workspace/Sources/Plotly/Traces/Table.swift:181:25: warning: generic parameter 'CellData' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public struct Cells<CellData>: Encodable where CellData: Plotable {
                        ^
/host/spi-builder-workspace/Sources/Plotly/Traces/Table.swift:17:21: note: 'CellData' previously declared here
public struct Table<CellData>: Trace, DomainSubplot where CellData: Plotable {
                    ^
[44/98] Compiling Plotly Violin.swift
/host/spi-builder-workspace/Sources/Plotly/Traces/Table.swift:181:25: warning: generic parameter 'CellData' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public struct Cells<CellData>: Encodable where CellData: Plotable {
                        ^
/host/spi-builder-workspace/Sources/Plotly/Traces/Table.swift:17:21: note: 'CellData' previously declared here
public struct Table<CellData>: Trace, DomainSubplot where CellData: Plotable {
                    ^
[45/98] Compiling Plotly Volume.swift
/host/spi-builder-workspace/Sources/Plotly/Traces/Table.swift:181:25: warning: generic parameter 'CellData' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public struct Cells<CellData>: Encodable where CellData: Plotable {
                        ^
/host/spi-builder-workspace/Sources/Plotly/Traces/Table.swift:17:21: note: 'CellData' previously declared here
public struct Table<CellData>: Trace, DomainSubplot where CellData: Plotable {
                    ^
[46/98] Compiling Plotly Waterfall.swift
/host/spi-builder-workspace/Sources/Plotly/Traces/Table.swift:181:25: warning: generic parameter 'CellData' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public struct Cells<CellData>: Encodable where CellData: Plotable {
                        ^
/host/spi-builder-workspace/Sources/Plotly/Traces/Table.swift:17:21: note: 'CellData' previously declared here
public struct Table<CellData>: Trace, DomainSubplot where CellData: Plotable {
                    ^
[47/98] Compiling Plotly Aggregate.swift
/host/spi-builder-workspace/Sources/Plotly/Traces/Table.swift:181:25: warning: generic parameter 'CellData' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public struct Cells<CellData>: Encodable where CellData: Plotable {
                        ^
/host/spi-builder-workspace/Sources/Plotly/Traces/Table.swift:17:21: note: 'CellData' previously declared here
public struct Table<CellData>: Trace, DomainSubplot where CellData: Plotable {
                    ^
[48/98] Compiling Plotly Filter.swift
/host/spi-builder-workspace/Sources/Plotly/Traces/Table.swift:181:25: warning: generic parameter 'CellData' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public struct Cells<CellData>: Encodable where CellData: Plotable {
                        ^
/host/spi-builder-workspace/Sources/Plotly/Traces/Table.swift:17:21: note: 'CellData' previously declared here
public struct Table<CellData>: Trace, DomainSubplot where CellData: Plotable {
                    ^
[49/98] Compiling Plotly GroupBy.swift
/host/spi-builder-workspace/Sources/Plotly/Traces/Table.swift:181:25: warning: generic parameter 'CellData' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public struct Cells<CellData>: Encodable where CellData: Plotable {
                        ^
/host/spi-builder-workspace/Sources/Plotly/Traces/Table.swift:17:21: note: 'CellData' previously declared here
public struct Table<CellData>: Trace, DomainSubplot where CellData: Plotable {
                    ^
[50/98] Compiling Plotly Sort.swift
/host/spi-builder-workspace/Sources/Plotly/Traces/Table.swift:181:25: warning: generic parameter 'CellData' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public struct Cells<CellData>: Encodable where CellData: Plotable {
                        ^
/host/spi-builder-workspace/Sources/Plotly/Traces/Table.swift:17:21: note: 'CellData' previously declared here
public struct Table<CellData>: Trace, DomainSubplot where CellData: Plotable {
                    ^
[51/98] Compiling Plotly HeatmapGL.swift
[52/98] Compiling Plotly Histogram.swift
[53/98] Compiling Plotly Histogram2D.swift
[54/98] Compiling Plotly Histogram2DContour.swift
[55/98] Compiling Plotly Image.swift
[56/98] Compiling Plotly Indicator.swift
[57/98] Compiling Plotly Isosurface.swift
[58/98] Compiling Plotly Mesh3D.swift
[59/98] Compiling Plotly OHLC.swift
[60/98] Compiling Plotly Carpet.swift
[61/98] Compiling Plotly Choropleth.swift
[62/98] Compiling Plotly ChoroplethMapbox.swift
[63/98] Compiling Plotly Cone.swift
[64/98] Compiling Plotly Contour.swift
[65/98] Compiling Plotly ContourCarpet.swift
[66/98] Compiling Plotly DensityMapbox.swift
[67/98] Compiling Plotly Funnel.swift
[68/98] Compiling Plotly FunnelArea.swift
[69/98] Compiling Plotly Heatmap.swift
[70/98] Compiling Plotly ParallelCategories.swift
[71/98] Compiling Plotly ParallelCoordinates.swift
[72/98] Compiling Plotly Pie.swift
[73/98] Compiling Plotly PointCloud.swift
[74/98] Compiling Plotly Sankey.swift
[75/98] Compiling Plotly Scatter.swift
[76/98] Compiling Plotly Scatter3D.swift
[77/98] Compiling Plotly ScatterCarpet.swift
[78/98] Compiling Plotly ScatterGL.swift
[79/98] Compiling Plotly ScatterGeo.swift
[80/98] Compiling Plotly ScatterMapbox.swift
[81/98] Compiling Plotly ScatterPlotMatrix.swift
[82/98] Compiling Plotly ScatterPolar.swift
[83/98] Compiling Plotly ScatterPolarGL.swift
[84/98] Compiling Plotly ScatterTernary.swift
[85/98] Compiling Plotly StreamTube.swift
[86/98] Compiling Plotly Sunburst.swift
[87/98] Compiling Plotly Surface.swift
[88/98] Emitting module Plotly
/host/spi-builder-workspace/Sources/Plotly/Traces/Table.swift:181:25: warning: generic parameter 'CellData' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public struct Cells<CellData>: Encodable where CellData: Plotable {
                        ^
/host/spi-builder-workspace/Sources/Plotly/Traces/Table.swift:17:21: note: 'CellData' previously declared here
public struct Table<CellData>: Trace, DomainSubplot where CellData: Plotable {
                    ^
[96/98] Compiling Plotly BarPolar.swift
[97/98] Compiling Plotly Box.swift
[98/98] Compiling Plotly Candlestick.swift
Build complete! (44.68s)
Build complete.
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.