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

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0.app" xcrun swift build --arch arm64

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
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/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 into spi-builder-workspace
310a1c4692537567de79cf0fb1a89fc5b5c329b6
SUCCESS checkout https://github.com/vojtamolda/Plotly.swift.git at 0.5.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0.app" xcrun swift build --arch arm64
Building for debugging...
[1/84] Emitting module codegen
[2/86] Compiling Plotly PointCloud.swift
[3/86] Compiling Plotly Sankey.swift
[4/86] Compiling Plotly Animation.swift
[5/86] Compiling Plotly Config.swift
[6/86] Compiling Plotly Convenience.swift
[7/86] Compiling Plotly Debug.swift
[8/86] Compiling Plotly Playground.swift
[9/86] Compiling codegen Schema.swift
[10/86] Compiling codegen main.swift
[11/86] Compiling Plotly HTML.swift
[12/86] Compiling Plotly ParallelCategories.swift
[13/86] Compiling Plotly ParallelCoordinates.swift
[14/86] Compiling Plotly Pie.swift
[15/86] Compiling Plotly Figure.swift
[16/86] Compiling Plotly Frame.swift
[17/86] Compiling Plotly Browser.swift
[18/86] Compiling Plotly CSVDecoder.swift
[18/86] Linking codegen
[30/95] Compiling Plotly Angle.swift
[31/95] Compiling Plotly Anything.swift
[32/95] Compiling Plotly Color.swift
[33/95] Compiling Plotly ColorList.swift
[34/95] Compiling Plotly ColorScale.swift
[35/95] Compiling Plotly Coloring.swift
[36/95] Compiling Plotly Data.swift
[37/95] Compiling Plotly InfoArray.swift
[38/95] Compiling Plotly Unused.swift
[39/95] Compiling Plotly Table.swift
/Users/builder/builds/TDmZkXJm/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/TDmZkXJm/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 {
                    ^
[40/95] Compiling Plotly Treemap.swift
/Users/builder/builds/TDmZkXJm/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/TDmZkXJm/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 {
                    ^
[41/95] Compiling Plotly Violin.swift
/Users/builder/builds/TDmZkXJm/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/TDmZkXJm/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 {
                    ^
[42/95] Compiling Plotly Volume.swift
/Users/builder/builds/TDmZkXJm/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/TDmZkXJm/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 {
                    ^
[43/95] Compiling Plotly Waterfall.swift
/Users/builder/builds/TDmZkXJm/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/TDmZkXJm/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 {
                    ^
[44/95] Compiling Plotly Aggregate.swift
/Users/builder/builds/TDmZkXJm/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/TDmZkXJm/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 {
                    ^
[45/95] Compiling Plotly Filter.swift
/Users/builder/builds/TDmZkXJm/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/TDmZkXJm/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 {
                    ^
[46/95] Compiling Plotly GroupBy.swift
/Users/builder/builds/TDmZkXJm/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/TDmZkXJm/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 {
                    ^
[47/95] Compiling Plotly Sort.swift
/Users/builder/builds/TDmZkXJm/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/TDmZkXJm/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 {
                    ^
[48/95] Compiling Plotly HeatmapGL.swift
[49/95] Compiling Plotly Histogram.swift
[50/95] Compiling Plotly Histogram2D.swift
[51/95] Compiling Plotly Histogram2DContour.swift
[52/95] Compiling Plotly Image.swift
[53/95] Compiling Plotly Indicator.swift
[54/95] Compiling Plotly Isosurface.swift
[55/95] Compiling Plotly Mesh3D.swift
[56/95] Compiling Plotly OHLC.swift
[64/95] Compiling Plotly ScatterCarpet.swift
[65/95] Compiling Plotly ScatterGL.swift
[66/95] Compiling Plotly Carpet.swift
[67/95] Compiling Plotly Choropleth.swift
[68/95] Compiling Plotly ChoroplethMapbox.swift
[69/95] Compiling Plotly Cone.swift
[70/95] Compiling Plotly Contour.swift
[71/95] Compiling Plotly ContourCarpet.swift
[72/95] Compiling Plotly DensityMapbox.swift
[73/95] Compiling Plotly Funnel.swift
[74/95] Compiling Plotly FunnelArea.swift
[75/95] Compiling Plotly Heatmap.swift
[76/95] Compiling Plotly ScatterGeo.swift
[77/95] Compiling Plotly ScatterMapbox.swift
[78/95] Compiling Plotly ScatterPlotMatrix.swift
[79/95] Compiling Plotly ScatterPolar.swift
[80/95] Compiling Plotly ScatterPolarGL.swift
[81/95] Compiling Plotly ScatterTernary.swift
[82/95] Compiling Plotly StreamTube.swift
[83/95] Compiling Plotly Sunburst.swift
[84/95] Compiling Plotly Surface.swift
[85/95] Emitting module Plotly
/Users/builder/builds/TDmZkXJm/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/TDmZkXJm/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 {
                    ^
[86/95] Compiling Plotly JSON.swift
[87/95] Compiling Plotly Layout.swift
[88/95] Compiling Plotly Plotable.swift
[89/95] Compiling Plotly Shared.swift
[90/95] Compiling Plotly Subplot.swift
[91/95] Compiling Plotly Trace.swift
[92/95] Compiling Plotly Bar.swift
[93/95] Compiling Plotly BarPolar.swift
[94/95] Compiling Plotly Box.swift
[95/95] Compiling Plotly Candlestick.swift
Build complete! (20.02s)
Build complete.
========================================
ResolveProductDependencies
========================================
Resolving dependencies at path: spi-builder-workspace
Fetching https://github.com/vojtamolda/Plotly.swift.git
[1/4350] Fetching plotly.swift
Fetched https://github.com/vojtamolda/Plotly.swift.git (0.94s)
Creating working copy for https://github.com/vojtamolda/Plotly.swift.git
Working copy of https://github.com/vojtamolda/Plotly.swift.git resolved at 0.5.0
warning: '.resolve-product-dependencies': dependency 'plotly.swift' is not used by any target
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "plotly.swift",
      "name": "Plotly",
      "url": "https://github.com/vojtamolda/Plotly.swift.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Plotly.swift",
      "dependencies": [

      ]
    }
  ]
}
Found 0 product dependencies
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.