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

Failed to build BigDecimal, reference main (ddc5df), with Swift 5.9 for macOS (SPM) on 16 Oct 2024 23:17:03 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.55.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mgriebling/BigDecimal.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mgriebling/BigDecimal
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ddc5df3 Put back the nanFlag.
Cloned https://github.com/mgriebling/BigDecimal.git
Revision (git rev-parse @):
ddc5df3676a865345686901c44fa022f30dd4a0b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mgriebling/BigDecimal.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/mgriebling/BigDecimal.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/3] Compiling _NumericsShims _NumericsShims.c
[4/30] Compiling RealModule Real.swift
[5/30] Compiling RealModule Float80+Real.swift
[6/31] Compiling RealModule Float16+Real.swift
[7/31] Compiling RealModule ElementaryFunctions.swift
[8/31] Compiling RealModule AugmentedArithmetic.swift
[9/31] Emitting module RealModule
[10/31] Compiling RealModule Float+Real.swift
[11/31] Compiling RealModule ApproximateEquality.swift
[12/31] Compiling RealModule AlgebraicField.swift
[13/31] Compiling RealModule Double+Real.swift
[14/31] Compiling RealModule RealFunctions.swift
[15/32] Compiling UInt128 UInt128.swift
[16/32] Compiling UInt128 Common.swift
[17/33] Emitting module UInt128
[18/33] Compiling UInt128 Int128.swift
[19/36] Compiling ComplexModule Differentiable.swift
[20/36] Compiling ComplexModule ElementaryFunctions.swift
[21/36] Compiling ComplexModule Arithmetic.swift
[22/36] Emitting module ComplexModule
[23/36] Compiling ComplexModule Complex.swift
[24/38] Compiling Numerics Numerics.swift
[25/38] Emitting module Numerics
[26/38] Emitting module BigInt
[27/39] Compiling BigInt Karatsuba.swift
[28/39] Compiling BigInt ToomCook.swift
[29/39] Compiling BigInt Factorial.swift
[30/39] Compiling BigInt ExpMod.swift
[31/39] Compiling BigInt GCD.swift
[32/39] Compiling BigInt Limbs.swift
[33/39] Compiling BigInt FFT.swift
[34/39] Compiling BigInt BigInt.swift
[35/39] Compiling BigInt BitSieve.swift
[36/39] Compiling BigInt BurnikelZiegler.swift
[37/39] Compiling BigInt CRT.swift
[38/39] Compiling BigInt BigFrac.swift
[39/39] Compiling BigInt BigInt-Extensions.swift
[40/58] Compiling BigDecimal DecimalLogic.swift
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var nanFlag = false
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var nanFlag = false
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var piCache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var piCache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: error: type annotation missing in pattern
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:23:15: error: type 'BigDecimal' does not conform to protocol 'Decodable'
public struct BigDecimal : Comparable, Equatable, Hashable, Codable, Sendable {
              ^
Swift.Decodable:2:5: note: protocol requires initializer 'init(from:)' with type 'Decodable'
    init(from decoder: Decoder) throws
    ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: note: cannot automatically synthesize 'Decodable' because '<<error type>>' does not conform to 'Decodable'
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:23:15: error: type 'BigDecimal' does not conform to protocol 'Decodable'
public struct BigDecimal : Comparable, Equatable, Hashable, Codable, Sendable {
              ^
Swift.Decodable:2:5: note: protocol requires initializer 'init(from:)' with type 'Decodable'
    init(from decoder: Decoder) throws
    ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: note: cannot automatically synthesize 'Decodable' because '<<error type>>' does not conform to 'Decodable'
    nonisolated(unsafe) public static var nanFlag = false
                ^
[41/58] Compiling BigDecimal Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var nanFlag = false
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var nanFlag = false
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var piCache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var piCache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: error: type annotation missing in pattern
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:23:15: error: type 'BigDecimal' does not conform to protocol 'Decodable'
public struct BigDecimal : Comparable, Equatable, Hashable, Codable, Sendable {
              ^
Swift.Decodable:2:5: note: protocol requires initializer 'init(from:)' with type 'Decodable'
    init(from decoder: Decoder) throws
    ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: note: cannot automatically synthesize 'Decodable' because '<<error type>>' does not conform to 'Decodable'
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:23:15: error: type 'BigDecimal' does not conform to protocol 'Decodable'
public struct BigDecimal : Comparable, Equatable, Hashable, Codable, Sendable {
              ^
Swift.Decodable:2:5: note: protocol requires initializer 'init(from:)' with type 'Decodable'
    init(from decoder: Decoder) throws
    ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: note: cannot automatically synthesize 'Decodable' because '<<error type>>' does not conform to 'Decodable'
    nonisolated(unsafe) public static var nanFlag = false
                ^
[42/59] Compiling BigDecimal SeriesCalculator.swift
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var nanFlag = false
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var nanFlag = false
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: error: type annotation missing in pattern
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var piCache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var piCache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:23:15: error: type 'BigDecimal' does not conform to protocol 'Decodable'
public struct BigDecimal : Comparable, Equatable, Hashable, Codable, Sendable {
              ^
Swift.Decodable:2:5: note: protocol requires initializer 'init(from:)' with type 'Decodable'
    init(from decoder: Decoder) throws
    ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: note: cannot automatically synthesize 'Decodable' because '<<error type>>' does not conform to 'Decodable'
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:23:15: error: type 'BigDecimal' does not conform to protocol 'Decodable'
public struct BigDecimal : Comparable, Equatable, Hashable, Codable, Sendable {
              ^
Swift.Decodable:2:5: note: protocol requires initializer 'init(from:)' with type 'Decodable'
    init(from decoder: Decoder) throws
    ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: note: cannot automatically synthesize 'Decodable' because '<<error type>>' does not conform to 'Decodable'
    nonisolated(unsafe) public static var nanFlag = false
                ^
[43/59] Compiling BigDecimal SinCalculator.swift
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var nanFlag = false
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var nanFlag = false
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: error: type annotation missing in pattern
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var piCache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var piCache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:23:15: error: type 'BigDecimal' does not conform to protocol 'Decodable'
public struct BigDecimal : Comparable, Equatable, Hashable, Codable, Sendable {
              ^
Swift.Decodable:2:5: note: protocol requires initializer 'init(from:)' with type 'Decodable'
    init(from decoder: Decoder) throws
    ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: note: cannot automatically synthesize 'Decodable' because '<<error type>>' does not conform to 'Decodable'
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:23:15: error: type 'BigDecimal' does not conform to protocol 'Decodable'
public struct BigDecimal : Comparable, Equatable, Hashable, Codable, Sendable {
              ^
Swift.Decodable:2:5: note: protocol requires initializer 'init(from:)' with type 'Decodable'
    init(from decoder: Decoder) throws
    ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: note: cannot automatically synthesize 'Decodable' because '<<error type>>' does not conform to 'Decodable'
    nonisolated(unsafe) public static var nanFlag = false
                ^
[44/59] Compiling BigDecimal CoshCalculator.swift
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var nanFlag = false
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var nanFlag = false
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var piCache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var piCache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: error: type annotation missing in pattern
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:23:15: error: type 'BigDecimal' does not conform to protocol 'Decodable'
public struct BigDecimal : Comparable, Equatable, Hashable, Codable, Sendable {
              ^
Swift.Decodable:2:5: note: protocol requires initializer 'init(from:)' with type 'Decodable'
    init(from decoder: Decoder) throws
    ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: note: cannot automatically synthesize 'Decodable' because '<<error type>>' does not conform to 'Decodable'
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:23:15: error: type 'BigDecimal' does not conform to protocol 'Decodable'
public struct BigDecimal : Comparable, Equatable, Hashable, Codable, Sendable {
              ^
Swift.Decodable:2:5: note: protocol requires initializer 'init(from:)' with type 'Decodable'
    init(from decoder: Decoder) throws
    ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: note: cannot automatically synthesize 'Decodable' because '<<error type>>' does not conform to 'Decodable'
    nonisolated(unsafe) public static var nanFlag = false
                ^
[45/59] Compiling BigDecimal DecimalMath-Simple.swift
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var nanFlag = false
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var nanFlag = false
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var piCache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var piCache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: error: type annotation missing in pattern
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:23:15: error: type 'BigDecimal' does not conform to protocol 'Decodable'
public struct BigDecimal : Comparable, Equatable, Hashable, Codable, Sendable {
              ^
Swift.Decodable:2:5: note: protocol requires initializer 'init(from:)' with type 'Decodable'
    init(from decoder: Decoder) throws
    ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: note: cannot automatically synthesize 'Decodable' because '<<error type>>' does not conform to 'Decodable'
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:23:15: error: type 'BigDecimal' does not conform to protocol 'Decodable'
public struct BigDecimal : Comparable, Equatable, Hashable, Codable, Sendable {
              ^
Swift.Decodable:2:5: note: protocol requires initializer 'init(from:)' with type 'Decodable'
    init(from decoder: Decoder) throws
    ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: note: cannot automatically synthesize 'Decodable' because '<<error type>>' does not conform to 'Decodable'
    nonisolated(unsafe) public static var nanFlag = false
                ^
[46/59] Compiling BigDecimal Decimal32.swift
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var nanFlag = false
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var nanFlag = false
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var piCache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var piCache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: error: type annotation missing in pattern
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:23:15: error: type 'BigDecimal' does not conform to protocol 'Decodable'
public struct BigDecimal : Comparable, Equatable, Hashable, Codable, Sendable {
              ^
Swift.Decodable:2:5: note: protocol requires initializer 'init(from:)' with type 'Decodable'
    init(from decoder: Decoder) throws
    ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: note: cannot automatically synthesize 'Decodable' because '<<error type>>' does not conform to 'Decodable'
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:23:15: error: type 'BigDecimal' does not conform to protocol 'Decodable'
public struct BigDecimal : Comparable, Equatable, Hashable, Codable, Sendable {
              ^
Swift.Decodable:2:5: note: protocol requires initializer 'init(from:)' with type 'Decodable'
    init(from decoder: Decoder) throws
    ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: note: cannot automatically synthesize 'Decodable' because '<<error type>>' does not conform to 'Decodable'
    nonisolated(unsafe) public static var nanFlag = false
                ^
[47/59] Compiling BigDecimal Decimal64.swift
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var nanFlag = false
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var nanFlag = false
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var piCache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var piCache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: error: type annotation missing in pattern
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:23:15: error: type 'BigDecimal' does not conform to protocol 'Decodable'
public struct BigDecimal : Comparable, Equatable, Hashable, Codable, Sendable {
              ^
Swift.Decodable:2:5: note: protocol requires initializer 'init(from:)' with type 'Decodable'
    init(from decoder: Decoder) throws
    ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: note: cannot automatically synthesize 'Decodable' because '<<error type>>' does not conform to 'Decodable'
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:23:15: error: type 'BigDecimal' does not conform to protocol 'Decodable'
public struct BigDecimal : Comparable, Equatable, Hashable, Codable, Sendable {
              ^
Swift.Decodable:2:5: note: protocol requires initializer 'init(from:)' with type 'Decodable'
    init(from decoder: Decoder) throws
    ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: note: cannot automatically synthesize 'Decodable' because '<<error type>>' does not conform to 'Decodable'
    nonisolated(unsafe) public static var nanFlag = false
                ^
[48/59] Compiling BigDecimal AsinCalculator.swift
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var nanFlag = false
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var nanFlag = false
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var piCache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var piCache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
                       ^
                       ;
[49/59] Compiling BigDecimal CosCalculator.swift
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var nanFlag = false
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var nanFlag = false
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var piCache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var piCache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
                       ^
                       ;
[50/59] Compiling BigDecimal DecimalMath.swift
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var piCache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var piCache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var nanFlag = false
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var nanFlag = false
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: error: type annotation missing in pattern
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:23:15: error: type 'BigDecimal' does not conform to protocol 'Decodable'
public struct BigDecimal : Comparable, Equatable, Hashable, Codable, Sendable {
              ^
Swift.Decodable:2:5: note: protocol requires initializer 'init(from:)' with type 'Decodable'
    init(from decoder: Decoder) throws
    ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: note: cannot automatically synthesize 'Decodable' because '<<error type>>' does not conform to 'Decodable'
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:23:15: error: type 'BigDecimal' does not conform to protocol 'Decodable'
public struct BigDecimal : Comparable, Equatable, Hashable, Codable, Sendable {
              ^
Swift.Decodable:2:5: note: protocol requires initializer 'init(from:)' with type 'Decodable'
    init(from decoder: Decoder) throws
    ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: note: cannot automatically synthesize 'Decodable' because '<<error type>>' does not conform to 'Decodable'
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:17: error: type annotation missing in pattern
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:17: error: extensions must not contain stored properties
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:5: error: 'nonisolated' can not be applied to stored properties
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
    ^~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:17: error: type annotation missing in pattern
    nonisolated(unsafe) private static var piCache: BigDecimal?
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:17: error: extensions must not contain stored properties
    nonisolated(unsafe) private static var piCache: BigDecimal?
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:5: error: 'nonisolated' can not be applied to stored properties
    nonisolated(unsafe) private static var piCache: BigDecimal?
    ^~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:17: error: type annotation missing in pattern
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:17: error: extensions must not contain stored properties
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:5: error: 'nonisolated' can not be applied to stored properties
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
    ^~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:17: error: type annotation missing in pattern
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:17: error: extensions must not contain stored properties
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:5: error: 'nonisolated' can not be applied to stored properties
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
    ^~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:17: error: type annotation missing in pattern
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:17: error: extensions must not contain stored properties
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:5: error: 'nonisolated' can not be applied to stored properties
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
    ^~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:242:28: warning: reference to static property 'spougeFactorialConstantsCache' is not concurrency-safe because it involves shared mutable state
        if let constants = spougeFactorialConstantsCache[a] {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:44: note: static property declared here
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:262:13: warning: reference to static property 'spougeFactorialConstantsCache' is not concurrency-safe because it involves shared mutable state
            spougeFactorialConstantsCache[a] = constants
            ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:44: note: static property declared here
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:526:21: warning: reference to static property 'piCache' is not concurrency-safe because it involves shared mutable state
        if let pi = piCache, mc.precision <= pi.precision {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:44: note: static property declared here
    nonisolated(unsafe) private static var piCache: BigDecimal?
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:529:13: warning: reference to static property 'piCache' is not concurrency-safe because it involves shared mutable state
            piCache = piChudnovski(mc)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:44: note: static property declared here
    nonisolated(unsafe) private static var piCache: BigDecimal?
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:530:20: warning: reference to static property 'piCache' is not concurrency-safe because it involves shared mutable state
            return piCache!
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:44: note: static property declared here
    nonisolated(unsafe) private static var piCache: BigDecimal?
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1249:25: warning: reference to static property 'log2Cache' is not concurrency-safe because it involves shared mutable state
        if let result = log2Cache, mc.precision <= result.precision {
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:44: note: static property declared here
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1252:13: warning: reference to static property 'log2Cache' is not concurrency-safe because it involves shared mutable state
            log2Cache = logUsingNewton(BigDecimal(2), mc)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:44: note: static property declared here
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1253:20: warning: reference to static property 'log2Cache' is not concurrency-safe because it involves shared mutable state
            return log2Cache!
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:44: note: static property declared here
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1259:25: warning: reference to static property 'log3Cache' is not concurrency-safe because it involves shared mutable state
        if let result = log3Cache, mc.precision <= result.precision {
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:44: note: static property declared here
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1262:13: warning: reference to static property 'log3Cache' is not concurrency-safe because it involves shared mutable state
            log3Cache = logUsingNewton(BigDecimal(3), mc)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:44: note: static property declared here
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1263:20: warning: reference to static property 'log3Cache' is not concurrency-safe because it involves shared mutable state
            return log3Cache!
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:44: note: static property declared here
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1269:25: warning: reference to static property 'log10Cache' is not concurrency-safe because it involves shared mutable state
        if let result = log10Cache, mc.precision <= result.precision {
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:44: note: static property declared here
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1272:13: warning: reference to static property 'log10Cache' is not concurrency-safe because it involves shared mutable state
            log10Cache = logUsingNewton(BigDecimal(10), mc)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:44: note: static property declared here
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1273:20: warning: reference to static property 'log10Cache' is not concurrency-safe because it involves shared mutable state
            return log10Cache!
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:44: note: static property declared here
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
                                           ^
[51/59] Compiling BigDecimal ExponentCalculator.swift
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var piCache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var piCache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var nanFlag = false
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var nanFlag = false
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: error: type annotation missing in pattern
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:23:15: error: type 'BigDecimal' does not conform to protocol 'Decodable'
public struct BigDecimal : Comparable, Equatable, Hashable, Codable, Sendable {
              ^
Swift.Decodable:2:5: note: protocol requires initializer 'init(from:)' with type 'Decodable'
    init(from decoder: Decoder) throws
    ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: note: cannot automatically synthesize 'Decodable' because '<<error type>>' does not conform to 'Decodable'
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:23:15: error: type 'BigDecimal' does not conform to protocol 'Decodable'
public struct BigDecimal : Comparable, Equatable, Hashable, Codable, Sendable {
              ^
Swift.Decodable:2:5: note: protocol requires initializer 'init(from:)' with type 'Decodable'
    init(from decoder: Decoder) throws
    ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: note: cannot automatically synthesize 'Decodable' because '<<error type>>' does not conform to 'Decodable'
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:17: error: type annotation missing in pattern
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:17: error: extensions must not contain stored properties
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:5: error: 'nonisolated' can not be applied to stored properties
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
    ^~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:17: error: type annotation missing in pattern
    nonisolated(unsafe) private static var piCache: BigDecimal?
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:17: error: extensions must not contain stored properties
    nonisolated(unsafe) private static var piCache: BigDecimal?
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:5: error: 'nonisolated' can not be applied to stored properties
    nonisolated(unsafe) private static var piCache: BigDecimal?
    ^~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:17: error: type annotation missing in pattern
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:17: error: extensions must not contain stored properties
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:5: error: 'nonisolated' can not be applied to stored properties
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
    ^~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:17: error: type annotation missing in pattern
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:17: error: extensions must not contain stored properties
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:5: error: 'nonisolated' can not be applied to stored properties
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
    ^~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:17: error: type annotation missing in pattern
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:17: error: extensions must not contain stored properties
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:5: error: 'nonisolated' can not be applied to stored properties
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
    ^~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:242:28: warning: reference to static property 'spougeFactorialConstantsCache' is not concurrency-safe because it involves shared mutable state
        if let constants = spougeFactorialConstantsCache[a] {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:44: note: static property declared here
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:262:13: warning: reference to static property 'spougeFactorialConstantsCache' is not concurrency-safe because it involves shared mutable state
            spougeFactorialConstantsCache[a] = constants
            ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:44: note: static property declared here
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:526:21: warning: reference to static property 'piCache' is not concurrency-safe because it involves shared mutable state
        if let pi = piCache, mc.precision <= pi.precision {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:44: note: static property declared here
    nonisolated(unsafe) private static var piCache: BigDecimal?
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:529:13: warning: reference to static property 'piCache' is not concurrency-safe because it involves shared mutable state
            piCache = piChudnovski(mc)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:44: note: static property declared here
    nonisolated(unsafe) private static var piCache: BigDecimal?
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:530:20: warning: reference to static property 'piCache' is not concurrency-safe because it involves shared mutable state
            return piCache!
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:44: note: static property declared here
    nonisolated(unsafe) private static var piCache: BigDecimal?
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1249:25: warning: reference to static property 'log2Cache' is not concurrency-safe because it involves shared mutable state
        if let result = log2Cache, mc.precision <= result.precision {
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:44: note: static property declared here
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1252:13: warning: reference to static property 'log2Cache' is not concurrency-safe because it involves shared mutable state
            log2Cache = logUsingNewton(BigDecimal(2), mc)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:44: note: static property declared here
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1253:20: warning: reference to static property 'log2Cache' is not concurrency-safe because it involves shared mutable state
            return log2Cache!
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:44: note: static property declared here
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1259:25: warning: reference to static property 'log3Cache' is not concurrency-safe because it involves shared mutable state
        if let result = log3Cache, mc.precision <= result.precision {
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:44: note: static property declared here
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1262:13: warning: reference to static property 'log3Cache' is not concurrency-safe because it involves shared mutable state
            log3Cache = logUsingNewton(BigDecimal(3), mc)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:44: note: static property declared here
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1263:20: warning: reference to static property 'log3Cache' is not concurrency-safe because it involves shared mutable state
            return log3Cache!
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:44: note: static property declared here
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1269:25: warning: reference to static property 'log10Cache' is not concurrency-safe because it involves shared mutable state
        if let result = log10Cache, mc.precision <= result.precision {
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:44: note: static property declared here
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1272:13: warning: reference to static property 'log10Cache' is not concurrency-safe because it involves shared mutable state
            log10Cache = logUsingNewton(BigDecimal(10), mc)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:44: note: static property declared here
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1273:20: warning: reference to static property 'log10Cache' is not concurrency-safe because it involves shared mutable state
            return log10Cache!
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:44: note: static property declared here
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
                                           ^
[52/59] Compiling BigDecimal SinhCalculator.swift
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var nanFlag = false
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var nanFlag = false
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var piCache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var piCache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: error: type annotation missing in pattern
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:23:15: error: type 'BigDecimal' does not conform to protocol 'Decodable'
public struct BigDecimal : Comparable, Equatable, Hashable, Codable, Sendable {
              ^
Swift.Decodable:2:5: note: protocol requires initializer 'init(from:)' with type 'Decodable'
    init(from decoder: Decoder) throws
    ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: note: cannot automatically synthesize 'Decodable' because '<<error type>>' does not conform to 'Decodable'
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:23:15: error: type 'BigDecimal' does not conform to protocol 'Decodable'
public struct BigDecimal : Comparable, Equatable, Hashable, Codable, Sendable {
              ^
Swift.Decodable:2:5: note: protocol requires initializer 'init(from:)' with type 'Decodable'
    init(from decoder: Decoder) throws
    ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: note: cannot automatically synthesize 'Decodable' because '<<error type>>' does not conform to 'Decodable'
    nonisolated(unsafe) public static var nanFlag = false
                ^
[53/59] Compiling BigDecimal DecimalFloatingPoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var nanFlag = false
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var nanFlag = false
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var piCache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var piCache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: error: type annotation missing in pattern
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:23:15: error: type 'BigDecimal' does not conform to protocol 'Decodable'
public struct BigDecimal : Comparable, Equatable, Hashable, Codable, Sendable {
              ^
Swift.Decodable:2:5: note: protocol requires initializer 'init(from:)' with type 'Decodable'
    init(from decoder: Decoder) throws
    ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: note: cannot automatically synthesize 'Decodable' because '<<error type>>' does not conform to 'Decodable'
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:23:15: error: type 'BigDecimal' does not conform to protocol 'Decodable'
public struct BigDecimal : Comparable, Equatable, Hashable, Codable, Sendable {
              ^
Swift.Decodable:2:5: note: protocol requires initializer 'init(from:)' with type 'Decodable'
    init(from decoder: Decoder) throws
    ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: note: cannot automatically synthesize 'Decodable' because '<<error type>>' does not conform to 'Decodable'
    nonisolated(unsafe) public static var nanFlag = false
                ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[54/59] Emitting module BigDecimal
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var nanFlag = false
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var nanFlag = false
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var piCache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var piCache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: error: type annotation missing in pattern
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:23:15: error: type 'BigDecimal' does not conform to protocol 'Decodable'
public struct BigDecimal : Comparable, Equatable, Hashable, Codable, Sendable {
              ^
Swift.Decodable:2:5: note: protocol requires initializer 'init(from:)' with type 'Decodable'
    init(from decoder: Decoder) throws
    ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: note: cannot automatically synthesize 'Decodable' because '<<error type>>' does not conform to 'Decodable'
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:23:15: error: type 'BigDecimal' does not conform to protocol 'Decodable'
public struct BigDecimal : Comparable, Equatable, Hashable, Codable, Sendable {
              ^
Swift.Decodable:2:5: note: protocol requires initializer 'init(from:)' with type 'Decodable'
    init(from decoder: Decoder) throws
    ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: note: cannot automatically synthesize 'Decodable' because '<<error type>>' does not conform to 'Decodable'
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:5: error: 'nonisolated' can not be applied to stored properties
    nonisolated(unsafe) public static var nanFlag = false
    ^~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: warning: stored property 'unsafe' of 'Sendable'-conforming struct 'BigDecimal' has non-sendable type '<<error type>>'
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:23:15: error: type 'BigDecimal' does not conform to protocol 'Hashable'
public struct BigDecimal : Comparable, Equatable, Hashable, Codable, Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: note: stored property type '<<error type>>' does not conform to protocol 'Hashable', preventing synthesized conformance of 'BigDecimal' to 'Hashable'
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:23:15: error: type 'BigDecimal' does not conform to protocol 'Encodable'
public struct BigDecimal : Comparable, Equatable, Hashable, Codable, Sendable {
              ^
Swift.Encodable:2:10: note: protocol requires function 'encode(to:)' with type 'Encodable'
    func encode(to encoder: Encoder) throws
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: note: cannot automatically synthesize 'Encodable' because '<<error type>>' does not conform to 'Encodable'
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:17: error: type annotation missing in pattern
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:17: error: extensions must not contain stored properties
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:5: error: 'nonisolated' can not be applied to stored properties
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
    ^~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:17: error: type annotation missing in pattern
    nonisolated(unsafe) private static var piCache: BigDecimal?
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:17: error: extensions must not contain stored properties
    nonisolated(unsafe) private static var piCache: BigDecimal?
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:5: error: 'nonisolated' can not be applied to stored properties
    nonisolated(unsafe) private static var piCache: BigDecimal?
    ^~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:17: error: type annotation missing in pattern
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:17: error: extensions must not contain stored properties
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:5: error: 'nonisolated' can not be applied to stored properties
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
    ^~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:17: error: type annotation missing in pattern
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:17: error: extensions must not contain stored properties
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:5: error: 'nonisolated' can not be applied to stored properties
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
    ^~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:17: error: type annotation missing in pattern
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:17: error: extensions must not contain stored properties
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:5: error: 'nonisolated' can not be applied to stored properties
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
    ^~~~~~~~~~~

[55/59] Compiling BigDecimal Decimal.swift
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var nanFlag = false
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var nanFlag = false
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var piCache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var piCache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: error: type annotation missing in pattern
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:23:15: error: type 'BigDecimal' does not conform to protocol 'Decodable'
public struct BigDecimal : Comparable, Equatable, Hashable, Codable, Sendable {
              ^
Swift.Decodable:2:5: note: protocol requires initializer 'init(from:)' with type 'Decodable'
    init(from decoder: Decoder) throws
    ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: note: cannot automatically synthesize 'Decodable' because '<<error type>>' does not conform to 'Decodable'
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:23:15: error: type 'BigDecimal' does not conform to protocol 'Decodable'
public struct BigDecimal : Comparable, Equatable, Hashable, Codable, Sendable {
              ^
Swift.Decodable:2:5: note: protocol requires initializer 'init(from:)' with type 'Decodable'
    init(from decoder: Decoder) throws
    ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: note: cannot automatically synthesize 'Decodable' because '<<error type>>' does not conform to 'Decodable'
    nonisolated(unsafe) public static var nanFlag = false
                ^
[56/59] Compiling BigDecimal Decimal128.swift
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var nanFlag = false
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var nanFlag = false
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var piCache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var piCache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: error: type annotation missing in pattern
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:23:15: error: type 'BigDecimal' does not conform to protocol 'Decodable'
public struct BigDecimal : Comparable, Equatable, Hashable, Codable, Sendable {
              ^
Swift.Decodable:2:5: note: protocol requires initializer 'init(from:)' with type 'Decodable'
    init(from decoder: Decoder) throws
    ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: note: cannot automatically synthesize 'Decodable' because '<<error type>>' does not conform to 'Decodable'
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:23:15: error: type 'BigDecimal' does not conform to protocol 'Decodable'
public struct BigDecimal : Comparable, Equatable, Hashable, Codable, Sendable {
              ^
Swift.Decodable:2:5: note: protocol requires initializer 'init(from:)' with type 'Decodable'
    init(from decoder: Decoder) throws
    ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: note: cannot automatically synthesize 'Decodable' because '<<error type>>' does not conform to 'Decodable'
    nonisolated(unsafe) public static var nanFlag = false
                ^
[57/59] Compiling BigDecimal BigDecimal.swift
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var nanFlag = false
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var nanFlag = false
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var piCache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var piCache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: error: type annotation missing in pattern
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:23:15: error: type 'BigDecimal' does not conform to protocol 'Decodable'
public struct BigDecimal : Comparable, Equatable, Hashable, Codable, Sendable {
              ^
Swift.Decodable:2:5: note: protocol requires initializer 'init(from:)' with type 'Decodable'
    init(from decoder: Decoder) throws
    ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: note: cannot automatically synthesize 'Decodable' because '<<error type>>' does not conform to 'Decodable'
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:23:15: error: type 'BigDecimal' does not conform to protocol 'Decodable'
public struct BigDecimal : Comparable, Equatable, Hashable, Codable, Sendable {
              ^
Swift.Decodable:2:5: note: protocol requires initializer 'init(from:)' with type 'Decodable'
    init(from decoder: Decoder) throws
    ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: note: cannot automatically synthesize 'Decodable' because '<<error type>>' does not conform to 'Decodable'
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:5: error: 'nonisolated' can not be applied to stored properties
    nonisolated(unsafe) public static var nanFlag = false
    ^~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: warning: stored property 'unsafe' of 'Sendable'-conforming struct 'BigDecimal' has non-sendable type '<<error type>>'
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:23:15: error: type 'BigDecimal' does not conform to protocol 'Hashable'
public struct BigDecimal : Comparable, Equatable, Hashable, Codable, Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: note: stored property type '<<error type>>' does not conform to protocol 'Hashable', preventing synthesized conformance of 'BigDecimal' to 'Hashable'
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:23:15: error: type 'BigDecimal' does not conform to protocol 'Encodable'
public struct BigDecimal : Comparable, Equatable, Hashable, Codable, Sendable {
              ^
Swift.Encodable:2:10: note: protocol requires function 'encode(to:)' with type 'Encodable'
    func encode(to encoder: Encoder) throws
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: note: cannot automatically synthesize 'Encodable' because '<<error type>>' does not conform to 'Encodable'
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:1418:14: warning: reference to static property 'nanFlag' is not concurrency-safe because it involves shared mutable state
        Self.nanFlag = true
             ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:43: note: static property declared here
    nonisolated(unsafe) public static var nanFlag = false
                                          ^
[58/59] Compiling BigDecimal CBDecimal.swift
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var nanFlag = false
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var nanFlag = false
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var piCache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var piCache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: error: type annotation missing in pattern
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:23:15: error: type 'BigDecimal' does not conform to protocol 'Decodable'
public struct BigDecimal : Comparable, Equatable, Hashable, Codable, Sendable {
              ^
Swift.Decodable:2:5: note: protocol requires initializer 'init(from:)' with type 'Decodable'
    init(from decoder: Decoder) throws
    ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: note: cannot automatically synthesize 'Decodable' because '<<error type>>' does not conform to 'Decodable'
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:23:15: error: type 'BigDecimal' does not conform to protocol 'Decodable'
public struct BigDecimal : Comparable, Equatable, Hashable, Codable, Sendable {
              ^
Swift.Decodable:2:5: note: protocol requires initializer 'init(from:)' with type 'Decodable'
    init(from decoder: Decoder) throws
    ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: note: cannot automatically synthesize 'Decodable' because '<<error type>>' does not conform to 'Decodable'
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:5: error: 'nonisolated' can not be applied to stored properties
    nonisolated(unsafe) public static var nanFlag = false
    ^~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: warning: stored property 'unsafe' of 'Sendable'-conforming struct 'BigDecimal' has non-sendable type '<<error type>>'
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:23:15: error: type 'BigDecimal' does not conform to protocol 'Hashable'
public struct BigDecimal : Comparable, Equatable, Hashable, Codable, Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: note: stored property type '<<error type>>' does not conform to protocol 'Hashable', preventing synthesized conformance of 'BigDecimal' to 'Hashable'
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:23:15: error: type 'BigDecimal' does not conform to protocol 'Encodable'
public struct BigDecimal : Comparable, Equatable, Hashable, Codable, Sendable {
              ^
Swift.Encodable:2:10: note: protocol requires function 'encode(to:)' with type 'Encodable'
    func encode(to encoder: Encoder) throws
         ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: note: cannot automatically synthesize 'Encodable' because '<<error type>>' does not conform to 'Encodable'
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:1418:14: warning: reference to static property 'nanFlag' is not concurrency-safe because it involves shared mutable state
        Self.nanFlag = true
             ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:43: note: static property declared here
    nonisolated(unsafe) public static var nanFlag = false
                                          ^
[59/59] Compiling BigDecimal Rounding.swift
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) public static var nanFlag = false
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) public static var nanFlag = false
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:239:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var spougeFactorialConstantsCache = [Int: [BigDecimal]]()
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var piCache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:536:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var piCache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1247:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log2Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1257:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log3Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/DecimalMath/DecimalMath.swift:1267:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) private static var log10Cache: BigDecimal?
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: error: type annotation missing in pattern
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:23:15: error: type 'BigDecimal' does not conform to protocol 'Decodable'
public struct BigDecimal : Comparable, Equatable, Hashable, Codable, Sendable {
              ^
Swift.Decodable:2:5: note: protocol requires initializer 'init(from:)' with type 'Decodable'
    init(from decoder: Decoder) throws
    ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: note: cannot automatically synthesize 'Decodable' because '<<error type>>' does not conform to 'Decodable'
    nonisolated(unsafe) public static var nanFlag = false
                ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:23:15: error: type 'BigDecimal' does not conform to protocol 'Decodable'
public struct BigDecimal : Comparable, Equatable, Hashable, Codable, Sendable {
              ^
Swift.Decodable:2:5: note: protocol requires initializer 'init(from:)' with type 'Decodable'
    init(from decoder: Decoder) throws
    ^
/Users/admin/builder/spi-builder-workspace/Sources/BigDecimal/BigDecimal.swift:50:17: note: cannot automatically synthesize 'Decodable' because '<<error type>>' does not conform to 'Decodable'
    nonisolated(unsafe) public static var nanFlag = false
                ^
error: fatalError
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/mgriebling/BigInt.git
Fetching https://github.com/apple/swift-numerics
[1/6274] Fetching bigint
[2/8312] Fetching bigint, swift-docc-plugin
[84/13888] Fetching bigint, swift-docc-plugin, swift-numerics
Fetched https://github.com/apple/swift-numerics (2.18s)
Fetching https://github.com/mgriebling/UInt128.git
Fetched https://github.com/apple/swift-docc-plugin (2.18s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
Fetched https://github.com/mgriebling/BigInt.git (2.18s)
[1/1584] Fetching uint128
[461/4734] Fetching uint128, swift-docc-symbolkit
Fetched https://github.com/mgriebling/UInt128.git (1.27s)
Fetched https://github.com/swiftlang/swift-docc-symbolkit (1.27s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (2.75s)
Computing version for https://github.com/mgriebling/UInt128.git
Computed https://github.com/mgriebling/UInt128.git at 3.2.0 (0.63s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.2 (0.62s)
Computing version for https://github.com/mgriebling/BigInt.git
Computed https://github.com/mgriebling/BigInt.git at 2.2.4 (0.49s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.67s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/mgriebling/BigInt.git
Working copy of https://github.com/mgriebling/BigInt.git resolved at 2.2.4
Creating working copy for https://github.com/mgriebling/UInt128.git
Working copy of https://github.com/mgriebling/UInt128.git resolved at 3.2.0
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.2
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
BUILD FAILURE 5.9 macosSpm