This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

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

Build Information

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

Swift 6 data race errors: 1

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/drseg/swift-fsm.git
Reference: master
Initialized empty Git repository in /Users/admin/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:             6.0
Building package at path:  $workDir
https://github.com/drseg/swift-fsm.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/7] Write sources
[4/7] Compiling _NumericsShims _NumericsShims.c
[5/7] Write swift-version-6F35C1178C84523A.txt
[6/17] Compiling ExceptionCatcher Exceptions.m
[8/22] Compiling RealModule Float80+Real.swift
[9/23] Compiling RealModule Float+Real.swift
[10/23] Compiling RealModule Float16+Real.swift
[11/23] Compiling RealModule Real.swift
[12/23] Compiling RealModule RealFunctions.swift
[13/23] Compiling RealModule ElementaryFunctions.swift
[14/23] Compiling RealModule AugmentedArithmetic.swift
[15/23] Compiling RealModule ApproximateEquality.swift
[16/23] Emitting module RealModule
[17/23] Compiling RealModule AlgebraicField.swift
[18/23] Compiling RealModule Double+Real.swift
[19/49] Compiling Algorithms Suffix.swift
[20/49] Compiling Algorithms Trim.swift
[21/51] Compiling Algorithms Unique.swift
[22/51] Compiling Algorithms Windows.swift
[23/51] Compiling Algorithms Split.swift
[24/51] Compiling Algorithms Stride.swift
[25/51] Compiling Algorithms Combinations.swift
[26/51] Compiling Algorithms Compacted.swift
[27/51] Compiling Algorithms Cycle.swift
[28/51] Compiling Algorithms Grouped.swift
[29/51] Compiling Algorithms Indexed.swift
[30/51] Compiling Algorithms Intersperse.swift
[31/51] Compiling Algorithms Partition.swift
[32/51] Compiling Algorithms Permutations.swift
[33/51] Compiling Algorithms Product.swift
[34/51] Compiling Algorithms EitherSequence.swift
[35/51] Compiling Algorithms FirstNonNil.swift
[36/51] Compiling Algorithms FlattenCollection.swift
[37/51] Compiling Algorithms RandomSample.swift
[38/51] Compiling Algorithms Reductions.swift
[39/51] Compiling Algorithms Rotate.swift
[40/51] Compiling Algorithms Joined.swift
[41/51] Compiling Algorithms Keyed.swift
[42/51] Compiling Algorithms MinMax.swift
[43/51] Compiling Algorithms AdjacentPairs.swift
[44/51] Compiling Algorithms Chain.swift
[45/51] Compiling Algorithms Chunked.swift
[46/51] Emitting module Algorithms
[47/51] Compiling ReflectiveEquality ObjCReflection.swift
[48/51] Compiling ReflectiveEquality SwiftReflection.swift
[49/51] Compiling ReflectiveEquality ObjCExceptions.swift
[50/51] Compiling ReflectiveEquality UnifyingProtocols.swift
[51/51] Emitting module ReflectiveEquality
[52/100] Compiling SwiftFSM condition.swift
[53/100] Compiling SwiftFSM define.swift
[54/100] Compiling SwiftFSM matching.swift
[55/100] Compiling SwiftFSM overrides.swift
[56/100] Compiling SwiftFSM then.swift
[57/105] Compiling SwiftFSM when.swift
[58/105] Compiling SwiftFSM ResultBuilder.swift
[59/105] Compiling SwiftFSM Actions.swift
[60/105] Compiling SwiftFSM Define.swift
[61/105] Compiling SwiftFSM Internal.swift
[62/105] Compiling SwiftFSM NodeConvenience.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFSM/Nodes/NodeConvenience.swift:65:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
63 | }
64 |
65 | extension String: LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
66 |     public var errorDescription: String? { self }
67 | }
[63/105] Compiling SwiftFSM ThenNode.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFSM/Nodes/NodeConvenience.swift:65:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
63 | }
64 |
65 | extension String: LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
66 |     public var errorDescription: String? { self }
67 | }
[64/105] Compiling SwiftFSM EagerMRN.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFSM/Nodes/NodeConvenience.swift:65:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
63 | }
64 |
65 | extension String: LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
66 |     public var errorDescription: String? { self }
67 | }
[65/105] Compiling SwiftFSM LazyMRN.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFSM/Nodes/NodeConvenience.swift:65:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
63 | }
64 |
65 | extension String: LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
66 |     public var errorDescription: String? { self }
67 | }
[66/105] Compiling SwiftFSM MRNBase.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFSM/Nodes/NodeConvenience.swift:65:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
63 | }
64 |
65 | extension String: LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
66 |     public var errorDescription: String? { self }
67 | }
[67/105] Compiling SwiftFSM AnyTraceable.swift
[68/105] Compiling SwiftFSM DefineNode.swift
[69/105] Compiling SwiftFSM GivenNode.swift
[70/105] Compiling SwiftFSM MatchNode.swift
[71/105] Compiling SwiftFSM Node.swift
[72/105] Compiling SwiftFSM SemanticValidationNode.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFSM/Nodes/Validation/SemanticValidationNode.swift:24:17: warning: class 'OverrideOutOfOrder' must restate inherited '@unchecked Sendable' conformance
 22 |     }
 23 |
 24 |     final class OverrideOutOfOrder: OverrideError {
    |                 `- warning: class 'OverrideOutOfOrder' must restate inherited '@unchecked Sendable' conformance
 25 |         let outOfOrder: [IntermediateIO]
 26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFSM/Nodes/Validation/SemanticValidationNode.swift:33:17: warning: class 'NothingToOverride' must restate inherited '@unchecked Sendable' conformance
 31 |     }
 32 |
 33 |     final class NothingToOverride: OverrideError { }
    |                 `- warning: class 'NothingToOverride' must restate inherited '@unchecked Sendable' conformance
 34 |
 35 |     struct DuplicatesKey: SVNKey {
[73/105] Compiling SwiftFSM WhenNode.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFSM/Nodes/Validation/SemanticValidationNode.swift:24:17: warning: class 'OverrideOutOfOrder' must restate inherited '@unchecked Sendable' conformance
 22 |     }
 23 |
 24 |     final class OverrideOutOfOrder: OverrideError {
    |                 `- warning: class 'OverrideOutOfOrder' must restate inherited '@unchecked Sendable' conformance
 25 |         let outOfOrder: [IntermediateIO]
 26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFSM/Nodes/Validation/SemanticValidationNode.swift:33:17: warning: class 'NothingToOverride' must restate inherited '@unchecked Sendable' conformance
 31 |     }
 32 |
 33 |     final class NothingToOverride: OverrideError { }
    |                 `- warning: class 'NothingToOverride' must restate inherited '@unchecked Sendable' conformance
 34 |
 35 |     struct DuplicatesKey: SVNKey {
[74/105] Compiling SwiftFSM AnyPredicate.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFSM/Nodes/Validation/SemanticValidationNode.swift:24:17: warning: class 'OverrideOutOfOrder' must restate inherited '@unchecked Sendable' conformance
 22 |     }
 23 |
 24 |     final class OverrideOutOfOrder: OverrideError {
    |                 `- warning: class 'OverrideOutOfOrder' must restate inherited '@unchecked Sendable' conformance
 25 |         let outOfOrder: [IntermediateIO]
 26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFSM/Nodes/Validation/SemanticValidationNode.swift:33:17: warning: class 'NothingToOverride' must restate inherited '@unchecked Sendable' conformance
 31 |     }
 32 |
 33 |     final class NothingToOverride: OverrideError { }
    |                 `- warning: class 'NothingToOverride' must restate inherited '@unchecked Sendable' conformance
 34 |
 35 |     struct DuplicatesKey: SVNKey {
[75/105] Compiling SwiftFSM Combinations.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFSM/Nodes/Validation/SemanticValidationNode.swift:24:17: warning: class 'OverrideOutOfOrder' must restate inherited '@unchecked Sendable' conformance
 22 |     }
 23 |
 24 |     final class OverrideOutOfOrder: OverrideError {
    |                 `- warning: class 'OverrideOutOfOrder' must restate inherited '@unchecked Sendable' conformance
 25 |         let outOfOrder: [IntermediateIO]
 26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFSM/Nodes/Validation/SemanticValidationNode.swift:33:17: warning: class 'NothingToOverride' must restate inherited '@unchecked Sendable' conformance
 31 |     }
 32 |
 33 |     final class NothingToOverride: OverrideError { }
    |                 `- warning: class 'NothingToOverride' must restate inherited '@unchecked Sendable' conformance
 34 |
 35 |     struct DuplicatesKey: SVNKey {
[76/105] Compiling SwiftFSM Match.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFSM/Nodes/Validation/SemanticValidationNode.swift:24:17: warning: class 'OverrideOutOfOrder' must restate inherited '@unchecked Sendable' conformance
 22 |     }
 23 |
 24 |     final class OverrideOutOfOrder: OverrideError {
    |                 `- warning: class 'OverrideOutOfOrder' must restate inherited '@unchecked Sendable' conformance
 25 |         let outOfOrder: [IntermediateIO]
 26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFSM/Nodes/Validation/SemanticValidationNode.swift:33:17: warning: class 'NothingToOverride' must restate inherited '@unchecked Sendable' conformance
 31 |     }
 32 |
 33 |     final class NothingToOverride: OverrideError { }
    |                 `- warning: class 'NothingToOverride' must restate inherited '@unchecked Sendable' conformance
 34 |
 35 |     struct DuplicatesKey: SVNKey {
[77/105] Emitting module SwiftFSM
/Users/admin/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
11 | }
12 |
13 | #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
14 | /*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
15 |
/Users/admin/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 the Swift 6 language mode
12 |
13 | #warning("uncomment below in Xcode 15.3/Swift 5.10 to fix the other warnings")
14 | /*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
   |                                     |- warning: var 'thrower' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                     |- note: convert 'thrower' to a 'let' constant to make 'Sendable' shared state immutable
   |                                     |- note: annotate 'thrower' with '@MainActor' if property should only be accessed from the main actor
   |                                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 | public enum FSMValue<T: FSMHashable>: FSMHashable {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFSM/Nodes/NodeConvenience.swift:65:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
63 | }
64 |
65 | extension String: LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
66 |     public var errorDescription: String? { self }
67 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFSM/Nodes/Validation/SemanticValidationNode.swift:24:17: warning: class 'OverrideOutOfOrder' must restate inherited '@unchecked Sendable' conformance
 22 |     }
 23 |
 24 |     final class OverrideOutOfOrder: OverrideError {
    |                 `- warning: class 'OverrideOutOfOrder' must restate inherited '@unchecked Sendable' conformance
 25 |         let outOfOrder: [IntermediateIO]
 26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFSM/Nodes/Validation/SemanticValidationNode.swift:33:17: warning: class 'NothingToOverride' must restate inherited '@unchecked Sendable' conformance
 31 |     }
 32 |
 33 |     final class NothingToOverride: OverrideError { }
    |                 `- warning: class 'NothingToOverride' must restate inherited '@unchecked Sendable' conformance
 34 |
 35 |     struct DuplicatesKey: SVNKey {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFSM/Syntax/Errors/Errors.swift:76:7: warning: class 'DuplicateMatchTypes' must restate inherited '@unchecked Sendable' conformance
 74 | }
 75 |
 76 | class DuplicateMatchTypes: MatchError, LocalizedError {
    |       `- warning: class 'DuplicateMatchTypes' must restate inherited '@unchecked Sendable' conformance
 77 |     var firstLine: String {
 78 |         String {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFSM/Syntax/Errors/Errors.swift:98:7: warning: class 'DuplicateAnyValues' must restate inherited '@unchecked Sendable' conformance
 96 | }
 97 |
 98 | class DuplicateAnyValues: MatchError, LocalizedError {
    |       `- warning: class 'DuplicateAnyValues' must restate inherited '@unchecked Sendable' conformance
 99 |     public var errorDescription: String? {
100 |         String {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFSM/Syntax/Errors/Errors.swift:109:7: warning: class 'ConflictingAnyTypes' must restate inherited '@unchecked Sendable' conformance
107 | }
108 |
109 | class ConflictingAnyTypes: MatchError, LocalizedError {
    |       `- warning: class 'ConflictingAnyTypes' must restate inherited '@unchecked Sendable' conformance
110 |     var errorDescription: String? {
111 |         String {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFSM/Syntax/Errors/Errors.swift:120:7: warning: class 'DuplicateAnyAllValues' must restate inherited '@unchecked Sendable' conformance
118 | }
119 |
120 | class DuplicateAnyAllValues: MatchError, LocalizedError {
    |       `- warning: class 'DuplicateAnyAllValues' must restate inherited '@unchecked Sendable' conformance
121 |     public var errorDescription: String? {
122 |         String {
[78/105] Compiling SwiftFSM Matching.swift
[79/105] Compiling SwiftFSM Override.swift
[80/105] Compiling SwiftFSM SuperState.swift
[81/105] Compiling SwiftFSM Then.swift
[82/105] Compiling SwiftFSM When.swift
[83/105] Compiling SwiftFSM AnyAction.swift
[84/105] Compiling SwiftFSM BaseFSM.swift
[85/105] Compiling SwiftFSM EagerFSM.swift
[86/105] Compiling SwiftFSM FSMValue+Array.swift
[87/105] Compiling SwiftFSM FSMValue+Bool.swift
[88/105] Compiling SwiftFSM FSMValue+Comparable.swift
[89/105] Compiling SwiftFSM FSMVaue+Dictionary.swift
[90/105] Compiling SwiftFSM LazyFSM.swift
[91/105] Compiling SwiftFSM Logger.swift
[92/105] Compiling SwiftFSM PublicFSM.swift
[93/105] Compiling SwiftFSM ActionsNode.swift
[94/105] Compiling SwiftFSM ActionsResolvingNode.swift
[95/105] Compiling SwiftFSM FSMValue+Equatable.swift
/Users/admin/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
11 | }
12 |
13 | #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
14 | /*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
15 |
/Users/admin/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 the Swift 6 language mode
12 |
13 | #warning("uncomment below in Xcode 15.3/Swift 5.10 to fix the other warnings")
14 | /*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
   |                                     |- warning: var 'thrower' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                     |- note: convert 'thrower' to a 'let' constant to make 'Sendable' shared state immutable
   |                                     |- note: annotate 'thrower' with '@MainActor' if property should only be accessed from the main actor
   |                                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 | public enum FSMValue<T: FSMHashable>: FSMHashable {
[96/105] Compiling SwiftFSM FSMValue+Interpolation.swift
/Users/admin/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
11 | }
12 |
13 | #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
14 | /*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
15 |
/Users/admin/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 the Swift 6 language mode
12 |
13 | #warning("uncomment below in Xcode 15.3/Swift 5.10 to fix the other warnings")
14 | /*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
   |                                     |- warning: var 'thrower' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                     |- note: convert 'thrower' to a 'let' constant to make 'Sendable' shared state immutable
   |                                     |- note: annotate 'thrower' with '@MainActor' if property should only be accessed from the main actor
   |                                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 | public enum FSMValue<T: FSMHashable>: FSMHashable {
[97/105] Compiling SwiftFSM FSMValue+Nil.swift
/Users/admin/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
11 | }
12 |
13 | #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
14 | /*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
15 |
/Users/admin/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 the Swift 6 language mode
12 |
13 | #warning("uncomment below in Xcode 15.3/Swift 5.10 to fix the other warnings")
14 | /*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
   |                                     |- warning: var 'thrower' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                     |- note: convert 'thrower' to a 'let' constant to make 'Sendable' shared state immutable
   |                                     |- note: annotate 'thrower' with '@MainActor' if property should only be accessed from the main actor
   |                                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 | public enum FSMValue<T: FSMHashable>: FSMHashable {
[98/105] Compiling SwiftFSM FSMValue+Numbers.swift
/Users/admin/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
11 | }
12 |
13 | #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
14 | /*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
15 |
/Users/admin/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 the Swift 6 language mode
12 |
13 | #warning("uncomment below in Xcode 15.3/Swift 5.10 to fix the other warnings")
14 | /*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
   |                                     |- warning: var 'thrower' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                     |- note: convert 'thrower' to a 'let' constant to make 'Sendable' shared state immutable
   |                                     |- note: annotate 'thrower' with '@MainActor' if property should only be accessed from the main actor
   |                                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 | public enum FSMValue<T: FSMHashable>: FSMHashable {
[99/105] Compiling SwiftFSM FSMValue+String.swift
/Users/admin/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
11 | }
12 |
13 | #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
14 | /*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
15 |
/Users/admin/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 the Swift 6 language mode
12 |
13 | #warning("uncomment below in Xcode 15.3/Swift 5.10 to fix the other warnings")
14 | /*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
   |                                     |- warning: var 'thrower' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                     |- note: convert 'thrower' to a 'let' constant to make 'Sendable' shared state immutable
   |                                     |- note: annotate 'thrower' with '@MainActor' if property should only be accessed from the main actor
   |                                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 | public enum FSMValue<T: FSMHashable>: FSMHashable {
[100/105] Compiling SwiftFSM FSMValue.swift
/Users/admin/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
11 | }
12 |
13 | #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
14 | /*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
15 |
/Users/admin/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 the Swift 6 language mode
12 |
13 | #warning("uncomment below in Xcode 15.3/Swift 5.10 to fix the other warnings")
14 | /*nonisolated(unsafe)*/ private var thrower: any Throwing = Thrower()
   |                                     |- warning: var 'thrower' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                     |- note: convert 'thrower' to a 'let' constant to make 'Sendable' shared state immutable
   |                                     |- note: annotate 'thrower' with '@MainActor' if property should only be accessed from the main actor
   |                                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 | public enum FSMValue<T: FSMHashable>: FSMHashable {
[101/105] Compiling SwiftFSM AnyActionSyntax.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFSM/Syntax/Errors/Errors.swift:76:7: warning: class 'DuplicateMatchTypes' must restate inherited '@unchecked Sendable' conformance
 74 | }
 75 |
 76 | class DuplicateMatchTypes: MatchError, LocalizedError {
    |       `- warning: class 'DuplicateMatchTypes' must restate inherited '@unchecked Sendable' conformance
 77 |     var firstLine: String {
 78 |         String {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFSM/Syntax/Errors/Errors.swift:98:7: warning: class 'DuplicateAnyValues' must restate inherited '@unchecked Sendable' conformance
 96 | }
 97 |
 98 | class DuplicateAnyValues: MatchError, LocalizedError {
    |       `- warning: class 'DuplicateAnyValues' must restate inherited '@unchecked Sendable' conformance
 99 |     public var errorDescription: String? {
100 |         String {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFSM/Syntax/Errors/Errors.swift:109:7: warning: class 'ConflictingAnyTypes' must restate inherited '@unchecked Sendable' conformance
107 | }
108 |
109 | class ConflictingAnyTypes: MatchError, LocalizedError {
    |       `- warning: class 'ConflictingAnyTypes' must restate inherited '@unchecked Sendable' conformance
110 |     var errorDescription: String? {
111 |         String {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFSM/Syntax/Errors/Errors.swift:120:7: warning: class 'DuplicateAnyAllValues' must restate inherited '@unchecked Sendable' conformance
118 | }
119 |
120 | class DuplicateAnyAllValues: MatchError, LocalizedError {
    |       `- warning: class 'DuplicateAnyAllValues' must restate inherited '@unchecked Sendable' conformance
121 |     public var errorDescription: String? {
122 |         String {
[102/105] Compiling SwiftFSM Errors.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFSM/Syntax/Errors/Errors.swift:76:7: warning: class 'DuplicateMatchTypes' must restate inherited '@unchecked Sendable' conformance
 74 | }
 75 |
 76 | class DuplicateMatchTypes: MatchError, LocalizedError {
    |       `- warning: class 'DuplicateMatchTypes' must restate inherited '@unchecked Sendable' conformance
 77 |     var firstLine: String {
 78 |         String {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFSM/Syntax/Errors/Errors.swift:98:7: warning: class 'DuplicateAnyValues' must restate inherited '@unchecked Sendable' conformance
 96 | }
 97 |
 98 | class DuplicateAnyValues: MatchError, LocalizedError {
    |       `- warning: class 'DuplicateAnyValues' must restate inherited '@unchecked Sendable' conformance
 99 |     public var errorDescription: String? {
100 |         String {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFSM/Syntax/Errors/Errors.swift:109:7: warning: class 'ConflictingAnyTypes' must restate inherited '@unchecked Sendable' conformance
107 | }
108 |
109 | class ConflictingAnyTypes: MatchError, LocalizedError {
    |       `- warning: class 'ConflictingAnyTypes' must restate inherited '@unchecked Sendable' conformance
110 |     var errorDescription: String? {
111 |         String {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFSM/Syntax/Errors/Errors.swift:120:7: warning: class 'DuplicateAnyAllValues' must restate inherited '@unchecked Sendable' conformance
118 | }
119 |
120 | class DuplicateAnyAllValues: MatchError, LocalizedError {
    |       `- warning: class 'DuplicateAnyAllValues' must restate inherited '@unchecked Sendable' conformance
121 |     public var errorDescription: String? {
122 |         String {
[103/105] Compiling SwiftFSM ExpandedSyntaxBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFSM/Syntax/Errors/Errors.swift:76:7: warning: class 'DuplicateMatchTypes' must restate inherited '@unchecked Sendable' conformance
 74 | }
 75 |
 76 | class DuplicateMatchTypes: MatchError, LocalizedError {
    |       `- warning: class 'DuplicateMatchTypes' must restate inherited '@unchecked Sendable' conformance
 77 |     var firstLine: String {
 78 |         String {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFSM/Syntax/Errors/Errors.swift:98:7: warning: class 'DuplicateAnyValues' must restate inherited '@unchecked Sendable' conformance
 96 | }
 97 |
 98 | class DuplicateAnyValues: MatchError, LocalizedError {
    |       `- warning: class 'DuplicateAnyValues' must restate inherited '@unchecked Sendable' conformance
 99 |     public var errorDescription: String? {
100 |         String {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFSM/Syntax/Errors/Errors.swift:109:7: warning: class 'ConflictingAnyTypes' must restate inherited '@unchecked Sendable' conformance
107 | }
108 |
109 | class ConflictingAnyTypes: MatchError, LocalizedError {
    |       `- warning: class 'ConflictingAnyTypes' must restate inherited '@unchecked Sendable' conformance
110 |     var errorDescription: String? {
111 |         String {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFSM/Syntax/Errors/Errors.swift:120:7: warning: class 'DuplicateAnyAllValues' must restate inherited '@unchecked Sendable' conformance
118 | }
119 |
120 | class DuplicateAnyAllValues: MatchError, LocalizedError {
    |       `- warning: class 'DuplicateAnyAllValues' must restate inherited '@unchecked Sendable' conformance
121 |     public var errorDescription: String? {
122 |         String {
[104/105] Compiling SwiftFSM SyntaxBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFSM/Syntax/Errors/Errors.swift:76:7: warning: class 'DuplicateMatchTypes' must restate inherited '@unchecked Sendable' conformance
 74 | }
 75 |
 76 | class DuplicateMatchTypes: MatchError, LocalizedError {
    |       `- warning: class 'DuplicateMatchTypes' must restate inherited '@unchecked Sendable' conformance
 77 |     var firstLine: String {
 78 |         String {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFSM/Syntax/Errors/Errors.swift:98:7: warning: class 'DuplicateAnyValues' must restate inherited '@unchecked Sendable' conformance
 96 | }
 97 |
 98 | class DuplicateAnyValues: MatchError, LocalizedError {
    |       `- warning: class 'DuplicateAnyValues' must restate inherited '@unchecked Sendable' conformance
 99 |     public var errorDescription: String? {
100 |         String {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFSM/Syntax/Errors/Errors.swift:109:7: warning: class 'ConflictingAnyTypes' must restate inherited '@unchecked Sendable' conformance
107 | }
108 |
109 | class ConflictingAnyTypes: MatchError, LocalizedError {
    |       `- warning: class 'ConflictingAnyTypes' must restate inherited '@unchecked Sendable' conformance
110 |     var errorDescription: String? {
111 |         String {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFSM/Syntax/Errors/Errors.swift:120:7: warning: class 'DuplicateAnyAllValues' must restate inherited '@unchecked Sendable' conformance
118 | }
119 |
120 | class DuplicateAnyAllValues: MatchError, LocalizedError {
    |       `- warning: class 'DuplicateAnyAllValues' must restate inherited '@unchecked Sendable' conformance
121 |     public var errorDescription: String? {
122 |         String {
[105/105] Compiling SwiftFSM actions.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFSM/Syntax/Errors/Errors.swift:76:7: warning: class 'DuplicateMatchTypes' must restate inherited '@unchecked Sendable' conformance
 74 | }
 75 |
 76 | class DuplicateMatchTypes: MatchError, LocalizedError {
    |       `- warning: class 'DuplicateMatchTypes' must restate inherited '@unchecked Sendable' conformance
 77 |     var firstLine: String {
 78 |         String {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFSM/Syntax/Errors/Errors.swift:98:7: warning: class 'DuplicateAnyValues' must restate inherited '@unchecked Sendable' conformance
 96 | }
 97 |
 98 | class DuplicateAnyValues: MatchError, LocalizedError {
    |       `- warning: class 'DuplicateAnyValues' must restate inherited '@unchecked Sendable' conformance
 99 |     public var errorDescription: String? {
100 |         String {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFSM/Syntax/Errors/Errors.swift:109:7: warning: class 'ConflictingAnyTypes' must restate inherited '@unchecked Sendable' conformance
107 | }
108 |
109 | class ConflictingAnyTypes: MatchError, LocalizedError {
    |       `- warning: class 'ConflictingAnyTypes' must restate inherited '@unchecked Sendable' conformance
110 |     var errorDescription: String? {
111 |         String {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftFSM/Syntax/Errors/Errors.swift:120:7: warning: class 'DuplicateAnyAllValues' must restate inherited '@unchecked Sendable' conformance
118 | }
119 |
120 | class DuplicateAnyAllValues: MatchError, LocalizedError {
    |       `- warning: class 'DuplicateAnyAllValues' must restate inherited '@unchecked Sendable' conformance
121 |     public var errorDescription: String? {
122 |         String {
Build complete! (25.91s)
Fetching https://github.com/apple/swift-algorithms
Fetching https://github.com/drseg/reflective-equality
Fetching https://github.com/apple/swift-numerics
[1/1044] Fetching reflective-equality
[54/6272] Fetching reflective-equality, swift-algorithms
[347/11744] Fetching reflective-equality, swift-algorithms, swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (1.24s)
Fetched https://github.com/apple/swift-algorithms from cache (1.24s)
Fetched https://github.com/drseg/reflective-equality from cache (1.24s)
Computing version for https://github.com/drseg/reflective-equality
Computed https://github.com/drseg/reflective-equality at 1.0.1 (0.95s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.0 (0.67s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.67s)
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
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.2
warning: 'swift-algorithms': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-algorithms/Sources/Algorithms/Documentation.docc
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms"
    },
    {
      "identity" : "reflective-equality",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/drseg/reflective-equality"
    }
  ],
  "manifest_display_name" : "swift-fsm",
  "name" : "swift-fsm",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftFSM",
      "targets" : [
        "SwiftFSM"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftFSMTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftFSMTests",
      "path" : "Tests/SwiftFSMTests",
      "sources" : [
        "ErrorTests.swift",
        "FSMTests/AnyActionTests.swift",
        "FSMTests/FSMValueTests.swift",
        "FSMTests/InternalFSMTests.swift",
        "FSMTests/LoggingTests.swift",
        "FSMTests/PublicFSMTests.swift",
        "FSMTests/PublicInterfaceTests.swift",
        "IntegrationTests.swift",
        "Nodes/ActionsNodeTests.swift",
        "Nodes/ActionsResolvingNodeTests.swift",
        "Nodes/AnyTraceableTests.swift",
        "Nodes/DefineNodeTests.swift",
        "Nodes/GivenNodeTests.swift",
        "Nodes/MatchNodeTests.swift",
        "Nodes/MatchResolvingNodeTests/EagerMRNTests.swift",
        "Nodes/MatchResolvingNodeTests/LazyMRNTests.swift",
        "Nodes/MatchResolvingNodeTests/MRNTestBase.swift",
        "Nodes/NodeTestConvenience.swift",
        "Nodes/NodeTests.swift",
        "Nodes/SemanticValidationNodeTests.swift",
        "Nodes/SyntaxNodeTests.swift",
        "Nodes/ThenNodeTests.swift",
        "Nodes/WhenNodeTests.swift",
        "Predicates/CombinationsTests.swift",
        "Predicates/MatchTests.swift",
        "Predicates/PredicateTests.swift",
        "Syntax/AnyActionSyntaxTests.swift",
        "Syntax/Block Syntax/ActionsBlockTests.swift",
        "Syntax/Block Syntax/BlockTestsBase.swift",
        "Syntax/Block Syntax/BuilderTests.swift",
        "Syntax/Block Syntax/ConditionBlockTests.swift",
        "Syntax/Block Syntax/DefineTests.swift",
        "Syntax/Block Syntax/MatchingBlockTests.swift",
        "Syntax/Block Syntax/OverrideBlockTests.swift",
        "Syntax/Block Syntax/SuperStateTests.swift",
        "Syntax/Block Syntax/ThenBlockTests.swift",
        "Syntax/Block Syntax/WhenBlockTests.swift",
        "Syntax/ResultBuilderTests.swift",
        "Syntax/SentenceComponentTests.swift",
        "Syntax/SyntaxTestsBase.swift"
      ],
      "target_dependencies" : [
        "SwiftFSM"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftFSM",
      "module_type" : "SwiftTarget",
      "name" : "SwiftFSM",
      "path" : "Sources/SwiftFSM",
      "product_dependencies" : [
        "ReflectiveEquality",
        "Algorithms"
      ],
      "product_memberships" : [
        "SwiftFSM"
      ],
      "sources" : [
        "FSM/AnyAction.swift",
        "FSM/BaseFSM.swift",
        "FSM/EagerFSM.swift",
        "FSM/FSMValue/FSMValue+Array.swift",
        "FSM/FSMValue/FSMValue+Bool.swift",
        "FSM/FSMValue/FSMValue+Comparable.swift",
        "FSM/FSMValue/FSMValue+Equatable.swift",
        "FSM/FSMValue/FSMValue+Interpolation.swift",
        "FSM/FSMValue/FSMValue+Nil.swift",
        "FSM/FSMValue/FSMValue+Numbers.swift",
        "FSM/FSMValue/FSMValue+String.swift",
        "FSM/FSMValue/FSMValue.swift",
        "FSM/FSMValue/FSMVaue+Dictionary.swift",
        "FSM/LazyFSM.swift",
        "FSM/Logger.swift",
        "FSM/PublicFSM.swift",
        "Nodes/ActionsNode.swift",
        "Nodes/ActionsResolvingNode.swift",
        "Nodes/AnyTraceable.swift",
        "Nodes/DefineNode.swift",
        "Nodes/GivenNode.swift",
        "Nodes/MatchNode.swift",
        "Nodes/Node.swift",
        "Nodes/NodeConvenience.swift",
        "Nodes/ThenNode.swift",
        "Nodes/Validation/MatchResolvingNode/EagerMRN.swift",
        "Nodes/Validation/MatchResolvingNode/LazyMRN.swift",
        "Nodes/Validation/MatchResolvingNode/MRNBase.swift",
        "Nodes/Validation/SemanticValidationNode.swift",
        "Nodes/WhenNode.swift",
        "Predicates/AnyPredicate.swift",
        "Predicates/Combinations.swift",
        "Predicates/Match.swift",
        "Syntax/AnyActionSyntax.swift",
        "Syntax/Errors/Errors.swift",
        "Syntax/Functions/ExpandedSyntaxBuilder.swift",
        "Syntax/Functions/SyntaxBuilder.swift",
        "Syntax/Functions/actions.swift",
        "Syntax/Functions/condition.swift",
        "Syntax/Functions/define.swift",
        "Syntax/Functions/matching.swift",
        "Syntax/Functions/overrides.swift",
        "Syntax/Functions/then.swift",
        "Syntax/Functions/when.swift",
        "Syntax/ResultBuilder.swift",
        "Syntax/Structs/Actions.swift",
        "Syntax/Structs/Define.swift",
        "Syntax/Structs/Internal.swift",
        "Syntax/Structs/Matching.swift",
        "Syntax/Structs/Override.swift",
        "Syntax/Structs/SuperState.swift",
        "Syntax/Structs/Then.swift",
        "Syntax/Structs/When.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.