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.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vojtamolda/Plotly.swift.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/0/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/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Plotly.swift",
"dependencies": [
]
}
]
}
Fetching https://github.com/vojtamolda/Plotly.swift.git from cache
Fetched https://github.com/vojtamolda/Plotly.swift.git (0.22s)
Creating working copy for https://github.com/vojtamolda/Plotly.swift.git
Working copy of https://github.com/vojtamolda/Plotly.swift.git resolved at main
warning: '.resolve-product-dependencies': dependency 'plotly.swift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/84] Compiling codegen Util.swift
[2/84] Compiling codegen Name.swift
[3/86] Compiling codegen Trace.swift
[4/86] Compiling codegen Transform.swift
[5/86] Compiling codegen Order.swift
[6/86] Compiling codegen Predefined.swift
[7/86] Emitting module codegen
[8/86] Compiling codegen Animation.swift
[9/86] Compiling codegen Config.swift
[10/86] Compiling codegen Frame.swift
[11/86] Compiling codegen Schema.swift
[12/86] Compiling codegen main.swift
[13/86] Compiling codegen Protocols.swift
[14/86] Compiling codegen Shared.swift
[15/86] Compiling codegen Layout.swift
[16/86] Compiling codegen Markup.swift
[17/86] Compiling codegen Generated.swift
[18/86] Compiling codegen Instance.swift
[18/86] Linking codegen
[20/86] Compiling Plotly Animation.swift
[21/86] Compiling Plotly Config.swift
[22/86] Compiling Plotly Convenience.swift
[23/86] Compiling Plotly Debug.swift
[24/86] Compiling Plotly Playground.swift
[25/86] Compiling Plotly Figure.swift
[26/86] Compiling Plotly Frame.swift
[27/86] Compiling Plotly Browser.swift
[28/86] Compiling Plotly CSVDecoder.swift
[29/86] Compiling Plotly HTML.swift
[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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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/0/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 ParallelCategories.swift
[49/95] Compiling Plotly ParallelCoordinates.swift
[50/95] Compiling Plotly Pie.swift
[51/95] Compiling Plotly PointCloud.swift
[52/95] Compiling Plotly Sankey.swift
[53/95] Compiling Plotly Scatter.swift
[54/95] Compiling Plotly Scatter3D.swift
[55/95] Compiling Plotly ScatterCarpet.swift
[56/95] Compiling Plotly ScatterGL.swift
[64/95] Compiling Plotly Funnel.swift
[65/95] Compiling Plotly FunnelArea.swift
[66/95] Compiling Plotly Heatmap.swift
[67/95] Compiling Plotly HeatmapGL.swift
[68/95] Compiling Plotly Histogram.swift
[69/95] Compiling Plotly Histogram2D.swift
[70/95] Compiling Plotly Histogram2DContour.swift
[71/95] Compiling Plotly Image.swift
[72/95] Compiling Plotly Indicator.swift
[73/95] Compiling Plotly Isosurface.swift
[74/95] Compiling Plotly Mesh3D.swift
[75/95] Compiling Plotly OHLC.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/0/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/0/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 {
^
Build complete! (22.34s)
Build complete.
Done.