The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.34.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/drseg/swift-fsm.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/drseg/swift-fsm
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at ff36dd5 Temporarily limit actions to Xcode 15.2
Cloned https://github.com/drseg/swift-fsm.git
Revision (git rev-parse @):
ff36dd537a092e8c21b462a70ce41d35d9adfdeb
SUCCESS checkout https://github.com/drseg/swift-fsm.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $workDir
https://github.com/drseg/swift-fsm.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Compiling _NumericsShims _NumericsShims.c
[2/12] Compiling RealModule ElementaryFunctions.swift
[3/13] Compiling RealModule RealFunctions.swift
[4/13] Compiling RealModule Float80+Real.swift
[5/13] Compiling RealModule Float16+Real.swift
[6/13] Compiling RealModule Real.swift
[7/13] Emitting module RealModule
[8/13] Compiling RealModule Float+Real.swift
[9/13] Compiling RealModule AlgebraicField.swift
[10/13] Compiling RealModule ApproximateEquality.swift
[11/13] Compiling RealModule AugmentedArithmetic.swift
[12/13] Compiling RealModule Double+Real.swift
[12/38] Compiling ExceptionCatcher Exceptions.m
[14/43] Compiling Algorithms Joined.swift
[15/43] Compiling Algorithms Keyed.swift
[16/43] Compiling Algorithms MinMax.swift
[17/46] Compiling Algorithms FlattenCollection.swift
[18/46] Compiling Algorithms Grouped.swift
[19/46] Compiling Algorithms Indexed.swift
[20/46] Compiling Algorithms Intersperse.swift
[21/46] Compiling Algorithms Partition.swift
[22/46] Compiling Algorithms Permutations.swift
[23/46] Compiling Algorithms Product.swift
[24/46] Compiling Algorithms Split.swift
[25/46] Compiling Algorithms Stride.swift
[26/46] Compiling Algorithms Suffix.swift
[27/46] Compiling Algorithms RandomSample.swift
[28/46] Compiling Algorithms Reductions.swift
[29/46] Compiling Algorithms Rotate.swift
[30/46] Compiling Algorithms Compacted.swift
[31/46] Compiling Algorithms Cycle.swift
[32/46] Compiling Algorithms EitherSequence.swift
[33/46] Compiling Algorithms FirstNonNil.swift
[34/46] Compiling Algorithms AdjacentPairs.swift
[35/46] Compiling Algorithms Chain.swift
[36/46] Compiling Algorithms Chunked.swift
[37/46] Compiling Algorithms Combinations.swift
[38/46] Compiling Algorithms Trim.swift
[39/46] Compiling Algorithms Unique.swift
[40/46] Compiling Algorithms Windows.swift
[41/46] Emitting module Algorithms
[42/46] Compiling ReflectiveEquality SwiftReflection.swift
[43/46] Emitting module ReflectiveEquality
[44/46] Compiling ReflectiveEquality UnifyingProtocols.swift
[45/46] Compiling ReflectiveEquality ObjCExceptions.swift
[46/46] Compiling ReflectiveEquality ObjCReflection.swift
[47/94] Compiling SwiftFSM AnyAction.swift
[48/94] Compiling SwiftFSM BaseFSM.swift
[49/94] Compiling SwiftFSM EagerFSM.swift
[50/94] Compiling SwiftFSM FSMValue+Array.swift
[51/94] Compiling SwiftFSM FSMValue+Bool.swift
[52/94] Compiling SwiftFSM FSMValue+Comparable.swift
[53/94] Compiling SwiftFSM FSMValue+Equatable.swift
[54/100] Compiling SwiftFSM overrides.swift
[55/100] Compiling SwiftFSM then.swift
[56/100] Compiling SwiftFSM when.swift
[57/100] Compiling SwiftFSM ResultBuilder.swift
[58/100] Compiling SwiftFSM Actions.swift
[59/100] Compiling SwiftFSM Define.swift
[60/100] Compiling SwiftFSM FSMValue+Interpolation.swift
/Users/builder/builds/UKfvDsi8u/2/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/2/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
        default: try thrower.throw(instance: "\(self)", function: f)
                     ^
/Users/builder/builds/UKfvDsi8u/2/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/2/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
        thrower = t
        ^
/Users/builder/builds/UKfvDsi8u/2/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/2/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
        thrower = Thrower()
        ^
/Users/builder/builds/UKfvDsi8u/2/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()
                                    ^
[61/100] Compiling SwiftFSM FSMValue+Nil.swift
/Users/builder/builds/UKfvDsi8u/2/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/2/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
        default: try thrower.throw(instance: "\(self)", function: f)
                     ^
/Users/builder/builds/UKfvDsi8u/2/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/2/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
        thrower = t
        ^
/Users/builder/builds/UKfvDsi8u/2/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/2/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
        thrower = Thrower()
        ^
/Users/builder/builds/UKfvDsi8u/2/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()
                                    ^
[62/100] Compiling SwiftFSM FSMValue+Numbers.swift
/Users/builder/builds/UKfvDsi8u/2/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/2/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
        default: try thrower.throw(instance: "\(self)", function: f)
                     ^
/Users/builder/builds/UKfvDsi8u/2/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/2/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
        thrower = t
        ^
