The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of XCEUniFlow, reference 8.3.2 (cbb2d6), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 04:21:36 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/XCEssentials/XCEUniFlow.git
Reference: 8.3.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/XCEssentials/XCEUniFlow
 * tag               8.3.2      -> FETCH_HEAD
HEAD is now at cbb2d62 Merge branch 'hotfix/8.3.2'
Cloned https://github.com/XCEssentials/XCEUniFlow.git
Revision (git rev-parse @):
cbb2d6263ed7cfbccc3c1207aa58baca25a321f0
SUCCESS checkout https://github.com/XCEssentials/XCEUniFlow.git at 8.3.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/XCEssentials/XCEUniFlow.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/15] Compiling XCERequirement Requirement.swift
[6/15] Compiling XCERequirement Aliases.swift
[7/15] Emitting module XCERequirement
[8/15] Compiling XCERequirement Check.swift
[9/15] Emitting module XCEPipeline
[10/15] Compiling XCEPipeline Operators.swift
[11/15] Compiling XCEPipeline SimpleWrapper.swift
[12/15] Compiling XCEPipeline Pipeline.swift
[13/15] Compiling XCEPipeline Take.swift
[14/15] Compiling XCEPipeline Publisher+Helpers.swift
[15/15] Compiling XCEPipeline Optional+Helpers.swift
[16/60] Emitting module XCEUniFlow
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/3_Action/TransactionContext+GET+SEMANTIC.swift:34:10: warning: associated value 'unexpectedCurrentState(expected:actual:)' of 'Sendable'-conforming enum 'SemanticCheckError' has non-sendable type 'any FeatureState.Type'
 32 |     case notInitializedYet(Feature.Type)
 33 |
 34 |     case unexpectedCurrentState(
    |          `- warning: associated value 'unexpectedCurrentState(expected:actual:)' of 'Sendable'-conforming enum 'SemanticCheckError' has non-sendable type 'any FeatureState.Type'
 35 |         expected: [any FeatureState.Type],
 36 |         actual: any FeatureState.Type
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/3_Action/TransactionContext+GET+SEMANTIC.swift:34:10: warning: associated value 'unexpectedCurrentState(expected:actual:)' of 'Sendable'-conforming enum 'SemanticCheckError' has non-sendable type 'any FeatureState.Type'
 32 |     case notInitializedYet(Feature.Type)
 33 |
 34 |     case unexpectedCurrentState(
    |          `- warning: associated value 'unexpectedCurrentState(expected:actual:)' of 'Sendable'-conforming enum 'SemanticCheckError' has non-sendable type 'any FeatureState.Type'
 35 |         expected: [any FeatureState.Type],
 36 |         actual: any FeatureState.Type
/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 'any FeatureState.Type'
28 | enum AccessError: Error
29 | {
30 |     case unexpectedCurrentState(
   |          `- warning: associated value 'unexpectedCurrentState(expected:actual:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'any FeatureState.Type'
31 |         expected: any FeatureState.Type,
32 |         actual: (any FeatureState.Type)?,
/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 'any FeatureState.Type'
28 | enum AccessError: Error
29 | {
30 |     case unexpectedCurrentState(
   |          `- warning: associated value 'unexpectedCurrentState(expected:actual:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'any FeatureState.Type'
31 |         expected: any FeatureState.Type,
32 |         actual: (any FeatureState.Type)?,
[17/64] Compiling XCEUniFlow Publisher+Dispatcher.swift
[18/64] Compiling XCEUniFlow WithCleanupAction.swift
[19/64] Compiling XCEUniFlow WithCustomDisplayName.swift
[20/64] Compiling XCEUniFlow Feature.swift
[21/64] Compiling XCEUniFlow FeatureState.swift
[22/64] Compiling XCEUniFlow ExpectedMutation.swift
[23/64] Compiling XCEUniFlow MutationAttempt.swift
[24/64] Compiling XCEUniFlow MutationAttemptOutcome.swift
[25/64] Compiling XCEUniFlow StateStorage.swift
[26/64] Compiling XCEUniFlow 0-AnyMutation.swift
[27/64] Compiling XCEUniFlow 0-AnyUpdateOf.swift
[28/64] Compiling XCEUniFlow 1-Initialization.swift
[29/64] Compiling XCEUniFlow 1-InitializationInto.swift
[30/64] Compiling XCEUniFlow 1-InitializationOf.swift
[31/64] Compiling XCEUniFlow 2-Transition.swift
[32/64] Compiling XCEUniFlow 3-ActualizationIn.swift
[33/64] Compiling XCEUniFlow 3-ActualizationOf.swift
[34/64] Compiling XCEUniFlow 4-Deinitialization.swift
[35/64] Compiling XCEUniFlow 4-DeinitializationFrom.swift
[36/64] Compiling XCEUniFlow 4-DeinitializationOf.swift
[37/64] Compiling XCEUniFlow MutationDecriptor.swift
[38/64] Compiling XCEUniFlow InternalBindingBDD.swift
[39/64] Compiling XCEUniFlow InternalBindingBDD_GivenOrThenContext.swift
[40/64] Compiling XCEUniFlow InternalBindingBDD_ThenContext.swift
[41/64] Compiling XCEUniFlow FeatureStatus.swift
/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 'any FeatureState.Type'
28 | enum AccessError: Error
29 | {
30 |     case unexpectedCurrentState(
   |          `- warning: associated value 'unexpectedCurrentState(expected:actual:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'any FeatureState.Type'
31 |         expected: any FeatureState.Type,
32 |         actual: (any FeatureState.Type)?,
/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 'any FeatureState.Type'
28 | enum AccessError: Error
29 | {
30 |     case unexpectedCurrentState(
   |          `- warning: associated value 'unexpectedCurrentState(expected:actual:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'any FeatureState.Type'
31 |         expected: any FeatureState.Type,
32 |         actual: (any FeatureState.Type)?,
[42/64] Compiling XCEUniFlow ProcessedActionReport.swift
/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 'any FeatureState.Type'
28 | enum AccessError: Error
29 | {
30 |     case unexpectedCurrentState(
   |          `- warning: associated value 'unexpectedCurrentState(expected:actual:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'any FeatureState.Type'
31 |         expected: any FeatureState.Type,
32 |         actual: (any FeatureState.Type)?,
/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 'any FeatureState.Type'
28 | enum AccessError: Error
29 | {
30 |     case unexpectedCurrentState(
   |          `- warning: associated value 'unexpectedCurrentState(expected:actual:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'any FeatureState.Type'
31 |         expected: any FeatureState.Type,
32 |         actual: (any FeatureState.Type)?,
[43/64] Compiling XCEUniFlow RejectedActionReport.swift
/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 'any FeatureState.Type'
28 | enum AccessError: Error
29 | {
30 |     case unexpectedCurrentState(
   |          `- warning: associated value 'unexpectedCurrentState(expected:actual:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'any FeatureState.Type'
31 |         expected: any FeatureState.Type,
32 |         actual: (any FeatureState.Type)?,
/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 'any FeatureState.Type'
28 | enum AccessError: Error
29 | {
30 |     case unexpectedCurrentState(
   |          `- warning: associated value 'unexpectedCurrentState(expected:actual:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'any FeatureState.Type'
31 |         expected: any FeatureState.Type,
32 |         actual: (any FeatureState.Type)?,
[44/64] Compiling XCEUniFlow AccessError.swift
/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 'any FeatureState.Type'
28 | enum AccessError: Error
29 | {
30 |     case unexpectedCurrentState(
   |          `- warning: associated value 'unexpectedCurrentState(expected:actual:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'any FeatureState.Type'
31 |         expected: any FeatureState.Type,
32 |         actual: (any FeatureState.Type)?,
/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 'any FeatureState.Type'
28 | enum AccessError: Error
29 | {
30 |     case unexpectedCurrentState(
   |          `- warning: associated value 'unexpectedCurrentState(expected:actual:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'any FeatureState.Type'
31 |         expected: any FeatureState.Type,
32 |         actual: (any FeatureState.Type)?,
[45/64] Compiling XCEUniFlow AccessOrigin.swift
/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 'any FeatureState.Type'
28 | enum AccessError: Error
29 | {
30 |     case unexpectedCurrentState(
   |          `- warning: associated value 'unexpectedCurrentState(expected:actual:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'any FeatureState.Type'
31 |         expected: any FeatureState.Type,
32 |         actual: (any FeatureState.Type)?,
/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 'any FeatureState.Type'
28 | enum AccessError: Error
29 | {
30 |     case unexpectedCurrentState(
   |          `- warning: associated value 'unexpectedCurrentState(expected:actual:origin:)' of 'Sendable'-conforming enum 'AccessError' has non-sendable type 'any FeatureState.Type'
31 |         expected: any FeatureState.Type,
32 |         actual: (any FeatureState.Type)?,
[46/64] Compiling XCEUniFlow 0-AnyMutationOf.swift
[47/64] Compiling XCEUniFlow 0-AnySetting.swift
[48/64] Compiling XCEUniFlow 0-AnySettingInto.swift
[49/64] Compiling XCEUniFlow 0-AnySettingOf.swift
[50/64] Compiling XCEUniFlow 0-AnyUpdate.swift
[51/64] Compiling XCEUniFlow 2-TransitionBetween.swift
[52/64] Compiling XCEUniFlow 2-TransitionFrom.swift
[53/64] Compiling XCEUniFlow 2-TransitionInto.swift
[54/64] Compiling XCEUniFlow 2-TransitionOf.swift
[55/64] Compiling XCEUniFlow 3-Actualization.swift
[56/64] Compiling XCEUniFlow InternalBindingBDD_WhenContext.swift
[57/64] Compiling XCEUniFlow InternalObserver.swift
[58/64] Compiling XCEUniFlow BusyIndicator.swift
[59/64] Compiling XCEUniFlow FailureIndicator.swift
[60/64] Compiling XCEUniFlow TransactionContext+GET+SEMANTIC.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/3_Action/TransactionContext+GET+SEMANTIC.swift:34:10: warning: associated value 'unexpectedCurrentState(expected:actual:)' of 'Sendable'-conforming enum 'SemanticCheckError' has non-sendable type 'any FeatureState.Type'
 32 |     case notInitializedYet(Feature.Type)
 33 |
 34 |     case unexpectedCurrentState(
    |          `- warning: associated value 'unexpectedCurrentState(expected:actual:)' of 'Sendable'-conforming enum 'SemanticCheckError' has non-sendable type 'any FeatureState.Type'
 35 |         expected: [any FeatureState.Type],
 36 |         actual: any FeatureState.Type
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/3_Action/TransactionContext+GET+SEMANTIC.swift:34:10: warning: associated value 'unexpectedCurrentState(expected:actual:)' of 'Sendable'-conforming enum 'SemanticCheckError' has non-sendable type 'any FeatureState.Type'
 32 |     case notInitializedYet(Feature.Type)
 33 |
 34 |     case unexpectedCurrentState(
    |          `- warning: associated value 'unexpectedCurrentState(expected:actual:)' of 'Sendable'-conforming enum 'SemanticCheckError' has non-sendable type 'any FeatureState.Type'
 35 |         expected: [any FeatureState.Type],
 36 |         actual: any FeatureState.Type
[61/64] Compiling XCEUniFlow TransactionContext+SET+SEMANTIC.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/3_Action/TransactionContext+GET+SEMANTIC.swift:34:10: warning: associated value 'unexpectedCurrentState(expected:actual:)' of 'Sendable'-conforming enum 'SemanticCheckError' has non-sendable type 'any FeatureState.Type'
 32 |     case notInitializedYet(Feature.Type)
 33 |
 34 |     case unexpectedCurrentState(
    |          `- warning: associated value 'unexpectedCurrentState(expected:actual:)' of 'Sendable'-conforming enum 'SemanticCheckError' has non-sendable type 'any FeatureState.Type'
 35 |         expected: [any FeatureState.Type],
 36 |         actual: any FeatureState.Type
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/3_Action/TransactionContext+GET+SEMANTIC.swift:34:10: warning: associated value 'unexpectedCurrentState(expected:actual:)' of 'Sendable'-conforming enum 'SemanticCheckError' has non-sendable type 'any FeatureState.Type'
 32 |     case notInitializedYet(Feature.Type)
 33 |
 34 |     case unexpectedCurrentState(
    |          `- warning: associated value 'unexpectedCurrentState(expected:actual:)' of 'Sendable'-conforming enum 'SemanticCheckError' has non-sendable type 'any FeatureState.Type'
 35 |         expected: [any FeatureState.Type],
 36 |         actual: any FeatureState.Type
[62/64] Compiling XCEUniFlow TransactionContext.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/3_Action/TransactionContext+GET+SEMANTIC.swift:34:10: warning: associated value 'unexpectedCurrentState(expected:actual:)' of 'Sendable'-conforming enum 'SemanticCheckError' has non-sendable type 'any FeatureState.Type'
 32 |     case notInitializedYet(Feature.Type)
 33 |
 34 |     case unexpectedCurrentState(
    |          `- warning: associated value 'unexpectedCurrentState(expected:actual:)' of 'Sendable'-conforming enum 'SemanticCheckError' has non-sendable type 'any FeatureState.Type'
 35 |         expected: [any FeatureState.Type],
 36 |         actual: any FeatureState.Type
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/3_Action/TransactionContext+GET+SEMANTIC.swift:34:10: warning: associated value 'unexpectedCurrentState(expected:actual:)' of 'Sendable'-conforming enum 'SemanticCheckError' has non-sendable type 'any FeatureState.Type'
 32 |     case notInitializedYet(Feature.Type)
 33 |
 34 |     case unexpectedCurrentState(
    |          `- warning: associated value 'unexpectedCurrentState(expected:actual:)' of 'Sendable'-conforming enum 'SemanticCheckError' has non-sendable type 'any FeatureState.Type'
 35 |         expected: [any FeatureState.Type],
 36 |         actual: any FeatureState.Type
[63/64] Compiling XCEUniFlow AccessReport.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/3_Action/TransactionContext+GET+SEMANTIC.swift:34:10: warning: associated value 'unexpectedCurrentState(expected:actual:)' of 'Sendable'-conforming enum 'SemanticCheckError' has non-sendable type 'any FeatureState.Type'
 32 |     case notInitializedYet(Feature.Type)
 33 |
 34 |     case unexpectedCurrentState(
    |          `- warning: associated value 'unexpectedCurrentState(expected:actual:)' of 'Sendable'-conforming enum 'SemanticCheckError' has non-sendable type 'any FeatureState.Type'
 35 |         expected: [any FeatureState.Type],
 36 |         actual: any FeatureState.Type
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/3_Action/TransactionContext+GET+SEMANTIC.swift:34:10: warning: associated value 'unexpectedCurrentState(expected:actual:)' of 'Sendable'-conforming enum 'SemanticCheckError' has non-sendable type 'any FeatureState.Type'
 32 |     case notInitializedYet(Feature.Type)
 33 |
 34 |     case unexpectedCurrentState(
    |          `- warning: associated value 'unexpectedCurrentState(expected:actual:)' of 'Sendable'-conforming enum 'SemanticCheckError' has non-sendable type 'any FeatureState.Type'
 35 |         expected: [any FeatureState.Type],
 36 |         actual: any FeatureState.Type
[64/64] Compiling XCEUniFlow Dispatcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/3_Action/TransactionContext+GET+SEMANTIC.swift:34:10: warning: associated value 'unexpectedCurrentState(expected:actual:)' of 'Sendable'-conforming enum 'SemanticCheckError' has non-sendable type 'any FeatureState.Type'
 32 |     case notInitializedYet(Feature.Type)
 33 |
 34 |     case unexpectedCurrentState(
    |          `- warning: associated value 'unexpectedCurrentState(expected:actual:)' of 'Sendable'-conforming enum 'SemanticCheckError' has non-sendable type 'any FeatureState.Type'
 35 |         expected: [any FeatureState.Type],
 36 |         actual: any FeatureState.Type
/Users/admin/builder/spi-builder-workspace/Sources/XCEUniFlow/3_Action/TransactionContext+GET+SEMANTIC.swift:34:10: warning: associated value 'unexpectedCurrentState(expected:actual:)' of 'Sendable'-conforming enum 'SemanticCheckError' has non-sendable type 'any FeatureState.Type'
 32 |     case notInitializedYet(Feature.Type)
 33 |
 34 |     case unexpectedCurrentState(
    |          `- warning: associated value 'unexpectedCurrentState(expected:actual:)' of 'Sendable'-conforming enum 'SemanticCheckError' has non-sendable type 'any FeatureState.Type'
 35 |         expected: [any FeatureState.Type],
 36 |         actual: any FeatureState.Type
Build complete! (8.63s)
Fetching https://github.com/XCEssentials/XCERequirement
Fetching https://github.com/XCEssentials/XCEPipeline
[1/1347] Fetching xcepipeline
[298/2344] Fetching xcepipeline, xcerequirement
Fetched https://github.com/XCEssentials/XCERequirement from cache (0.86s)
Fetched https://github.com/XCEssentials/XCEPipeline from cache (0.86s)
Computing version for https://github.com/XCEssentials/XCEPipeline
Computed https://github.com/XCEssentials/XCEPipeline at 3.9.1 (1.29s)
Computing version for https://github.com/XCEssentials/XCERequirement
Computed https://github.com/XCEssentials/XCERequirement at 2.6.1 (2.64s)
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.