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: 0.5.0
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
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:         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 Bar.swift
[6/90] Compiling Plotly BarPolar.swift
[7/92] Compiling Plotly Cone.swift
[8/92] Compiling Plotly Contour.swift
[9/92] Emitting module codegen
[10/92] Compiling Plotly JSON.swift
[11/92] Compiling Plotly Layout.swift
[12/92] Compiling Plotly Subplot.swift
[13/92] Compiling Plotly Trace.swift
[14/92] Compiling Plotly Carpet.swift
[15/92] Compiling Plotly Choropleth.swift
[16/92] Compiling Plotly ChoroplethMapbox.swift
[17/92] Compiling Plotly Box.swift
[18/92] Compiling Plotly Candlestick.swift
[19/92] Compiling Plotly Plotable.swift
[20/92] Compiling Plotly Shared.swift
[21/92] Compiling codegen Schema.swift
[22/92] Compiling codegen main.swift
[22/92] Write Objects.LinkFileList
[23/92] Linking codegen
/Users/builder/builds/UKfvDsi8u/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/101] Compiling Plotly HeatmapGL.swift
[36/101] Compiling Plotly Histogram.swift
[37/101] Compiling Plotly Histogram2D.swift
[38/101] Compiling Plotly Histogram2DContour.swift
[39/101] Compiling Plotly Image.swift
[40/101] Compiling Plotly Indicator.swift
[41/101] Compiling Plotly Isosurface.swift
[42/101] Compiling Plotly Mesh3D.swift
[43/101] Compiling Plotly OHLC.swift
[44/101] Compiling Plotly Angle.swift
[45/101] Compiling Plotly Anything.swift
[46/101] Compiling Plotly Color.swift
[47/101] Compiling Plotly ColorList.swift
[48/101] Compiling Plotly ColorScale.swift
[49/101] Compiling Plotly Coloring.swift
[50/101] Compiling Plotly Data.swift
[51/101] Compiling Plotly InfoArray.swift
[52/101] Compiling Plotly Unused.swift
[53/101] Compiling Plotly ParallelCategories.swift
[54/101] Compiling Plotly ParallelCoordinates.swift
[55/101] Compiling Plotly Pie.swift
[56/101] Compiling Plotly PointCloud.swift
[57/101] Compiling Plotly Sankey.swift
[58/101] Compiling Plotly Scatter.swift
[59/101] Compiling Plotly Scatter3D.swift
[60/101] Compiling Plotly ScatterCarpet.swift
[61/101] Compiling Plotly ScatterGL.swift
[62/101] Compiling Plotly ScatterGeo.swift
[63/101] Compiling Plotly ScatterMapbox.swift
[64/101] Compiling Plotly ScatterPlotMatrix.swift
[65/101] Compiling Plotly ScatterPolar.swift
[66/101] Compiling Plotly ScatterPolarGL.swift
[67/101] Compiling Plotly ScatterTernary.swift
[68/101] Compiling Plotly StreamTube.swift
[69/101] Compiling Plotly Sunburst.swift
[70/101] Compiling Plotly Surface.swift
[71/101] Emitting module Plotly
/Users/builder/builds/UKfvDsi8u/1/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/1/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 {
                    ^
[72/101] Compiling Plotly Animation.swift
[73/101] Compiling Plotly Config.swift
[74/101] Compiling Plotly Convenience.swift
[75/101] Compiling Plotly Debug.swift
[76/101] Compiling Plotly Playground.swift
[77/101] Compiling Plotly Figure.swift
[78/101] Compiling Plotly Frame.swift
[79/101] Compiling Plotly Browser.swift
[80/101] Compiling Plotly CSVDecoder.swift
[81/101] Compiling Plotly HTML.swift
[89/101] Compiling Plotly Funnel.swift
[90/101] Compiling Plotly FunnelArea.swift
[91/101] Compiling Plotly Heatmap.swift
Build complete! (20.46s)
Build complete.
Done.