The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Euler, reference main (f54c76), with Swift 6.1 for watchOS using Xcode 16.3 on 27 Apr 2025 21:35:46 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Euler-Package -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:65:16: note: add '@MainActor' to make static property 'electric' part of global actor 'MainActor'
    static let electric = Constant(name: "Electric", description: "Vacuum permittivity in F/m", value: BigNumber("8.854187e-12")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:65:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let electric = Constant(name: "Electric", description: "Vacuum permittivity in F/m", value: BigNumber("8.854187e-12")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:67:16: warning: static property 'electronMass' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let electronMass = Constant(name: "Electron Mass", description: "Electron mass in kg", value: BigNumber("9.10938291e-31")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:67:16: note: add '@MainActor' to make static property 'electronMass' part of global actor 'MainActor'
    static let electronMass = Constant(name: "Electron Mass", description: "Electron mass in kg", value: BigNumber("9.10938291e-31")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:67:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let electronMass = Constant(name: "Electron Mass", description: "Electron mass in kg", value: BigNumber("9.10938291e-31")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:69:16: warning: static property 'elementaryCharge' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let elementaryCharge = Constant(name: "Elementary Charge", description: "Elementary charge in C", value: BigNumber("1.602176565e-19")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:69:16: note: add '@MainActor' to make static property 'elementaryCharge' part of global actor 'MainActor'
    static let elementaryCharge = Constant(name: "Elementary Charge", description: "Elementary charge in C", value: BigNumber("1.602176565e-19")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:69:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let elementaryCharge = Constant(name: "Elementary Charge", description: "Elementary charge in C", value: BigNumber("1.602176565e-19")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:71:16: warning: static property 'EulerGamma' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let EulerGamma = Constant(name: "Euler Gamma", description: "Euler–Mascheroni Gamma constant", value: BigNumber("0.57721566490153286")!)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:71:16: note: add '@MainActor' to make static property 'EulerGamma' part of global actor 'MainActor'
    static let EulerGamma = Constant(name: "Euler Gamma", description: "Euler–Mascheroni Gamma constant", value: BigNumber("0.57721566490153286")!)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:71:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let EulerGamma = Constant(name: "Euler Gamma", description: "Euler–Mascheroni Gamma constant", value: BigNumber("0.57721566490153286")!)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:73:16: warning: static property 'Faraday' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let Faraday = Constant(name: "Faraday", description: "Faraday constant in C/mol", value: BigNumber("96485.3365")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:73:16: note: add '@MainActor' to make static property 'Faraday' part of global actor 'MainActor'
    static let Faraday = Constant(name: "Faraday", description: "Faraday constant in C/mol", value: BigNumber("96485.3365")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:73:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let Faraday = Constant(name: "Faraday", description: "Faraday constant in C/mol", value: BigNumber("96485.3365")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:75:16: warning: static property 'fineStructure' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let fineStructure = Constant(name: "Fine Structure", description: "Fine structure constant", value: BigNumber("0.0072973525693")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:75:16: note: add '@MainActor' to make static property 'fineStructure' part of global actor 'MainActor'
    static let fineStructure = Constant(name: "Fine Structure", description: "Fine structure constant", value: BigNumber("0.0072973525693")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:75:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let fineStructure = Constant(name: "Fine Structure", description: "Fine structure constant", value: BigNumber("0.0072973525693")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:77:16: warning: static property 'goldenRatio' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let goldenRatio = Constant(name: "Golden Ratio", description: "Golden ratio", value: BigNumber("1.61803398874989484820")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:77:16: note: add '@MainActor' to make static property 'goldenRatio' part of global actor 'MainActor'
    static let goldenRatio = Constant(name: "Golden Ratio", description: "Golden ratio", value: BigNumber("1.61803398874989484820")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:77:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let goldenRatio = Constant(name: "Golden Ratio", description: "Golden ratio", value: BigNumber("1.61803398874989484820")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:79:16: warning: static property 'gravity' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let gravity = Constant(name: "Gravity", description: "Standard gravity in m/s^2", value: BigNumber("9.80665")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:79:16: note: add '@MainActor' to make static property 'gravity' part of global actor 'MainActor'
    static let gravity = Constant(name: "Gravity", description: "Standard gravity in m/s^2", value: BigNumber("9.80665")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:79:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let gravity = Constant(name: "Gravity", description: "Standard gravity in m/s^2", value: BigNumber("9.80665")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:81:16: warning: static property 'inverseFineStructure' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let inverseFineStructure = Constant(name: "Inverse Fine Structure", description: "Inverse fine structure constant", value: BigNumber("137.035999139")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:81:16: note: add '@MainActor' to make static property 'inverseFineStructure' part of global actor 'MainActor'
    static let inverseFineStructure = Constant(name: "Inverse Fine Structure", description: "Inverse fine structure constant", value: BigNumber("137.035999139")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:81:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let inverseFineStructure = Constant(name: "Inverse Fine Structure", description: "Inverse fine structure constant", value: BigNumber("137.035999139")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:83:16: warning: static property 'magnetic' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let magnetic = Constant(name: "Magnetic", description: "Vacuum permeability in H/m", value: BigNumber("1.2566370614e-6")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:83:16: note: add '@MainActor' to make static property 'magnetic' part of global actor 'MainActor'
    static let magnetic = Constant(name: "Magnetic", description: "Vacuum permeability in H/m", value: BigNumber("1.2566370614e-6")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:83:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let magnetic = Constant(name: "Magnetic", description: "Vacuum permeability in H/m", value: BigNumber("1.2566370614e-6")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:85:16: warning: static property 'magneticFluxQuantum' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let magneticFluxQuantum = Constant(name: "Magnetic Flux Quantum", description: "Magnetic flux quantum in Wb", value: BigNumber("2.067833831e-15")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:85:16: note: add '@MainActor' to make static property 'magneticFluxQuantum' part of global actor 'MainActor'
    static let magneticFluxQuantum = Constant(name: "Magnetic Flux Quantum", description: "Magnetic flux quantum in Wb", value: BigNumber("2.067833831e-15")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:85:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let magneticFluxQuantum = Constant(name: "Magnetic Flux Quantum", description: "Magnetic flux quantum in Wb", value: BigNumber("2.067833831e-15")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:87:16: warning: static property 'molarGas' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let molarGas = Constant(name: "Molar Gas", description: "Gas constant in J/(mol K)", value: BigNumber("8.3144621")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:87:16: note: add '@MainActor' to make static property 'molarGas' part of global actor 'MainActor'
    static let molarGas = Constant(name: "Molar Gas", description: "Gas constant in J/(mol K)", value: BigNumber("8.3144621")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:87:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let molarGas = Constant(name: "Molar Gas", description: "Gas constant in J/(mol K)", value: BigNumber("8.3144621")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:89:16: warning: static property 'moonMass' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let moonMass = Constant(name: "Moon Mass", description: "Mass of the moon in kg", value: BigNumber("7.348e+22")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:89:16: note: add '@MainActor' to make static property 'moonMass' part of global actor 'MainActor'
    static let moonMass = Constant(name: "Moon Mass", description: "Mass of the moon in kg", value: BigNumber("7.348e+22")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:89:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let moonMass = Constant(name: "Moon Mass", description: "Mass of the moon in kg", value: BigNumber("7.348e+22")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:91:16: warning: static property 'moonRadius' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let moonRadius = Constant(name: "Moon Radius", description: "Moon's radius in km", value: BigNumber("1737.4")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:91:16: note: add '@MainActor' to make static property 'moonRadius' part of global actor 'MainActor'
    static let moonRadius = Constant(name: "Moon Radius", description: "Moon's radius in km", value: BigNumber("1737.4")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:91:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let moonRadius = Constant(name: "Moon Radius", description: "Moon's radius in km", value: BigNumber("1737.4")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:93:16: warning: static property 'neutronMass' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let neutronMass = Constant(name: "Neutron Mass", description: "Mass of the neutron in kg", value: BigNumber("1.674927211e-27")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:93:16: note: add '@MainActor' to make static property 'neutronMass' part of global actor 'MainActor'
    static let neutronMass = Constant(name: "Neutron Mass", description: "Mass of the neutron in kg", value: BigNumber("1.674927211e-27")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:93:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let neutronMass = Constant(name: "Neutron Mass", description: "Mass of the neutron in kg", value: BigNumber("1.674927211e-27")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:95:16: warning: static property 'NewtonianGravitation' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let NewtonianGravitation = Constant(name: "Newtonian Gravitation", description: "Newtonian constant of gravitation in m3⋅kg-1⋅s-2", value: BigNumber("6.67428e-11")!)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:95:16: note: add '@MainActor' to make static property 'NewtonianGravitation' part of global actor 'MainActor'
    static let NewtonianGravitation = Constant(name: "Newtonian Gravitation", description: "Newtonian constant of gravitation in m3⋅kg-1⋅s-2", value: BigNumber("6.67428e-11")!)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:95:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let NewtonianGravitation = Constant(name: "Newtonian Gravitation", description: "Newtonian constant of gravitation in m3⋅kg-1⋅s-2", value: BigNumber("6.67428e-11")!)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:97:16: warning: static property 'pi' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let pi = Constant(name: "pi", description: "The mathematical constant", value: BigNumber("3.141592653589793238")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:97:16: note: add '@MainActor' to make static property 'pi' part of global actor 'MainActor'
    static let pi = Constant(name: "pi", description: "The mathematical constant", value: BigNumber("3.141592653589793238")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:97:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let pi = Constant(name: "pi", description: "The mathematical constant", value: BigNumber("3.141592653589793238")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:99:16: warning: static property 'Planck' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let Planck = Constant(name: "Planck", description: "Planck constant in J⋅s", value: BigNumber("6.62606957e-34")!)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:99:16: note: add '@MainActor' to make static property 'Planck' part of global actor 'MainActor'
    static let Planck = Constant(name: "Planck", description: "Planck constant in J⋅s", value: BigNumber("6.62606957e-34")!)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:99:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let Planck = Constant(name: "Planck", description: "Planck constant in J⋅s", value: BigNumber("6.62606957e-34")!)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:101:16: warning: static property 'protonElectronMassRatio' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let protonElectronMassRatio = Constant(name: "Proton Electron Mass Ratio", description: "Proton mass divided by electron mass", value: BigNumber("1836.15267247")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:101:16: note: add '@MainActor' to make static property 'protonElectronMassRatio' part of global actor 'MainActor'
    static let protonElectronMassRatio = Constant(name: "Proton Electron Mass Ratio", description: "Proton mass divided by electron mass", value: BigNumber("1836.15267247")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:101:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let protonElectronMassRatio = Constant(name: "Proton Electron Mass Ratio", description: "Proton mass divided by electron mass", value: BigNumber("1836.15267247")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:103:16: warning: static property 'protonNeutronMassRatio' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let protonNeutronMassRatio = Constant(name: "Proton Neutron Mass Ratio", description: "Proton mass divided by neutron mass", value: BigNumber("0.99862347826")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:103:16: note: add '@MainActor' to make static property 'protonNeutronMassRatio' part of global actor 'MainActor'
    static let protonNeutronMassRatio = Constant(name: "Proton Neutron Mass Ratio", description: "Proton mass divided by neutron mass", value: BigNumber("0.99862347826")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:103:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let protonNeutronMassRatio = Constant(name: "Proton Neutron Mass Ratio", description: "Proton mass divided by neutron mass", value: BigNumber("0.99862347826")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:105:16: warning: static property 'protonMass' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let protonMass = Constant(name: "Proton Mass", description: "Proton mass in kg", value: BigNumber("1.672621777e-27")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:105:16: note: add '@MainActor' to make static property 'protonMass' part of global actor 'MainActor'
    static let protonMass = Constant(name: "Proton Mass", description: "Proton mass in kg", value: BigNumber("1.672621777e-27")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:105:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let protonMass = Constant(name: "Proton Mass", description: "Proton mass in kg", value: BigNumber("1.672621777e-27")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:107:16: warning: static property 'Rydberg' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let Rydberg = Constant(name: "Rydberg", description: "Rydberg constant in m^-1", value: BigNumber("10973731.568539")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:107:16: note: add '@MainActor' to make static property 'Rydberg' part of global actor 'MainActor'
    static let Rydberg = Constant(name: "Rydberg", description: "Rydberg constant in m^-1", value: BigNumber("10973731.568539")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:107:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let Rydberg = Constant(name: "Rydberg", description: "Rydberg constant in m^-1", value: BigNumber("10973731.568539")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:109:16: warning: static property 'speedOfLight' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let speedOfLight = Constant(name: "Speed of Light", description: "Speed of light in m/s", value: BigNumber("299792458")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:109:16: note: add '@MainActor' to make static property 'speedOfLight' part of global actor 'MainActor'
    static let speedOfLight = Constant(name: "Speed of Light", description: "Speed of light in m/s", value: BigNumber("299792458")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:109:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let speedOfLight = Constant(name: "Speed of Light", description: "Speed of light in m/s", value: BigNumber("299792458")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:111:16: warning: static property 'speedOfSound' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let speedOfSound = Constant(name: "Speed of Sound", description: "Speed of sound in m/s", value: BigNumber("340.29")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:111:16: note: add '@MainActor' to make static property 'speedOfSound' part of global actor 'MainActor'
    static let speedOfSound = Constant(name: "Speed of Sound", description: "Speed of sound in m/s", value: BigNumber("340.29")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:111:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let speedOfSound = Constant(name: "Speed of Sound", description: "Speed of sound in m/s", value: BigNumber("340.29")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:113:16: warning: static property 'sqrt2' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let sqrt2 = Constant(name: "sqrt(2)", description: "The square root of 2", value: BigNumber("1.41421356237309504880")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:113:16: note: add '@MainActor' to make static property 'sqrt2' part of global actor 'MainActor'
    static let sqrt2 = Constant(name: "sqrt(2)", description: "The square root of 2", value: BigNumber("1.41421356237309504880")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:113:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let sqrt2 = Constant(name: "sqrt(2)", description: "The square root of 2", value: BigNumber("1.41421356237309504880")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:115:16: warning: static property 'StefanBoltzmann' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let StefanBoltzmann = Constant(name: "Stefan Boltzmann", description: "Stefan–Boltzmann constant in W⋅m-2⋅K-4", value: BigNumber("5.670373e-8")!)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:115:16: note: add '@MainActor' to make static property 'StefanBoltzmann' part of global actor 'MainActor'
    static let StefanBoltzmann = Constant(name: "Stefan Boltzmann", description: "Stefan–Boltzmann constant in W⋅m-2⋅K-4", value: BigNumber("5.670373e-8")!)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:115:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let StefanBoltzmann = Constant(name: "Stefan Boltzmann", description: "Stefan–Boltzmann constant in W⋅m-2⋅K-4", value: BigNumber("5.670373e-8")!)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:117:16: warning: static property 'sunMass' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let sunMass = Constant(name: "Sun Mass", description: "Mass of the sun in kg", value: BigNumber("1.98892e+30")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:117:16: note: add '@MainActor' to make static property 'sunMass' part of global actor 'MainActor'
    static let sunMass = Constant(name: "Sun Mass", description: "Mass of the sun in kg", value: BigNumber("1.98892e+30")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:117:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let sunMass = Constant(name: "Sun Mass", description: "Mass of the sun in kg", value: BigNumber("1.98892e+30")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:119:16: warning: static property 'sunRadius' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let sunRadius = Constant(name: "Sun Radius", description: "Sun's radius in km", value: BigNumber("695700")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:119:16: note: add '@MainActor' to make static property 'sunRadius' part of global actor 'MainActor'
    static let sunRadius = Constant(name: "Sun Radius", description: "Sun's radius in km", value: BigNumber("695700")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:119:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let sunRadius = Constant(name: "Sun Radius", description: "Sun's radius in km", value: BigNumber("695700")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:121:16: warning: static property 'theRockMass' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let theRockMass = Constant(name: "The Rock Mass", description: "Dwayne \"The Rock\" Johnson's mass in kg. Can't mathematician have the sense of humour?", value: BigNumber("124.73790175")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:121:16: note: add '@MainActor' to make static property 'theRockMass' part of global actor 'MainActor'
    static let theRockMass = Constant(name: "The Rock Mass", description: "Dwayne \"The Rock\" Johnson's mass in kg. Can't mathematician have the sense of humour?", value: BigNumber("124.73790175")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:121:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let theRockMass = Constant(name: "The Rock Mass", description: "Dwayne \"The Rock\" Johnson's mass in kg. Can't mathematician have the sense of humour?", value: BigNumber("124.73790175")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:123:16: warning: static property 'Thomson' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let Thomson = Constant(name: "Thomson", description: "Thomson cross section in m2", value: BigNumber("0.6652458734e-28")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:123:16: note: add '@MainActor' to make static property 'Thomson' part of global actor 'MainActor'
    static let Thomson = Constant(name: "Thomson", description: "Thomson cross section in m2", value: BigNumber("0.6652458734e-28")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:123:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let Thomson = Constant(name: "Thomson", description: "Thomson cross section in m2", value: BigNumber("0.6652458734e-28")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:125:16: warning: static property 'UltimateAnswer' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let UltimateAnswer = Constant(name: "Ultimate Answer", description: "The answer to life, the universe, and everything", value: BigNumber("42")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:125:16: note: add '@MainActor' to make static property 'UltimateAnswer' part of global actor 'MainActor'
    static let UltimateAnswer = Constant(name: "Ultimate Answer", description: "The answer to life, the universe, and everything", value: BigNumber("42")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:125:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let UltimateAnswer = Constant(name: "Ultimate Answer", description: "The answer to life, the universe, and everything", value: BigNumber("42")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:127:16: warning: static property 'universeTemperature' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let universeTemperature = Constant(name: "Universe Temperature", description: "The coldness of the universe in C", value: BigNumber("-273.15")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:127:16: note: add '@MainActor' to make static property 'universeTemperature' part of global actor 'MainActor'
    static let universeTemperature = Constant(name: "Universe Temperature", description: "The coldness of the universe in C", value: BigNumber("-273.15")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:127:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let universeTemperature = Constant(name: "Universe Temperature", description: "The coldness of the universe in C", value: BigNumber("-273.15")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:130:16: warning: static property 'all' is not concurrency-safe because non-'Sendable' type '[Constant]' may have shared mutable state; this is an error in the Swift 6 language mode
    static let all: [Constant] = [
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:130:16: note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
    static let all: [Constant] = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:130:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let all: [Constant] = [
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Logarithms.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745789743424371-swift-frontend-Euler-Point.swift-arm64_32_apple_watchos11.4-o-Onone-2171927881.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 2.2639 seconds (2.3132 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4235 ( 22.1%)   0.0605 ( 17.6%)   0.4840 ( 21.4%)   0.4922 ( 21.3%)  perform-sema
   0.4230 ( 22.0%)   0.0605 ( 17.6%)   0.4835 ( 21.4%)   0.4916 ( 21.3%)  Type checking and Semantic analysis
   0.3667 ( 19.1%)   0.0452 ( 13.1%)   0.4119 ( 18.2%)   0.4148 ( 17.9%)  typecheck-stmt
   0.2654 ( 13.8%)   0.0314 (  9.1%)   0.2968 ( 13.1%)   0.2986 ( 12.9%)  typecheck-expr
   0.0902 (  4.7%)   0.0196 (  5.7%)   0.1099 (  4.9%)   0.1152 (  5.0%)  typecheck-decl
   0.0320 (  1.7%)   0.0480 ( 13.9%)   0.0800 (  3.5%)   0.0919 (  4.0%)  parse-and-resolve-imports
   0.0306 (  1.6%)   0.0467 ( 13.5%)   0.0773 (  3.4%)   0.0880 (  3.8%)  Import resolution
   0.0682 (  3.6%)   0.0056 (  1.6%)   0.0738 (  3.3%)   0.0741 (  3.2%)  precheck-target
   0.0518 (  2.7%)   0.0058 (  1.7%)   0.0576 (  2.5%)   0.0576 (  2.5%)  IRGen
   0.0451 (  2.4%)   0.0022 (  0.6%)   0.0473 (  2.1%)   0.0473 (  2.0%)  SILGen
   0.0391 (  2.0%)   0.0013 (  0.4%)   0.0404 (  1.8%)   0.0404 (  1.7%)  SILGen-function
   0.0318 (  1.7%)   0.0072 (  2.1%)   0.0390 (  1.7%)   0.0390 (  1.7%)  build-rewrite-system
   0.0330 (  1.7%)   0.0001 (  0.0%)   0.0331 (  1.5%)   0.0331 (  1.4%)  SIL optimization
   0.0127 (  0.7%)   0.0085 (  2.5%)   0.0212 (  0.9%)   0.0214 (  0.9%)  import-clang-decl
   0.0036 (  0.2%)   0.0002 (  0.1%)   0.0038 (  0.2%)   0.0038 (  0.2%)  typecheck-for-each
   0.0010 (  0.1%)   0.0017 (  0.5%)   0.0027 (  0.1%)   0.0027 (  0.1%)  load-stdlib
   0.0009 (  0.0%)   0.0001 (  0.0%)   0.0009 (  0.0%)   0.0009 (  0.0%)  typecheck-expr-pattern
   0.0003 (  0.0%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   1.9194 (100.0%)   0.3445 (100.0%)   2.2639 (100.0%)   2.3132 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6001 seconds (1.6241 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.3856 (100.0%)   0.2145 (100.0%)   1.6001 (100.0%)   1.6241 (100.0%)  Building Target
   1.3856 (100.0%)   0.2145 (100.0%)   1.6001 (100.0%)   1.6241 (100.0%)  Total
SwiftCompile normal arm64_32 Compiling\ Gauss.swift,\ NullNode.swift,\ OperatorNode.swift,\ StringNode.swift,\ SymbolNode.swift,\ Parser.swift,\ Regex.swift,\ Polynomial.swift,\ simplify.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/Statistics/Gauss.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/Algebra/Parser/Node/NullNode.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/Algebra/Parser/Node/OperatorNode.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/Algebra/Parser/Node/StringNode.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/Algebra/Parser/Node/SymbolNode.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/Algebra/Parser/Parser.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/Algebra/Parser/Utils/Regex.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/Algebra/Polynomial.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/Algebra/Simplify/simplify.swift (in target 'Euler' from project 'Euler')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745789743438179-swift-frontend-Euler-Gauss.swift-arm64_32_apple_watchos11.4-o-Onone-1075973097.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6605 seconds (1.6745 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.2769 ( 20.3%)   0.0368 ( 12.5%)   0.3137 ( 18.9%)   0.3165 ( 18.9%)  perform-sema
   0.2764 ( 20.2%)   0.0367 ( 12.5%)   0.3131 ( 18.9%)   0.3159 ( 18.9%)  Type checking and Semantic analysis
   0.2483 ( 18.2%)   0.0315 ( 10.7%)   0.2798 ( 16.9%)   0.2824 ( 16.9%)  typecheck-stmt
   0.2034 ( 14.9%)   0.0223 (  7.6%)   0.2256 ( 13.6%)   0.2263 ( 13.5%)  typecheck-expr
   0.0895 (  6.6%)   0.0116 (  3.9%)   0.1011 (  6.1%)   0.1013 (  6.1%)  typecheck-decl
   0.0333 (  2.4%)   0.0647 ( 22.0%)   0.0980 (  5.9%)   0.1002 (  6.0%)  parse-and-resolve-imports
   0.0318 (  2.3%)   0.0634 ( 21.6%)   0.0952 (  5.7%)   0.0974 (  5.8%)  Import resolution
   0.0548 (  4.0%)   0.0056 (  1.9%)   0.0603 (  3.6%)   0.0605 (  3.6%)  precheck-target
   0.0436 (  3.2%)   0.0064 (  2.2%)   0.0500 (  3.0%)   0.0500 (  3.0%)  IRGen
   0.0347 (  2.5%)   0.0022 (  0.7%)   0.0369 (  2.2%)   0.0369 (  2.2%)  SILGen
   0.0243 (  1.8%)   0.0010 (  0.3%)   0.0252 (  1.5%)   0.0252 (  1.5%)  SILGen-function
   0.0227 (  1.7%)   0.0002 (  0.1%)   0.0228 (  1.4%)   0.0228 (  1.4%)  SIL optimization
   0.0130 (  1.0%)   0.0034 (  1.2%)   0.0164 (  1.0%)   0.0165 (  1.0%)  build-rewrite-system
   0.0043 (  0.3%)   0.0048 (  1.6%)   0.0091 (  0.5%)   0.0091 (  0.5%)  import-clang-decl
   0.0041 (  0.3%)   0.0003 (  0.1%)   0.0044 (  0.3%)   0.0044 (  0.3%)  typecheck-for-each
   0.0033 (  0.2%)   0.0006 (  0.2%)   0.0039 (  0.2%)   0.0039 (  0.2%)  typecheck-expr-pattern
   0.0010 (  0.1%)   0.0024 (  0.8%)   0.0034 (  0.2%)   0.0034 (  0.2%)  load-stdlib
   0.0007 (  0.0%)   0.0003 (  0.1%)   0.0010 (  0.1%)   0.0010 (  0.1%)  load-all-members
   0.0003 (  0.0%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, post-optimization
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   1.3666 (100.0%)   0.2940 (100.0%)   1.6605 (100.0%)   1.6745 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.8877 seconds (0.8928 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7492 (100.0%)   0.1385 (100.0%)   0.8877 (100.0%)   0.8928 (100.0%)  Building Target
   0.7492 (100.0%)   0.1385 (100.0%)   0.8877 (100.0%)   0.8928 (100.0%)  Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Euler/Statistics/Gauss.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Euler/Algebra/Parser/Node/NullNode.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Euler/Algebra/Parser/Node/OperatorNode.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Euler/Algebra/Parser/Node/StringNode.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Euler/Algebra/Parser/Node/SymbolNode.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Euler/Algebra/Parser/Parser.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Euler/Algebra/Parser/Utils/Regex.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Euler/Algebra/Parser/Utils/Regex.swift:10:5: warning: var 'expressions' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
var expressions = [String: NSRegularExpression]()
    ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/Algebra/Parser/Utils/Regex.swift:10:5: note: convert 'expressions' to a 'let' constant to make 'Sendable' shared state immutable
var expressions = [String: NSRegularExpression]()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Euler/Algebra/Parser/Utils/Regex.swift:10:5: note: add '@MainActor' to make var 'expressions' part of global actor 'MainActor'
var expressions = [String: NSRegularExpression]()
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/Algebra/Parser/Utils/Regex.swift:10:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var expressions = [String: NSRegularExpression]()
    ^
nonisolated(unsafe)
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Euler/Algebra/Polynomial.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Euler/Algebra/Simplify/simplify.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64_32 Compiling Quantile.swift, FinancialLinker.swift, Regression.swift, Statistics.swift, Variance.swift, StatsLinker.swift, CellValue.swift, CommonFormulas.swift (in target 'Euler' from project 'Euler')
SwiftCompile normal arm64_32 Compiling\ combinations.swift,\ fibonacci.swift,\ gamma.swift,\ gcd.swift,\ isPrime.swift,\ Statistical.swift,\ leastFactor.swift,\ modulo.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/combinations.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/fibonacci.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/gamma.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/gcd.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/isPrime.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/Tables/Formulas/Statistical.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/leastFactor.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/modulo.swift (in target 'Euler' from project 'Euler')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745789743433399-swift-frontend-Euler-combinations.swift-arm64_32_apple_watchos11.4-o-Onone-2249868280.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2546 seconds (1.2950 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.2072 ( 20.7%)   0.0289 ( 11.4%)   0.2361 ( 18.8%)   0.2402 ( 18.6%)  perform-sema
   0.2067 ( 20.7%)   0.0288 ( 11.3%)   0.2355 ( 18.8%)   0.2397 ( 18.5%)  Type checking and Semantic analysis
   0.1984 ( 19.8%)   0.0278 ( 10.9%)   0.2262 ( 18.0%)   0.2299 ( 17.8%)  typecheck-stmt
   0.1486 ( 14.9%)   0.0184 (  7.2%)   0.1670 ( 13.3%)   0.1695 ( 13.1%)  typecheck-expr
   0.0324 (  3.2%)   0.0611 ( 24.0%)   0.0935 (  7.5%)   0.1018 (  7.9%)  parse-and-resolve-imports
   0.0311 (  3.1%)   0.0592 ( 23.3%)   0.0904 (  7.2%)   0.0987 (  7.6%)  Import resolution
   0.0520 (  5.2%)   0.0060 (  2.4%)   0.0580 (  4.6%)   0.0597 (  4.6%)  precheck-target
   0.0395 (  3.9%)   0.0061 (  2.4%)   0.0456 (  3.6%)   0.0464 (  3.6%)  typecheck-decl
   0.0198 (  2.0%)   0.0046 (  1.8%)   0.0244 (  1.9%)   0.0244 (  1.9%)  IRGen
   0.0133 (  1.3%)   0.0051 (  2.0%)   0.0183 (  1.5%)   0.0184 (  1.4%)  build-rewrite-system
   0.0163 (  1.6%)   0.0001 (  0.1%)   0.0164 (  1.3%)   0.0165 (  1.3%)  SIL optimization
   0.0151 (  1.5%)   0.0007 (  0.3%)   0.0158 (  1.3%)   0.0158 (  1.2%)  SILGen
   0.0128 (  1.3%)   0.0004 (  0.2%)   0.0132 (  1.1%)   0.0132 (  1.0%)  SILGen-function
   0.0013 (  0.1%)   0.0038 (  1.5%)   0.0051 (  0.4%)   0.0117 (  0.9%)  load-stdlib
   0.0021 (  0.2%)   0.0029 (  1.2%)   0.0051 (  0.4%)   0.0051 (  0.4%)  import-clang-decl
   0.0029 (  0.3%)   0.0002 (  0.1%)   0.0031 (  0.3%)   0.0031 (  0.2%)  typecheck-for-each
   0.0003 (  0.0%)   0.0001 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  module-populate-cache
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   1.0003 (100.0%)   0.2543 (100.0%)   1.2546 (100.0%)   1.2950 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5631 seconds (0.5831 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4384 (100.0%)   0.1247 (100.0%)   0.5631 (100.0%)   0.5831 (100.0%)  Building Target
   0.4384 (100.0%)   0.1247 (100.0%)   0.5631 (100.0%)   0.5831 (100.0%)  Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/combinations.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/fibonacci.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/gamma.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/gcd.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/isPrime.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Euler/Tables/Formulas/Statistical.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/leastFactor.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/modulo.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ combinations.swift,\ fibonacci.swift,\ gamma.swift,\ gcd.swift,\ isPrime.swift,\ Statistical.swift,\ leastFactor.swift,\ modulo.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/combinations.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/fibonacci.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/gamma.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/gcd.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/isPrime.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/Tables/Formulas/Statistical.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/leastFactor.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/modulo.swift (in target 'Euler' from project 'Euler')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745789743435152-swift-frontend-Euler-combinations.swift-arm64_apple_watchos11.4-o-Onone-3155850573.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2532 seconds (1.2741 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.2072 ( 20.8%)   0.0299 ( 11.6%)   0.2372 ( 18.9%)   0.2393 ( 18.8%)  perform-sema
   0.2068 ( 20.8%)   0.0298 ( 11.5%)   0.2366 ( 18.9%)   0.2388 ( 18.7%)  Type checking and Semantic analysis
   0.1979 ( 19.9%)   0.0287 ( 11.1%)   0.2267 ( 18.1%)   0.2287 ( 18.0%)  typecheck-stmt
   0.1475 ( 14.8%)   0.0196 (  7.6%)   0.1671 ( 13.3%)   0.1689 ( 13.3%)  typecheck-expr
   0.0327 (  3.3%)   0.0616 ( 23.8%)   0.0943 (  7.5%)   0.1002 (  7.9%)  parse-and-resolve-imports
   0.0311 (  3.1%)   0.0598 ( 23.1%)   0.0909 (  7.3%)   0.0969 (  7.6%)  Import resolution
   0.0516 (  5.2%)   0.0073 (  2.8%)   0.0590 (  4.7%)   0.0594 (  4.7%)  precheck-target
   0.0405 (  4.1%)   0.0068 (  2.6%)   0.0473 (  3.8%)   0.0476 (  3.7%)  typecheck-decl
   0.0185 (  1.9%)   0.0041 (  1.6%)   0.0226 (  1.8%)   0.0226 (  1.8%)  IRGen
   0.0127 (  1.3%)   0.0044 (  1.7%)   0.0171 (  1.4%)   0.0171 (  1.3%)  build-rewrite-system
   0.0161 (  1.6%)   0.0001 (  0.0%)   0.0162 (  1.3%)   0.0162 (  1.3%)  SIL optimization
   0.0137 (  1.4%)   0.0007 (  0.3%)   0.0144 (  1.1%)   0.0144 (  1.1%)  SILGen
   0.0114 (  1.1%)   0.0004 (  0.2%)   0.0118 (  0.9%)   0.0118 (  0.9%)  SILGen-function
   0.0022 (  0.2%)   0.0031 (  1.2%)   0.0053 (  0.4%)   0.0053 (  0.4%)  import-clang-decl
   0.0029 (  0.3%)   0.0002 (  0.1%)   0.0031 (  0.2%)   0.0032 (  0.3%)  typecheck-for-each
   0.0010 (  0.1%)   0.0019 (  0.7%)   0.0029 (  0.2%)   0.0029 (  0.2%)  load-stdlib
   0.0004 (  0.0%)   0.0001 (  0.1%)   0.0006 (  0.0%)   0.0006 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.9947 (100.0%)   0.2586 (100.0%)   1.2532 (100.0%)   1.2741 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5479 seconds (0.5563 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4243 (100.0%)   0.1237 (100.0%)   0.5479 (100.0%)   0.5563 (100.0%)  Building Target
   0.4243 (100.0%)   0.1237 (100.0%)   0.5479 (100.0%)   0.5563 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/combinations.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/fibonacci.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/gamma.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/gcd.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/isPrime.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Euler/Tables/Formulas/Statistical.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/leastFactor.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/modulo.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64_32 Compiling Expression.swift, Grouper.swift, LaTeX.swift, Lexer.swift, CellAddressNode.swift, ConstantNode.swift, ExpressionNode.swift, FunctionNode.swift, Node.swift (in target 'Euler' from project 'Euler')
SwiftCompile normal arm64 Compiling\ Tree.swift,\ BNativeExtensions.swift,\ BasicOperators.swift,\ EngineeringLinker.swift,\ BigDouble.swift,\ OperationsBigDouble.swift,\ BigInt.swift,\ BinaryBigInt.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/Algebra/TreeHelper/Tree.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/BigNumber/BNativeExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/BigNumber/BigDouble/BasicOperators.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/Tables/Parser/Functions/EngineeringLinker.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/BigNumber/BigDouble/BigDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/BigNumber/BigDouble/OperationsBigDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/BigNumber/BigInt/BigInt.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/BigNumber/BigInt/BinaryBigInt.swift (in target 'Euler' from project 'Euler')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745789743445224-swift-frontend-Euler-Tree.swift-arm64_apple_watchos11.4-o-Onone-1045396261.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 2.6044 seconds (2.6367 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4917 ( 21.9%)   0.0555 ( 15.3%)   0.5472 ( 21.0%)   0.5521 ( 20.9%)  perform-sema
   0.4910 ( 21.9%)   0.0555 ( 15.3%)   0.5464 ( 21.0%)   0.5513 ( 20.9%)  Type checking and Semantic analysis
   0.4483 ( 20.0%)   0.0484 ( 13.4%)   0.4967 ( 19.1%)   0.5016 ( 19.0%)  typecheck-stmt
   0.3406 ( 15.2%)   0.0355 (  9.8%)   0.3761 ( 14.4%)   0.3807 ( 14.4%)  typecheck-expr
   0.1263 (  5.6%)   0.0185 (  5.1%)   0.1448 (  5.6%)   0.1466 (  5.6%)  typecheck-decl
   0.0331 (  1.5%)   0.0584 ( 16.1%)   0.0915 (  3.5%)   0.0958 (  3.6%)  parse-and-resolve-imports
   0.0851 (  3.8%)   0.0081 (  2.2%)   0.0932 (  3.6%)   0.0947 (  3.6%)  precheck-target
   0.0318 (  1.4%)   0.0565 ( 15.6%)   0.0882 (  3.4%)   0.0926 (  3.5%)  Import resolution
   0.0403 (  1.8%)   0.0047 (  1.3%)   0.0450 (  1.7%)   0.0450 (  1.7%)  IRGen
   0.0420 (  1.9%)   0.0023 (  0.6%)   0.0443 (  1.7%)   0.0443 (  1.7%)  SILGen
   0.0380 (  1.7%)   0.0002 (  0.1%)   0.0382 (  1.5%)   0.0382 (  1.5%)  SIL optimization
   0.0347 (  1.5%)   0.0013 (  0.4%)   0.0360 (  1.4%)   0.0360 (  1.4%)  SILGen-function
   0.0199 (  0.9%)   0.0059 (  1.6%)   0.0258 (  1.0%)   0.0262 (  1.0%)  build-rewrite-system
   0.0062 (  0.3%)   0.0054 (  1.5%)   0.0116 (  0.4%)   0.0123 (  0.5%)  import-clang-decl
   0.0094 (  0.4%)   0.0005 (  0.1%)   0.0100 (  0.4%)   0.0100 (  0.4%)  typecheck-for-each
   0.0010 (  0.0%)   0.0052 (  1.4%)   0.0062 (  0.2%)   0.0062 (  0.2%)  load-stdlib
   0.0012 (  0.1%)   0.0002 (  0.1%)   0.0014 (  0.1%)   0.0014 (  0.1%)  typecheck-expr-pattern
   0.0009 (  0.0%)   0.0002 (  0.1%)   0.0011 (  0.0%)   0.0011 (  0.0%)  load-all-members
   0.0004 (  0.0%)   0.0000 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  module-populate-cache
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  get-conformance-access-path
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   2.2421 (100.0%)   0.3623 (100.0%)   2.6044 (100.0%)   2.6367 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.1378 seconds (1.1470 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9837 (100.0%)   0.1541 (100.0%)   1.1378 (100.0%)   1.1470 (100.0%)  Building Target
   0.9837 (100.0%)   0.1541 (100.0%)   1.1378 (100.0%)   1.1470 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Euler/Algebra/TreeHelper/Tree.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Euler/BigNumber/BNativeExtensions.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Euler/BigNumber/BigDouble/BasicOperators.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Euler/Tables/Parser/Functions/EngineeringLinker.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Euler/BigNumber/BigDouble/BigDouble.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Euler/BigNumber/BigDouble/BigDouble.swift:382:24: warning: static property '_precision' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static private var _precision = 4
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/BigNumber/BigDouble/BigDouble.swift:382:24: note: convert '_precision' to a 'let' constant to make 'Sendable' shared state immutable
    static private var _precision = 4
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Euler/BigNumber/BigDouble/BigDouble.swift:382:24: note: add '@MainActor' to make static property '_precision' part of global actor 'MainActor'
    static private var _precision = 4
                       ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/BigNumber/BigDouble/BigDouble.swift:382:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static private var _precision = 4
                       ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/BigNumber/BigDouble/BigDouble.swift:416:23: warning: static property 'highPrecision' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static public var highPrecision: Bool = false
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/BigNumber/BigDouble/BigDouble.swift:416:23: note: convert 'highPrecision' to a 'let' constant to make 'Sendable' shared state immutable
    static public var highPrecision: Bool = false
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/Euler/BigNumber/BigDouble/BigDouble.swift:416:23: note: add '@MainActor' to make static property 'highPrecision' part of global actor 'MainActor'
    static public var highPrecision: Bool = false
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/BigNumber/BigDouble/BigDouble.swift:416:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public var highPrecision: Bool = false
                      ^
           nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/BigNumber/BigDouble/BigDouble.swift:444:23: warning: static property 'radians' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static public var radians: Bool = true
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/BigNumber/BigDouble/BigDouble.swift:444:23: note: convert 'radians' to a 'let' constant to make 'Sendable' shared state immutable
    static public var radians: Bool = true
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/Euler/BigNumber/BigDouble/BigDouble.swift:444:23: note: add '@MainActor' to make static property 'radians' part of global actor 'MainActor'
    static public var radians: Bool = true
                      ^
           @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/BigNumber/BigDouble/BigDouble.swift:444:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static public var radians: Bool = true
                      ^
           nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Euler/BigNumber/BigDouble/OperationsBigDouble.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Euler/BigNumber/BigInt/BigInt.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Euler/BigNumber/BigInt/BinaryBigInt.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Compiling Expression.swift, Grouper.swift, LaTeX.swift, Lexer.swift, CellAddressNode.swift, ConstantNode.swift, ExpressionNode.swift, FunctionNode.swift, Node.swift (in target 'Euler' from project 'Euler')
SwiftDriverJobDiscovery normal arm64 Compiling random.swift, KnuthDSupport.swift, sum.swift, DateTime.swift, Average.swift, ExpressionSolver.swift, Correlation.swift, Fisher.swift (in target 'Euler' from project 'Euler')
SwiftDriverJobDiscovery normal arm64 Compiling Quantile.swift, FinancialLinker.swift, Regression.swift, Statistics.swift, Variance.swift, StatsLinker.swift, CellValue.swift, CommonFormulas.swift (in target 'Euler' from project 'Euler')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Euler.framework/Headers/Euler-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/Objects-normal/arm64/Euler-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/Objects-normal/arm64_32/Euler-Swift.h (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/Objects-normal/arm64/Euler-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/Objects-normal/arm64_32/Euler-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Euler.framework/Headers/Euler-Swift.h
SwiftDriverJobDiscovery normal arm64_32 Compiling random.swift, KnuthDSupport.swift, sum.swift, DateTime.swift, Average.swift, ExpressionSolver.swift, Correlation.swift, Fisher.swift (in target 'Euler' from project 'Euler')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Euler.framework/Modules/Euler.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/Objects-normal/arm64_32/Euler.swiftmodule (in target 'Euler' from project 'Euler')
    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/Euler.build/Debug-watchos/Euler.build/Objects-normal/arm64_32/Euler.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Euler.framework/Modules/Euler.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Euler.framework/Modules/Euler.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/Objects-normal/arm64_32/Euler.swiftdoc (in target 'Euler' from project 'Euler')
    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/Euler.build/Debug-watchos/Euler.build/Objects-normal/arm64_32/Euler.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Euler.framework/Modules/Euler.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Euler.framework/Modules/Euler.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/Objects-normal/arm64_32/Euler.abi.json (in target 'Euler' from project 'Euler')
    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/Euler.build/Debug-watchos/Euler.build/Objects-normal/arm64_32/Euler.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Euler.framework/Modules/Euler.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Euler.framework/Modules/Euler.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/Objects-normal/arm64_32/Euler.swiftsourceinfo (in target 'Euler' from project 'Euler')
    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/Euler.build/Debug-watchos/Euler.build/Objects-normal/arm64_32/Euler.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Euler.framework/Modules/Euler.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64_32 Compiling Tree.swift, BNativeExtensions.swift, BasicOperators.swift, EngineeringLinker.swift, BigDouble.swift, OperationsBigDouble.swift, BigInt.swift, BinaryBigInt.swift (in target 'Euler' from project 'Euler')
SwiftCompile normal arm64 Compiling\ Point.swift,\ Vector.swift,\ CommonLinker.swift,\ MOperations.swift,\ MProperties.swift,\ Matrix.swift,\ Constants.swift,\ Logarithms.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/Geometry/Point.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/Geometry/Vector.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/Tables/Parser/Functions/CommonLinker.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/Matrices/MOperations.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/Matrices/MProperties.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/Matrices/Matrix.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Logarithms.swift (in target 'Euler' from project 'Euler')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745789743532899-swift-frontend-Euler-Point.swift-arm64_apple_watchos11.4-o-Onone-2893375989.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 2.1836 seconds (2.1926 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4181 ( 22.0%)   0.0526 ( 18.7%)   0.4707 ( 21.6%)   0.4727 ( 21.6%)  perform-sema
   0.4176 ( 22.0%)   0.0525 ( 18.6%)   0.4701 ( 21.5%)   0.4721 ( 21.5%)  Type checking and Semantic analysis
   0.3640 ( 19.1%)   0.0414 ( 14.7%)   0.4054 ( 18.6%)   0.4071 ( 18.6%)  typecheck-stmt
   0.2675 ( 14.1%)   0.0278 (  9.9%)   0.2953 ( 13.5%)   0.2963 ( 13.5%)  typecheck-expr
   0.0882 (  4.6%)   0.0156 (  5.5%)   0.1038 (  4.8%)   0.1041 (  4.7%)  typecheck-decl
   0.0667 (  3.5%)   0.0043 (  1.5%)   0.0710 (  3.3%)   0.0712 (  3.2%)  precheck-target
   0.0308 (  1.6%)   0.0312 ( 11.1%)   0.0620 (  2.8%)   0.0628 (  2.9%)  parse-and-resolve-imports
   0.0296 (  1.6%)   0.0301 ( 10.7%)   0.0597 (  2.7%)   0.0604 (  2.8%)  Import resolution
   0.0475 (  2.5%)   0.0057 (  2.0%)   0.0532 (  2.4%)   0.0532 (  2.4%)  IRGen
   0.0453 (  2.4%)   0.0020 (  0.7%)   0.0473 (  2.2%)   0.0473 (  2.2%)  SILGen
   0.0395 (  2.1%)   0.0012 (  0.4%)   0.0407 (  1.9%)   0.0407 (  1.9%)  SILGen-function
   0.0327 (  1.7%)   0.0062 (  2.2%)   0.0389 (  1.8%)   0.0390 (  1.8%)  build-rewrite-system
   0.0364 (  1.9%)   0.0003 (  0.1%)   0.0366 (  1.7%)   0.0366 (  1.7%)  SIL optimization
   0.0120 (  0.6%)   0.0073 (  2.6%)   0.0193 (  0.9%)   0.0193 (  0.9%)  import-clang-decl
   0.0011 (  0.1%)   0.0031 (  1.1%)   0.0042 (  0.2%)   0.0042 (  0.2%)  load-stdlib
   0.0036 (  0.2%)   0.0001 (  0.0%)   0.0038 (  0.2%)   0.0038 (  0.2%)  typecheck-for-each
   0.0008 (  0.0%)   0.0001 (  0.0%)   0.0009 (  0.0%)   0.0009 (  0.0%)  typecheck-expr-pattern
   0.0003 (  0.0%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   1.9021 (100.0%)   0.2815 (100.0%)   2.1836 (100.0%)   2.1926 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5083 seconds (1.5149 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.3318 (100.0%)   0.1765 (100.0%)   1.5083 (100.0%)   1.5149 (100.0%)  Building Target
   1.3318 (100.0%)   0.1765 (100.0%)   1.5083 (100.0%)   1.5149 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Euler/Geometry/Point.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Euler/Geometry/Vector.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Euler/Tables/Parser/Functions/CommonLinker.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Euler/Matrices/MOperations.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Euler/Matrices/MOperations.swift:32:13: warning: 'dgetrf_' was deprecated in watchOS 9.4: The CLAPACK interface is deprecated.  Please compile with -DACCELERATE_NEW_LAPACK to access the new lapack headers.
            dgetrf_(&m, &n, ptr.baseAddress, &nc, &ipiv, &error)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/Matrices/MOperations.swift:33:13: warning: 'dgetri_' was deprecated in watchOS 9.4: The CLAPACK interface is deprecated.  Please compile with -DACCELERATE_NEW_LAPACK to access the new lapack headers.
            dgetri_(&m, ptr.baseAddress, &nc, &ipiv, &work, &lwork, &error)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/Matrices/MOperations.swift:114:25: warning: 'cblas_daxpy' was deprecated in watchOS 9.4: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
                        cblas_daxpy(Int32(lhs.grid.count), 1, lhsPtr.baseAddress, 1, resultsPtr.baseAddress, 1)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/Matrices/MOperations.swift:215:25: warning: 'cblas_daxpy' was deprecated in watchOS 9.4: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
                        cblas_daxpy(Int32(rhs.grid.count), -1, rhsPtr.baseAddress, 1, resultsPtr.baseAddress, 1)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/Matrices/MOperations.swift:306:17: warning: 'cblas_dgemm' was deprecated in watchOS 9.4: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
                cblas_dgemm(CblasRowMajor, CblasNoTrans, CblasNoTrans, Int32(lhs.rows), Int32(rhs.columns), Int32(lhs.columns), 1, lhsPtr.baseAddress, Int32(lhs.columns), rhsPtr.baseAddress, Int32(rhs.columns), 0, &results.grid, Int32(results.columns))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/Matrices/MOperations.swift:397:13: warning: 'cblas_dscal' was deprecated in watchOS 9.4: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
            cblas_dscal(Int32(lhs.grid.count), rhs, ptr.baseAddress, 1)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/Matrices/MOperations.swift:497:13: warning: 'cblas_dscal' was deprecated in watchOS 9.4: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
            cblas_dscal(Int32(lhs.grid.count), 1/rhs, ptr.baseAddress, 1)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/Matrices/MOperations.swift:697:17: warning: 'dgetrf_' was deprecated in watchOS 9.4: The CLAPACK interface is deprecated.  Please compile with -DACCELERATE_NEW_LAPACK to access the new lapack headers.
                dgetrf_(m, n, grid.pointer, m, ipiv.pointer, info)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/Matrices/MOperations.swift:1021:13: warning: 'la_matrix_from_double_buffer' was deprecated in watchOS 7.0: This API is deprecated, please use BLAS and LAPACK
            la_matrix_from_double_buffer(flatMatrix,  la_count_t(matrix.count),  la_count_t(matrix[0].count),  la_count_t(matrix[0].count), la_hint_t(LA_NO_HINT), la_attribute_t(LA_DEFAULT_ATTRIBUTES))
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/Matrices/MOperations.swift:1022:24: warning: 'la_matrix_from_double_buffer' was deprecated in watchOS 7.0: This API is deprecated, please use BLAS and LAPACK
        let laVector = la_matrix_from_double_buffer(vector, la_count_t(vector.count), 1, 1, la_hint_t(LA_NO_HINT), la_attribute_t(LA_DEFAULT_ATTRIBUTES))
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/Matrices/MOperations.swift:1023:21: warning: 'la_solve' was deprecated in watchOS 7.0: This API is deprecated, please use BLAS and LAPACK
        let vecCj = la_solve(laMatrix, laVector)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/Matrices/MOperations.swift:1025:22: warning: 'la_matrix_to_double_buffer' was deprecated in watchOS 7.0: This API is deprecated, please use BLAS and LAPACK
        let status = la_matrix_to_double_buffer(&result, 1, vecCj)
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/Matrices/MOperations.swift:1042:13: warning: 'la_matrix_from_double_buffer' was deprecated in watchOS 7.0: This API is deprecated, please use BLAS and LAPACK
            la_matrix_from_double_buffer(flatMatrix,  la_count_t(matrix.count),  la_count_t(matrix[0].count),  la_count_t(matrix[0].count), la_hint_t(LA_NO_HINT), la_attribute_t(LA_DEFAULT_ATTRIBUTES))
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/Matrices/MOperations.swift:1043:24: warning: 'la_matrix_from_double_buffer' was deprecated in watchOS 7.0: This API is deprecated, please use BLAS and LAPACK
        let laVector = la_matrix_from_double_buffer(vector, la_count_t(vector.count), 1, 1, la_hint_t(LA_NO_HINT), la_attribute_t(LA_DEFAULT_ATTRIBUTES))
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/Matrices/MOperations.swift:1044:21: warning: 'la_solve' was deprecated in watchOS 7.0: This API is deprecated, please use BLAS and LAPACK
        let vecCj = la_solve(laMatrix, laVector)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/Matrices/MOperations.swift:1046:22: warning: 'la_matrix_to_double_buffer' was deprecated in watchOS 7.0: This API is deprecated, please use BLAS and LAPACK
        let status = la_matrix_to_double_buffer(&result, 1, vecCj)
                     ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Euler/Matrices/MProperties.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Euler/Matrices/MProperties.swift:95:21: warning: 'cblas_dcopy' was deprecated in watchOS 9.4: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
                    cblas_dcopy(Int32(columns), src.baseAddress! + r*columns, 1, dst.baseAddress, 1)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/Matrices/MProperties.swift:111:21: warning: 'cblas_dcopy' was deprecated in watchOS 9.4: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
                    cblas_dcopy(Int32(columns), src.baseAddress, 1, grid.baseAddress! + r*columns, 1)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/Matrices/MProperties.swift:165:21: warning: 'cblas_dcopy' was deprecated in watchOS 9.4: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
                    cblas_dcopy(Int32(columns), src.baseAddress! + r*columns, 1, dst.baseAddress! + i*columns, 1)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/Matrices/MProperties.swift:185:21: warning: 'cblas_dcopy' was deprecated in watchOS 9.4: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
                    cblas_dcopy(Int32(rows), src.baseAddress! + c, Int32(columns), dst.baseAddress, 1)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/Matrices/MProperties.swift:201:21: warning: 'cblas_dcopy' was deprecated in watchOS 9.4: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
                    cblas_dcopy(Int32(rows), src.baseAddress, 1, grid.baseAddress! + c, Int32(columns))
                    ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Euler/Matrices/Matrix.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Euler/Matrices/Matrix.swift:78:21: warning: 'cblas_dcopy' was deprecated in watchOS 9.4: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
                    cblas_dcopy(Int32(n), src.baseAddress! + range.lowerBound, 1, grid.baseAddress! + i*columns, 1)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/Matrices/Matrix.swift:161:21: warning: 'cblas_dcopy' was deprecated in watchOS 9.4: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
                    cblas_dcopy(Int32(columns), src.baseAddress, 1, dst.baseAddress?.advanced(by: columns * i), 1)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/Matrices/Matrix.swift:177:13: warning: 'cblas_dcopy' was deprecated in watchOS 9.4: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
            cblas_dcopy(Int32(rows * columns), src, 1, dst.baseAddress, 1)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/Matrices/Matrix.swift:186:17: warning: 'cblas_dcopy' was deprecated in watchOS 9.4: An updated CBLAS interface supporting ILP64 is available.  Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support.
                cblas_dcopy(Int32(rows * columns), src.baseAddress, 1, dst, 1)
                ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:45:16: warning: static property 'alphaParticleMass' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let alphaParticleMass = Constant(name: "Alpha Particle Mass", description: "The mass in kg of alpha particles", value: BigNumber("6.64465675e-27")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:45:16: note: add '@MainActor' to make static property 'alphaParticleMass' part of global actor 'MainActor'
    static let alphaParticleMass = Constant(name: "Alpha Particle Mass", description: "The mass in kg of alpha particles", value: BigNumber("6.64465675e-27")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:45:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let alphaParticleMass = Constant(name: "Alpha Particle Mass", description: "The mass in kg of alpha particles", value: BigNumber("6.64465675e-27")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:47:16: warning: static property 'atomicMass' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let atomicMass = Constant(name: "Atomic Mass", description: "The mass in kg of an atom (see Wikipedia for more info)", value: BigNumber("1.660538921e-27")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:47:16: note: add '@MainActor' to make static property 'atomicMass' part of global actor 'MainActor'
    static let atomicMass = Constant(name: "Atomic Mass", description: "The mass in kg of an atom (see Wikipedia for more info)", value: BigNumber("1.660538921e-27")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:47:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let atomicMass = Constant(name: "Atomic Mass", description: "The mass in kg of an atom (see Wikipedia for more info)", value: BigNumber("1.660538921e-27")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:49:16: warning: static property 'Avogadro' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let Avogadro = Constant(name: "Avogadro", description: "Avogadro constant in mol^(-1)", value: BigNumber("6.02214129e23")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:49:16: note: add '@MainActor' to make static property 'Avogadro' part of global actor 'MainActor'
    static let Avogadro = Constant(name: "Avogadro", description: "Avogadro constant in mol^(-1)", value: BigNumber("6.02214129e23")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:49:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let Avogadro = Constant(name: "Avogadro", description: "Avogadro constant in mol^(-1)", value: BigNumber("6.02214129e23")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:51:16: warning: static property 'Boltzmann' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let Boltzmann = Constant(name: "Boltzmann", description: "Boltzmann constant in J/K", value: BigNumber("1.3806488e-23")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:51:16: note: add '@MainActor' to make static property 'Boltzmann' part of global actor 'MainActor'
    static let Boltzmann = Constant(name: "Boltzmann", description: "Boltzmann constant in J/K", value: BigNumber("1.3806488e-23")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:51:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let Boltzmann = Constant(name: "Boltzmann", description: "Boltzmann constant in J/K", value: BigNumber("1.3806488e-23")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:53:16: warning: static property 'conductanceQuantum' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let conductanceQuantum = Constant(name: "Conductance Quantum", description: "Quantized unit of electrical conductance in S", value: BigNumber("7.7480917346e-5")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:53:16: note: add '@MainActor' to make static property 'conductanceQuantum' part of global actor 'MainActor'
    static let conductanceQuantum = Constant(name: "Conductance Quantum", description: "Quantized unit of electrical conductance in S", value: BigNumber("7.7480917346e-5")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:53:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let conductanceQuantum = Constant(name: "Conductance Quantum", description: "Quantized unit of electrical conductance in S", value: BigNumber("7.7480917346e-5")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:55:16: warning: static property 'e' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let e = Constant(name: "e", description: "The mathematical constant", value: BigNumber("2.718281828459045235")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:55:16: note: add '@MainActor' to make static property 'e' part of global actor 'MainActor'
    static let e = Constant(name: "e", description: "The mathematical constant", value: BigNumber("2.718281828459045235")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:55:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let e = Constant(name: "e", description: "The mathematical constant", value: BigNumber("2.718281828459045235")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:57:16: warning: static property 'earth_moon' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let earth_moon = Constant(name: "Earth to Moon", description: "Earth to moon distance in km", value: BigNumber("384401")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:57:16: note: add '@MainActor' to make static property 'earth_moon' part of global actor 'MainActor'
    static let earth_moon = Constant(name: "Earth to Moon", description: "Earth to moon distance in km", value: BigNumber("384401")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:57:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let earth_moon = Constant(name: "Earth to Moon", description: "Earth to moon distance in km", value: BigNumber("384401")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:59:16: warning: static property 'earth_sun' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let earth_sun = Constant(name: "Earth to Sun", description: "Earth to sun distance in km", value: BigNumber("1.496e8")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:59:16: note: add '@MainActor' to make static property 'earth_sun' part of global actor 'MainActor'
    static let earth_sun = Constant(name: "Earth to Sun", description: "Earth to sun distance in km", value: BigNumber("1.496e8")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:59:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let earth_sun = Constant(name: "Earth to Sun", description: "Earth to sun distance in km", value: BigNumber("1.496e8")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:61:16: warning: static property 'earthMass' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let earthMass = Constant(name: "Earth Mass", description: "Earth mass in kg", value: BigNumber("5.974e+24")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:61:16: note: add '@MainActor' to make static property 'earthMass' part of global actor 'MainActor'
    static let earthMass = Constant(name: "Earth Mass", description: "Earth mass in kg", value: BigNumber("5.974e+24")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:61:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let earthMass = Constant(name: "Earth Mass", description: "Earth mass in kg", value: BigNumber("5.974e+24")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:63:16: warning: static property 'earthRadius' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let earthRadius = Constant(name: "Earth Radius", description: "Earth radius in km", value: BigNumber("6371")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:63:16: note: add '@MainActor' to make static property 'earthRadius' part of global actor 'MainActor'
    static let earthRadius = Constant(name: "Earth Radius", description: "Earth radius in km", value: BigNumber("6371")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:63:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let earthRadius = Constant(name: "Earth Radius", description: "Earth radius in km", value: BigNumber("6371")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:65:16: warning: static property 'electric' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let electric = Constant(name: "Electric", description: "Vacuum permittivity in F/m", value: BigNumber("8.854187e-12")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:65:16: note: add '@MainActor' to make static property 'electric' part of global actor 'MainActor'
    static let electric = Constant(name: "Electric", description: "Vacuum permittivity in F/m", value: BigNumber("8.854187e-12")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:65:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let electric = Constant(name: "Electric", description: "Vacuum permittivity in F/m", value: BigNumber("8.854187e-12")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:67:16: warning: static property 'electronMass' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let electronMass = Constant(name: "Electron Mass", description: "Electron mass in kg", value: BigNumber("9.10938291e-31")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:67:16: note: add '@MainActor' to make static property 'electronMass' part of global actor 'MainActor'
    static let electronMass = Constant(name: "Electron Mass", description: "Electron mass in kg", value: BigNumber("9.10938291e-31")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:67:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let electronMass = Constant(name: "Electron Mass", description: "Electron mass in kg", value: BigNumber("9.10938291e-31")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:69:16: warning: static property 'elementaryCharge' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let elementaryCharge = Constant(name: "Elementary Charge", description: "Elementary charge in C", value: BigNumber("1.602176565e-19")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:69:16: note: add '@MainActor' to make static property 'elementaryCharge' part of global actor 'MainActor'
    static let elementaryCharge = Constant(name: "Elementary Charge", description: "Elementary charge in C", value: BigNumber("1.602176565e-19")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:69:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let elementaryCharge = Constant(name: "Elementary Charge", description: "Elementary charge in C", value: BigNumber("1.602176565e-19")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:71:16: warning: static property 'EulerGamma' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let EulerGamma = Constant(name: "Euler Gamma", description: "Euler–Mascheroni Gamma constant", value: BigNumber("0.57721566490153286")!)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:71:16: note: add '@MainActor' to make static property 'EulerGamma' part of global actor 'MainActor'
    static let EulerGamma = Constant(name: "Euler Gamma", description: "Euler–Mascheroni Gamma constant", value: BigNumber("0.57721566490153286")!)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:71:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let EulerGamma = Constant(name: "Euler Gamma", description: "Euler–Mascheroni Gamma constant", value: BigNumber("0.57721566490153286")!)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:73:16: warning: static property 'Faraday' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let Faraday = Constant(name: "Faraday", description: "Faraday constant in C/mol", value: BigNumber("96485.3365")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:73:16: note: add '@MainActor' to make static property 'Faraday' part of global actor 'MainActor'
    static let Faraday = Constant(name: "Faraday", description: "Faraday constant in C/mol", value: BigNumber("96485.3365")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:73:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let Faraday = Constant(name: "Faraday", description: "Faraday constant in C/mol", value: BigNumber("96485.3365")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:75:16: warning: static property 'fineStructure' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let fineStructure = Constant(name: "Fine Structure", description: "Fine structure constant", value: BigNumber("0.0072973525693")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:75:16: note: add '@MainActor' to make static property 'fineStructure' part of global actor 'MainActor'
    static let fineStructure = Constant(name: "Fine Structure", description: "Fine structure constant", value: BigNumber("0.0072973525693")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:75:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let fineStructure = Constant(name: "Fine Structure", description: "Fine structure constant", value: BigNumber("0.0072973525693")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:77:16: warning: static property 'goldenRatio' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let goldenRatio = Constant(name: "Golden Ratio", description: "Golden ratio", value: BigNumber("1.61803398874989484820")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:77:16: note: add '@MainActor' to make static property 'goldenRatio' part of global actor 'MainActor'
    static let goldenRatio = Constant(name: "Golden Ratio", description: "Golden ratio", value: BigNumber("1.61803398874989484820")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:77:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let goldenRatio = Constant(name: "Golden Ratio", description: "Golden ratio", value: BigNumber("1.61803398874989484820")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:79:16: warning: static property 'gravity' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let gravity = Constant(name: "Gravity", description: "Standard gravity in m/s^2", value: BigNumber("9.80665")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:79:16: note: add '@MainActor' to make static property 'gravity' part of global actor 'MainActor'
    static let gravity = Constant(name: "Gravity", description: "Standard gravity in m/s^2", value: BigNumber("9.80665")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:79:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let gravity = Constant(name: "Gravity", description: "Standard gravity in m/s^2", value: BigNumber("9.80665")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:81:16: warning: static property 'inverseFineStructure' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let inverseFineStructure = Constant(name: "Inverse Fine Structure", description: "Inverse fine structure constant", value: BigNumber("137.035999139")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:81:16: note: add '@MainActor' to make static property 'inverseFineStructure' part of global actor 'MainActor'
    static let inverseFineStructure = Constant(name: "Inverse Fine Structure", description: "Inverse fine structure constant", value: BigNumber("137.035999139")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:81:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let inverseFineStructure = Constant(name: "Inverse Fine Structure", description: "Inverse fine structure constant", value: BigNumber("137.035999139")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:83:16: warning: static property 'magnetic' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let magnetic = Constant(name: "Magnetic", description: "Vacuum permeability in H/m", value: BigNumber("1.2566370614e-6")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:83:16: note: add '@MainActor' to make static property 'magnetic' part of global actor 'MainActor'
    static let magnetic = Constant(name: "Magnetic", description: "Vacuum permeability in H/m", value: BigNumber("1.2566370614e-6")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:83:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let magnetic = Constant(name: "Magnetic", description: "Vacuum permeability in H/m", value: BigNumber("1.2566370614e-6")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:85:16: warning: static property 'magneticFluxQuantum' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let magneticFluxQuantum = Constant(name: "Magnetic Flux Quantum", description: "Magnetic flux quantum in Wb", value: BigNumber("2.067833831e-15")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:85:16: note: add '@MainActor' to make static property 'magneticFluxQuantum' part of global actor 'MainActor'
    static let magneticFluxQuantum = Constant(name: "Magnetic Flux Quantum", description: "Magnetic flux quantum in Wb", value: BigNumber("2.067833831e-15")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:85:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let magneticFluxQuantum = Constant(name: "Magnetic Flux Quantum", description: "Magnetic flux quantum in Wb", value: BigNumber("2.067833831e-15")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:87:16: warning: static property 'molarGas' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let molarGas = Constant(name: "Molar Gas", description: "Gas constant in J/(mol K)", value: BigNumber("8.3144621")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:87:16: note: add '@MainActor' to make static property 'molarGas' part of global actor 'MainActor'
    static let molarGas = Constant(name: "Molar Gas", description: "Gas constant in J/(mol K)", value: BigNumber("8.3144621")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:87:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let molarGas = Constant(name: "Molar Gas", description: "Gas constant in J/(mol K)", value: BigNumber("8.3144621")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:89:16: warning: static property 'moonMass' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let moonMass = Constant(name: "Moon Mass", description: "Mass of the moon in kg", value: BigNumber("7.348e+22")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:89:16: note: add '@MainActor' to make static property 'moonMass' part of global actor 'MainActor'
    static let moonMass = Constant(name: "Moon Mass", description: "Mass of the moon in kg", value: BigNumber("7.348e+22")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:89:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let moonMass = Constant(name: "Moon Mass", description: "Mass of the moon in kg", value: BigNumber("7.348e+22")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:91:16: warning: static property 'moonRadius' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let moonRadius = Constant(name: "Moon Radius", description: "Moon's radius in km", value: BigNumber("1737.4")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:91:16: note: add '@MainActor' to make static property 'moonRadius' part of global actor 'MainActor'
    static let moonRadius = Constant(name: "Moon Radius", description: "Moon's radius in km", value: BigNumber("1737.4")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:91:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let moonRadius = Constant(name: "Moon Radius", description: "Moon's radius in km", value: BigNumber("1737.4")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:93:16: warning: static property 'neutronMass' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let neutronMass = Constant(name: "Neutron Mass", description: "Mass of the neutron in kg", value: BigNumber("1.674927211e-27")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:93:16: note: add '@MainActor' to make static property 'neutronMass' part of global actor 'MainActor'
    static let neutronMass = Constant(name: "Neutron Mass", description: "Mass of the neutron in kg", value: BigNumber("1.674927211e-27")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:93:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let neutronMass = Constant(name: "Neutron Mass", description: "Mass of the neutron in kg", value: BigNumber("1.674927211e-27")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:95:16: warning: static property 'NewtonianGravitation' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let NewtonianGravitation = Constant(name: "Newtonian Gravitation", description: "Newtonian constant of gravitation in m3⋅kg-1⋅s-2", value: BigNumber("6.67428e-11")!)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:95:16: note: add '@MainActor' to make static property 'NewtonianGravitation' part of global actor 'MainActor'
    static let NewtonianGravitation = Constant(name: "Newtonian Gravitation", description: "Newtonian constant of gravitation in m3⋅kg-1⋅s-2", value: BigNumber("6.67428e-11")!)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:95:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let NewtonianGravitation = Constant(name: "Newtonian Gravitation", description: "Newtonian constant of gravitation in m3⋅kg-1⋅s-2", value: BigNumber("6.67428e-11")!)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:97:16: warning: static property 'pi' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let pi = Constant(name: "pi", description: "The mathematical constant", value: BigNumber("3.141592653589793238")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:97:16: note: add '@MainActor' to make static property 'pi' part of global actor 'MainActor'
    static let pi = Constant(name: "pi", description: "The mathematical constant", value: BigNumber("3.141592653589793238")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:97:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let pi = Constant(name: "pi", description: "The mathematical constant", value: BigNumber("3.141592653589793238")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:99:16: warning: static property 'Planck' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let Planck = Constant(name: "Planck", description: "Planck constant in J⋅s", value: BigNumber("6.62606957e-34")!)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:99:16: note: add '@MainActor' to make static property 'Planck' part of global actor 'MainActor'
    static let Planck = Constant(name: "Planck", description: "Planck constant in J⋅s", value: BigNumber("6.62606957e-34")!)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:99:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let Planck = Constant(name: "Planck", description: "Planck constant in J⋅s", value: BigNumber("6.62606957e-34")!)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:101:16: warning: static property 'protonElectronMassRatio' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let protonElectronMassRatio = Constant(name: "Proton Electron Mass Ratio", description: "Proton mass divided by electron mass", value: BigNumber("1836.15267247")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:101:16: note: add '@MainActor' to make static property 'protonElectronMassRatio' part of global actor 'MainActor'
    static let protonElectronMassRatio = Constant(name: "Proton Electron Mass Ratio", description: "Proton mass divided by electron mass", value: BigNumber("1836.15267247")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:101:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let protonElectronMassRatio = Constant(name: "Proton Electron Mass Ratio", description: "Proton mass divided by electron mass", value: BigNumber("1836.15267247")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:103:16: warning: static property 'protonNeutronMassRatio' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let protonNeutronMassRatio = Constant(name: "Proton Neutron Mass Ratio", description: "Proton mass divided by neutron mass", value: BigNumber("0.99862347826")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:103:16: note: add '@MainActor' to make static property 'protonNeutronMassRatio' part of global actor 'MainActor'
    static let protonNeutronMassRatio = Constant(name: "Proton Neutron Mass Ratio", description: "Proton mass divided by neutron mass", value: BigNumber("0.99862347826")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:103:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let protonNeutronMassRatio = Constant(name: "Proton Neutron Mass Ratio", description: "Proton mass divided by neutron mass", value: BigNumber("0.99862347826")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:105:16: warning: static property 'protonMass' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let protonMass = Constant(name: "Proton Mass", description: "Proton mass in kg", value: BigNumber("1.672621777e-27")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:105:16: note: add '@MainActor' to make static property 'protonMass' part of global actor 'MainActor'
    static let protonMass = Constant(name: "Proton Mass", description: "Proton mass in kg", value: BigNumber("1.672621777e-27")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:105:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let protonMass = Constant(name: "Proton Mass", description: "Proton mass in kg", value: BigNumber("1.672621777e-27")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:107:16: warning: static property 'Rydberg' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let Rydberg = Constant(name: "Rydberg", description: "Rydberg constant in m^-1", value: BigNumber("10973731.568539")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:107:16: note: add '@MainActor' to make static property 'Rydberg' part of global actor 'MainActor'
    static let Rydberg = Constant(name: "Rydberg", description: "Rydberg constant in m^-1", value: BigNumber("10973731.568539")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:107:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let Rydberg = Constant(name: "Rydberg", description: "Rydberg constant in m^-1", value: BigNumber("10973731.568539")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:109:16: warning: static property 'speedOfLight' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let speedOfLight = Constant(name: "Speed of Light", description: "Speed of light in m/s", value: BigNumber("299792458")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:109:16: note: add '@MainActor' to make static property 'speedOfLight' part of global actor 'MainActor'
    static let speedOfLight = Constant(name: "Speed of Light", description: "Speed of light in m/s", value: BigNumber("299792458")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:109:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let speedOfLight = Constant(name: "Speed of Light", description: "Speed of light in m/s", value: BigNumber("299792458")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:111:16: warning: static property 'speedOfSound' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let speedOfSound = Constant(name: "Speed of Sound", description: "Speed of sound in m/s", value: BigNumber("340.29")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:111:16: note: add '@MainActor' to make static property 'speedOfSound' part of global actor 'MainActor'
    static let speedOfSound = Constant(name: "Speed of Sound", description: "Speed of sound in m/s", value: BigNumber("340.29")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:111:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let speedOfSound = Constant(name: "Speed of Sound", description: "Speed of sound in m/s", value: BigNumber("340.29")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:113:16: warning: static property 'sqrt2' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let sqrt2 = Constant(name: "sqrt(2)", description: "The square root of 2", value: BigNumber("1.41421356237309504880")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:113:16: note: add '@MainActor' to make static property 'sqrt2' part of global actor 'MainActor'
    static let sqrt2 = Constant(name: "sqrt(2)", description: "The square root of 2", value: BigNumber("1.41421356237309504880")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:113:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let sqrt2 = Constant(name: "sqrt(2)", description: "The square root of 2", value: BigNumber("1.41421356237309504880")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:115:16: warning: static property 'StefanBoltzmann' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let StefanBoltzmann = Constant(name: "Stefan Boltzmann", description: "Stefan–Boltzmann constant in W⋅m-2⋅K-4", value: BigNumber("5.670373e-8")!)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:115:16: note: add '@MainActor' to make static property 'StefanBoltzmann' part of global actor 'MainActor'
    static let StefanBoltzmann = Constant(name: "Stefan Boltzmann", description: "Stefan–Boltzmann constant in W⋅m-2⋅K-4", value: BigNumber("5.670373e-8")!)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:115:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let StefanBoltzmann = Constant(name: "Stefan Boltzmann", description: "Stefan–Boltzmann constant in W⋅m-2⋅K-4", value: BigNumber("5.670373e-8")!)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:117:16: warning: static property 'sunMass' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let sunMass = Constant(name: "Sun Mass", description: "Mass of the sun in kg", value: BigNumber("1.98892e+30")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:117:16: note: add '@MainActor' to make static property 'sunMass' part of global actor 'MainActor'
    static let sunMass = Constant(name: "Sun Mass", description: "Mass of the sun in kg", value: BigNumber("1.98892e+30")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:117:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let sunMass = Constant(name: "Sun Mass", description: "Mass of the sun in kg", value: BigNumber("1.98892e+30")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:119:16: warning: static property 'sunRadius' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let sunRadius = Constant(name: "Sun Radius", description: "Sun's radius in km", value: BigNumber("695700")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:119:16: note: add '@MainActor' to make static property 'sunRadius' part of global actor 'MainActor'
    static let sunRadius = Constant(name: "Sun Radius", description: "Sun's radius in km", value: BigNumber("695700")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:119:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let sunRadius = Constant(name: "Sun Radius", description: "Sun's radius in km", value: BigNumber("695700")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:121:16: warning: static property 'theRockMass' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let theRockMass = Constant(name: "The Rock Mass", description: "Dwayne \"The Rock\" Johnson's mass in kg. Can't mathematician have the sense of humour?", value: BigNumber("124.73790175")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:121:16: note: add '@MainActor' to make static property 'theRockMass' part of global actor 'MainActor'
    static let theRockMass = Constant(name: "The Rock Mass", description: "Dwayne \"The Rock\" Johnson's mass in kg. Can't mathematician have the sense of humour?", value: BigNumber("124.73790175")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:121:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let theRockMass = Constant(name: "The Rock Mass", description: "Dwayne \"The Rock\" Johnson's mass in kg. Can't mathematician have the sense of humour?", value: BigNumber("124.73790175")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:123:16: warning: static property 'Thomson' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let Thomson = Constant(name: "Thomson", description: "Thomson cross section in m2", value: BigNumber("0.6652458734e-28")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:123:16: note: add '@MainActor' to make static property 'Thomson' part of global actor 'MainActor'
    static let Thomson = Constant(name: "Thomson", description: "Thomson cross section in m2", value: BigNumber("0.6652458734e-28")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:123:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let Thomson = Constant(name: "Thomson", description: "Thomson cross section in m2", value: BigNumber("0.6652458734e-28")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:125:16: warning: static property 'UltimateAnswer' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let UltimateAnswer = Constant(name: "Ultimate Answer", description: "The answer to life, the universe, and everything", value: BigNumber("42")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:125:16: note: add '@MainActor' to make static property 'UltimateAnswer' part of global actor 'MainActor'
    static let UltimateAnswer = Constant(name: "Ultimate Answer", description: "The answer to life, the universe, and everything", value: BigNumber("42")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:125:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let UltimateAnswer = Constant(name: "Ultimate Answer", description: "The answer to life, the universe, and everything", value: BigNumber("42")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:127:16: warning: static property 'universeTemperature' is not concurrency-safe because non-'Sendable' type 'Constant' may have shared mutable state; this is an error in the Swift 6 language mode
    static let universeTemperature = Constant(name: "Universe Temperature", description: "The coldness of the universe in C", value: BigNumber("-273.15")!)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:127:16: note: add '@MainActor' to make static property 'universeTemperature' part of global actor 'MainActor'
    static let universeTemperature = Constant(name: "Universe Temperature", description: "The coldness of the universe in C", value: BigNumber("-273.15")!)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:127:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let universeTemperature = Constant(name: "Universe Temperature", description: "The coldness of the universe in C", value: BigNumber("-273.15")!)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:130:16: warning: static property 'all' is not concurrency-safe because non-'Sendable' type '[Constant]' may have shared mutable state; this is an error in the Swift 6 language mode
    static let all: [Constant] = [
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:34:15: note: consider making struct 'Constant' conform to the 'Sendable' protocol
public struct Constant {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:130:16: note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
    static let all: [Constant] = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Constants.swift:130:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let all: [Constant] = [
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Euler/NumberTheory/Logarithms.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ Euler.swift,\ LogicalLinker.swift,\ Array.swift,\ Collatz.swift,\ Fibonacci.swift,\ Sieve.swift,\ Graph.swift,\ Financial.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/Euler.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/Tables/Parser/Functions/LogicalLinker.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/Extensions/Array.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/Generators/Collatz.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/Generators/Fibonacci.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/Generators/Sieve.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/Geometry/Graph.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/Tables/Formulas/Financial.swift (in target 'Euler' from project 'Euler')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745789743540199-swift-frontend-Euler-Euler.swift-arm64_apple_watchos11.4-o-Onone-403996964.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5422 seconds (0.5505 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0744 ( 18.2%)   0.0163 ( 12.3%)   0.0907 ( 16.7%)   0.0920 ( 16.7%)  perform-sema
   0.0740 ( 18.1%)   0.0162 ( 12.2%)   0.0903 ( 16.6%)   0.0915 ( 16.6%)  Type checking and Semantic analysis
   0.0532 ( 13.0%)   0.0099 (  7.4%)   0.0630 ( 11.6%)   0.0642 ( 11.7%)  typecheck-stmt
   0.0301 (  7.3%)   0.0289 ( 21.8%)   0.0589 ( 10.9%)   0.0605 ( 11.0%)  parse-and-resolve-imports
   0.0289 (  7.1%)   0.0278 ( 21.0%)   0.0567 ( 10.5%)   0.0582 ( 10.6%)  Import resolution
   0.0436 ( 10.6%)   0.0078 (  5.9%)   0.0514 (  9.5%)   0.0525 (  9.5%)  typecheck-expr
   0.0415 ( 10.1%)   0.0095 (  7.1%)   0.0509 (  9.4%)   0.0513 (  9.3%)  typecheck-decl
   0.0160 (  3.9%)   0.0036 (  2.7%)   0.0195 (  3.6%)   0.0195 (  3.5%)  precheck-target
   0.0143 (  3.5%)   0.0034 (  2.6%)   0.0177 (  3.3%)   0.0178 (  3.2%)  IRGen
   0.0097 (  2.4%)   0.0035 (  2.6%)   0.0132 (  2.4%)   0.0133 (  2.4%)  build-rewrite-system
   0.0085 (  2.1%)   0.0007 (  0.6%)   0.0092 (  1.7%)   0.0092 (  1.7%)  SILGen
   0.0067 (  1.6%)   0.0001 (  0.0%)   0.0068 (  1.3%)   0.0068 (  1.2%)  SIL optimization
   0.0054 (  1.3%)   0.0003 (  0.2%)   0.0057 (  1.0%)   0.0057 (  1.0%)  SILGen-function
   0.0020 (  0.5%)   0.0024 (  1.8%)   0.0044 (  0.8%)   0.0044 (  0.8%)  import-clang-decl
   0.0010 (  0.3%)   0.0022 (  1.6%)   0.0032 (  0.6%)   0.0032 (  0.6%)  load-stdlib
   0.0003 (  0.1%)   0.0000 (  0.0%)   0.0003 (  0.1%)   0.0003 (  0.1%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.4096 (100.0%)   0.1326 (100.0%)   0.5422 (100.0%)   0.5505 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2844 seconds (0.2886 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.2120 (100.0%)   0.0724 (100.0%)   0.2844 (100.0%)   0.2886 (100.0%)  Building Target
   0.2120 (100.0%)   0.0724 (100.0%)   0.2844 (100.0%)   0.2886 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Euler/Euler.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Euler/Tables/Parser/Functions/LogicalLinker.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Euler/Extensions/Array.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Euler/Generators/Collatz.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Euler/Generators/Fibonacci.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Euler/Generators/Sieve.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Euler/Geometry/Graph.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Euler/Tables/Formulas/Financial.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64_32 Compiling\ DateLinker.swift,\ OperationsBigInt.swift,\ Limbs.swift,\ RSA.swift,\ Engineering.swift,\ md5.swift,\ Substring.swift,\ sha256.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/Tables/Parser/Functions/DateLinker.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/BigNumber/BigInt/OperationsBigInt.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/BigNumber/Limbs.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/Cryptography/RSA.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/Tables/Formulas/Engineering.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/Cryptography/md5.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/Utility/Substring.swift /Users/admin/builder/spi-builder-workspace/Sources/Euler/Cryptography/sha256.swift (in target 'Euler' from project 'Euler')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Euler/Tables/Parser/Functions/DateLinker.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Euler/BigNumber/BigInt/OperationsBigInt.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Euler/BigNumber/Limbs.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Euler/Cryptography/RSA.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Euler/Tables/Formulas/Engineering.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Euler/Cryptography/md5.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Euler/Utility/Substring.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Euler/Cryptography/sha256.swift (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745789743570703-swift-frontend-Euler-DateLinker.swift-arm64_32_apple_watchos11.4-o-Onone-797183454.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 4.2594 seconds (4.2667 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7611 ( 21.5%)   0.1399 ( 19.5%)   0.9010 ( 21.2%)   0.9020 ( 21.1%)  perform-sema
   0.7605 ( 21.5%)   0.1398 ( 19.4%)   0.9004 ( 21.1%)   0.9014 ( 21.1%)  Type checking and Semantic analysis
   0.7344 ( 20.7%)   0.1371 ( 19.1%)   0.8715 ( 20.5%)   0.8724 ( 20.4%)  typecheck-stmt
   0.6259 ( 17.7%)   0.1216 ( 16.9%)   0.7476 ( 17.6%)   0.7480 ( 17.5%)  typecheck-expr
   0.3053 (  8.6%)   0.0967 ( 13.5%)   0.4021 (  9.4%)   0.4023 (  9.4%)  typecheck-decl
   0.0829 (  2.3%)   0.0062 (  0.9%)   0.0891 (  2.1%)   0.0893 (  2.1%)  precheck-target
   0.0309 (  0.9%)   0.0266 (  3.7%)   0.0575 (  1.3%)   0.0592 (  1.4%)  parse-and-resolve-imports
   0.0294 (  0.8%)   0.0254 (  3.5%)   0.0549 (  1.3%)   0.0565 (  1.3%)  Import resolution
   0.0432 (  1.2%)   0.0127 (  1.8%)   0.0560 (  1.3%)   0.0560 (  1.3%)  IRGen
   0.0514 (  1.5%)   0.0010 (  0.1%)   0.0524 (  1.2%)   0.0524 (  1.2%)  SIL optimization
   0.0452 (  1.3%)   0.0019 (  0.3%)   0.0471 (  1.1%)   0.0471 (  1.1%)  SILGen
   0.0399 (  1.1%)   0.0013 (  0.2%)   0.0412 (  1.0%)   0.0412 (  1.0%)  SILGen-function
   0.0188 (  0.5%)   0.0026 (  0.4%)   0.0214 (  0.5%)   0.0214 (  0.5%)  build-rewrite-system
   0.0035 (  0.1%)   0.0034 (  0.5%)   0.0069 (  0.2%)   0.0070 (  0.2%)  import-clang-decl
   0.0055 (  0.2%)   0.0001 (  0.0%)   0.0056 (  0.1%)   0.0056 (  0.1%)  typecheck-for-each
   0.0010 (  0.0%)   0.0023 (  0.3%)   0.0033 (  0.1%)   0.0034 (  0.1%)  load-stdlib
   0.0004 (  0.0%)   0.0000 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  get-conformance-access-path
   0.0003 (  0.0%)   0.0000 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  typecheck-expr-pattern
   0.0003 (  0.0%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  SIL verification, pre-optimization
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, post-optimization
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   3.5403 (100.0%)   0.7190 (100.0%)   4.2594 (100.0%)   4.2667 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.7068 seconds (1.7131 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.4751 (100.0%)   0.2317 (100.0%)   1.7068 (100.0%)   1.7131 (100.0%)  Building Target
   1.4751 (100.0%)   0.2317 (100.0%)   1.7068 (100.0%)   1.7131 (100.0%)  Total
SwiftDriverJobDiscovery normal arm64 Compiling DateLinker.swift, OperationsBigInt.swift, Limbs.swift, RSA.swift, Engineering.swift, md5.swift, Substring.swift, sha256.swift (in target 'Euler' from project 'Euler')
SwiftDriverJobDiscovery normal arm64_32 Compiling Euler.swift, LogicalLinker.swift, Array.swift, Collatz.swift, Fibonacci.swift, Sieve.swift, Graph.swift, Financial.swift (in target 'Euler' from project 'Euler')
SwiftDriverJobDiscovery normal arm64 Compiling Euler.swift, LogicalLinker.swift, Array.swift, Collatz.swift, Fibonacci.swift, Sieve.swift, Graph.swift, Financial.swift (in target 'Euler' from project 'Euler')
SwiftDriverJobDiscovery normal arm64 Compiling combinations.swift, fibonacci.swift, gamma.swift, gcd.swift, isPrime.swift, Statistical.swift, leastFactor.swift, modulo.swift (in target 'Euler' from project 'Euler')
SwiftDriverJobDiscovery normal arm64_32 Compiling combinations.swift, fibonacci.swift, gamma.swift, gcd.swift, isPrime.swift, Statistical.swift, leastFactor.swift, modulo.swift (in target 'Euler' from project 'Euler')
SwiftDriverJobDiscovery normal arm64 Compiling Gauss.swift, NullNode.swift, OperatorNode.swift, StringNode.swift, SymbolNode.swift, Parser.swift, Regex.swift, Polynomial.swift, simplify.swift (in target 'Euler' from project 'Euler')
SwiftDriverJobDiscovery normal arm64_32 Compiling Gauss.swift, NullNode.swift, OperatorNode.swift, StringNode.swift, SymbolNode.swift, Parser.swift, Regex.swift, Polynomial.swift, simplify.swift (in target 'Euler' from project 'Euler')
SwiftDriverJobDiscovery normal arm64 Compiling Tree.swift, BNativeExtensions.swift, BasicOperators.swift, EngineeringLinker.swift, BigDouble.swift, OperationsBigDouble.swift, BigInt.swift, BinaryBigInt.swift (in target 'Euler' from project 'Euler')
SwiftDriverJobDiscovery normal arm64 Compiling Point.swift, Vector.swift, CommonLinker.swift, MOperations.swift, MProperties.swift, Matrix.swift, Constants.swift, Logarithms.swift (in target 'Euler' from project 'Euler')
SwiftDriverJobDiscovery normal arm64_32 Compiling Point.swift, Vector.swift, CommonLinker.swift, MOperations.swift, MProperties.swift, Matrix.swift, Constants.swift, Logarithms.swift (in target 'Euler' from project 'Euler')
SwiftDriver\ Compilation Euler normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Euler -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/Objects-normal/arm64/Euler.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos11.4 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/Objects-normal/arm64/Euler-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/Euler.build/Debug-watchos/Euler.build/Objects-normal/arm64/Euler.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/Euler.build/Debug-watchos/Euler.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/Objects-normal/arm64/Euler_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/Objects-normal/arm64/Euler-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/Objects-normal/arm64/Binary/Euler normal arm64 (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos11.4 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/Objects-normal/arm64/Euler.LinkFileList -install_name @rpath/Euler.framework/Euler -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/Objects-normal/arm64/Euler_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/Objects-normal/arm64/Euler_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/Objects-normal/arm64/Euler.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/Objects-normal/arm64/Binary/Euler
SwiftDriverJobDiscovery normal arm64_32 Compiling DateLinker.swift, OperationsBigInt.swift, Limbs.swift, RSA.swift, Engineering.swift, md5.swift, Substring.swift, sha256.swift (in target 'Euler' from project 'Euler')
SwiftDriver\ Compilation Euler normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Euler -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/Objects-normal/arm64_32/Euler.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos11.4 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/Objects-normal/arm64_32/Euler-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/Euler.build/Debug-watchos/Euler.build/Objects-normal/arm64_32/Euler.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/Euler.build/Debug-watchos/Euler.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/Objects-normal/arm64_32/Euler_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/Objects-normal/arm64_32/Euler-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/Objects-normal/arm64_32/Binary/Euler normal arm64_32 (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos11.4 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/Objects-normal/arm64_32/Euler.LinkFileList -install_name @rpath/Euler.framework/Euler -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/Objects-normal/arm64_32/Euler_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/Objects-normal/arm64_32/Euler_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/Objects-normal/arm64_32/Euler.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/Objects-normal/arm64_32/Binary/Euler
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Euler.framework/Euler normal arm64\ arm64_32 (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/Objects-normal/arm64/Binary/Euler /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/Objects-normal/arm64_32/Binary/Euler -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Euler.framework/Euler
ExtractAppIntentsMetadata (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Euler --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 11.4 --bundle-identifier Euler --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Euler.framework --target-triple arm64-apple-watchos11.4 --target-triple arm64_32-apple-watchos11.4 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Euler.framework/Euler --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/Objects-normal/arm64/Euler_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/Objects-normal/arm64_32/Euler_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/Objects-normal/arm64/Euler.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/Objects-normal/arm64_32/Euler.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/Euler.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/Euler.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/Objects-normal/arm64/Euler.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Euler.build/Debug-watchos/Euler.build/Objects-normal/arm64_32/Euler.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 14:35:45.506 appintentsmetadataprocessor[720:4255] Starting appintentsmetadataprocessor export
2025-04-27 14:35:45.508 appintentsmetadataprocessor[720:4255] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/Euler.framework/Euler.tbd (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Euler.framework/Euler -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/Euler.framework/Euler.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Euler.framework (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Euler.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Euler.framework (in target 'Euler' from project 'Euler')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Euler.framework
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Euler",
  "name" : "Euler",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Euler",
      "targets" : [
        "Euler"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EulerTests",
      "module_type" : "SwiftTarget",
      "name" : "EulerTests",
      "path" : "Tests/EulerTests",
      "sources" : [
        "AlgebraTests.swift",
        "BigDoubleTests.swift",
        "BigIntTests.swift",
        "Cryptography.swift",
        "ExtensionsTests.swift",
        "GeneratorsTests.swift",
        "GeometryTests.swift",
        "MatrixTest.swift",
        "NodeTests.swift",
        "StatisticsTests.swift",
        "TablesTest.swift",
        "Tools/Convenience.swift",
        "Tools/Math.swift"
      ],
      "target_dependencies" : [
        "Euler"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Euler",
      "module_type" : "SwiftTarget",
      "name" : "Euler",
      "path" : "Sources/Euler",
      "product_memberships" : [
        "Euler"
      ],
      "sources" : [
        "Algebra/Expression/Expression.swift",
        "Algebra/Expression/ExpressionSolver.swift",
        "Algebra/Parser/Grouper.swift",
        "Algebra/Parser/LaTeX.swift",
        "Algebra/Parser/Lexer.swift",
        "Algebra/Parser/Node/CellAddressNode.swift",
        "Algebra/Parser/Node/ConstantNode.swift",
        "Algebra/Parser/Node/ExpressionNode.swift",
        "Algebra/Parser/Node/FunctionNode.swift",
        "Algebra/Parser/Node/Node.swift",
        "Algebra/Parser/Node/NullNode.swift",
        "Algebra/Parser/Node/OperatorNode.swift",
        "Algebra/Parser/Node/StringNode.swift",
        "Algebra/Parser/Node/SymbolNode.swift",
        "Algebra/Parser/Parser.swift",
        "Algebra/Parser/Utils/Regex.swift",
        "Algebra/Polynomial.swift",
        "Algebra/Simplify/simplify.swift",
        "Algebra/Treehelper/Tree.swift",
        "BigNumber/BNativeExtensions.swift",
        "BigNumber/BigDouble/BasicOperators.swift",
        "BigNumber/BigDouble/BigDouble.swift",
        "BigNumber/BigDouble/OperationsBigDouble.swift",
        "BigNumber/BigInt/BigInt.swift",
        "BigNumber/BigInt/BinaryBigInt.swift",
        "BigNumber/BigInt/OperationsBigInt.swift",
        "BigNumber/Limbs.swift",
        "Cryptography/RSA.swift",
        "Cryptography/md5.swift",
        "Cryptography/sha256.swift",
        "Euler.swift",
        "Extensions/Array.swift",
        "Generators/Collatz.swift",
        "Generators/Fibonacci.swift",
        "Generators/Sieve.swift",
        "Geometry/Graph.swift",
        "Geometry/Point.swift",
        "Geometry/Vector.swift",
        "Matrices/MOperations.swift",
        "Matrices/MProperties.swift",
        "Matrices/Matrix.swift",
        "NumberTheory/Constants.swift",
        "NumberTheory/Logarithms.swift",
        "NumberTheory/combinations.swift",
        "NumberTheory/fibonacci.swift",
        "NumberTheory/gamma.swift",
        "NumberTheory/gcd.swift",
        "NumberTheory/isPrime.swift",
        "NumberTheory/leastFactor.swift",
        "NumberTheory/modulo.swift",
        "NumberTheory/random.swift",
        "NumberTheory/sum.swift",
        "Statistics/Average.swift",
        "Statistics/Correlation.swift",
        "Statistics/Fisher.swift",
        "Statistics/Gauss.swift",
        "Statistics/Quantile.swift",
        "Statistics/Regression.swift",
        "Statistics/Statistics.swift",
        "Statistics/Variance.swift",
        "Tables/CellValue.swift",
        "Tables/Formulas/CommonFormulas.swift",
        "Tables/Formulas/DateTime.swift",
        "Tables/Formulas/Engineering.swift",
        "Tables/Formulas/Financial.swift",
        "Tables/Formulas/Logical.swift",
        "Tables/Formulas/Statistical.swift",
        "Tables/Parser/Execute.swift",
        "Tables/Parser/Functions/CommonLinker.swift",
        "Tables/Parser/Functions/DateLinker.swift",
        "Tables/Parser/Functions/EngineeringLinker.swift",
        "Tables/Parser/Functions/FinancialLinker.swift",
        "Tables/Parser/Functions/LogicalLinker.swift",
        "Tables/Parser/Functions/StatsLinker.swift",
        "Tables/Tables.swift",
        "Tables/TablesDataSource.swift",
        "Tables/TablesDelegate.swift",
        "Utility/KnuthDSupport.swift",
        "Utility/Pointers.swift",
        "Utility/Substring.swift",
        "Utility/UnsafeMemory.swift",
        "Utility/UnsafeMutableMemory.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.