/Users/builder/builds/UKfvDsi8u/2/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/2/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
        thrower = Thrower()
        ^
/Users/builder/builds/UKfvDsi8u/2/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()
                                    ^
[63/100] Compiling SwiftFSM FSMValue+String.swift
/Users/builder/builds/UKfvDsi8u/2/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/2/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
        default: try thrower.throw(instance: "\(self)", function: f)
                     ^
/Users/builder/builds/UKfvDsi8u/2/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/2/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
        thrower = t
        ^
/Users/builder/builds/UKfvDsi8u/2/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/2/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
        thrower = Thrower()
        ^
/Users/builder/builds/UKfvDsi8u/2/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()
                                    ^
[64/100] Compiling SwiftFSM FSMValue.swift
/Users/builder/builds/UKfvDsi8u/2/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/2/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
        default: try thrower.throw(instance: "\(self)", function: f)
                     ^
/Users/builder/builds/UKfvDsi8u/2/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/2/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
        thrower = t
        ^
/Users/builder/builds/UKfvDsi8u/2/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/2/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
        thrower = Thrower()
        ^
/Users/builder/builds/UKfvDsi8u/2/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()
                                    ^
[65/100] Compiling SwiftFSM FSMVaue+Dictionary.swift
/Users/builder/builds/UKfvDsi8u/2/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/2/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
        default: try thrower.throw(instance: "\(self)", function: f)
                     ^
/Users/builder/builds/UKfvDsi8u/2/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/2/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
        thrower = t
        ^
/Users/builder/builds/UKfvDsi8u/2/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/2/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
        thrower = Thrower()
        ^
/Users/builder/builds/UKfvDsi8u/2/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()
                                    ^
[66/100] Compiling SwiftFSM LazyFSM.swift
/Users/builder/builds/UKfvDsi8u/2/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/2/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
        default: try thrower.throw(instance: "\(self)", function: f)
                     ^
/Users/builder/builds/UKfvDsi8u/2/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/2/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
        thrower = t
        ^
/Users/builder/builds/UKfvDsi8u/2/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/2/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
        thrower = Thrower()
        ^
/Users/builder/builds/UKfvDsi8u/2/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()
                                    ^
[67/100] Compiling SwiftFSM Logger.swift
[68/100] Compiling SwiftFSM PublicFSM.swift
[69/100] Compiling SwiftFSM ActionsNode.swift
[70/100] Compiling SwiftFSM ActionsResolvingNode.swift
[71/100] Compiling SwiftFSM AnyTraceable.swift
[72/100] Compiling SwiftFSM DefineNode.swift
[73/100] Compiling SwiftFSM GivenNode.swift
[74/100] Compiling SwiftFSM Internal.swift
[75/100] Compiling SwiftFSM Matching.swift
[76/100] Compiling SwiftFSM Override.swift
[77/100] Compiling SwiftFSM SuperState.swift
[78/100] Compiling SwiftFSM Then.swift
[79/100] Compiling SwiftFSM When.swift
[80/100] Compiling SwiftFSM MatchNode.swift
[81/100] Compiling SwiftFSM Node.swift
[82/100] Compiling SwiftFSM NodeConvenience.swift
[83/100] Compiling SwiftFSM ThenNode.swift
[84/100] Compiling SwiftFSM EagerMRN.swift
[85/100] Compiling SwiftFSM LazyMRN.swift
[86/100] Compiling SwiftFSM MRNBase.swift
[87/100] Emitting module SwiftFSM
/Users/builder/builds/UKfvDsi8u/2/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")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[88/100] Compiling SwiftFSM ExpandedSyntaxBuilder.swift
[89/100] Compiling SwiftFSM SyntaxBuilder.swift
[90/100] Compiling SwiftFSM actions.swift
[91/100] Compiling SwiftFSM condition.swift
[92/100] Compiling SwiftFSM define.swift
[93/100] Compiling SwiftFSM matching.swift
[94/100] Compiling SwiftFSM SemanticValidationNode.swift
[95/100] Compiling SwiftFSM WhenNode.swift
[96/100] Compiling SwiftFSM AnyPredicate.swift
[97/100] Compiling SwiftFSM Combinations.swift
[98/100] Compiling SwiftFSM Match.swift
[99/100] Compiling SwiftFSM AnyActionSyntax.swift
[100/100] Compiling SwiftFSM Errors.swift
Build complete! (15.29s)
Fetching https://github.com/apple/swift-algorithms from cache
Fetching https://github.com/drseg/reflective-equality from cache
Fetching https://github.com/apple/swift-numerics from cache
Fetched https://github.com/drseg/reflective-equality (0.19s)
Fetched https://github.com/apple/swift-numerics (0.21s)
Fetched https://github.com/apple/swift-algorithms (0.24s)
Computing version for https://github.com/drseg/reflective-equality
Computed https://github.com/drseg/reflective-equality at 1.0.1 (0.51s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.0 (0.04s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.03s)
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-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.0
Creating working copy for https://github.com/drseg/reflective-equality
Working copy of https://github.com/drseg/reflective-equality resolved at 1.0.1
Build complete.
Done.

Build Machine: Mac 7