Build Information
Successful build of Plotly, reference 0.5.0 (310a1c
), with Swift 6.0 for visionOS using Xcode 16.0 on 1 Nov 2024 17:10:35 UTC.
Swift 6 data race errors: 394
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Plotly-Package -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Build Log
public static let gray = Ocean.gray
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1720:27: warning: static property 'deep' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let deep = Ocean.deep
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1720:27: note: annotate 'deep' with '@MainActor' if property should only be accessed from the main actor
public static let deep = Ocean.deep
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1720:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let deep = Ocean.deep
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1722:27: warning: static property 'dense' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let dense = Ocean.dense
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1722:27: note: annotate 'dense' with '@MainActor' if property should only be accessed from the main actor
public static let dense = Ocean.dense
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1722:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let dense = Ocean.dense
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1724:27: warning: static property 'algae' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let algae = Ocean.algae
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1724:27: note: annotate 'algae' with '@MainActor' if property should only be accessed from the main actor
public static let algae = Ocean.algae
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1724:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let algae = Ocean.algae
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1726:27: warning: static property 'matter' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let matter = Ocean.matter
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1726:27: note: annotate 'matter' with '@MainActor' if property should only be accessed from the main actor
public static let matter = Ocean.matter
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1726:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let matter = Ocean.matter
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1728:27: warning: static property 'turbid' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let turbid = Ocean.turbid
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1728:27: note: annotate 'turbid' with '@MainActor' if property should only be accessed from the main actor
public static let turbid = Ocean.turbid
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1728:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let turbid = Ocean.turbid
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1730:27: warning: static property 'speed' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let speed = Ocean.speed
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1730:27: note: annotate 'speed' with '@MainActor' if property should only be accessed from the main actor
public static let speed = Ocean.speed
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1730:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let speed = Ocean.speed
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1732:27: warning: static property 'amp' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let amp = Ocean.amp
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1732:27: note: annotate 'amp' with '@MainActor' if property should only be accessed from the main actor
public static let amp = Ocean.amp
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1732:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let amp = Ocean.amp
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1734:27: warning: static property 'tempo' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let tempo = Ocean.tempo
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1734:27: note: annotate 'tempo' with '@MainActor' if property should only be accessed from the main actor
public static let tempo = Ocean.tempo
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1734:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let tempo = Ocean.tempo
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1736:27: warning: static property 'rain' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let rain = Ocean.rain
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1736:27: note: annotate 'rain' with '@MainActor' if property should only be accessed from the main actor
public static let rain = Ocean.rain
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1736:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let rain = Ocean.rain
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1740:27: warning: static property 'blueGreen' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let blueGreen = Brewer.blueGreen
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1740:27: note: annotate 'blueGreen' with '@MainActor' if property should only be accessed from the main actor
public static let blueGreen = Brewer.blueGreen
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1740:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let blueGreen = Brewer.blueGreen
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1742:27: warning: static property 'bluePurple' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let bluePurple = Brewer.bluePurple
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1742:27: note: annotate 'bluePurple' with '@MainActor' if property should only be accessed from the main actor
public static let bluePurple = Brewer.bluePurple
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1742:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let bluePurple = Brewer.bluePurple
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1744:27: warning: static property 'greenBlue' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let greenBlue = Brewer.greenBlue
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1744:27: note: annotate 'greenBlue' with '@MainActor' if property should only be accessed from the main actor
public static let greenBlue = Brewer.greenBlue
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1744:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let greenBlue = Brewer.greenBlue
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1746:27: warning: static property 'orangeRed' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let orangeRed = Brewer.orangeRed
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1746:27: note: annotate 'orangeRed' with '@MainActor' if property should only be accessed from the main actor
public static let orangeRed = Brewer.orangeRed
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1746:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let orangeRed = Brewer.orangeRed
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1748:27: warning: static property 'purpleBlue' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let purpleBlue = Brewer.purpleBlue
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1748:27: note: annotate 'purpleBlue' with '@MainActor' if property should only be accessed from the main actor
public static let purpleBlue = Brewer.purpleBlue
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1748:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let purpleBlue = Brewer.purpleBlue
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1750:27: warning: static property 'purpleBlueGreen' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let purpleBlueGreen = Brewer.purpleBlueGreen
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1750:27: note: annotate 'purpleBlueGreen' with '@MainActor' if property should only be accessed from the main actor
public static let purpleBlueGreen = Brewer.purpleBlueGreen
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1750:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let purpleBlueGreen = Brewer.purpleBlueGreen
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1752:27: warning: static property 'purpleRed' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let purpleRed = Brewer.purpleRed
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1752:27: note: annotate 'purpleRed' with '@MainActor' if property should only be accessed from the main actor
public static let purpleRed = Brewer.purpleRed
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1752:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let purpleRed = Brewer.purpleRed
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1754:27: warning: static property 'redPurple' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let redPurple = Brewer.redPurple
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1754:27: note: annotate 'redPurple' with '@MainActor' if property should only be accessed from the main actor
public static let redPurple = Brewer.redPurple
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1754:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let redPurple = Brewer.redPurple
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1756:27: warning: static property 'yellowGreen' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let yellowGreen = Brewer.yellowGreen
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1756:27: note: annotate 'yellowGreen' with '@MainActor' if property should only be accessed from the main actor
public static let yellowGreen = Brewer.yellowGreen
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1756:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let yellowGreen = Brewer.yellowGreen
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1758:27: warning: static property 'yellowGreenBlue' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let yellowGreenBlue = Brewer.yellowGreenBlue
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1758:27: note: annotate 'yellowGreenBlue' with '@MainActor' if property should only be accessed from the main actor
public static let yellowGreenBlue = Brewer.yellowGreenBlue
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1758:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let yellowGreenBlue = Brewer.yellowGreenBlue
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1760:27: warning: static property 'yellowOrangeBrown' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let yellowOrangeBrown = Brewer.yellowOrangeBrown
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1760:27: note: annotate 'yellowOrangeBrown' with '@MainActor' if property should only be accessed from the main actor
public static let yellowOrangeBrown = Brewer.yellowOrangeBrown
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1760:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let yellowOrangeBrown = Brewer.yellowOrangeBrown
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1762:27: warning: static property 'yellowOrangeRed' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let yellowOrangeRed = Brewer.yellowOrangeRed
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1762:27: note: annotate 'yellowOrangeRed' with '@MainActor' if property should only be accessed from the main actor
public static let yellowOrangeRed = Brewer.yellowOrangeRed
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1762:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let yellowOrangeRed = Brewer.yellowOrangeRed
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1764:27: warning: static property 'blues' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let blues = Brewer.blues
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1764:27: note: annotate 'blues' with '@MainActor' if property should only be accessed from the main actor
public static let blues = Brewer.blues
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1764:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let blues = Brewer.blues
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1766:27: warning: static property 'greens' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let greens = Brewer.greens
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1766:27: note: annotate 'greens' with '@MainActor' if property should only be accessed from the main actor
public static let greens = Brewer.greens
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1766:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let greens = Brewer.greens
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1768:27: warning: static property 'grays' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let grays = Brewer.grays
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1768:27: note: annotate 'grays' with '@MainActor' if property should only be accessed from the main actor
public static let grays = Brewer.grays
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1768:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let grays = Brewer.grays
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1770:27: warning: static property 'oranges' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let oranges = Brewer.oranges
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1770:27: note: annotate 'oranges' with '@MainActor' if property should only be accessed from the main actor
public static let oranges = Brewer.oranges
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1770:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let oranges = Brewer.oranges
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1772:27: warning: static property 'purples' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let purples = Brewer.purples
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1772:27: note: annotate 'purples' with '@MainActor' if property should only be accessed from the main actor
public static let purples = Brewer.purples
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1772:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let purples = Brewer.purples
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1774:27: warning: static property 'reds' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let reds = Brewer.reds
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1774:27: note: annotate 'reds' with '@MainActor' if property should only be accessed from the main actor
public static let reds = Brewer.reds
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1774:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let reds = Brewer.reds
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1778:27: warning: static property 'burgundy' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let burgundy = Carto.burgundy
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1778:27: note: annotate 'burgundy' with '@MainActor' if property should only be accessed from the main actor
public static let burgundy = Carto.burgundy
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1778:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let burgundy = Carto.burgundy
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1780:27: warning: static property 'yellowBurgundy' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let yellowBurgundy = Carto.yellowBurgundy
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1780:27: note: annotate 'yellowBurgundy' with '@MainActor' if property should only be accessed from the main actor
public static let yellowBurgundy = Carto.yellowBurgundy
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1780:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let yellowBurgundy = Carto.yellowBurgundy
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1782:27: warning: static property 'yellowOrange' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let yellowOrange = Carto.yellowOrange
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1782:27: note: annotate 'yellowOrange' with '@MainActor' if property should only be accessed from the main actor
public static let yellowOrange = Carto.yellowOrange
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1782:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let yellowOrange = Carto.yellowOrange
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1784:27: warning: static property 'peach' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let peach = Carto.peach
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1784:27: note: annotate 'peach' with '@MainActor' if property should only be accessed from the main actor
public static let peach = Carto.peach
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1784:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let peach = Carto.peach
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1786:27: warning: static property 'yellowPink' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let yellowPink = Carto.yellowPink
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1786:27: note: annotate 'yellowPink' with '@MainActor' if property should only be accessed from the main actor
public static let yellowPink = Carto.yellowPink
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1786:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let yellowPink = Carto.yellowPink
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1788:27: warning: static property 'mint' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let mint = Carto.mint
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1788:27: note: annotate 'mint' with '@MainActor' if property should only be accessed from the main actor
public static let mint = Carto.mint
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1788:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let mint = Carto.mint
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1790:27: warning: static property 'darkMint' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let darkMint = Carto.darkMint
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1790:27: note: annotate 'darkMint' with '@MainActor' if property should only be accessed from the main actor
public static let darkMint = Carto.darkMint
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1790:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let darkMint = Carto.darkMint
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1792:27: warning: static property 'emerald' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let emerald = Carto.emerald
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1792:27: note: annotate 'emerald' with '@MainActor' if property should only be accessed from the main actor
public static let emerald = Carto.emerald
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1792:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let emerald = Carto.emerald
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1794:27: warning: static property 'yellowBlue' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let yellowBlue = Carto.yellowBlue
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1794:27: note: annotate 'yellowBlue' with '@MainActor' if property should only be accessed from the main actor
public static let yellowBlue = Carto.yellowBlue
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1794:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let yellowBlue = Carto.yellowBlue
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1796:27: warning: static property 'teal' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let teal = Carto.teal
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1796:27: note: annotate 'teal' with '@MainActor' if property should only be accessed from the main actor
public static let teal = Carto.teal
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1796:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let teal = Carto.teal
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1798:27: warning: static property 'greenTeal' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let greenTeal = Carto.greenTeal
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1798:27: note: annotate 'greenTeal' with '@MainActor' if property should only be accessed from the main actor
public static let greenTeal = Carto.greenTeal
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1798:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let greenTeal = Carto.greenTeal
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1800:27: warning: static property 'purple' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let purple = Carto.purple
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1800:27: note: annotate 'purple' with '@MainActor' if property should only be accessed from the main actor
public static let purple = Carto.purple
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1800:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let purple = Carto.purple
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1802:27: warning: static property 'orangePurple' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let orangePurple = Carto.orangePurple
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1802:27: note: annotate 'orangePurple' with '@MainActor' if property should only be accessed from the main actor
public static let orangePurple = Carto.orangePurple
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1802:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let orangePurple = Carto.orangePurple
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1804:27: warning: static property 'sunset' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let sunset = Carto.sunset
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1804:27: note: annotate 'sunset' with '@MainActor' if property should only be accessed from the main actor
public static let sunset = Carto.sunset
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1804:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let sunset = Carto.sunset
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1806:27: warning: static property 'magenta' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let magenta = Carto.magenta
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1806:27: note: annotate 'magenta' with '@MainActor' if property should only be accessed from the main actor
public static let magenta = Carto.magenta
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1806:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let magenta = Carto.magenta
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1808:27: warning: static property 'sunsetDark' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let sunsetDark = Carto.sunsetDark
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1808:27: note: annotate 'sunsetDark' with '@MainActor' if property should only be accessed from the main actor
public static let sunsetDark = Carto.sunsetDark
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1808:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let sunsetDark = Carto.sunsetDark
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1810:27: warning: static property 'yellowBrown' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let yellowBrown = Carto.yellowBrown
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1810:27: note: annotate 'yellowBrown' with '@MainActor' if property should only be accessed from the main actor
public static let yellowBrown = Carto.yellowBrown
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1810:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let yellowBrown = Carto.yellowBrown
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1814:27: warning: static property 'rainbow' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let rainbow = Plotly.rainbow
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1814:27: note: annotate 'rainbow' with '@MainActor' if property should only be accessed from the main actor
public static let rainbow = Plotly.rainbow
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1814:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let rainbow = Plotly.rainbow
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1816:27: warning: static property 'jet' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let jet = Plotly.jet
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1816:27: note: annotate 'jet' with '@MainActor' if property should only be accessed from the main actor
public static let jet = Plotly.jet
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1816:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let jet = Plotly.jet
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1818:27: warning: static property 'hot' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let hot = Plotly.hot
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1818:27: note: annotate 'hot' with '@MainActor' if property should only be accessed from the main actor
public static let hot = Plotly.hot
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1818:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let hot = Plotly.hot
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1820:27: warning: static property 'blackBody' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let blackBody = Plotly.blackBody
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1820:27: note: annotate 'blackBody' with '@MainActor' if property should only be accessed from the main actor
public static let blackBody = Plotly.blackBody
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1820:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let blackBody = Plotly.blackBody
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1822:27: warning: static property 'earth' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let earth = Plotly.earth
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1822:27: note: annotate 'earth' with '@MainActor' if property should only be accessed from the main actor
public static let earth = Plotly.earth
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1822:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let earth = Plotly.earth
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1824:27: warning: static property 'electric' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let electric = Plotly.electric
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1824:27: note: annotate 'electric' with '@MainActor' if property should only be accessed from the main actor
public static let electric = Plotly.electric
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1824:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let electric = Plotly.electric
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1826:27: warning: static property 'viridis' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let viridis = Plotly.viridis
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1826:27: note: annotate 'viridis' with '@MainActor' if property should only be accessed from the main actor
public static let viridis = Plotly.viridis
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1826:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let viridis = Plotly.viridis
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1828:27: warning: static property 'cividis' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let cividis = Plotly.cividis
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1828:27: note: annotate 'cividis' with '@MainActor' if property should only be accessed from the main actor
public static let cividis = Plotly.cividis
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1828:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let cividis = Plotly.cividis
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1830:27: warning: static property 'plotly3' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let plotly3 = Plotly.plotly3
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1830:27: note: annotate 'plotly3' with '@MainActor' if property should only be accessed from the main actor
public static let plotly3 = Plotly.plotly3
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1830:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let plotly3 = Plotly.plotly3
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1832:27: warning: static property 'inferno' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let inferno = Plotly.inferno
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1832:27: note: annotate 'inferno' with '@MainActor' if property should only be accessed from the main actor
public static let inferno = Plotly.inferno
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1832:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let inferno = Plotly.inferno
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1834:27: warning: static property 'magma' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let magma = Plotly.magma
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1834:27: note: annotate 'magma' with '@MainActor' if property should only be accessed from the main actor
public static let magma = Plotly.magma
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1834:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let magma = Plotly.magma
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1836:27: warning: static property 'plasma' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let plasma = Plotly.plasma
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1836:27: note: annotate 'plasma' with '@MainActor' if property should only be accessed from the main actor
public static let plasma = Plotly.plasma
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1836:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let plasma = Plotly.plasma
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1924:27: warning: static property 'topo' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let topo = Ocean.topo
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1924:27: note: annotate 'topo' with '@MainActor' if property should only be accessed from the main actor
public static let topo = Ocean.topo
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1924:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let topo = Ocean.topo
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1926:27: warning: static property 'balance' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let balance = Ocean.balance
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1926:27: note: annotate 'balance' with '@MainActor' if property should only be accessed from the main actor
public static let balance = Ocean.balance
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1926:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let balance = Ocean.balance
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1928:27: warning: static property 'delta' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let delta = Ocean.delta
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1928:27: note: annotate 'delta' with '@MainActor' if property should only be accessed from the main actor
public static let delta = Ocean.delta
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1928:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let delta = Ocean.delta
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1930:27: warning: static property 'curl' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let curl = Ocean.curl
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1930:27: note: annotate 'curl' with '@MainActor' if property should only be accessed from the main actor
public static let curl = Ocean.curl
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1930:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let curl = Ocean.curl
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1932:27: warning: static property 'diff' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let diff = Ocean.diff
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1932:27: note: annotate 'diff' with '@MainActor' if property should only be accessed from the main actor
public static let diff = Ocean.diff
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1932:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let diff = Ocean.diff
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1934:27: warning: static property 'tarn' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let tarn = Ocean.tarn
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1934:27: note: annotate 'tarn' with '@MainActor' if property should only be accessed from the main actor
public static let tarn = Ocean.tarn
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1934:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let tarn = Ocean.tarn
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1938:27: warning: static property 'brownTeal' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let brownTeal = Brewer.brownTeal
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1938:27: note: annotate 'brownTeal' with '@MainActor' if property should only be accessed from the main actor
public static let brownTeal = Brewer.brownTeal
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1938:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let brownTeal = Brewer.brownTeal
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1940:27: warning: static property 'pinkGreen' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let pinkGreen = Brewer.pinkGreen
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1940:27: note: annotate 'pinkGreen' with '@MainActor' if property should only be accessed from the main actor
public static let pinkGreen = Brewer.pinkGreen
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1940:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let pinkGreen = Brewer.pinkGreen
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1942:27: warning: static property 'purpleGreen' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let purpleGreen = Brewer.purpleGreen
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1942:27: note: annotate 'purpleGreen' with '@MainActor' if property should only be accessed from the main actor
public static let purpleGreen = Brewer.purpleGreen
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1942:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let purpleGreen = Brewer.purpleGreen
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1944:27: warning: static property 'purpleOrange' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let purpleOrange = Brewer.purpleOrange
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1944:27: note: annotate 'purpleOrange' with '@MainActor' if property should only be accessed from the main actor
public static let purpleOrange = Brewer.purpleOrange
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1944:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let purpleOrange = Brewer.purpleOrange
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1946:27: warning: static property 'redBlue' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let redBlue = Brewer.redBlue
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1946:27: note: annotate 'redBlue' with '@MainActor' if property should only be accessed from the main actor
public static let redBlue = Brewer.redBlue
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1946:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let redBlue = Brewer.redBlue
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1948:27: warning: static property 'redGray' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let redGray = Brewer.redGray
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1948:27: note: annotate 'redGray' with '@MainActor' if property should only be accessed from the main actor
public static let redGray = Brewer.redGray
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1948:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let redGray = Brewer.redGray
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1950:27: warning: static property 'redYellowBlue' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let redYellowBlue = Brewer.redYellowBlue
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1950:27: note: annotate 'redYellowBlue' with '@MainActor' if property should only be accessed from the main actor
public static let redYellowBlue = Brewer.redYellowBlue
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1950:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let redYellowBlue = Brewer.redYellowBlue
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1952:27: warning: static property 'redYellowGreen' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let redYellowGreen = Brewer.redYellowGreen
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1952:27: note: annotate 'redYellowGreen' with '@MainActor' if property should only be accessed from the main actor
public static let redYellowGreen = Brewer.redYellowGreen
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1952:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let redYellowGreen = Brewer.redYellowGreen
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1954:27: warning: static property 'spectral' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let spectral = Brewer.spectral
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1954:27: note: annotate 'spectral' with '@MainActor' if property should only be accessed from the main actor
public static let spectral = Brewer.spectral
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1954:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let spectral = Brewer.spectral
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1958:27: warning: static property 'armyRose' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let armyRose = Carto.armyRose
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1958:27: note: annotate 'armyRose' with '@MainActor' if property should only be accessed from the main actor
public static let armyRose = Carto.armyRose
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1958:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let armyRose = Carto.armyRose
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1960:27: warning: static property 'fall' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let fall = Carto.fall
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1960:27: note: annotate 'fall' with '@MainActor' if property should only be accessed from the main actor
public static let fall = Carto.fall
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1960:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let fall = Carto.fall
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1962:27: warning: static property 'geyser' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let geyser = Carto.geyser
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1962:27: note: annotate 'geyser' with '@MainActor' if property should only be accessed from the main actor
public static let geyser = Carto.geyser
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1962:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let geyser = Carto.geyser
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1964:27: warning: static property 'temps' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let temps = Carto.temps
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1964:27: note: annotate 'temps' with '@MainActor' if property should only be accessed from the main actor
public static let temps = Carto.temps
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1964:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let temps = Carto.temps
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1966:27: warning: static property 'tealRose' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let tealRose = Carto.tealRose
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1966:27: note: annotate 'tealRose' with '@MainActor' if property should only be accessed from the main actor
public static let tealRose = Carto.tealRose
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1966:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let tealRose = Carto.tealRose
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1968:27: warning: static property 'tropic' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let tropic = Carto.tropic
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1968:27: note: annotate 'tropic' with '@MainActor' if property should only be accessed from the main actor
public static let tropic = Carto.tropic
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1968:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let tropic = Carto.tropic
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1970:27: warning: static property 'earth' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let earth = Carto.earth
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1970:27: note: annotate 'earth' with '@MainActor' if property should only be accessed from the main actor
public static let earth = Carto.earth
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1970:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let earth = Carto.earth
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1974:27: warning: static property 'picnic' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let picnic = Plotly.picnic
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1974:27: note: annotate 'picnic' with '@MainActor' if property should only be accessed from the main actor
public static let picnic = Plotly.picnic
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1974:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let picnic = Plotly.picnic
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1976:27: warning: static property 'portland' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let portland = Plotly.portland
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1976:27: note: annotate 'portland' with '@MainActor' if property should only be accessed from the main actor
public static let portland = Plotly.portland
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:1976:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let portland = Plotly.portland
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2031:27: warning: static property 'twilight' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let twilight = Plotly.twilight
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2031:27: note: annotate 'twilight' with '@MainActor' if property should only be accessed from the main actor
public static let twilight = Plotly.twilight
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2031:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let twilight = Plotly.twilight
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2033:27: warning: static property 'iceFire' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let iceFire = Plotly.iceFire
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2033:27: note: annotate 'iceFire' with '@MainActor' if property should only be accessed from the main actor
public static let iceFire = Plotly.iceFire
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2033:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let iceFire = Plotly.iceFire
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2035:27: warning: static property 'edge' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let edge = Plotly.edge
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2035:27: note: annotate 'edge' with '@MainActor' if property should only be accessed from the main actor
public static let edge = Plotly.edge
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2035:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let edge = Plotly.edge
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2037:27: warning: static property 'phase' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let phase = Ocean.phase
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2037:27: note: annotate 'phase' with '@MainActor' if property should only be accessed from the main actor
public static let phase = Ocean.phase
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2037:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let phase = Ocean.phase
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2039:27: warning: static property 'hsv' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let hsv = Plotly.hsv
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2039:27: note: annotate 'hsv' with '@MainActor' if property should only be accessed from the main actor
public static let hsv = Plotly.hsv
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2039:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let hsv = Plotly.hsv
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2041:27: warning: static property 'magentaRedYellowBlue' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let magentaRedYellowBlue = Plotly.magentaRedYellowBlue
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2041:27: note: annotate 'magentaRedYellowBlue' with '@MainActor' if property should only be accessed from the main actor
public static let magentaRedYellowBlue = Plotly.magentaRedYellowBlue
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2041:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let magentaRedYellowBlue = Plotly.magentaRedYellowBlue
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2043:27: warning: static property 'magentaYellowGreenBlue' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let magentaYellowGreenBlue = Plotly.magentaYellowGreenBlue
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2043:27: note: annotate 'magentaYellowGreenBlue' with '@MainActor' if property should only be accessed from the main actor
public static let magentaYellowGreenBlue = Plotly.magentaYellowGreenBlue
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2043:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let magentaYellowGreenBlue = Plotly.magentaYellowGreenBlue
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2062:23: warning: static property 'blues' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let blues = Brewer.blues
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2062:23: note: annotate 'blues' with '@MainActor' if property should only be accessed from the main actor
public static let blues = Brewer.blues
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2062:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let blues = Brewer.blues
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2064:23: warning: static property 'greens' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let greens = Brewer.greens
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2064:23: note: annotate 'greens' with '@MainActor' if property should only be accessed from the main actor
public static let greens = Brewer.greens
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2064:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let greens = Brewer.greens
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2066:23: warning: static property 'grays' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let grays = Brewer.grays
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2066:23: note: annotate 'grays' with '@MainActor' if property should only be accessed from the main actor
public static let grays = Brewer.grays
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2066:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let grays = Brewer.grays
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2068:23: warning: static property 'oranges' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let oranges = Brewer.oranges
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2068:23: note: annotate 'oranges' with '@MainActor' if property should only be accessed from the main actor
public static let oranges = Brewer.oranges
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2068:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let oranges = Brewer.oranges
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2070:23: warning: static property 'purples' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let purples = Brewer.purples
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2070:23: note: annotate 'purples' with '@MainActor' if property should only be accessed from the main actor
public static let purples = Brewer.purples
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2070:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let purples = Brewer.purples
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2072:23: warning: static property 'reds' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let reds = Brewer.reds
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2072:23: note: annotate 'reds' with '@MainActor' if property should only be accessed from the main actor
public static let reds = Brewer.reds
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2072:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let reds = Brewer.reds
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2074:23: warning: static property 'sunset' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let sunset = Carto.sunsetDark
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2074:23: note: annotate 'sunset' with '@MainActor' if property should only be accessed from the main actor
public static let sunset = Carto.sunsetDark
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2074:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let sunset = Carto.sunsetDark
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2076:23: warning: static property 'viridis' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let viridis = Plotly.viridis
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2076:23: note: annotate 'viridis' with '@MainActor' if property should only be accessed from the main actor
public static let viridis = Plotly.viridis
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2076:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let viridis = Plotly.viridis
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2078:23: warning: static property 'magma' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let magma = Plotly.magma
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2078:23: note: annotate 'magma' with '@MainActor' if property should only be accessed from the main actor
public static let magma = Plotly.magma
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2078:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let magma = Plotly.magma
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2080:23: warning: static property 'plasma' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let plasma = Plotly.plasma
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2080:23: note: annotate 'plasma' with '@MainActor' if property should only be accessed from the main actor
public static let plasma = Plotly.plasma
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2080:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let plasma = Plotly.plasma
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2082:23: warning: static property 'inferno' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let inferno = Plotly.inferno
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2082:23: note: annotate 'inferno' with '@MainActor' if property should only be accessed from the main actor
public static let inferno = Plotly.inferno
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2082:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let inferno = Plotly.inferno
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2084:23: warning: static property 'redBlue' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let redBlue = Brewer.redBlue
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2084:23: note: annotate 'redBlue' with '@MainActor' if property should only be accessed from the main actor
public static let redBlue = Brewer.redBlue
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2084:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let redBlue = Brewer.redBlue
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2086:23: warning: static property 'pinkGreen' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let pinkGreen = Brewer.pinkGreen
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2086:23: note: annotate 'pinkGreen' with '@MainActor' if property should only be accessed from the main actor
public static let pinkGreen = Brewer.pinkGreen
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2086:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let pinkGreen = Brewer.pinkGreen
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2088:23: warning: static property 'temps' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let temps = Carto.temps
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2088:23: note: annotate 'temps' with '@MainActor' if property should only be accessed from the main actor
public static let temps = Carto.temps
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2088:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let temps = Carto.temps
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2090:23: warning: static property 'phase' is not concurrency-safe because non-'Sendable' type 'ColorScale' may have shared mutable state; this is an error in the Swift 6 language mode
public static let phase = Ocean.phase
^
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:66:15: note: consider making struct 'ColorScale' conform to the 'Sendable' protocol
public struct ColorScale: Encodable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2090:23: note: annotate 'phase' with '@MainActor' if property should only be accessed from the main actor
public static let phase = Ocean.phase
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift:2090:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let phase = Ocean.phase
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/Coloring.swift (in target 'Plotly' from project 'Plotly')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Animation.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Config.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Extensions/Debug.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Extensions/Playground.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Figure.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Frame.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/IO/Browser.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/IO/CSVDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/IO/HTML.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/IO/JSON.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Plotable.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Shared.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Subplot.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Trace.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Bar.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/BarPolar.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Box.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Candlestick.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Carpet.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Choropleth.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ChoroplethMapbox.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Cone.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Contour.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ContourCarpet.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/DensityMapbox.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Funnel.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/FunnelArea.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Heatmap.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/HeatmapGL.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Histogram.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Histogram2D.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Histogram2DContour.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Image.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Indicator.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Isosurface.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Mesh3D.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/OHLC.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ParallelCategories.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ParallelCoordinates.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Pie.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/PointCloud.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Sankey.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Scatter.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Scatter3D.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ScatterCarpet.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ScatterGL.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ScatterGeo.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ScatterMapbox.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ScatterPlotMatrix.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ScatterPolar.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ScatterPolarGL.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ScatterTernary.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/StreamTube.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Sunburst.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Surface.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Table.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Treemap.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Violin.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Volume.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Waterfall.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Transforms/Aggregate.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Transforms/Filter.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Transforms/GroupBy.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Transforms/Sort.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/Angle.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/Anything.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/Color.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorList.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/Coloring.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/Data.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/InfoArray.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/Unused.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/supplementaryOutputs-10 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Plotly_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Plotly -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Color.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/ColorList.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/ColorScale.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Coloring.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Data.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/InfoArray.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Unused.o -index-unit-output-path /Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Color.o -index-unit-output-path /Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/ColorList.o -index-unit-output-path /Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/ColorScale.o -index-unit-output-path /Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Coloring.o -index-unit-output-path /Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Data.o -index-unit-output-path /Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/InfoArray.o -index-unit-output-path /Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Unused.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/Data.swift (in target 'Plotly' from project 'Plotly')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Animation.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Config.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Extensions/Debug.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Extensions/Playground.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Figure.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Frame.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/IO/Browser.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/IO/CSVDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/IO/HTML.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/IO/JSON.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Plotable.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Shared.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Subplot.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Trace.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Bar.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/BarPolar.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Box.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Candlestick.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Carpet.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Choropleth.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ChoroplethMapbox.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Cone.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Contour.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ContourCarpet.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/DensityMapbox.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Funnel.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/FunnelArea.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Heatmap.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/HeatmapGL.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Histogram.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Histogram2D.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Histogram2DContour.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Image.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Indicator.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Isosurface.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Mesh3D.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/OHLC.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ParallelCategories.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ParallelCoordinates.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Pie.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/PointCloud.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Sankey.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Scatter.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Scatter3D.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ScatterCarpet.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ScatterGL.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ScatterGeo.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ScatterMapbox.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ScatterPlotMatrix.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ScatterPolar.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ScatterPolarGL.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ScatterTernary.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/StreamTube.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Sunburst.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Surface.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Table.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Treemap.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Violin.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Volume.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Waterfall.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Transforms/Aggregate.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Transforms/Filter.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Transforms/GroupBy.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Transforms/Sort.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/Angle.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/Anything.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/Color.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorList.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/Coloring.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/Data.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/InfoArray.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/Unused.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/supplementaryOutputs-10 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Plotly_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Plotly -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Color.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/ColorList.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/ColorScale.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Coloring.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Data.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/InfoArray.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Unused.o -index-unit-output-path /Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Color.o -index-unit-output-path /Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/ColorList.o -index-unit-output-path /Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/ColorScale.o -index-unit-output-path /Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Coloring.o -index-unit-output-path /Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Data.o -index-unit-output-path /Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/InfoArray.o -index-unit-output-path /Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Unused.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/InfoArray.swift (in target 'Plotly' from project 'Plotly')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Animation.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Config.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Extensions/Debug.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Extensions/Playground.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Figure.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Frame.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/IO/Browser.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/IO/CSVDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/IO/HTML.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/IO/JSON.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Plotable.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Shared.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Subplot.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Trace.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Bar.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/BarPolar.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Box.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Candlestick.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Carpet.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Choropleth.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ChoroplethMapbox.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Cone.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Contour.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ContourCarpet.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/DensityMapbox.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Funnel.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/FunnelArea.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Heatmap.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/HeatmapGL.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Histogram.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Histogram2D.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Histogram2DContour.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Image.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Indicator.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Isosurface.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Mesh3D.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/OHLC.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ParallelCategories.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ParallelCoordinates.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Pie.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/PointCloud.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Sankey.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Scatter.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Scatter3D.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ScatterCarpet.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ScatterGL.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ScatterGeo.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ScatterMapbox.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ScatterPlotMatrix.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ScatterPolar.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ScatterPolarGL.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ScatterTernary.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/StreamTube.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Sunburst.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Surface.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Table.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Treemap.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Violin.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Volume.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Waterfall.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Transforms/Aggregate.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Transforms/Filter.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Transforms/GroupBy.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Transforms/Sort.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/Angle.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/Anything.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/Color.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorList.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/Coloring.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/Data.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/InfoArray.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/Unused.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/supplementaryOutputs-10 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Plotly_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Plotly -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Color.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/ColorList.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/ColorScale.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Coloring.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Data.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/InfoArray.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Unused.o -index-unit-output-path /Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Color.o -index-unit-output-path /Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/ColorList.o -index-unit-output-path /Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/ColorScale.o -index-unit-output-path /Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Coloring.o -index-unit-output-path /Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Data.o -index-unit-output-path /Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/InfoArray.o -index-unit-output-path /Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Unused.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/Unused.swift (in target 'Plotly' from project 'Plotly')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Animation.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Config.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Extensions/Convenience.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Extensions/Debug.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Extensions/Playground.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Figure.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Frame.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/IO/Browser.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/IO/CSVDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/IO/HTML.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/IO/JSON.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Layout.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Plotable.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Shared.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Subplot.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Trace.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Bar.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/BarPolar.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Box.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Candlestick.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Carpet.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Choropleth.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ChoroplethMapbox.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Cone.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Contour.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ContourCarpet.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/DensityMapbox.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Funnel.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/FunnelArea.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Heatmap.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/HeatmapGL.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Histogram.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Histogram2D.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Histogram2DContour.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Image.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Indicator.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Isosurface.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Mesh3D.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/OHLC.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ParallelCategories.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ParallelCoordinates.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Pie.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/PointCloud.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Sankey.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Scatter.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Scatter3D.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ScatterCarpet.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ScatterGL.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ScatterGeo.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ScatterMapbox.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ScatterPlotMatrix.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ScatterPolar.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ScatterPolarGL.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/ScatterTernary.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/StreamTube.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Sunburst.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Surface.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Table.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Treemap.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Violin.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Volume.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Traces/Waterfall.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Transforms/Aggregate.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Transforms/Filter.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Transforms/GroupBy.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Transforms/Sort.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/Angle.swift /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/Anything.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/Color.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorList.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/ColorScale.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/Coloring.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/Data.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/InfoArray.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Plotly/Util/Unused.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/supplementaryOutputs-10 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Plotly_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Plotly -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Color.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/ColorList.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/ColorScale.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Coloring.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Data.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/InfoArray.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Unused.o -index-unit-output-path /Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Color.o -index-unit-output-path /Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/ColorList.o -index-unit-output-path /Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/ColorScale.o -index-unit-output-path /Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Coloring.o -index-unit-output-path /Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Data.o -index-unit-output-path /Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/InfoArray.o -index-unit-output-path /Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Unused.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling Animation.swift, Config.swift, Convenience.swift, Debug.swift, Playground.swift, Figure.swift, Frame.swift, Browser.swift (in target 'Plotly' from project 'Plotly')
SwiftDriver\ Compilation codegen normal arm64 com.apple.xcode.tools.swift.compiler (in target 'codegen' from project 'Plotly')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name codegen -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/codegen.build/Objects-normal/arm64/codegen.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/codegen.build/Objects-normal/arm64/codegen-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/codegen.build/Objects-normal/arm64/codegen.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/codegen.build/Objects-normal/arm64/codegen_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/codegen.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/codegen.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/codegen.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/codegen normal (in target 'codegen' from project 'Plotly')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/codegen.build/Objects-normal/arm64/codegen.LinkFileList -Xlinker -rpath -Xlinker @executable_path/../lib -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/codegen.build/Objects-normal/arm64/codegen_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/codegen.build/Objects-normal/arm64/codegen.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/codegen.build/Objects-normal/arm64/codegen_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/codegen
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/codegen (in target 'codegen' from project 'Plotly')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/codegen
SwiftDriverJobDiscovery normal arm64 Compiling ParallelCoordinates.swift, Pie.swift, PointCloud.swift, Sankey.swift, Scatter.swift, Scatter3D.swift, ScatterCarpet.swift (in target 'Plotly' from project 'Plotly')
SwiftDriverJobDiscovery normal arm64 Compiling Color.swift, ColorList.swift, ColorScale.swift, Coloring.swift, Data.swift, InfoArray.swift, Unused.swift (in target 'Plotly' from project 'Plotly')
SwiftDriverJobDiscovery normal arm64 Compiling Histogram2D.swift, Histogram2DContour.swift, Image.swift, Indicator.swift, Isosurface.swift, Mesh3D.swift, OHLC.swift, ParallelCategories.swift (in target 'Plotly' from project 'Plotly')
SwiftDriverJobDiscovery normal arm64 Compiling StreamTube.swift, Sunburst.swift, Surface.swift, Table.swift, Treemap.swift, Violin.swift, Volume.swift (in target 'Plotly' from project 'Plotly')
SwiftDriverJobDiscovery normal arm64 Compiling ScatterGL.swift, ScatterGeo.swift, ScatterMapbox.swift, ScatterPlotMatrix.swift, ScatterPolar.swift, ScatterPolarGL.swift, ScatterTernary.swift (in target 'Plotly' from project 'Plotly')
SwiftDriverJobDiscovery normal arm64 Compiling Contour.swift, ContourCarpet.swift, DensityMapbox.swift, Funnel.swift, FunnelArea.swift, Heatmap.swift, HeatmapGL.swift, Histogram.swift (in target 'Plotly' from project 'Plotly')
SwiftDriverJobDiscovery normal arm64 Compiling Bar.swift, BarPolar.swift, Box.swift, Candlestick.swift, Carpet.swift, Choropleth.swift, ChoroplethMapbox.swift, Cone.swift (in target 'Plotly' from project 'Plotly')
SwiftDriverJobDiscovery normal arm64 Emitting module for Plotly (in target 'Plotly' from project 'Plotly')
SwiftDriver\ Compilation\ Requirements Plotly normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Plotly' from project 'Plotly')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Plotly -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Plotly.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Plotly-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Plotly.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Plotly_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Plotly-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Plotly-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Plotly-Swift.h (in target 'Plotly' from project 'Plotly')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Plotly-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Plotly-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Plotly.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Plotly.abi.json (in target 'Plotly' from project 'Plotly')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Plotly.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Plotly.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Plotly.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Plotly.swiftmodule (in target 'Plotly' from project 'Plotly')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Plotly.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Plotly.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Plotly.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Plotly.swiftdoc (in target 'Plotly' from project 'Plotly')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Plotly.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Plotly.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Plotly.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Plotly.swiftsourceinfo (in target 'Plotly' from project 'Plotly')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Plotly.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Plotly.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling CSVDecoder.swift, HTML.swift, JSON.swift, Layout.swift, Plotable.swift, Shared.swift, Subplot.swift, Trace.swift (in target 'Plotly' from project 'Plotly')
SwiftDriver\ Compilation Plotly normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Plotly' from project 'Plotly')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Plotly -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Plotly.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Plotly-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Plotly.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Plotly_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Plotly-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Plotly.o normal (in target 'Plotly' from project 'Plotly')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Plotly.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Plotly_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Plotly.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Plotly.build/Debug-xros/Plotly.build/Objects-normal/arm64/Plotly_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Plotly.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Plotly.o (in target 'Plotly' from project 'Plotly')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Plotly.o
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Plotly",
"name" : "Plotly",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "Plotly",
"targets" : [
"Plotly"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "codegen",
"targets" : [
"codegen"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "codegen",
"module_type" : "SwiftTarget",
"name" : "codegen",
"path" : "Sources/Codegen",
"product_memberships" : [
"codegen"
],
"sources" : [
"Generated/Animation.swift",
"Generated/Config.swift",
"Generated/Frame.swift",
"Generated/Generated.swift",
"Generated/Instance.swift",
"Generated/Layout.swift",
"Generated/Markup.swift",
"Generated/Protocols.swift",
"Generated/Shared.swift",
"Generated/Trace.swift",
"Generated/Transform.swift",
"Generated/Util.swift",
"Schema/Name.swift",
"Schema/Order.swift",
"Schema/Predefined.swift",
"Schema/Schema.swift",
"main.swift"
],
"type" : "executable"
},
{
"c99name" : "PlotlyTests",
"module_type" : "SwiftTarget",
"name" : "PlotlyTests",
"path" : "Tests/PlotlyTests",
"sources" : [
"Animation/ButtonTests.swift",
"Animation/SliderTests.swift",
"Basic/BarChartTests.swift",
"Basic/LineChartTests.swift",
"Basic/PieChartTests.swift",
"Basic/ScatterPlotTests.swift",
"Figure/FigureTests.swift",
"Figure/PlotableTests.swift",
"Figure/SwatchTests.swift",
"Figure/TraceTests.swift",
"IO/CSVDecoderTests.swift",
"Scientific/ContourPlotTests.swift",
"Scientific/HeatmapTests.swift",
"Statistical/BoxPlotTests.swift",
"Statistical/ErrorBarTests.swift",
"Statistical/HistogramTests.swift",
"Subplots/InsetPlotTests.swift",
"Subplots/MixedSubplotTests.swift",
"Subplots/MultipleAxesSubplotTests.swift",
"Subplots/Subplot3DTests.swift",
"Subplots/SubplotTests.swift",
"Subplots/TableSubplotTests.swift",
"Util/InfoArrayTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Plotly"
],
"type" : "test"
},
{
"c99name" : "Plotly",
"module_type" : "SwiftTarget",
"name" : "Plotly",
"path" : "Sources/Plotly",
"product_memberships" : [
"Plotly"
],
"sources" : [
"Animation.swift",
"Config.swift",
"Extensions/Convenience.swift",
"Extensions/Debug.swift",
"Extensions/Playground.swift",
"Figure.swift",
"Frame.swift",
"IO/Browser.swift",
"IO/CSVDecoder.swift",
"IO/HTML.swift",
"IO/JSON.swift",
"Layout.swift",
"Plotable.swift",
"Shared.swift",
"Subplot.swift",
"Trace.swift",
"Traces/Bar.swift",
"Traces/BarPolar.swift",
"Traces/Box.swift",
"Traces/Candlestick.swift",
"Traces/Carpet.swift",
"Traces/Choropleth.swift",
"Traces/ChoroplethMapbox.swift",
"Traces/Cone.swift",
"Traces/Contour.swift",
"Traces/ContourCarpet.swift",
"Traces/DensityMapbox.swift",
"Traces/Funnel.swift",
"Traces/FunnelArea.swift",
"Traces/Heatmap.swift",
"Traces/HeatmapGL.swift",
"Traces/Histogram.swift",
"Traces/Histogram2D.swift",
"Traces/Histogram2DContour.swift",
"Traces/Image.swift",
"Traces/Indicator.swift",
"Traces/Isosurface.swift",
"Traces/Mesh3D.swift",
"Traces/OHLC.swift",
"Traces/ParallelCategories.swift",
"Traces/ParallelCoordinates.swift",
"Traces/Pie.swift",
"Traces/PointCloud.swift",
"Traces/Sankey.swift",
"Traces/Scatter.swift",
"Traces/Scatter3D.swift",
"Traces/ScatterCarpet.swift",
"Traces/ScatterGL.swift",
"Traces/ScatterGeo.swift",
"Traces/ScatterMapbox.swift",
"Traces/ScatterPlotMatrix.swift",
"Traces/ScatterPolar.swift",
"Traces/ScatterPolarGL.swift",
"Traces/ScatterTernary.swift",
"Traces/StreamTube.swift",
"Traces/Sunburst.swift",
"Traces/Surface.swift",
"Traces/Table.swift",
"Traces/Treemap.swift",
"Traces/Violin.swift",
"Traces/Volume.swift",
"Traces/Waterfall.swift",
"Transforms/Aggregate.swift",
"Transforms/Filter.swift",
"Transforms/GroupBy.swift",
"Transforms/Sort.swift",
"Util/Angle.swift",
"Util/Anything.swift",
"Util/Color.swift",
"Util/ColorList.swift",
"Util/ColorScale.swift",
"Util/Coloring.swift",
"Util/Data.swift",
"Util/InfoArray.swift",
"Util/Unused.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.