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 XCEUniFlow with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 7

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/XCEssentials/XCEUniFlow.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/XCEssentials/XCEUniFlow
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 46c07bc [ADD] GPT instructions draft
Cloned https://github.com/XCEssentials/XCEUniFlow.git
Revision (git rev-parse @):
46c07bcdf45f3e802c8558a36dee5563536c9712
SUCCESS checkout https://github.com/XCEssentials/XCEUniFlow.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/XCEssentials/XCEUniFlow.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/4] Write sources
[3/4] Write swift-version-6F35C1178C84523A.txt
[5/15] Compiling XCERequirement Check.swift
[6/15] Emitting module XCERequirement
[7/15] Compiling XCERequirement Aliases.swift
[8/15] Compiling XCERequirement Requirement.swift
[9/15] Compiling XCEPipeline Take.swift
[10/15] Compiling XCEPipeline SimpleWrapper.swift
[11/15] Compiling XCEPipeline Pipeline.swift
[12/15] Compiling XCEPipeline Operators.swift
[13/15] Compiling XCEPipeline Optional+Helpers.swift
[14/15] Emitting module XCEPipeline
[15/15] Compiling XCEPipeline Publisher+Helpers.swift
[16/60] Compiling XCEUniFlow MutationDecriptor.swift
[17/60] Compiling XCEUniFlow InternalBindingBDD.swift
[18/60] Compiling XCEUniFlow InternalBindingBDD_GivenOrThenContext.swift
[19/60] Compiling XCEUniFlow InternalBindingBDD_ThenContext.swift
[20/64] Compiling XCEUniFlow Publisher+Dispatcher.swift
[21/64] Compiling XCEUniFlow WithCleanupAction.swift
[22/64] Compiling XCEUniFlow WithCustomDisplayName.swift
[23/64] Compiling XCEUniFlow Feature.swift
[24/64] Compiling XCEUniFlow FeatureState.swift
[25/64] Compiling XCEUniFlow 3-ActualizationIn.swift
[26/64] Compiling XCEUniFlow 3-ActualizationOf.swift
[27/64] Compiling XCEUniFlow 4-Deinitialization.swift
[28/64] Compiling XCEUniFlow 4-DeinitializationFrom.swift
[29/64] Compiling XCEUniFlow 4-DeinitializationOf.swift
[30/64] Compiling XCEUniFlow 0-AnyMutationOf.swift
[31/64] Compiling XCEUniFlow 0-AnySetting.swift
[32/64] Compiling XCEUniFlow 0-AnySettingInto.swift
[33/64] Compiling XCEUniFlow 0-AnySettingOf.swift
[34/64] Compiling XCEUniFlow 0-AnyUpdate.swift
[35/64] Compiling XCEUniFlow FeatureStatus.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/RejectedActionReport.swift:43:9: warning: stored property 'storage' of 'Sendable'-conforming struct 'RejectedActionReport' has non-sendable type 'StateStorage'; this is an error in the Swift 6 language mode
41 |     /// (no mutations were applied as result of this event).
42 |     public
43 |     let storage: StateStorage
   |         `- warning: stored property 'storage' of 'Sendable'-conforming struct 'RejectedActionReport' has non-sendable type 'StateStorage'; this is an error in the Swift 6 language mode
44 |
45 |     /// Origin of the event.
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/StateStorage.swift:32:8: note: consider making struct 'StateStorage' conform to the 'Sendable' protocol
 30 |
 31 | public
 32 | struct StateStorage
    |        `- note: consider making struct 'StateStorage' conform to the 'Sendable' protocol
 33 | {
 34 |     public
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/RejectedActionReport.swift:47:9: warning: stored property 'origin' of 'Sendable'-conforming struct 'RejectedActionReport' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
45 |     /// Origin of the event.
46 |     public
47 |     let origin: AccessOrigin
   |         `- warning: stored property 'origin' of 'Sendable'-conforming struct 'RejectedActionReport' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
48 | }
49 |
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessOrigin.swift:28:8: note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
26 |
27 | public
28 | struct AccessOrigin
   |        `- note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
29 | {
30 |     public
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessError.swift:30:10: warning: associated value 'unexpectedCurrentState(expected:actual:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
28 | enum AccessError: Error
29 | {
30 |     case unexpectedCurrentState(
   |          `- warning: associated value 'unexpectedCurrentState(expected:actual:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
31 |         expected: any FeatureState.Type,
32 |         actual: (any FeatureState.Type)?,
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessOrigin.swift:28:8: note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
26 |
27 | public
28 | struct AccessOrigin
   |        `- note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
29 | {
30 |     public
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessError.swift:36:10: warning: associated value 'semanticMismatch(expectedMutation:proposedOutcome:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'ExpectedMutation'; this is an error in the Swift 6 language mode
34 |     )
35 |
36 |     case semanticMismatch(
   |          `- warning: associated value 'semanticMismatch(expectedMutation:proposedOutcome:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'ExpectedMutation'; this is an error in the Swift 6 language mode
37 |         expectedMutation: ExpectedMutation,
38 |         proposedOutcome: MutationAttemptOutcome,
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/ExpectedMutation.swift:28:6: note: consider making enum 'ExpectedMutation' conform to the 'Sendable' protocol
26 |
27 | public
28 | enum ExpectedMutation
   |      `- note: consider making enum 'ExpectedMutation' conform to the 'Sendable' protocol
29 | {
30 |     case auto
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessError.swift:36:10: warning: associated value 'semanticMismatch(expectedMutation:proposedOutcome:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'MutationAttemptOutcome'; this is an error in the Swift 6 language mode
34 |     )
35 |
36 |     case semanticMismatch(
   |          `- warning: associated value 'semanticMismatch(expectedMutation:proposedOutcome:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'MutationAttemptOutcome'; this is an error in the Swift 6 language mode
37 |         expectedMutation: ExpectedMutation,
38 |         proposedOutcome: MutationAttemptOutcome,
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/MutationAttemptOutcome.swift:28:6: note: consider making enum 'MutationAttemptOutcome' conform to the 'Sendable' protocol
26 |
27 | public
28 | enum MutationAttemptOutcome: CustomStringConvertible
   |      `- note: consider making enum 'MutationAttemptOutcome' conform to the 'Sendable' protocol
29 | {
30 |     case initialization(newState: any FeatureState)
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessError.swift:36:10: warning: associated value 'semanticMismatch(expectedMutation:proposedOutcome:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
34 |     )
35 |
36 |     case semanticMismatch(
   |          `- warning: associated value 'semanticMismatch(expectedMutation:proposedOutcome:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
37 |         expectedMutation: ExpectedMutation,
38 |         proposedOutcome: MutationAttemptOutcome,
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessOrigin.swift:28:8: note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
26 |
27 | public
28 | struct AccessOrigin
   |        `- note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
29 | {
30 |     public
[36/64] Compiling XCEUniFlow ProcessedActionReport.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/RejectedActionReport.swift:43:9: warning: stored property 'storage' of 'Sendable'-conforming struct 'RejectedActionReport' has non-sendable type 'StateStorage'; this is an error in the Swift 6 language mode
41 |     /// (no mutations were applied as result of this event).
42 |     public
43 |     let storage: StateStorage
   |         `- warning: stored property 'storage' of 'Sendable'-conforming struct 'RejectedActionReport' has non-sendable type 'StateStorage'; this is an error in the Swift 6 language mode
44 |
45 |     /// Origin of the event.
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/StateStorage.swift:32:8: note: consider making struct 'StateStorage' conform to the 'Sendable' protocol
 30 |
 31 | public
 32 | struct StateStorage
    |        `- note: consider making struct 'StateStorage' conform to the 'Sendable' protocol
 33 | {
 34 |     public
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/RejectedActionReport.swift:47:9: warning: stored property 'origin' of 'Sendable'-conforming struct 'RejectedActionReport' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
45 |     /// Origin of the event.
46 |     public
47 |     let origin: AccessOrigin
   |         `- warning: stored property 'origin' of 'Sendable'-conforming struct 'RejectedActionReport' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
48 | }
49 |
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessOrigin.swift:28:8: note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
26 |
27 | public
28 | struct AccessOrigin
   |        `- note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
29 | {
30 |     public
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessError.swift:30:10: warning: associated value 'unexpectedCurrentState(expected:actual:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
28 | enum AccessError: Error
29 | {
30 |     case unexpectedCurrentState(
   |          `- warning: associated value 'unexpectedCurrentState(expected:actual:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
31 |         expected: any FeatureState.Type,
32 |         actual: (any FeatureState.Type)?,
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessOrigin.swift:28:8: note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
26 |
27 | public
28 | struct AccessOrigin
   |        `- note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
29 | {
30 |     public
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessError.swift:36:10: warning: associated value 'semanticMismatch(expectedMutation:proposedOutcome:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'ExpectedMutation'; this is an error in the Swift 6 language mode
34 |     )
35 |
36 |     case semanticMismatch(
   |          `- warning: associated value 'semanticMismatch(expectedMutation:proposedOutcome:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'ExpectedMutation'; this is an error in the Swift 6 language mode
37 |         expectedMutation: ExpectedMutation,
38 |         proposedOutcome: MutationAttemptOutcome,
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/ExpectedMutation.swift:28:6: note: consider making enum 'ExpectedMutation' conform to the 'Sendable' protocol
26 |
27 | public
28 | enum ExpectedMutation
   |      `- note: consider making enum 'ExpectedMutation' conform to the 'Sendable' protocol
29 | {
30 |     case auto
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessError.swift:36:10: warning: associated value 'semanticMismatch(expectedMutation:proposedOutcome:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'MutationAttemptOutcome'; this is an error in the Swift 6 language mode
34 |     )
35 |
36 |     case semanticMismatch(
   |          `- warning: associated value 'semanticMismatch(expectedMutation:proposedOutcome:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'MutationAttemptOutcome'; this is an error in the Swift 6 language mode
37 |         expectedMutation: ExpectedMutation,
38 |         proposedOutcome: MutationAttemptOutcome,
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/MutationAttemptOutcome.swift:28:6: note: consider making enum 'MutationAttemptOutcome' conform to the 'Sendable' protocol
26 |
27 | public
28 | enum MutationAttemptOutcome: CustomStringConvertible
   |      `- note: consider making enum 'MutationAttemptOutcome' conform to the 'Sendable' protocol
29 | {
30 |     case initialization(newState: any FeatureState)
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessError.swift:36:10: warning: associated value 'semanticMismatch(expectedMutation:proposedOutcome:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
34 |     )
35 |
36 |     case semanticMismatch(
   |          `- warning: associated value 'semanticMismatch(expectedMutation:proposedOutcome:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
37 |         expectedMutation: ExpectedMutation,
38 |         proposedOutcome: MutationAttemptOutcome,
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessOrigin.swift:28:8: note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
26 |
27 | public
28 | struct AccessOrigin
   |        `- note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
29 | {
30 |     public
[37/64] Compiling XCEUniFlow RejectedActionReport.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/RejectedActionReport.swift:43:9: warning: stored property 'storage' of 'Sendable'-conforming struct 'RejectedActionReport' has non-sendable type 'StateStorage'; this is an error in the Swift 6 language mode
41 |     /// (no mutations were applied as result of this event).
42 |     public
43 |     let storage: StateStorage
   |         `- warning: stored property 'storage' of 'Sendable'-conforming struct 'RejectedActionReport' has non-sendable type 'StateStorage'; this is an error in the Swift 6 language mode
44 |
45 |     /// Origin of the event.
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/StateStorage.swift:32:8: note: consider making struct 'StateStorage' conform to the 'Sendable' protocol
 30 |
 31 | public
 32 | struct StateStorage
    |        `- note: consider making struct 'StateStorage' conform to the 'Sendable' protocol
 33 | {
 34 |     public
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/RejectedActionReport.swift:47:9: warning: stored property 'origin' of 'Sendable'-conforming struct 'RejectedActionReport' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
45 |     /// Origin of the event.
46 |     public
47 |     let origin: AccessOrigin
   |         `- warning: stored property 'origin' of 'Sendable'-conforming struct 'RejectedActionReport' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
48 | }
49 |
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessOrigin.swift:28:8: note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
26 |
27 | public
28 | struct AccessOrigin
   |        `- note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
29 | {
30 |     public
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessError.swift:30:10: warning: associated value 'unexpectedCurrentState(expected:actual:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
28 | enum AccessError: Error
29 | {
30 |     case unexpectedCurrentState(
   |          `- warning: associated value 'unexpectedCurrentState(expected:actual:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
31 |         expected: any FeatureState.Type,
32 |         actual: (any FeatureState.Type)?,
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessOrigin.swift:28:8: note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
26 |
27 | public
28 | struct AccessOrigin
   |        `- note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
29 | {
30 |     public
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessError.swift:36:10: warning: associated value 'semanticMismatch(expectedMutation:proposedOutcome:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'ExpectedMutation'; this is an error in the Swift 6 language mode
34 |     )
35 |
36 |     case semanticMismatch(
   |          `- warning: associated value 'semanticMismatch(expectedMutation:proposedOutcome:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'ExpectedMutation'; this is an error in the Swift 6 language mode
37 |         expectedMutation: ExpectedMutation,
38 |         proposedOutcome: MutationAttemptOutcome,
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/ExpectedMutation.swift:28:6: note: consider making enum 'ExpectedMutation' conform to the 'Sendable' protocol
26 |
27 | public
28 | enum ExpectedMutation
   |      `- note: consider making enum 'ExpectedMutation' conform to the 'Sendable' protocol
29 | {
30 |     case auto
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessError.swift:36:10: warning: associated value 'semanticMismatch(expectedMutation:proposedOutcome:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'MutationAttemptOutcome'; this is an error in the Swift 6 language mode
34 |     )
35 |
36 |     case semanticMismatch(
   |          `- warning: associated value 'semanticMismatch(expectedMutation:proposedOutcome:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'MutationAttemptOutcome'; this is an error in the Swift 6 language mode
37 |         expectedMutation: ExpectedMutation,
38 |         proposedOutcome: MutationAttemptOutcome,
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/MutationAttemptOutcome.swift:28:6: note: consider making enum 'MutationAttemptOutcome' conform to the 'Sendable' protocol
26 |
27 | public
28 | enum MutationAttemptOutcome: CustomStringConvertible
   |      `- note: consider making enum 'MutationAttemptOutcome' conform to the 'Sendable' protocol
29 | {
30 |     case initialization(newState: any FeatureState)
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessError.swift:36:10: warning: associated value 'semanticMismatch(expectedMutation:proposedOutcome:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
34 |     )
35 |
36 |     case semanticMismatch(
   |          `- warning: associated value 'semanticMismatch(expectedMutation:proposedOutcome:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
37 |         expectedMutation: ExpectedMutation,
38 |         proposedOutcome: MutationAttemptOutcome,
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessOrigin.swift:28:8: note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
26 |
27 | public
28 | struct AccessOrigin
   |        `- note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
29 | {
30 |     public
[38/64] Compiling XCEUniFlow AccessError.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/RejectedActionReport.swift:43:9: warning: stored property 'storage' of 'Sendable'-conforming struct 'RejectedActionReport' has non-sendable type 'StateStorage'; this is an error in the Swift 6 language mode
41 |     /// (no mutations were applied as result of this event).
42 |     public
43 |     let storage: StateStorage
   |         `- warning: stored property 'storage' of 'Sendable'-conforming struct 'RejectedActionReport' has non-sendable type 'StateStorage'; this is an error in the Swift 6 language mode
44 |
45 |     /// Origin of the event.
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/StateStorage.swift:32:8: note: consider making struct 'StateStorage' conform to the 'Sendable' protocol
 30 |
 31 | public
 32 | struct StateStorage
    |        `- note: consider making struct 'StateStorage' conform to the 'Sendable' protocol
 33 | {
 34 |     public
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/RejectedActionReport.swift:47:9: warning: stored property 'origin' of 'Sendable'-conforming struct 'RejectedActionReport' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
45 |     /// Origin of the event.
46 |     public
47 |     let origin: AccessOrigin
   |         `- warning: stored property 'origin' of 'Sendable'-conforming struct 'RejectedActionReport' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
48 | }
49 |
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessOrigin.swift:28:8: note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
26 |
27 | public
28 | struct AccessOrigin
   |        `- note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
29 | {
30 |     public
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessError.swift:30:10: warning: associated value 'unexpectedCurrentState(expected:actual:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
28 | enum AccessError: Error
29 | {
30 |     case unexpectedCurrentState(
   |          `- warning: associated value 'unexpectedCurrentState(expected:actual:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
31 |         expected: any FeatureState.Type,
32 |         actual: (any FeatureState.Type)?,
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessOrigin.swift:28:8: note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
26 |
27 | public
28 | struct AccessOrigin
   |        `- note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
29 | {
30 |     public
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessError.swift:36:10: warning: associated value 'semanticMismatch(expectedMutation:proposedOutcome:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'ExpectedMutation'; this is an error in the Swift 6 language mode
34 |     )
35 |
36 |     case semanticMismatch(
   |          `- warning: associated value 'semanticMismatch(expectedMutation:proposedOutcome:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'ExpectedMutation'; this is an error in the Swift 6 language mode
37 |         expectedMutation: ExpectedMutation,
38 |         proposedOutcome: MutationAttemptOutcome,
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/ExpectedMutation.swift:28:6: note: consider making enum 'ExpectedMutation' conform to the 'Sendable' protocol
26 |
27 | public
28 | enum ExpectedMutation
   |      `- note: consider making enum 'ExpectedMutation' conform to the 'Sendable' protocol
29 | {
30 |     case auto
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessError.swift:36:10: warning: associated value 'semanticMismatch(expectedMutation:proposedOutcome:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'MutationAttemptOutcome'; this is an error in the Swift 6 language mode
34 |     )
35 |
36 |     case semanticMismatch(
   |          `- warning: associated value 'semanticMismatch(expectedMutation:proposedOutcome:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'MutationAttemptOutcome'; this is an error in the Swift 6 language mode
37 |         expectedMutation: ExpectedMutation,
38 |         proposedOutcome: MutationAttemptOutcome,
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/MutationAttemptOutcome.swift:28:6: note: consider making enum 'MutationAttemptOutcome' conform to the 'Sendable' protocol
26 |
27 | public
28 | enum MutationAttemptOutcome: CustomStringConvertible
   |      `- note: consider making enum 'MutationAttemptOutcome' conform to the 'Sendable' protocol
29 | {
30 |     case initialization(newState: any FeatureState)
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessError.swift:36:10: warning: associated value 'semanticMismatch(expectedMutation:proposedOutcome:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
34 |     )
35 |
36 |     case semanticMismatch(
   |          `- warning: associated value 'semanticMismatch(expectedMutation:proposedOutcome:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
37 |         expectedMutation: ExpectedMutation,
38 |         proposedOutcome: MutationAttemptOutcome,
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessOrigin.swift:28:8: note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
26 |
27 | public
28 | struct AccessOrigin
   |        `- note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
29 | {
30 |     public
[39/64] Compiling XCEUniFlow AccessOrigin.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/RejectedActionReport.swift:43:9: warning: stored property 'storage' of 'Sendable'-conforming struct 'RejectedActionReport' has non-sendable type 'StateStorage'; this is an error in the Swift 6 language mode
41 |     /// (no mutations were applied as result of this event).
42 |     public
43 |     let storage: StateStorage
   |         `- warning: stored property 'storage' of 'Sendable'-conforming struct 'RejectedActionReport' has non-sendable type 'StateStorage'; this is an error in the Swift 6 language mode
44 |
45 |     /// Origin of the event.
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/StateStorage.swift:32:8: note: consider making struct 'StateStorage' conform to the 'Sendable' protocol
 30 |
 31 | public
 32 | struct StateStorage
    |        `- note: consider making struct 'StateStorage' conform to the 'Sendable' protocol
 33 | {
 34 |     public
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/RejectedActionReport.swift:47:9: warning: stored property 'origin' of 'Sendable'-conforming struct 'RejectedActionReport' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
45 |     /// Origin of the event.
46 |     public
47 |     let origin: AccessOrigin
   |         `- warning: stored property 'origin' of 'Sendable'-conforming struct 'RejectedActionReport' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
48 | }
49 |
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessOrigin.swift:28:8: note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
26 |
27 | public
28 | struct AccessOrigin
   |        `- note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
29 | {
30 |     public
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessError.swift:30:10: warning: associated value 'unexpectedCurrentState(expected:actual:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
28 | enum AccessError: Error
29 | {
30 |     case unexpectedCurrentState(
   |          `- warning: associated value 'unexpectedCurrentState(expected:actual:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
31 |         expected: any FeatureState.Type,
32 |         actual: (any FeatureState.Type)?,
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessOrigin.swift:28:8: note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
26 |
27 | public
28 | struct AccessOrigin
   |        `- note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
29 | {
30 |     public
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessError.swift:36:10: warning: associated value 'semanticMismatch(expectedMutation:proposedOutcome:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'ExpectedMutation'; this is an error in the Swift 6 language mode
34 |     )
35 |
36 |     case semanticMismatch(
   |          `- warning: associated value 'semanticMismatch(expectedMutation:proposedOutcome:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'ExpectedMutation'; this is an error in the Swift 6 language mode
37 |         expectedMutation: ExpectedMutation,
38 |         proposedOutcome: MutationAttemptOutcome,
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/ExpectedMutation.swift:28:6: note: consider making enum 'ExpectedMutation' conform to the 'Sendable' protocol
26 |
27 | public
28 | enum ExpectedMutation
   |      `- note: consider making enum 'ExpectedMutation' conform to the 'Sendable' protocol
29 | {
30 |     case auto
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessError.swift:36:10: warning: associated value 'semanticMismatch(expectedMutation:proposedOutcome:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'MutationAttemptOutcome'; this is an error in the Swift 6 language mode
34 |     )
35 |
36 |     case semanticMismatch(
   |          `- warning: associated value 'semanticMismatch(expectedMutation:proposedOutcome:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'MutationAttemptOutcome'; this is an error in the Swift 6 language mode
37 |         expectedMutation: ExpectedMutation,
38 |         proposedOutcome: MutationAttemptOutcome,
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/MutationAttemptOutcome.swift:28:6: note: consider making enum 'MutationAttemptOutcome' conform to the 'Sendable' protocol
26 |
27 | public
28 | enum MutationAttemptOutcome: CustomStringConvertible
   |      `- note: consider making enum 'MutationAttemptOutcome' conform to the 'Sendable' protocol
29 | {
30 |     case initialization(newState: any FeatureState)
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessError.swift:36:10: warning: associated value 'semanticMismatch(expectedMutation:proposedOutcome:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
34 |     )
35 |
36 |     case semanticMismatch(
   |          `- warning: associated value 'semanticMismatch(expectedMutation:proposedOutcome:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
37 |         expectedMutation: ExpectedMutation,
38 |         proposedOutcome: MutationAttemptOutcome,
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessOrigin.swift:28:8: note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
26 |
27 | public
28 | struct AccessOrigin
   |        `- note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
29 | {
30 |     public
[40/64] Compiling XCEUniFlow 0-AnyUpdateOf.swift
[41/64] Compiling XCEUniFlow 1-Initialization.swift
[42/64] Compiling XCEUniFlow 1-InitializationInto.swift
[43/64] Compiling XCEUniFlow 1-InitializationOf.swift
[44/64] Compiling XCEUniFlow 2-Transition.swift
[45/64] Compiling XCEUniFlow InternalBindingBDD_WhenContext.swift
[46/64] Compiling XCEUniFlow InternalObserver.swift
[47/64] Compiling XCEUniFlow BusyIndicator.swift
[48/64] Compiling XCEUniFlow FailureIndicator.swift
[49/64] Compiling XCEUniFlow 2-TransitionBetween.swift
[50/64] Compiling XCEUniFlow 2-TransitionFrom.swift
[51/64] Compiling XCEUniFlow 2-TransitionInto.swift
[52/64] Compiling XCEUniFlow 2-TransitionOf.swift
[53/64] Compiling XCEUniFlow 3-Actualization.swift
[54/64] Emitting module XCEUniFlow
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/Dispatcher.swift:100:13: warning: stored property 'anotherTransactionOrigin' of 'Sendable'-conforming struct 'NestedTransactonError' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
 98 |     {
 99 |         public
100 |         let anotherTransactionOrigin: AccessOrigin
    |             `- warning: stored property 'anotherTransactionOrigin' of 'Sendable'-conforming struct 'NestedTransactonError' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
101 |     }
102 | }
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessOrigin.swift:28:8: note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
26 |
27 | public
28 | struct AccessOrigin
   |        `- note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
29 | {
30 |     public
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/RejectedActionReport.swift:43:9: warning: stored property 'storage' of 'Sendable'-conforming struct 'RejectedActionReport' has non-sendable type 'StateStorage'; this is an error in the Swift 6 language mode
41 |     /// (no mutations were applied as result of this event).
42 |     public
43 |     let storage: StateStorage
   |         `- warning: stored property 'storage' of 'Sendable'-conforming struct 'RejectedActionReport' has non-sendable type 'StateStorage'; this is an error in the Swift 6 language mode
44 |
45 |     /// Origin of the event.
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/StateStorage.swift:32:8: note: consider making struct 'StateStorage' conform to the 'Sendable' protocol
 30 |
 31 | public
 32 | struct StateStorage
    |        `- note: consider making struct 'StateStorage' conform to the 'Sendable' protocol
 33 | {
 34 |     public
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/RejectedActionReport.swift:47:9: warning: stored property 'origin' of 'Sendable'-conforming struct 'RejectedActionReport' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
45 |     /// Origin of the event.
46 |     public
47 |     let origin: AccessOrigin
   |         `- warning: stored property 'origin' of 'Sendable'-conforming struct 'RejectedActionReport' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
48 | }
49 |
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessOrigin.swift:28:8: note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
26 |
27 | public
28 | struct AccessOrigin
   |        `- note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
29 | {
30 |     public
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessError.swift:30:10: warning: associated value 'unexpectedCurrentState(expected:actual:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
28 | enum AccessError: Error
29 | {
30 |     case unexpectedCurrentState(
   |          `- warning: associated value 'unexpectedCurrentState(expected:actual:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
31 |         expected: any FeatureState.Type,
32 |         actual: (any FeatureState.Type)?,
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessOrigin.swift:28:8: note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
26 |
27 | public
28 | struct AccessOrigin
   |        `- note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
29 | {
30 |     public
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessError.swift:36:10: warning: associated value 'semanticMismatch(expectedMutation:proposedOutcome:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'ExpectedMutation'; this is an error in the Swift 6 language mode
34 |     )
35 |
36 |     case semanticMismatch(
   |          `- warning: associated value 'semanticMismatch(expectedMutation:proposedOutcome:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'ExpectedMutation'; this is an error in the Swift 6 language mode
37 |         expectedMutation: ExpectedMutation,
38 |         proposedOutcome: MutationAttemptOutcome,
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/ExpectedMutation.swift:28:6: note: consider making enum 'ExpectedMutation' conform to the 'Sendable' protocol
26 |
27 | public
28 | enum ExpectedMutation
   |      `- note: consider making enum 'ExpectedMutation' conform to the 'Sendable' protocol
29 | {
30 |     case auto
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessError.swift:36:10: warning: associated value 'semanticMismatch(expectedMutation:proposedOutcome:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'MutationAttemptOutcome'; this is an error in the Swift 6 language mode
34 |     )
35 |
36 |     case semanticMismatch(
   |          `- warning: associated value 'semanticMismatch(expectedMutation:proposedOutcome:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'MutationAttemptOutcome'; this is an error in the Swift 6 language mode
37 |         expectedMutation: ExpectedMutation,
38 |         proposedOutcome: MutationAttemptOutcome,
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/MutationAttemptOutcome.swift:28:6: note: consider making enum 'MutationAttemptOutcome' conform to the 'Sendable' protocol
26 |
27 | public
28 | enum MutationAttemptOutcome: CustomStringConvertible
   |      `- note: consider making enum 'MutationAttemptOutcome' conform to the 'Sendable' protocol
29 | {
30 |     case initialization(newState: any FeatureState)
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessError.swift:36:10: warning: associated value 'semanticMismatch(expectedMutation:proposedOutcome:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
34 |     )
35 |
36 |     case semanticMismatch(
   |          `- warning: associated value 'semanticMismatch(expectedMutation:proposedOutcome:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
37 |         expectedMutation: ExpectedMutation,
38 |         proposedOutcome: MutationAttemptOutcome,
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessOrigin.swift:28:8: note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
26 |
27 | public
28 | struct AccessOrigin
   |        `- note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
29 | {
30 |     public
[55/64] Compiling XCEUniFlow ExpectedMutation.swift
[56/64] Compiling XCEUniFlow MutationAttempt.swift
[57/64] Compiling XCEUniFlow MutationAttemptOutcome.swift
[58/64] Compiling XCEUniFlow StateStorage.swift
[59/64] Compiling XCEUniFlow 0-AnyMutation.swift
[60/64] Compiling XCEUniFlow TransactionContext+GET+SEMANTIC.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/Dispatcher.swift:100:13: warning: stored property 'anotherTransactionOrigin' of 'Sendable'-conforming struct 'NestedTransactonError' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
 98 |     {
 99 |         public
100 |         let anotherTransactionOrigin: AccessOrigin
    |             `- warning: stored property 'anotherTransactionOrigin' of 'Sendable'-conforming struct 'NestedTransactonError' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
101 |     }
102 | }
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessOrigin.swift:28:8: note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
26 |
27 | public
28 | struct AccessOrigin
   |        `- note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
29 | {
30 |     public
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/Dispatcher.swift:229:18: warning: non-sendable type 'AsyncPublisher<AnyPublisher<M, Never>>.Element?' (aka 'Optional<M>') returned by implicitly asynchronous call to nonisolated function cannot cross actor boundary; this is an error in the Swift 6 language mode
220 |     /// within scope of this dispatcher.
221 |     @available(macOS 12.0, *)
222 |     func when<M: MutationDecriptor>(
    |               `- note: consider making generic parameter 'AsyncPublisher<AnyPublisher<M, Never>>.Element' (aka 'M') conform to the 'Sendable' protocol
223 |         _: M.Type
224 |     ) async throws -> M {
    :
227 |             let mutation = await on(M.self) // filter for certain mutation type
228 |                 .values
229 |                 .first(where: { _ in true }) // no further filtering is necessary
    |                  `- warning: non-sendable type 'AsyncPublisher<AnyPublisher<M, Never>>.Element?' (aka 'Optional<M>') returned by implicitly asynchronous call to nonisolated function cannot cross actor boundary; this is an error in the Swift 6 language mode
230 |         else
231 |         {
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/Dispatcher.swift:256:18: warning: non-sendable type 'AsyncPublisher<AnyPublisher<M, Never>>.Element?' (aka 'Optional<M>') returned by implicitly asynchronous call to nonisolated function cannot cross actor boundary; this is an error in the Swift 6 language mode
242 |     /// extraction.
243 |     @available(macOS 12.0, *)
244 |     func when<M: MutationDecriptor, R>(
    |               `- note: consider making generic parameter 'AsyncPublisher<AnyPublisher<M, Never>>.Element' (aka 'M') conform to the 'Sendable' protocol
245 |         _: M.Type,
246 |         given: (M) throws -> R?
    :
254 |             let _ = await on(M.self) // filter for certain mutation type
255 |                 .values
256 |                 .first(where: {
    |                  `- warning: non-sendable type 'AsyncPublisher<AnyPublisher<M, Never>>.Element?' (aka 'Optional<M>') returned by implicitly asynchronous call to nonisolated function cannot cross actor boundary; this is an error in the Swift 6 language mode
257 |
258 |                     mutation in
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/Dispatcher.swift:229:18: warning: sending main actor-isolated value of type '(AsyncPublisher<AnyPublisher<M, Never>>.Element) async -> Bool' (aka '(M) async -> Bool') with later accesses to nonisolated context risks causing data races; this is an error in the Swift 6 language mode
227 |             let mutation = await on(M.self) // filter for certain mutation type
228 |                 .values
229 |                 .first(where: { _ in true }) // no further filtering is necessary
    |                  `- warning: sending main actor-isolated value of type '(AsyncPublisher<AnyPublisher<M, Never>>.Element) async -> Bool' (aka '(M) async -> Bool') with later accesses to nonisolated context risks causing data races; this is an error in the Swift 6 language mode
230 |         else
231 |         {
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/Dispatcher.swift:229:18: warning: sending main actor-isolated value of type 'AsyncPublisher<AnyPublisher<M, Never>>' with later accesses to nonisolated context risks causing data races; this is an error in the Swift 6 language mode
227 |             let mutation = await on(M.self) // filter for certain mutation type
228 |                 .values
229 |                 .first(where: { _ in true }) // no further filtering is necessary
    |                  `- warning: sending main actor-isolated value of type 'AsyncPublisher<AnyPublisher<M, Never>>' with later accesses to nonisolated context risks causing data races; this is an error in the Swift 6 language mode
230 |         else
231 |         {
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/Dispatcher.swift:256:18: warning: sending main actor-isolated value of type '(AsyncPublisher<AnyPublisher<M, Never>>.Element) async -> Bool' (aka '(M) async -> Bool') with later accesses to nonisolated context risks causing data races; this is an error in the Swift 6 language mode
254 |             let _ = await on(M.self) // filter for certain mutation type
255 |                 .values
256 |                 .first(where: {
    |                  `- warning: sending main actor-isolated value of type '(AsyncPublisher<AnyPublisher<M, Never>>.Element) async -> Bool' (aka '(M) async -> Bool') with later accesses to nonisolated context risks causing data races; this is an error in the Swift 6 language mode
257 |
258 |                     mutation in
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/Dispatcher.swift:256:18: warning: sending main actor-isolated value of type 'AsyncPublisher<AnyPublisher<M, Never>>' with later accesses to nonisolated context risks causing data races; this is an error in the Swift 6 language mode
254 |             let _ = await on(M.self) // filter for certain mutation type
255 |                 .values
256 |                 .first(where: {
    |                  `- warning: sending main actor-isolated value of type 'AsyncPublisher<AnyPublisher<M, Never>>' with later accesses to nonisolated context risks causing data races; this is an error in the Swift 6 language mode
257 |
258 |                     mutation in
[61/64] Compiling XCEUniFlow TransactionContext+SET+SEMANTIC.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/Dispatcher.swift:100:13: warning: stored property 'anotherTransactionOrigin' of 'Sendable'-conforming struct 'NestedTransactonError' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
 98 |     {
 99 |         public
100 |         let anotherTransactionOrigin: AccessOrigin
    |             `- warning: stored property 'anotherTransactionOrigin' of 'Sendable'-conforming struct 'NestedTransactonError' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
101 |     }
102 | }
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessOrigin.swift:28:8: note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
26 |
27 | public
28 | struct AccessOrigin
   |        `- note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
29 | {
30 |     public
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/Dispatcher.swift:229:18: warning: non-sendable type 'AsyncPublisher<AnyPublisher<M, Never>>.Element?' (aka 'Optional<M>') returned by implicitly asynchronous call to nonisolated function cannot cross actor boundary; this is an error in the Swift 6 language mode
220 |     /// within scope of this dispatcher.
221 |     @available(macOS 12.0, *)
222 |     func when<M: MutationDecriptor>(
    |               `- note: consider making generic parameter 'AsyncPublisher<AnyPublisher<M, Never>>.Element' (aka 'M') conform to the 'Sendable' protocol
223 |         _: M.Type
224 |     ) async throws -> M {
    :
227 |             let mutation = await on(M.self) // filter for certain mutation type
228 |                 .values
229 |                 .first(where: { _ in true }) // no further filtering is necessary
    |                  `- warning: non-sendable type 'AsyncPublisher<AnyPublisher<M, Never>>.Element?' (aka 'Optional<M>') returned by implicitly asynchronous call to nonisolated function cannot cross actor boundary; this is an error in the Swift 6 language mode
230 |         else
231 |         {
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/Dispatcher.swift:256:18: warning: non-sendable type 'AsyncPublisher<AnyPublisher<M, Never>>.Element?' (aka 'Optional<M>') returned by implicitly asynchronous call to nonisolated function cannot cross actor boundary; this is an error in the Swift 6 language mode
242 |     /// extraction.
243 |     @available(macOS 12.0, *)
244 |     func when<M: MutationDecriptor, R>(
    |               `- note: consider making generic parameter 'AsyncPublisher<AnyPublisher<M, Never>>.Element' (aka 'M') conform to the 'Sendable' protocol
245 |         _: M.Type,
246 |         given: (M) throws -> R?
    :
254 |             let _ = await on(M.self) // filter for certain mutation type
255 |                 .values
256 |                 .first(where: {
    |                  `- warning: non-sendable type 'AsyncPublisher<AnyPublisher<M, Never>>.Element?' (aka 'Optional<M>') returned by implicitly asynchronous call to nonisolated function cannot cross actor boundary; this is an error in the Swift 6 language mode
257 |
258 |                     mutation in
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/Dispatcher.swift:229:18: warning: sending main actor-isolated value of type '(AsyncPublisher<AnyPublisher<M, Never>>.Element) async -> Bool' (aka '(M) async -> Bool') with later accesses to nonisolated context risks causing data races; this is an error in the Swift 6 language mode
227 |             let mutation = await on(M.self) // filter for certain mutation type
228 |                 .values
229 |                 .first(where: { _ in true }) // no further filtering is necessary
    |                  `- warning: sending main actor-isolated value of type '(AsyncPublisher<AnyPublisher<M, Never>>.Element) async -> Bool' (aka '(M) async -> Bool') with later accesses to nonisolated context risks causing data races; this is an error in the Swift 6 language mode
230 |         else
231 |         {
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/Dispatcher.swift:229:18: warning: sending main actor-isolated value of type 'AsyncPublisher<AnyPublisher<M, Never>>' with later accesses to nonisolated context risks causing data races; this is an error in the Swift 6 language mode
227 |             let mutation = await on(M.self) // filter for certain mutation type
228 |                 .values
229 |                 .first(where: { _ in true }) // no further filtering is necessary
    |                  `- warning: sending main actor-isolated value of type 'AsyncPublisher<AnyPublisher<M, Never>>' with later accesses to nonisolated context risks causing data races; this is an error in the Swift 6 language mode
230 |         else
231 |         {
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/Dispatcher.swift:256:18: warning: sending main actor-isolated value of type '(AsyncPublisher<AnyPublisher<M, Never>>.Element) async -> Bool' (aka '(M) async -> Bool') with later accesses to nonisolated context risks causing data races; this is an error in the Swift 6 language mode
254 |             let _ = await on(M.self) // filter for certain mutation type
255 |                 .values
256 |                 .first(where: {
    |                  `- warning: sending main actor-isolated value of type '(AsyncPublisher<AnyPublisher<M, Never>>.Element) async -> Bool' (aka '(M) async -> Bool') with later accesses to nonisolated context risks causing data races; this is an error in the Swift 6 language mode
257 |
258 |                     mutation in
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/Dispatcher.swift:256:18: warning: sending main actor-isolated value of type 'AsyncPublisher<AnyPublisher<M, Never>>' with later accesses to nonisolated context risks causing data races; this is an error in the Swift 6 language mode
254 |             let _ = await on(M.self) // filter for certain mutation type
255 |                 .values
256 |                 .first(where: {
    |                  `- warning: sending main actor-isolated value of type 'AsyncPublisher<AnyPublisher<M, Never>>' with later accesses to nonisolated context risks causing data races; this is an error in the Swift 6 language mode
257 |
258 |                     mutation in
[62/64] Compiling XCEUniFlow TransactionContext.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/Dispatcher.swift:100:13: warning: stored property 'anotherTransactionOrigin' of 'Sendable'-conforming struct 'NestedTransactonError' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
 98 |     {
 99 |         public
100 |         let anotherTransactionOrigin: AccessOrigin
    |             `- warning: stored property 'anotherTransactionOrigin' of 'Sendable'-conforming struct 'NestedTransactonError' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
101 |     }
102 | }
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessOrigin.swift:28:8: note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
26 |
27 | public
28 | struct AccessOrigin
   |        `- note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
29 | {
30 |     public
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/Dispatcher.swift:229:18: warning: non-sendable type 'AsyncPublisher<AnyPublisher<M, Never>>.Element?' (aka 'Optional<M>') returned by implicitly asynchronous call to nonisolated function cannot cross actor boundary; this is an error in the Swift 6 language mode
220 |     /// within scope of this dispatcher.
221 |     @available(macOS 12.0, *)
222 |     func when<M: MutationDecriptor>(
    |               `- note: consider making generic parameter 'AsyncPublisher<AnyPublisher<M, Never>>.Element' (aka 'M') conform to the 'Sendable' protocol
223 |         _: M.Type
224 |     ) async throws -> M {
    :
227 |             let mutation = await on(M.self) // filter for certain mutation type
228 |                 .values
229 |                 .first(where: { _ in true }) // no further filtering is necessary
    |                  `- warning: non-sendable type 'AsyncPublisher<AnyPublisher<M, Never>>.Element?' (aka 'Optional<M>') returned by implicitly asynchronous call to nonisolated function cannot cross actor boundary; this is an error in the Swift 6 language mode
230 |         else
231 |         {
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/Dispatcher.swift:256:18: warning: non-sendable type 'AsyncPublisher<AnyPublisher<M, Never>>.Element?' (aka 'Optional<M>') returned by implicitly asynchronous call to nonisolated function cannot cross actor boundary; this is an error in the Swift 6 language mode
242 |     /// extraction.
243 |     @available(macOS 12.0, *)
244 |     func when<M: MutationDecriptor, R>(
    |               `- note: consider making generic parameter 'AsyncPublisher<AnyPublisher<M, Never>>.Element' (aka 'M') conform to the 'Sendable' protocol
245 |         _: M.Type,
246 |         given: (M) throws -> R?
    :
254 |             let _ = await on(M.self) // filter for certain mutation type
255 |                 .values
256 |                 .first(where: {
    |                  `- warning: non-sendable type 'AsyncPublisher<AnyPublisher<M, Never>>.Element?' (aka 'Optional<M>') returned by implicitly asynchronous call to nonisolated function cannot cross actor boundary; this is an error in the Swift 6 language mode
257 |
258 |                     mutation in
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/Dispatcher.swift:229:18: warning: sending main actor-isolated value of type '(AsyncPublisher<AnyPublisher<M, Never>>.Element) async -> Bool' (aka '(M) async -> Bool') with later accesses to nonisolated context risks causing data races; this is an error in the Swift 6 language mode
227 |             let mutation = await on(M.self) // filter for certain mutation type
228 |                 .values
229 |                 .first(where: { _ in true }) // no further filtering is necessary
    |                  `- warning: sending main actor-isolated value of type '(AsyncPublisher<AnyPublisher<M, Never>>.Element) async -> Bool' (aka '(M) async -> Bool') with later accesses to nonisolated context risks causing data races; this is an error in the Swift 6 language mode
230 |         else
231 |         {
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/Dispatcher.swift:229:18: warning: sending main actor-isolated value of type 'AsyncPublisher<AnyPublisher<M, Never>>' with later accesses to nonisolated context risks causing data races; this is an error in the Swift 6 language mode
227 |             let mutation = await on(M.self) // filter for certain mutation type
228 |                 .values
229 |                 .first(where: { _ in true }) // no further filtering is necessary
    |                  `- warning: sending main actor-isolated value of type 'AsyncPublisher<AnyPublisher<M, Never>>' with later accesses to nonisolated context risks causing data races; this is an error in the Swift 6 language mode
230 |         else
231 |         {
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/Dispatcher.swift:256:18: warning: sending main actor-isolated value of type '(AsyncPublisher<AnyPublisher<M, Never>>.Element) async -> Bool' (aka '(M) async -> Bool') with later accesses to nonisolated context risks causing data races; this is an error in the Swift 6 language mode
254 |             let _ = await on(M.self) // filter for certain mutation type
255 |                 .values
256 |                 .first(where: {
    |                  `- warning: sending main actor-isolated value of type '(AsyncPublisher<AnyPublisher<M, Never>>.Element) async -> Bool' (aka '(M) async -> Bool') with later accesses to nonisolated context risks causing data races; this is an error in the Swift 6 language mode
257 |
258 |                     mutation in
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/Dispatcher.swift:256:18: warning: sending main actor-isolated value of type 'AsyncPublisher<AnyPublisher<M, Never>>' with later accesses to nonisolated context risks causing data races; this is an error in the Swift 6 language mode
254 |             let _ = await on(M.self) // filter for certain mutation type
255 |                 .values
256 |                 .first(where: {
    |                  `- warning: sending main actor-isolated value of type 'AsyncPublisher<AnyPublisher<M, Never>>' with later accesses to nonisolated context risks causing data races; this is an error in the Swift 6 language mode
257 |
258 |                     mutation in
[63/64] Compiling XCEUniFlow AccessReport.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/Dispatcher.swift:100:13: warning: stored property 'anotherTransactionOrigin' of 'Sendable'-conforming struct 'NestedTransactonError' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
 98 |     {
 99 |         public
100 |         let anotherTransactionOrigin: AccessOrigin
    |             `- warning: stored property 'anotherTransactionOrigin' of 'Sendable'-conforming struct 'NestedTransactonError' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
101 |     }
102 | }
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessOrigin.swift:28:8: note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
26 |
27 | public
28 | struct AccessOrigin
   |        `- note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
29 | {
30 |     public
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/Dispatcher.swift:229:18: warning: non-sendable type 'AsyncPublisher<AnyPublisher<M, Never>>.Element?' (aka 'Optional<M>') returned by implicitly asynchronous call to nonisolated function cannot cross actor boundary; this is an error in the Swift 6 language mode
220 |     /// within scope of this dispatcher.
221 |     @available(macOS 12.0, *)
222 |     func when<M: MutationDecriptor>(
    |               `- note: consider making generic parameter 'AsyncPublisher<AnyPublisher<M, Never>>.Element' (aka 'M') conform to the 'Sendable' protocol
223 |         _: M.Type
224 |     ) async throws -> M {
    :
227 |             let mutation = await on(M.self) // filter for certain mutation type
228 |                 .values
229 |                 .first(where: { _ in true }) // no further filtering is necessary
    |                  `- warning: non-sendable type 'AsyncPublisher<AnyPublisher<M, Never>>.Element?' (aka 'Optional<M>') returned by implicitly asynchronous call to nonisolated function cannot cross actor boundary; this is an error in the Swift 6 language mode
230 |         else
231 |         {
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/Dispatcher.swift:256:18: warning: non-sendable type 'AsyncPublisher<AnyPublisher<M, Never>>.Element?' (aka 'Optional<M>') returned by implicitly asynchronous call to nonisolated function cannot cross actor boundary; this is an error in the Swift 6 language mode
242 |     /// extraction.
243 |     @available(macOS 12.0, *)
244 |     func when<M: MutationDecriptor, R>(
    |               `- note: consider making generic parameter 'AsyncPublisher<AnyPublisher<M, Never>>.Element' (aka 'M') conform to the 'Sendable' protocol
245 |         _: M.Type,
246 |         given: (M) throws -> R?
    :
254 |             let _ = await on(M.self) // filter for certain mutation type
255 |                 .values
256 |                 .first(where: {
    |                  `- warning: non-sendable type 'AsyncPublisher<AnyPublisher<M, Never>>.Element?' (aka 'Optional<M>') returned by implicitly asynchronous call to nonisolated function cannot cross actor boundary; this is an error in the Swift 6 language mode
257 |
258 |                     mutation in
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/Dispatcher.swift:229:18: warning: sending main actor-isolated value of type '(AsyncPublisher<AnyPublisher<M, Never>>.Element) async -> Bool' (aka '(M) async -> Bool') with later accesses to nonisolated context risks causing data races; this is an error in the Swift 6 language mode
227 |             let mutation = await on(M.self) // filter for certain mutation type
228 |                 .values
229 |                 .first(where: { _ in true }) // no further filtering is necessary
    |                  `- warning: sending main actor-isolated value of type '(AsyncPublisher<AnyPublisher<M, Never>>.Element) async -> Bool' (aka '(M) async -> Bool') with later accesses to nonisolated context risks causing data races; this is an error in the Swift 6 language mode
230 |         else
231 |         {
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/Dispatcher.swift:229:18: warning: sending main actor-isolated value of type 'AsyncPublisher<AnyPublisher<M, Never>>' with later accesses to nonisolated context risks causing data races; this is an error in the Swift 6 language mode
227 |             let mutation = await on(M.self) // filter for certain mutation type
228 |                 .values
229 |                 .first(where: { _ in true }) // no further filtering is necessary
    |                  `- warning: sending main actor-isolated value of type 'AsyncPublisher<AnyPublisher<M, Never>>' with later accesses to nonisolated context risks causing data races; this is an error in the Swift 6 language mode
230 |         else
231 |         {
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/Dispatcher.swift:256:18: warning: sending main actor-isolated value of type '(AsyncPublisher<AnyPublisher<M, Never>>.Element) async -> Bool' (aka '(M) async -> Bool') with later accesses to nonisolated context risks causing data races; this is an error in the Swift 6 language mode
254 |             let _ = await on(M.self) // filter for certain mutation type
255 |                 .values
256 |                 .first(where: {
    |                  `- warning: sending main actor-isolated value of type '(AsyncPublisher<AnyPublisher<M, Never>>.Element) async -> Bool' (aka '(M) async -> Bool') with later accesses to nonisolated context risks causing data races; this is an error in the Swift 6 language mode
257 |
258 |                     mutation in
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/Dispatcher.swift:256:18: warning: sending main actor-isolated value of type 'AsyncPublisher<AnyPublisher<M, Never>>' with later accesses to nonisolated context risks causing data races; this is an error in the Swift 6 language mode
254 |             let _ = await on(M.self) // filter for certain mutation type
255 |                 .values
256 |                 .first(where: {
    |                  `- warning: sending main actor-isolated value of type 'AsyncPublisher<AnyPublisher<M, Never>>' with later accesses to nonisolated context risks causing data races; this is an error in the Swift 6 language mode
257 |
258 |                     mutation in
[64/64] Compiling XCEUniFlow Dispatcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/Dispatcher.swift:100:13: warning: stored property 'anotherTransactionOrigin' of 'Sendable'-conforming struct 'NestedTransactonError' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
 98 |     {
 99 |         public
100 |         let anotherTransactionOrigin: AccessOrigin
    |             `- warning: stored property 'anotherTransactionOrigin' of 'Sendable'-conforming struct 'NestedTransactonError' has non-sendable type 'AccessOrigin'; this is an error in the Swift 6 language mode
101 |     }
102 | }
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/5_Storage/AccessOrigin.swift:28:8: note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
26 |
27 | public
28 | struct AccessOrigin
   |        `- note: consider making struct 'AccessOrigin' conform to the 'Sendable' protocol
29 | {
30 |     public
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/Dispatcher.swift:229:18: warning: non-sendable type 'AsyncPublisher<AnyPublisher<M, Never>>.Element?' (aka 'Optional<M>') returned by implicitly asynchronous call to nonisolated function cannot cross actor boundary; this is an error in the Swift 6 language mode
220 |     /// within scope of this dispatcher.
221 |     @available(macOS 12.0, *)
222 |     func when<M: MutationDecriptor>(
    |               `- note: consider making generic parameter 'AsyncPublisher<AnyPublisher<M, Never>>.Element' (aka 'M') conform to the 'Sendable' protocol
223 |         _: M.Type
224 |     ) async throws -> M {
    :
227 |             let mutation = await on(M.self) // filter for certain mutation type
228 |                 .values
229 |                 .first(where: { _ in true }) // no further filtering is necessary
    |                  `- warning: non-sendable type 'AsyncPublisher<AnyPublisher<M, Never>>.Element?' (aka 'Optional<M>') returned by implicitly asynchronous call to nonisolated function cannot cross actor boundary; this is an error in the Swift 6 language mode
230 |         else
231 |         {
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/Dispatcher.swift:256:18: warning: non-sendable type 'AsyncPublisher<AnyPublisher<M, Never>>.Element?' (aka 'Optional<M>') returned by implicitly asynchronous call to nonisolated function cannot cross actor boundary; this is an error in the Swift 6 language mode
242 |     /// extraction.
243 |     @available(macOS 12.0, *)
244 |     func when<M: MutationDecriptor, R>(
    |               `- note: consider making generic parameter 'AsyncPublisher<AnyPublisher<M, Never>>.Element' (aka 'M') conform to the 'Sendable' protocol
245 |         _: M.Type,
246 |         given: (M) throws -> R?
    :
254 |             let _ = await on(M.self) // filter for certain mutation type
255 |                 .values
256 |                 .first(where: {
    |                  `- warning: non-sendable type 'AsyncPublisher<AnyPublisher<M, Never>>.Element?' (aka 'Optional<M>') returned by implicitly asynchronous call to nonisolated function cannot cross actor boundary; this is an error in the Swift 6 language mode
257 |
258 |                     mutation in
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/Dispatcher.swift:229:18: warning: sending main actor-isolated value of type '(AsyncPublisher<AnyPublisher<M, Never>>.Element) async -> Bool' (aka '(M) async -> Bool') with later accesses to nonisolated context risks causing data races; this is an error in the Swift 6 language mode
227 |             let mutation = await on(M.self) // filter for certain mutation type
228 |                 .values
229 |                 .first(where: { _ in true }) // no further filtering is necessary
    |                  `- warning: sending main actor-isolated value of type '(AsyncPublisher<AnyPublisher<M, Never>>.Element) async -> Bool' (aka '(M) async -> Bool') with later accesses to nonisolated context risks causing data races; this is an error in the Swift 6 language mode
230 |         else
231 |         {
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/Dispatcher.swift:229:18: warning: sending main actor-isolated value of type 'AsyncPublisher<AnyPublisher<M, Never>>' with later accesses to nonisolated context risks causing data races; this is an error in the Swift 6 language mode
227 |             let mutation = await on(M.self) // filter for certain mutation type
228 |                 .values
229 |                 .first(where: { _ in true }) // no further filtering is necessary
    |                  `- warning: sending main actor-isolated value of type 'AsyncPublisher<AnyPublisher<M, Never>>' with later accesses to nonisolated context risks causing data races; this is an error in the Swift 6 language mode
230 |         else
231 |         {
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/Dispatcher.swift:256:18: warning: sending main actor-isolated value of type '(AsyncPublisher<AnyPublisher<M, Never>>.Element) async -> Bool' (aka '(M) async -> Bool') with later accesses to nonisolated context risks causing data races; this is an error in the Swift 6 language mode
254 |             let _ = await on(M.self) // filter for certain mutation type
255 |                 .values
256 |                 .first(where: {
    |                  `- warning: sending main actor-isolated value of type '(AsyncPublisher<AnyPublisher<M, Never>>.Element) async -> Bool' (aka '(M) async -> Bool') with later accesses to nonisolated context risks causing data races; this is an error in the Swift 6 language mode
257 |
258 |                     mutation in
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/4_Dispatcher/Dispatcher.swift:256:18: warning: sending main actor-isolated value of type 'AsyncPublisher<AnyPublisher<M, Never>>' with later accesses to nonisolated context risks causing data races; this is an error in the Swift 6 language mode
254 |             let _ = await on(M.self) // filter for certain mutation type
255 |                 .values
256 |                 .first(where: {
    |                  `- warning: sending main actor-isolated value of type 'AsyncPublisher<AnyPublisher<M, Never>>' with later accesses to nonisolated context risks causing data races; this is an error in the Swift 6 language mode
257 |
258 |                     mutation in
Build complete! (18.59s)
Fetching https://github.com/XCEssentials/XCEPipeline
Fetching https://github.com/XCEssentials/XCERequirement
[1/1347] Fetching xcepipeline
[298/2344] Fetching xcepipeline, xcerequirement
Fetched https://github.com/XCEssentials/XCEPipeline from cache (0.98s)
Fetched https://github.com/XCEssentials/XCERequirement from cache (0.98s)
Computing version for https://github.com/XCEssentials/XCEPipeline
Computed https://github.com/XCEssentials/XCEPipeline at 3.9.1 (0.52s)
Computing version for https://github.com/XCEssentials/XCERequirement
Computed https://github.com/XCEssentials/XCERequirement at 2.6.1 (0.94s)
Creating working copy for https://github.com/XCEssentials/XCEPipeline
Working copy of https://github.com/XCEssentials/XCEPipeline resolved at 3.9.1
Creating working copy for https://github.com/XCEssentials/XCERequirement
Working copy of https://github.com/XCEssentials/XCERequirement resolved at 2.6.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "xcerequirement",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.6.0",
            "upper_bound" : "2.7.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/XCEssentials/XCERequirement"
    },
    {
      "identity" : "xcepipeline",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.9.0",
            "upper_bound" : "3.10.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/XCEssentials/XCEPipeline"
    }
  ],
  "manifest_display_name" : "XCEUniFlow",
  "name" : "XCEUniFlow",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "XCEUniFlow",
      "targets" : [
        "XCEUniFlow"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XCEUniFlowTests",
      "module_type" : "SwiftTarget",
      "name" : "XCEUniFlowTests",
      "path" : "Tests/XCEUniFlowTests",
      "product_dependencies" : [
        "XCERequirement",
        "XCEPipeline"
      ],
      "sources" : [
        "ConcurrencyTests.swift",
        "CurrentSessionTests.swift",
        "FeatureTests.swift",
        "IntBindingsTests.swift",
        "SampleFeatures/CurrentSession.swift"
      ],
      "target_dependencies" : [
        "XCEUniFlow"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XCEUniFlow",
      "module_type" : "SwiftTarget",
      "name" : "XCEUniFlow",
      "path" : "Sources/XCEUniFlow",
      "product_dependencies" : [
        "XCERequirement",
        "XCEPipeline"
      ],
      "product_memberships" : [
        "XCEUniFlow"
      ],
      "sources" : [
        "0_Helpers/Publisher+Dispatcher.swift",
        "0_Helpers/WithCleanupAction.swift",
        "0_Helpers/WithCustomDisplayName.swift",
        "1_Feature/Feature.swift",
        "2_State/FeatureState.swift",
        "3_Action/TransactionContext+GET+SEMANTIC.swift",
        "3_Action/TransactionContext+SET+SEMANTIC.swift",
        "3_Action/TransactionContext.swift",
        "4_Dispatcher/AccessReport.swift",
        "4_Dispatcher/Dispatcher.swift",
        "4_Dispatcher/FeatureStatus.swift",
        "4_Dispatcher/ProcessedActionReport.swift",
        "4_Dispatcher/RejectedActionReport.swift",
        "5_Storage/AccessError.swift",
        "5_Storage/AccessOrigin.swift",
        "5_Storage/ExpectedMutation.swift",
        "5_Storage/MutationAttempt.swift",
        "5_Storage/MutationAttemptOutcome.swift",
        "5_Storage/StateStorage.swift",
        "6_MutationDecriptors/0-AnyMutation.swift",
        "6_MutationDecriptors/0-AnyMutationOf.swift",
        "6_MutationDecriptors/0-AnySetting.swift",
        "6_MutationDecriptors/0-AnySettingInto.swift",
        "6_MutationDecriptors/0-AnySettingOf.swift",
        "6_MutationDecriptors/0-AnyUpdate.swift",
        "6_MutationDecriptors/0-AnyUpdateOf.swift",
        "6_MutationDecriptors/1-Initialization.swift",
        "6_MutationDecriptors/1-InitializationInto.swift",
        "6_MutationDecriptors/1-InitializationOf.swift",
        "6_MutationDecriptors/2-Transition.swift",
        "6_MutationDecriptors/2-TransitionBetween.swift",
        "6_MutationDecriptors/2-TransitionFrom.swift",
        "6_MutationDecriptors/2-TransitionInto.swift",
        "6_MutationDecriptors/2-TransitionOf.swift",
        "6_MutationDecriptors/3-Actualization.swift",
        "6_MutationDecriptors/3-ActualizationIn.swift",
        "6_MutationDecriptors/3-ActualizationOf.swift",
        "6_MutationDecriptors/4-Deinitialization.swift",
        "6_MutationDecriptors/4-DeinitializationFrom.swift",
        "6_MutationDecriptors/4-DeinitializationOf.swift",
        "6_MutationDecriptors/MutationDecriptor.swift",
        "7_InternalBindings/InternalBindingBDD.swift",
        "7_InternalBindings/InternalBindingBDD_GivenOrThenContext.swift",
        "7_InternalBindings/InternalBindingBDD_ThenContext.swift",
        "7_InternalBindings/InternalBindingBDD_WhenContext.swift",
        "7_InternalBindings/InternalObserver.swift",
        "8_SemanticIndicators/BusyIndicator.swift",
        "8_SemanticIndicators/FailureIndicator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.