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.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vojtamolda/Plotly.swift.git
Reference: 0.5.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/vojtamolda/Plotly.swift
 * tag               0.5.0      -> FETCH_HEAD
HEAD is now at 310a1c4 Release 0.5.0
Cloned https://github.com/vojtamolda/Plotly.swift.git
Revision (git rev-parse @):
310a1c4692537567de79cf0fb1a89fc5b5c329b6
SUCCESS checkout https://github.com/vojtamolda/Plotly.swift.git at 0.5.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/vojtamolda/Plotly.swift.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Building for debugging...
[0/6] Write sources
[2/6] Write swift-version-24593BA9C3E375BF.txt
[4/89] Emitting module codegen
[5/91] Compiling Plotly Debug.swift
[6/91] Compiling Plotly Playground.swift
[7/91] Compiling Plotly Plotable.swift
[8/91] Compiling Plotly Shared.swift
[9/91] Compiling Plotly BarPolar.swift
[10/91] Compiling Plotly Box.swift
[11/91] Compiling Plotly Candlestick.swift
[12/91] Compiling Plotly Animation.swift
[13/91] Compiling Plotly Subplot.swift
[14/91] Compiling Plotly Trace.swift
[15/91] Compiling Plotly Bar.swift
[16/91] Compiling Plotly JSON.swift
[17/91] Compiling Plotly Layout.swift
[18/91] Compiling Plotly Config.swift
[19/91] Compiling Plotly Convenience.swift
[20/91] Compiling codegen Schema.swift
[21/91] Compiling codegen main.swift
[22/92] Wrapping AST for codegen for debugging
[23/92] Write Objects.LinkFileList
[24/92] Linking codegen
[26/92] 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 {
                    ^
[27/92] 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 {
                    ^
[28/92] 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 {
                    ^
[29/92] 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 {
                    ^
[30/92] 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 {
                    ^
[31/92] 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 {
                    ^
[32/92] 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 {
                    ^
[33/92] 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 {
                    ^
[34/92] 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 {
                    ^
[35/101] Compiling Plotly Angle.swift
[36/101] Compiling Plotly Anything.swift
[37/101] Compiling Plotly Color.swift
[38/101] Compiling Plotly ColorList.swift
[39/101] Compiling Plotly ColorScale.swift
[40/101] Compiling Plotly Coloring.swift
[41/101] Compiling Plotly Data.swift
[42/101] Compiling Plotly InfoArray.swift
[43/101] Compiling Plotly Unused.swift
[44/101] Compiling Plotly HeatmapGL.swift
[45/101] Compiling Plotly Histogram.swift
[46/101] Compiling Plotly Histogram2D.swift
[47/101] Compiling Plotly Histogram2DContour.swift
[48/101] Compiling Plotly Image.swift
[49/101] Compiling Plotly Indicator.swift
[50/101] Compiling Plotly Isosurface.swift
[51/101] Compiling Plotly Mesh3D.swift
[52/101] Compiling Plotly OHLC.swift
[53/101] Compiling Plotly Carpet.swift
[54/101] Compiling Plotly Choropleth.swift
[55/101] Compiling Plotly ChoroplethMapbox.swift
[56/101] Compiling Plotly Cone.swift
[57/101] Compiling Plotly Contour.swift
[58/101] Compiling Plotly ContourCarpet.swift
[59/101] Compiling Plotly DensityMapbox.swift
[60/101] Compiling Plotly Funnel.swift
[61/101] Compiling Plotly FunnelArea.swift
[62/101] Compiling Plotly Heatmap.swift
[63/101] Compiling Plotly ParallelCategories.swift
[64/101] Compiling Plotly ParallelCoordinates.swift
[65/101] Compiling Plotly Pie.swift
[66/101] Compiling Plotly PointCloud.swift
[67/101] Compiling Plotly Sankey.swift
[68/101] Compiling Plotly Scatter.swift
[69/101] Compiling Plotly Scatter3D.swift
[70/101] Compiling Plotly ScatterCarpet.swift
[71/101] Compiling Plotly ScatterGL.swift
[72/101] Compiling Plotly ScatterGeo.swift
[73/101] Compiling Plotly ScatterMapbox.swift
[74/101] Compiling Plotly ScatterPlotMatrix.swift
[75/101] Compiling Plotly ScatterPolar.swift
[76/101] Compiling Plotly ScatterPolarGL.swift
[77/101] Compiling Plotly ScatterTernary.swift
[78/101] Compiling Plotly StreamTube.swift
[79/101] Compiling Plotly Sunburst.swift
[80/101] Compiling Plotly Surface.swift
[81/101] 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 {
                    ^
[89/101] Compiling Plotly Browser.swift
[90/101] Compiling Plotly CSVDecoder.swift
[91/101] Compiling Plotly HTML.swift
Build complete! (57.69s)
Build complete.
Done.