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 macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vojtamolda/Plotly.swift.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/vojtamolda/Plotly.swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/vojtamolda/Plotly.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[1/7] Write codegen-entitlement.plist
[2/7] Write sources
[3/7] Write swift-version--423B1241ED78D482.txt
[5/90] Compiling Plotly HeatmapGL.swift
[6/90] Compiling Plotly Histogram.swift
[7/90] Compiling Plotly Histogram2D.swift
[8/92] Compiling Plotly ChoroplethMapbox.swift
[9/92] Compiling Plotly Cone.swift
[10/92] Compiling codegen Schema.swift
[11/92] Compiling codegen main.swift
[12/92] Compiling Plotly Contour.swift
[13/92] Compiling Plotly ContourCarpet.swift
[14/92] Compiling Plotly Carpet.swift
[15/92] Compiling Plotly Choropleth.swift
[16/92] Compiling Plotly Histogram2DContour.swift
[17/92] Compiling Plotly Image.swift
[18/92] Compiling Plotly Mesh3D.swift
[19/92] Compiling Plotly OHLC.swift
[20/92] Emitting module codegen
[21/92] Compiling Plotly Indicator.swift
[22/92] Compiling Plotly Isosurface.swift
[22/92] Write Objects.LinkFileList
[23/92] Linking codegen
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/codegen: replacing existing signature
[24/92] Applying codegen
[26/92] Compiling Plotly Table.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/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 {
                        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/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 {
                        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/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 {
                        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/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 {
                        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/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 {
                        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/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 {
                        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/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 {
                        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/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 {
                        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/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 {
                        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/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/92] Compiling Plotly Animation.swift
[36/92] Compiling Plotly Config.swift
[37/92] Compiling Plotly Convenience.swift
[38/92] Compiling Plotly Debug.swift
[39/92] Compiling Plotly Playground.swift
[40/92] Compiling Plotly Figure.swift
[41/92] Compiling Plotly Frame.swift
[42/92] Compiling Plotly Browser.swift
[43/92] Compiling Plotly CSVDecoder.swift
[44/92] Compiling Plotly HTML.swift
[45/101] Compiling Plotly Angle.swift
[46/101] Compiling Plotly Anything.swift
[47/101] Compiling Plotly Color.swift
[48/101] Compiling Plotly ColorList.swift
[49/101] Compiling Plotly ColorScale.swift
[50/101] Compiling Plotly Coloring.swift
[51/101] Compiling Plotly Data.swift
[52/101] Compiling Plotly InfoArray.swift
[53/101] Compiling Plotly Unused.swift
[54/101] Compiling Plotly ParallelCategories.swift
[55/101] Compiling Plotly ParallelCoordinates.swift
[56/101] Compiling Plotly Pie.swift
[57/101] Compiling Plotly PointCloud.swift
[58/101] Compiling Plotly Sankey.swift
[59/101] Compiling Plotly Scatter.swift
[60/101] Compiling Plotly Scatter3D.swift
[61/101] Compiling Plotly ScatterCarpet.swift
[62/101] Compiling Plotly ScatterGL.swift
[63/101] Compiling Plotly ScatterGeo.swift
[64/101] Compiling Plotly ScatterMapbox.swift
[65/101] Compiling Plotly ScatterPlotMatrix.swift
[66/101] Compiling Plotly ScatterPolar.swift
[67/101] Compiling Plotly ScatterPolarGL.swift
[68/101] Compiling Plotly ScatterTernary.swift
[69/101] Compiling Plotly StreamTube.swift
[70/101] Compiling Plotly Sunburst.swift
[71/101] Compiling Plotly Surface.swift
[80/101] Compiling Plotly FunnelArea.swift
[81/101] Compiling Plotly Heatmap.swift
[82/101] Emitting module Plotly
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/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 {
                        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Plotly/Traces/Table.swift:17:21: note: 'CellData' previously declared here
public struct Table<CellData>: Trace, DomainSubplot where CellData: Plotable {
                    ^
[92/101] Compiling Plotly JSON.swift
[93/101] Compiling Plotly Layout.swift
[94/101] Compiling Plotly Plotable.swift
[95/101] Compiling Plotly Shared.swift
[96/101] Compiling Plotly Subplot.swift
[97/101] Compiling Plotly Trace.swift
[98/101] Compiling Plotly Bar.swift
[99/101] Compiling Plotly BarPolar.swift
[100/101] Compiling Plotly Box.swift
[101/101] Compiling Plotly Candlestick.swift
Build complete! (22.66s)
Build complete.
Done.