The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-fsm with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/drseg/swift-fsm.git
Reference: 0.9.3
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/drseg/swift-fsm
 * tag               0.9.3      -> FETCH_HEAD
HEAD is now at 3319aeb Merge branch 'develop' of https://github.com/drseg/swift-fsm
Cloned https://github.com/drseg/swift-fsm.git
Revision (git rev-parse @):
3319aeb66f9c46e7a3e35ac2cd2bbac470d8782d
SUCCESS checkout https://github.com/drseg/swift-fsm.git at 0.9.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/drseg/swift-fsm.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[4/7] Compiling _NumericsShims _NumericsShims.c
[5/7] Write swift-version--423B1241ED78D482.txt
[7/17] Compiling RealModule Float16+Real.swift
[8/17] Compiling RealModule AlgebraicField.swift
[9/17] Compiling RealModule ApproximateEquality.swift
[10/17] Compiling RealModule Float80+Real.swift
[11/17] Compiling RealModule Real.swift
[12/18] Compiling RealModule AugmentedArithmetic.swift
[13/18] Compiling RealModule Double+Real.swift
[14/18] Compiling RealModule ElementaryFunctions.swift
[15/18] Emitting module RealModule
[16/18] Compiling RealModule Float+Real.swift
[17/18] Compiling RealModule RealFunctions.swift
[17/43] Compiling ExceptionCatcher Exceptions.m
[19/48] Compiling Algorithms Split.swift
[20/48] Compiling Algorithms Stride.swift
[21/48] Compiling Algorithms Suffix.swift
[22/51] Compiling Algorithms Joined.swift
[23/51] Compiling Algorithms Keyed.swift
[24/51] Compiling Algorithms MinMax.swift
[25/51] Compiling Algorithms RandomSample.swift
[26/51] Compiling Algorithms Reductions.swift
[27/51] Compiling Algorithms Rotate.swift
[28/51] Compiling Algorithms Partition.swift
[29/51] Compiling Algorithms Permutations.swift
[30/51] Compiling Algorithms Product.swift
[31/51] Compiling Algorithms FlattenCollection.swift
[32/51] Compiling Algorithms Grouped.swift
[33/51] Compiling Algorithms Indexed.swift
[34/51] Compiling Algorithms Intersperse.swift
[35/51] Compiling Algorithms Compacted.swift
[36/51] Compiling Algorithms Cycle.swift
[37/51] Compiling Algorithms EitherSequence.swift
[38/51] Compiling Algorithms FirstNonNil.swift
[39/51] Compiling Algorithms Trim.swift
[40/51] Compiling Algorithms Unique.swift
[41/51] Compiling Algorithms Windows.swift
[42/51] Emitting module Algorithms
[43/51] Compiling Algorithms AdjacentPairs.swift
[44/51] Compiling Algorithms Chain.swift
[45/51] Compiling Algorithms Chunked.swift
[46/51] Compiling Algorithms Combinations.swift
[47/51] Compiling ReflectiveEquality UnifyingProtocols.swift
[48/51] Compiling ReflectiveEquality ObjCReflection.swift
[49/51] Compiling ReflectiveEquality ObjCExceptions.swift
[50/51] Emitting module ReflectiveEquality
[51/51] Compiling ReflectiveEquality SwiftReflection.swift
[52/99] Compiling SwiftFSM ExpandedSyntaxBuilder.swift
[53/99] Compiling SwiftFSM SyntaxBuilder.swift
[54/99] Compiling SwiftFSM actions.swift
[55/99] Compiling SwiftFSM condition.swift
[56/99] Compiling SwiftFSM define.swift
[57/99] Compiling SwiftFSM matching.swift
[58/105] Compiling SwiftFSM overrides.swift
[59/105] Compiling SwiftFSM then.swift
[60/105] Compiling SwiftFSM when.swift
[61/105] Compiling SwiftFSM ResultBuilder.swift
[62/105] Compiling SwiftFSM Actions.swift
[63/105] Compiling SwiftFSM Define.swift
[64/105] Compiling SwiftFSM AnyAction.swift
[65/105] Compiling SwiftFSM BaseFSM.swift
[66/105] Compiling SwiftFSM EagerFSM.swift
[67/105] Compiling SwiftFSM FSMValue+Array.swift
[68/105] Compiling SwiftFSM FSMValue+Bool.swift
[69/105] Compiling SwiftFSM FSMValue+Comparable.swift
[70/105] Compiling SwiftFSM FSMValue+Equatable.swift
[71/105] Emitting module SwiftFSM
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:13:10: warning: uncomment below in Xcode 15.3/Swift 5.10 to fix the other warnings
#warning("uncomment below in Xcode 15.3/Swift 5.10 to fix the other warnings")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:14:37: warning: var 'thrower' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
/*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
                                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:14:37: note: isolate 'thrower' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
/*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
                                    ^
[72/105] Compiling SwiftFSM FSMValue+Interpolation.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:13:10: warning: uncomment below in Xcode 15.3/Swift 5.10 to fix the other warnings
#warning("uncomment below in Xcode 15.3/Swift 5.10 to fix the other warnings")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:14:37: warning: var 'thrower' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
/*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
                                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:14:37: note: isolate 'thrower' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
/*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
                                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:30:22: warning: reference to var 'thrower' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
        default: try thrower.throw(instance: "\(self)", function: f)
                     ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:14:37: note: var declared here
/*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
                                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:46:9: warning: reference to var 'thrower' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
        thrower = t
        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:14:37: note: var declared here
/*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
                                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:50:9: warning: reference to var 'thrower' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
        thrower = Thrower()
        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:14:37: note: var declared here
/*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
                                    ^
[73/105] Compiling SwiftFSM FSMValue+Nil.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:13:10: warning: uncomment below in Xcode 15.3/Swift 5.10 to fix the other warnings
#warning("uncomment below in Xcode 15.3/Swift 5.10 to fix the other warnings")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:14:37: warning: var 'thrower' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
/*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
                                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:14:37: note: isolate 'thrower' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
/*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
                                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:30:22: warning: reference to var 'thrower' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
        default: try thrower.throw(instance: "\(self)", function: f)
                     ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:14:37: note: var declared here
/*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
                                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:46:9: warning: reference to var 'thrower' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
        thrower = t
        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:14:37: note: var declared here
/*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
                                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:50:9: warning: reference to var 'thrower' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
        thrower = Thrower()
        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:14:37: note: var declared here
/*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
                                    ^
[74/105] Compiling SwiftFSM FSMValue+Numbers.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:13:10: warning: uncomment below in Xcode 15.3/Swift 5.10 to fix the other warnings
#warning("uncomment below in Xcode 15.3/Swift 5.10 to fix the other warnings")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:14:37: warning: var 'thrower' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
/*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
                                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:14:37: note: isolate 'thrower' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
/*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
                                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:30:22: warning: reference to var 'thrower' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
        default: try thrower.throw(instance: "\(self)", function: f)
                     ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:14:37: note: var declared here
/*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
                                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:46:9: warning: reference to var 'thrower' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
        thrower = t
        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:14:37: note: var declared here
/*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
                                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:50:9: warning: reference to var 'thrower' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
        thrower = Thrower()
        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:14:37: note: var declared here
/*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
                                    ^
[75/105] Compiling SwiftFSM FSMValue+String.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:13:10: warning: uncomment below in Xcode 15.3/Swift 5.10 to fix the other warnings
#warning("uncomment below in Xcode 15.3/Swift 5.10 to fix the other warnings")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:14:37: warning: var 'thrower' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
/*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
                                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:14:37: note: isolate 'thrower' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
/*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
                                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:30:22: warning: reference to var 'thrower' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
        default: try thrower.throw(instance: "\(self)", function: f)
                     ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:14:37: note: var declared here
/*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
                                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:46:9: warning: reference to var 'thrower' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
        thrower = t
        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:14:37: note: var declared here
/*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
                                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:50:9: warning: reference to var 'thrower' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
        thrower = Thrower()
        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:14:37: note: var declared here
/*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
                                    ^
[76/105] Compiling SwiftFSM FSMValue.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:13:10: warning: uncomment below in Xcode 15.3/Swift 5.10 to fix the other warnings
#warning("uncomment below in Xcode 15.3/Swift 5.10 to fix the other warnings")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:14:37: warning: var 'thrower' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
/*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
                                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:14:37: note: isolate 'thrower' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
/*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
                                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:30:22: warning: reference to var 'thrower' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
        default: try thrower.throw(instance: "\(self)", function: f)
                     ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:14:37: note: var declared here
/*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
                                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:46:9: warning: reference to var 'thrower' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
        thrower = t
        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:14:37: note: var declared here
/*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
                                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:50:9: warning: reference to var 'thrower' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
        thrower = Thrower()
        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:14:37: note: var declared here
/*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
                                    ^
[77/105] Compiling SwiftFSM FSMVaue+Dictionary.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:13:10: warning: uncomment below in Xcode 15.3/Swift 5.10 to fix the other warnings
#warning("uncomment below in Xcode 15.3/Swift 5.10 to fix the other warnings")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:14:37: warning: var 'thrower' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
/*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
                                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:14:37: note: isolate 'thrower' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
/*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
                                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:30:22: warning: reference to var 'thrower' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
        default: try thrower.throw(instance: "\(self)", function: f)
                     ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:14:37: note: var declared here
/*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
                                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:46:9: warning: reference to var 'thrower' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
        thrower = t
        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:14:37: note: var declared here
/*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
                                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:50:9: warning: reference to var 'thrower' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
        thrower = Thrower()
        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:14:37: note: var declared here
/*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
                                    ^
[78/105] Compiling SwiftFSM LazyFSM.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:13:10: warning: uncomment below in Xcode 15.3/Swift 5.10 to fix the other warnings
#warning("uncomment below in Xcode 15.3/Swift 5.10 to fix the other warnings")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:14:37: warning: var 'thrower' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in Swift 6
/*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
                                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:14:37: note: isolate 'thrower' to a global actor, or convert it to a 'let' constant and conform it to 'Sendable'
/*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
                                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:30:22: warning: reference to var 'thrower' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
        default: try thrower.throw(instance: "\(self)", function: f)
                     ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:14:37: note: var declared here
/*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
                                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:46:9: warning: reference to var 'thrower' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
        thrower = t
        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:14:37: note: var declared here
/*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
                                    ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:50:9: warning: reference to var 'thrower' is not concurrency-safe because it involves shared mutable state; this is an error in Swift 6
        thrower = Thrower()
        ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFSM/FSM/FSMValue/FSMValue.swift:14:37: note: var declared here
/*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
                                    ^
[79/105] Compiling SwiftFSM Logger.swift
[80/105] Compiling SwiftFSM PublicFSM.swift
[81/105] Compiling SwiftFSM ActionsNode.swift
[82/105] Compiling SwiftFSM ActionsResolvingNode.swift
[83/105] Compiling SwiftFSM AnyTraceable.swift
[84/105] Compiling SwiftFSM DefineNode.swift
[85/105] Compiling SwiftFSM GivenNode.swift
[86/105] Compiling SwiftFSM MatchNode.swift
[87/105] Compiling SwiftFSM Node.swift
[88/105] Compiling SwiftFSM NodeConvenience.swift
[89/105] Compiling SwiftFSM ThenNode.swift
[90/105] Compiling SwiftFSM EagerMRN.swift
[91/105] Compiling SwiftFSM LazyMRN.swift
[92/105] Compiling SwiftFSM MRNBase.swift
[93/105] Compiling SwiftFSM Internal.swift
[94/105] Compiling SwiftFSM Matching.swift
[95/105] Compiling SwiftFSM Override.swift
[96/105] Compiling SwiftFSM SuperState.swift
[97/105] Compiling SwiftFSM Then.swift
[98/105] Compiling SwiftFSM When.swift
[99/105] Compiling SwiftFSM SemanticValidationNode.swift
[100/105] Compiling SwiftFSM WhenNode.swift
[101/105] Compiling SwiftFSM AnyPredicate.swift
[102/105] Compiling SwiftFSM Combinations.swift
[103/105] Compiling SwiftFSM Match.swift
[104/105] Compiling SwiftFSM AnyActionSyntax.swift
[105/105] Compiling SwiftFSM Errors.swift
Build complete! (12.05s)
Fetching https://github.com/apple/swift-algorithms from cache
Fetching https://github.com/apple/swift-numerics from cache
Fetching https://github.com/drseg/reflective-equality from cache
Fetched https://github.com/apple/swift-algorithms from cache (0.22s)
Fetched https://github.com/apple/swift-numerics from cache (0.22s)
Fetched https://github.com/drseg/reflective-equality from cache (0.22s)
Computing version for https://github.com/drseg/reflective-equality
Computed https://github.com/drseg/reflective-equality at 1.0.1 (0.57s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.0 (0.52s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.45s)
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/drseg/reflective-equality
Working copy of https://github.com/drseg/reflective-equality resolved at 1.0.1
warning: /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/swift-algorithms-bf5a01cd is not valid git repository for 'https://github.com/apple/swift-algorithms', will fetch again.
Fetching https://github.com/apple/swift-algorithms from cache
Fetched https://github.com/apple/swift-algorithms from cache (0.01s)
warning: /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/swift-algorithms-bf5a01cd is not valid git repository for 'https://github.com/apple/swift-algorithms', will fetch again.
Fetching https://github.com/apple/swift-algorithms from cache
Fetched https://github.com/apple/swift-algorithms from cache (0.01s)
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.0
Build complete.
Done.

Build Machine: Mac 7