The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Mobius, reference master (74baa7), with Swift 6.1 for macOS (SPM) on 27 Mar 2026 03:36:24 UTC.

Swift 6 data race errors: 3

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/spotify/Mobius.swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/spotify/Mobius.swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 74baa7e Merge pull request #209 from mjburghard/add-EmptyDisposable
Cloned https://github.com/spotify/Mobius.swift.git
Revision (git rev-parse @):
74baa7e07b86ae4c2673204a92230db397b8a6ae
SUCCESS checkout https://github.com/spotify/Mobius.swift.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/spotify/Mobius.swift.git
https://github.com/spotify/Mobius.swift.git
{
  "dependencies" : [
    {
      "identity" : "swift-case-paths",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.10.1",
            "upper_bound" : "0.11.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-case-paths"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "10.0.0",
            "upper_bound" : "11.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble"
    },
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.0.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick"
    }
  ],
  "manifest_display_name" : "Mobius",
  "name" : "Mobius",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "MobiusCore",
      "targets" : [
        "MobiusCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "MobiusExtras",
      "targets" : [
        "MobiusExtras"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "MobiusNimble",
      "targets" : [
        "MobiusNimble"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "MobiusTest",
      "targets" : [
        "MobiusTest"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "MobiusThrowableAssertion",
      "module_type" : "ClangTarget",
      "name" : "MobiusThrowableAssertion",
      "path" : "MobiusThrowableAssertion/Source",
      "sources" : [
        "MobiusThrowableAssertion.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MobiusTestTests",
      "module_type" : "SwiftTarget",
      "name" : "MobiusTestTests",
      "path" : "MobiusTest/Test",
      "product_dependencies" : [
        "Nimble",
        "Quick"
      ],
      "sources" : [
        "DebugDiffTests.swift",
        "FirstMatchersTests.swift",
        "InitSpecTests.swift",
        "NextMatchersTests.swift",
        "TestUtil.swift",
        "UpdateSpecTests.swift"
      ],
      "target_dependencies" : [
        "MobiusTest"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MobiusTest",
      "module_type" : "SwiftTarget",
      "name" : "MobiusTest",
      "path" : "MobiusTest/Source",
      "product_memberships" : [
        "MobiusNimble",
        "MobiusTest"
      ],
      "sources" : [
        "DebugDiff.swift",
        "FirstMatchers.swift",
        "InitSpec.swift",
        "MatcherUtils.swift",
        "NextMatchers.swift",
        "SimpleDiff.swift",
        "UpdateSpec.swift"
      ],
      "target_dependencies" : [
        "MobiusCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MobiusNimbleTests",
      "module_type" : "SwiftTarget",
      "name" : "MobiusNimbleTests",
      "path" : "MobiusNimble/Test",
      "product_dependencies" : [
        "Quick"
      ],
      "sources" : [
        "NimbleFirstMatchersTests.swift",
        "NimbleNextMatchersTests.swift",
        "TestUtil.swift"
      ],
      "target_dependencies" : [
        "MobiusNimble"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MobiusNimble",
      "module_type" : "SwiftTarget",
      "name" : "MobiusNimble",
      "path" : "MobiusNimble/Source",
      "product_dependencies" : [
        "Nimble"
      ],
      "product_memberships" : [
        "MobiusNimble"
      ],
      "sources" : [
        "NimbleFirstMatchers.swift",
        "NimbleNextMatchers.swift"
      ],
      "target_dependencies" : [
        "MobiusCore",
        "MobiusTest"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MobiusExtrasTests",
      "module_type" : "SwiftTarget",
      "name" : "MobiusExtrasTests",
      "path" : "MobiusExtras/Test",
      "product_dependencies" : [
        "Nimble",
        "Quick"
      ],
      "sources" : [
        "ConnectableClassTests.swift",
        "ConnectableContramapTests.swift",
        "ConnectableMapTests.swift",
        "CopyableTests.swift",
        "EventSource+ExtensionsTests.swift",
        "WikiTutorialTest.swift"
      ],
      "target_dependencies" : [
        "MobiusCore",
        "MobiusExtras",
        "MobiusThrowableAssertion"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MobiusExtras",
      "module_type" : "SwiftTarget",
      "name" : "MobiusExtras",
      "path" : "MobiusExtras/Source",
      "product_memberships" : [
        "MobiusExtras"
      ],
      "sources" : [
        "BeginnerLoop.swift",
        "ConnectableClass.swift",
        "ConnectableContramap.swift",
        "ConnectableMap.swift",
        "Copyable.swift",
        "EventSourceMap.swift",
        "SimpleLogger.swift"
      ],
      "target_dependencies" : [
        "MobiusCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MobiusCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "MobiusCoreTests",
      "path" : "MobiusCore/Test",
      "product_dependencies" : [
        "Nimble",
        "Quick"
      ],
      "sources" : [
        "AnonymousDisposableTests.swift",
        "AnyConnectionTests.swift",
        "AnyMobiusLoggerTests.swift",
        "AsyncDispatchQueueConnectableTests.swift",
        "CompositeDisposableTests.swift",
        "ConnectablePublisherTests.swift",
        "EffectHandlers/AnyEffectHandlerTests.swift",
        "EffectHandlers/CallbackTests.swift",
        "EffectHandlers/EffectHandlerTests.swift",
        "EffectHandlers/EffectRouterDSLTests.swift",
        "EffectHandlers/EffectRouterTests.swift",
        "EffectHandlers/EnumRouteTests.swift",
        "EventRouterDisposalLogicalRaceRegressionTest.swift",
        "EventSources/AnyEventSourceTests.swift",
        "EventSources/CompositeEventSourceBuilderTests.swift",
        "FirstTests.swift",
        "InitializationTests.swift",
        "LoggingInitiateTests.swift",
        "LoggingUpdateTests.swift",
        "MobiusControllerTests.swift",
        "MobiusHooksTests.swift",
        "MobiusIntegrationTests.swift",
        "MobiusLoopTests.swift",
        "NextTests.swift",
        "NonReentrancyTests.swift",
        "Task+DisposableTests.swift",
        "TestingErrorHandler.swift",
        "TestingUtil.swift",
        "WorkBagTests.swift"
      ],
      "target_dependencies" : [
        "MobiusCore",
        "MobiusThrowableAssertion"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MobiusCore",
      "module_type" : "SwiftTarget",
      "name" : "MobiusCore",
      "path" : "MobiusCore/Source",
      "product_dependencies" : [
        "CasePaths"
      ],
      "product_memberships" : [
        "MobiusCore",
        "MobiusExtras",
        "MobiusNimble",
        "MobiusTest"
      ],
      "sources" : [
        "AsyncDispatchQueueConnectable.swift",
        "AsyncStartStopStateMachine.swift",
        "ConcurrentAccessDetector.swift",
        "Connectable.swift",
        "ConnectablePublisher.swift",
        "Connection.swift",
        "Consumer.swift",
        "Disposables/AnonymousDisposable.swift",
        "Disposables/CompositeDisposable.swift",
        "Disposables/Disposable.swift",
        "Disposables/EmptyDisposable.swift",
        "Disposables/Task+Disposable.swift",
        "EffectHandlers/EffectCallback.swift",
        "EffectHandlers/EffectExecutor.swift",
        "EffectHandlers/EffectHandler.swift",
        "EffectHandlers/EffectRouter.swift",
        "EffectHandlers/EffectRouterDSL.swift",
        "EffectHandlers/EnumRoute.swift",
        "EffectHandlers/ThreadSafeConnectable.swift",
        "EventSources/AnyEventSource.swift",
        "EventSources/CompositeEventSourceBuilder.swift",
        "EventSources/EventSource.swift",
        "First.swift",
        "Lock.swift",
        "LoggingAdaptors.swift",
        "Mobius.swift",
        "MobiusController.swift",
        "MobiusHooks.swift",
        "MobiusLogger.swift",
        "MobiusLoop.swift",
        "Next.swift",
        "WorkBag.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
[1/1] Compiling plugin LintCommandPlugin
[2/2] Compiling plugin LintWarning
[3/3] Compiling plugin LintError
[4/4] Compiling plugin DefocusCommandPlugin
[5/5] Compiling plugin GenerateManual
[6/6] Compiling plugin GenerateDoccReference
Building for debugging...
[6/19] Write sources
[14/19] Write swift-version-2F0A5646E1D333AE.txt
[15/24] Compiling CwlMachBadInstructionHandler mach_excServer.c
[16/24] Compiling CwlCatchExceptionSupport CwlCatchException.m
[17/26] Compiling CwlMachBadInstructionHandler CwlMachBadInstructionHandler.m
[18/26] Compiling MobiusThrowableAssertion MobiusThrowableAssertion.m
[20/26] Compiling CasePaths CasePaths.swift
[21/26] Compiling CasePaths Operators.swift
[22/26] Emitting module CasePaths
[23/26] Compiling CasePaths EnumReflection.swift
[24/26] Compiling CasePaths CasePath.swift
[25/26] Compiling CwlCatchException CwlCatchException.swift
[26/26] Emitting module CwlCatchException
[27/60] Compiling MobiusCore CompositeDisposable.swift
[28/60] Compiling MobiusCore Disposable.swift
[29/60] Compiling MobiusCore EmptyDisposable.swift
[30/60] Emitting module MobiusCore
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/MobiusHooks.swift:16:36: warning: static property 'errorHandler' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
14 |     /// Internal: we prefer to call `errorHandler` directly, without abstractions, to minimize the depth of crash
15 |     /// stack traces. This requires that `#file` and `#line` are passed explicitly.
16 |     public private(set) static var errorHandler: ErrorHandler = MobiusHooks.defaultErrorHandler
   |                                    |- warning: static property 'errorHandler' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                    |- note: convert 'errorHandler' to a 'let' constant to make 'Sendable' shared state immutable
   |                                    |- note: add '@MainActor' to make static property 'errorHandler' part of global actor 'MainActor'
   |                                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |
18 |     public static func setErrorHandler(_ newErrorHandler: @escaping ErrorHandler) {
[31/63] Compiling MobiusCore ConnectablePublisher.swift
[32/63] Compiling MobiusCore Connection.swift
[33/63] Compiling MobiusCore Consumer.swift
[34/63] Compiling MobiusCore AnonymousDisposable.swift
[35/63] Compiling MobiusCore EnumRoute.swift
[36/63] Compiling MobiusCore ThreadSafeConnectable.swift
[37/63] Compiling MobiusCore AnyEventSource.swift
[38/63] Compiling MobiusCore CompositeEventSourceBuilder.swift
[39/63] Compiling MobiusCore EventSource.swift
[40/63] Compiling MobiusCore First.swift
[41/63] Compiling CwlPreconditionTesting CwlDarwinDefinitions.swift
[42/63] Emitting module CwlPreconditionTesting
[43/63] Compiling CwlPreconditionTesting CwlBadInstructionException.swift
[44/63] Compiling CwlPreconditionTesting CwlCatchBadInstruction.swift
[45/63] Compiling MobiusCore AsyncDispatchQueueConnectable.swift
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/AsyncDispatchQueueConnectable.swift:50:21: warning: capture of 'disposalStatus' with non-sendable type 'Synchronized<Bool>' in a '@Sendable' closure
48 |                 acceptQueue.async {
49 |                     // Prevents forwarding if the connection has since been disposed.
50 |                     disposalStatus.read { disposed in
   |                     `- warning: capture of 'disposalStatus' with non-sendable type 'Synchronized<Bool>' in a '@Sendable' closure
51 |                         guard !disposed else { return }
52 |                         connection.accept(input)
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/Lock.swift:19:13: note: generic class 'Synchronized' does not conform to the 'Sendable' protocol
17 | }
18 |
19 | final class Synchronized<Value> {
   |             `- note: generic class 'Synchronized' does not conform to the 'Sendable' protocol
20 |     private let lock = DispatchQueue(label: "Mobius synchronized storage")
21 |     private var storage: Value
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/AsyncDispatchQueueConnectable.swift:52:25: warning: capture of 'connection' with non-sendable type 'Connection<Input>' in a '@Sendable' closure
50 |                     disposalStatus.read { disposed in
51 |                         guard !disposed else { return }
52 |                         connection.accept(input)
   |                         `- warning: capture of 'connection' with non-sendable type 'Connection<Input>' in a '@Sendable' closure
53 |                     }
54 |                 }
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/Connection.swift:9:20: note: generic class 'Connection' does not conform to the 'Sendable' protocol
 7 | ///
 8 | /// Used for sending values to the connection and to dispose of it and all resources associated with it.
 9 | public final class Connection<Value>: Disposable {
   |                    `- note: generic class 'Connection' does not conform to the 'Sendable' protocol
10 |     private let acceptClosure: (Value) -> Void
11 |     private let disposeClosure: () -> Void
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/AsyncDispatchQueueConnectable.swift:52:43: warning: capture of 'input' with non-sendable type 'Input' in a '@Sendable' closure
 9 | /// first switching to the provided `acceptQueue`. In other words, the real `accept` method will always be executed
10 | /// asynchronously on the provided queue.
11 | final class AsyncDispatchQueueConnectable<Input, Output>: Connectable {
   |                                           `- note: consider making generic parameter 'Input' conform to the 'Sendable' protocol
12 |     private let underlyingConnectable: AnyConnectable<Input, Output>
13 |     private let acceptQueue: DispatchQueue
   :
50 |                     disposalStatus.read { disposed in
51 |                         guard !disposed else { return }
52 |                         connection.accept(input)
   |                                           `- warning: capture of 'input' with non-sendable type 'Input' in a '@Sendable' closure
53 |                     }
54 |                 }
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/AsyncDispatchQueueConnectable.swift:52:25: warning: capture of 'connection' with non-sendable type 'Connection<Input>' in an isolated closure; this is an error in the Swift 6 language mode
50 |                     disposalStatus.read { disposed in
51 |                         guard !disposed else { return }
52 |                         connection.accept(input)
   |                         `- warning: capture of 'connection' with non-sendable type 'Connection<Input>' in an isolated closure; this is an error in the Swift 6 language mode
53 |                     }
54 |                 }
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/Connection.swift:9:20: note: generic class 'Connection' does not conform to the 'Sendable' protocol
 7 | ///
 8 | /// Used for sending values to the connection and to dispose of it and all resources associated with it.
 9 | public final class Connection<Value>: Disposable {
   |                    `- note: generic class 'Connection' does not conform to the 'Sendable' protocol
10 |     private let acceptClosure: (Value) -> Void
11 |     private let disposeClosure: () -> Void
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/AsyncDispatchQueueConnectable.swift:52:43: warning: capture of 'input' with non-sendable type 'Input' in an isolated closure; this is an error in the Swift 6 language mode
 9 | /// first switching to the provided `acceptQueue`. In other words, the real `accept` method will always be executed
10 | /// asynchronously on the provided queue.
11 | final class AsyncDispatchQueueConnectable<Input, Output>: Connectable {
   |                                           `- note: consider making generic parameter 'Input' conform to the 'Sendable' protocol
12 |     private let underlyingConnectable: AnyConnectable<Input, Output>
13 |     private let acceptQueue: DispatchQueue
   :
50 |                     disposalStatus.read { disposed in
51 |                         guard !disposed else { return }
52 |                         connection.accept(input)
   |                                           `- warning: capture of 'input' with non-sendable type 'Input' in an isolated closure; this is an error in the Swift 6 language mode
53 |                     }
54 |                 }
[46/63] Compiling MobiusCore AsyncStartStopStateMachine.swift
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/AsyncDispatchQueueConnectable.swift:50:21: warning: capture of 'disposalStatus' with non-sendable type 'Synchronized<Bool>' in a '@Sendable' closure
48 |                 acceptQueue.async {
49 |                     // Prevents forwarding if the connection has since been disposed.
50 |                     disposalStatus.read { disposed in
   |                     `- warning: capture of 'disposalStatus' with non-sendable type 'Synchronized<Bool>' in a '@Sendable' closure
51 |                         guard !disposed else { return }
52 |                         connection.accept(input)
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/Lock.swift:19:13: note: generic class 'Synchronized' does not conform to the 'Sendable' protocol
17 | }
18 |
19 | final class Synchronized<Value> {
   |             `- note: generic class 'Synchronized' does not conform to the 'Sendable' protocol
20 |     private let lock = DispatchQueue(label: "Mobius synchronized storage")
21 |     private var storage: Value
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/AsyncDispatchQueueConnectable.swift:52:25: warning: capture of 'connection' with non-sendable type 'Connection<Input>' in a '@Sendable' closure
50 |                     disposalStatus.read { disposed in
51 |                         guard !disposed else { return }
52 |                         connection.accept(input)
   |                         `- warning: capture of 'connection' with non-sendable type 'Connection<Input>' in a '@Sendable' closure
53 |                     }
54 |                 }
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/Connection.swift:9:20: note: generic class 'Connection' does not conform to the 'Sendable' protocol
 7 | ///
 8 | /// Used for sending values to the connection and to dispose of it and all resources associated with it.
 9 | public final class Connection<Value>: Disposable {
   |                    `- note: generic class 'Connection' does not conform to the 'Sendable' protocol
10 |     private let acceptClosure: (Value) -> Void
11 |     private let disposeClosure: () -> Void
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/AsyncDispatchQueueConnectable.swift:52:43: warning: capture of 'input' with non-sendable type 'Input' in a '@Sendable' closure
 9 | /// first switching to the provided `acceptQueue`. In other words, the real `accept` method will always be executed
10 | /// asynchronously on the provided queue.
11 | final class AsyncDispatchQueueConnectable<Input, Output>: Connectable {
   |                                           `- note: consider making generic parameter 'Input' conform to the 'Sendable' protocol
12 |     private let underlyingConnectable: AnyConnectable<Input, Output>
13 |     private let acceptQueue: DispatchQueue
   :
50 |                     disposalStatus.read { disposed in
51 |                         guard !disposed else { return }
52 |                         connection.accept(input)
   |                                           `- warning: capture of 'input' with non-sendable type 'Input' in a '@Sendable' closure
53 |                     }
54 |                 }
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/AsyncDispatchQueueConnectable.swift:52:25: warning: capture of 'connection' with non-sendable type 'Connection<Input>' in an isolated closure; this is an error in the Swift 6 language mode
50 |                     disposalStatus.read { disposed in
51 |                         guard !disposed else { return }
52 |                         connection.accept(input)
   |                         `- warning: capture of 'connection' with non-sendable type 'Connection<Input>' in an isolated closure; this is an error in the Swift 6 language mode
53 |                     }
54 |                 }
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/Connection.swift:9:20: note: generic class 'Connection' does not conform to the 'Sendable' protocol
 7 | ///
 8 | /// Used for sending values to the connection and to dispose of it and all resources associated with it.
 9 | public final class Connection<Value>: Disposable {
   |                    `- note: generic class 'Connection' does not conform to the 'Sendable' protocol
10 |     private let acceptClosure: (Value) -> Void
11 |     private let disposeClosure: () -> Void
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/AsyncDispatchQueueConnectable.swift:52:43: warning: capture of 'input' with non-sendable type 'Input' in an isolated closure; this is an error in the Swift 6 language mode
 9 | /// first switching to the provided `acceptQueue`. In other words, the real `accept` method will always be executed
10 | /// asynchronously on the provided queue.
11 | final class AsyncDispatchQueueConnectable<Input, Output>: Connectable {
   |                                           `- note: consider making generic parameter 'Input' conform to the 'Sendable' protocol
12 |     private let underlyingConnectable: AnyConnectable<Input, Output>
13 |     private let acceptQueue: DispatchQueue
   :
50 |                     disposalStatus.read { disposed in
51 |                         guard !disposed else { return }
52 |                         connection.accept(input)
   |                                           `- warning: capture of 'input' with non-sendable type 'Input' in an isolated closure; this is an error in the Swift 6 language mode
53 |                     }
54 |                 }
[47/63] Compiling MobiusCore ConcurrentAccessDetector.swift
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/AsyncDispatchQueueConnectable.swift:50:21: warning: capture of 'disposalStatus' with non-sendable type 'Synchronized<Bool>' in a '@Sendable' closure
48 |                 acceptQueue.async {
49 |                     // Prevents forwarding if the connection has since been disposed.
50 |                     disposalStatus.read { disposed in
   |                     `- warning: capture of 'disposalStatus' with non-sendable type 'Synchronized<Bool>' in a '@Sendable' closure
51 |                         guard !disposed else { return }
52 |                         connection.accept(input)
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/Lock.swift:19:13: note: generic class 'Synchronized' does not conform to the 'Sendable' protocol
17 | }
18 |
19 | final class Synchronized<Value> {
   |             `- note: generic class 'Synchronized' does not conform to the 'Sendable' protocol
20 |     private let lock = DispatchQueue(label: "Mobius synchronized storage")
21 |     private var storage: Value
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/AsyncDispatchQueueConnectable.swift:52:25: warning: capture of 'connection' with non-sendable type 'Connection<Input>' in a '@Sendable' closure
50 |                     disposalStatus.read { disposed in
51 |                         guard !disposed else { return }
52 |                         connection.accept(input)
   |                         `- warning: capture of 'connection' with non-sendable type 'Connection<Input>' in a '@Sendable' closure
53 |                     }
54 |                 }
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/Connection.swift:9:20: note: generic class 'Connection' does not conform to the 'Sendable' protocol
 7 | ///
 8 | /// Used for sending values to the connection and to dispose of it and all resources associated with it.
 9 | public final class Connection<Value>: Disposable {
   |                    `- note: generic class 'Connection' does not conform to the 'Sendable' protocol
10 |     private let acceptClosure: (Value) -> Void
11 |     private let disposeClosure: () -> Void
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/AsyncDispatchQueueConnectable.swift:52:43: warning: capture of 'input' with non-sendable type 'Input' in a '@Sendable' closure
 9 | /// first switching to the provided `acceptQueue`. In other words, the real `accept` method will always be executed
10 | /// asynchronously on the provided queue.
11 | final class AsyncDispatchQueueConnectable<Input, Output>: Connectable {
   |                                           `- note: consider making generic parameter 'Input' conform to the 'Sendable' protocol
12 |     private let underlyingConnectable: AnyConnectable<Input, Output>
13 |     private let acceptQueue: DispatchQueue
   :
50 |                     disposalStatus.read { disposed in
51 |                         guard !disposed else { return }
52 |                         connection.accept(input)
   |                                           `- warning: capture of 'input' with non-sendable type 'Input' in a '@Sendable' closure
53 |                     }
54 |                 }
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/AsyncDispatchQueueConnectable.swift:52:25: warning: capture of 'connection' with non-sendable type 'Connection<Input>' in an isolated closure; this is an error in the Swift 6 language mode
50 |                     disposalStatus.read { disposed in
51 |                         guard !disposed else { return }
52 |                         connection.accept(input)
   |                         `- warning: capture of 'connection' with non-sendable type 'Connection<Input>' in an isolated closure; this is an error in the Swift 6 language mode
53 |                     }
54 |                 }
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/Connection.swift:9:20: note: generic class 'Connection' does not conform to the 'Sendable' protocol
 7 | ///
 8 | /// Used for sending values to the connection and to dispose of it and all resources associated with it.
 9 | public final class Connection<Value>: Disposable {
   |                    `- note: generic class 'Connection' does not conform to the 'Sendable' protocol
10 |     private let acceptClosure: (Value) -> Void
11 |     private let disposeClosure: () -> Void
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/AsyncDispatchQueueConnectable.swift:52:43: warning: capture of 'input' with non-sendable type 'Input' in an isolated closure; this is an error in the Swift 6 language mode
 9 | /// first switching to the provided `acceptQueue`. In other words, the real `accept` method will always be executed
10 | /// asynchronously on the provided queue.
11 | final class AsyncDispatchQueueConnectable<Input, Output>: Connectable {
   |                                           `- note: consider making generic parameter 'Input' conform to the 'Sendable' protocol
12 |     private let underlyingConnectable: AnyConnectable<Input, Output>
13 |     private let acceptQueue: DispatchQueue
   :
50 |                     disposalStatus.read { disposed in
51 |                         guard !disposed else { return }
52 |                         connection.accept(input)
   |                                           `- warning: capture of 'input' with non-sendable type 'Input' in an isolated closure; this is an error in the Swift 6 language mode
53 |                     }
54 |                 }
[48/63] Compiling MobiusCore Connectable.swift
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/AsyncDispatchQueueConnectable.swift:50:21: warning: capture of 'disposalStatus' with non-sendable type 'Synchronized<Bool>' in a '@Sendable' closure
48 |                 acceptQueue.async {
49 |                     // Prevents forwarding if the connection has since been disposed.
50 |                     disposalStatus.read { disposed in
   |                     `- warning: capture of 'disposalStatus' with non-sendable type 'Synchronized<Bool>' in a '@Sendable' closure
51 |                         guard !disposed else { return }
52 |                         connection.accept(input)
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/Lock.swift:19:13: note: generic class 'Synchronized' does not conform to the 'Sendable' protocol
17 | }
18 |
19 | final class Synchronized<Value> {
   |             `- note: generic class 'Synchronized' does not conform to the 'Sendable' protocol
20 |     private let lock = DispatchQueue(label: "Mobius synchronized storage")
21 |     private var storage: Value
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/AsyncDispatchQueueConnectable.swift:52:25: warning: capture of 'connection' with non-sendable type 'Connection<Input>' in a '@Sendable' closure
50 |                     disposalStatus.read { disposed in
51 |                         guard !disposed else { return }
52 |                         connection.accept(input)
   |                         `- warning: capture of 'connection' with non-sendable type 'Connection<Input>' in a '@Sendable' closure
53 |                     }
54 |                 }
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/Connection.swift:9:20: note: generic class 'Connection' does not conform to the 'Sendable' protocol
 7 | ///
 8 | /// Used for sending values to the connection and to dispose of it and all resources associated with it.
 9 | public final class Connection<Value>: Disposable {
   |                    `- note: generic class 'Connection' does not conform to the 'Sendable' protocol
10 |     private let acceptClosure: (Value) -> Void
11 |     private let disposeClosure: () -> Void
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/AsyncDispatchQueueConnectable.swift:52:43: warning: capture of 'input' with non-sendable type 'Input' in a '@Sendable' closure
 9 | /// first switching to the provided `acceptQueue`. In other words, the real `accept` method will always be executed
10 | /// asynchronously on the provided queue.
11 | final class AsyncDispatchQueueConnectable<Input, Output>: Connectable {
   |                                           `- note: consider making generic parameter 'Input' conform to the 'Sendable' protocol
12 |     private let underlyingConnectable: AnyConnectable<Input, Output>
13 |     private let acceptQueue: DispatchQueue
   :
50 |                     disposalStatus.read { disposed in
51 |                         guard !disposed else { return }
52 |                         connection.accept(input)
   |                                           `- warning: capture of 'input' with non-sendable type 'Input' in a '@Sendable' closure
53 |                     }
54 |                 }
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/AsyncDispatchQueueConnectable.swift:52:25: warning: capture of 'connection' with non-sendable type 'Connection<Input>' in an isolated closure; this is an error in the Swift 6 language mode
50 |                     disposalStatus.read { disposed in
51 |                         guard !disposed else { return }
52 |                         connection.accept(input)
   |                         `- warning: capture of 'connection' with non-sendable type 'Connection<Input>' in an isolated closure; this is an error in the Swift 6 language mode
53 |                     }
54 |                 }
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/Connection.swift:9:20: note: generic class 'Connection' does not conform to the 'Sendable' protocol
 7 | ///
 8 | /// Used for sending values to the connection and to dispose of it and all resources associated with it.
 9 | public final class Connection<Value>: Disposable {
   |                    `- note: generic class 'Connection' does not conform to the 'Sendable' protocol
10 |     private let acceptClosure: (Value) -> Void
11 |     private let disposeClosure: () -> Void
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/AsyncDispatchQueueConnectable.swift:52:43: warning: capture of 'input' with non-sendable type 'Input' in an isolated closure; this is an error in the Swift 6 language mode
 9 | /// first switching to the provided `acceptQueue`. In other words, the real `accept` method will always be executed
10 | /// asynchronously on the provided queue.
11 | final class AsyncDispatchQueueConnectable<Input, Output>: Connectable {
   |                                           `- note: consider making generic parameter 'Input' conform to the 'Sendable' protocol
12 |     private let underlyingConnectable: AnyConnectable<Input, Output>
13 |     private let acceptQueue: DispatchQueue
   :
50 |                     disposalStatus.read { disposed in
51 |                         guard !disposed else { return }
52 |                         connection.accept(input)
   |                                           `- warning: capture of 'input' with non-sendable type 'Input' in an isolated closure; this is an error in the Swift 6 language mode
53 |                     }
54 |                 }
[49/63] Compiling MobiusCore Lock.swift
[50/63] Compiling MobiusCore LoggingAdaptors.swift
[51/63] Compiling MobiusCore Mobius.swift
[52/63] Compiling MobiusCore Task+Disposable.swift
[53/63] Compiling MobiusCore EffectCallback.swift
[54/63] Compiling MobiusCore EffectExecutor.swift
[55/63] Compiling MobiusCore MobiusController.swift
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/MobiusController.swift:92:27: warning: capture of 'state' with non-sendable type 'MobiusController<Model, Event, Effect>.State' (aka 'AsyncStartStopStateMachine<MobiusController<Model, Event, Effect>.StoppedState, MobiusController<Model, Event, Effect>.RunningState>') in a '@Sendable' closure
 90 |             return { event in
 91 |                 loopQueue.async {
 92 |                     guard state.running else {
    |                           `- warning: capture of 'state' with non-sendable type 'MobiusController<Model, Event, Effect>.State' (aka 'AsyncStartStopStateMachine<MobiusController<Model, Event, Effect>.StoppedState, MobiusController<Model, Event, Effect>.RunningState>') in a '@Sendable' closure
 93 |                         // If we got here, the controller was stopped while this async block was queued. Callers can’t
 94 |                         // possibly avoid this except through complete external serialization of all access to the
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/AsyncStartStopStateMachine.swift:12:13: note: generic class 'AsyncStartStopStateMachine' does not conform to the 'Sendable' protocol
 10 | /// tools to easily make it thread safe. In particular, we need to be able to query whether we’re currently running or
 11 | /// not from any queue, including the designated mutating queue.
 12 | final class AsyncStartStopStateMachine<StoppedState, RunningState> {
    |             `- note: generic class 'AsyncStartStopStateMachine' does not conform to the 'Sendable' protocol
 13 |     // Intermediate states are required to handle the case where `running` is queried during a state transition.
 14 |     //
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/MobiusController.swift:101:21: warning: capture of 'consumer' with non-sendable type 'Consumer<Event>' (aka '(Event) -> ()') in a '@Sendable' closure
 99 |                         return
100 |                     }
101 |                     consumer(event)
    |                     |- warning: capture of 'consumer' with non-sendable type 'Consumer<Event>' (aka '(Event) -> ()') in a '@Sendable' closure
    |                     `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
102 |                 }
103 |             }
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/MobiusController.swift:101:30: warning: capture of 'event' with non-sendable type 'Event' in a '@Sendable' closure
  8 | /// If a loop is stopped and then started again via the controller, the new loop will continue from where the last one
  9 | /// left off.
 10 | public final class MobiusController<Model, Event, Effect> {
    |                                            `- note: consider making generic parameter 'Event' conform to the 'Sendable' protocol
 11 |     typealias Loop = MobiusLoop<Model, Event, Effect>
 12 |     typealias ViewConnectable = AsyncDispatchQueueConnectable<Model, Event>
    :
 99 |                         return
100 |                     }
101 |                     consumer(event)
    |                              `- warning: capture of 'event' with non-sendable type 'Event' in a '@Sendable' closure
102 |                 }
103 |             }
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/MobiusHooks.swift:16:36: warning: static property 'errorHandler' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
14 |     /// Internal: we prefer to call `errorHandler` directly, without abstractions, to minimize the depth of crash
15 |     /// stack traces. This requires that `#file` and `#line` are passed explicitly.
16 |     public private(set) static var errorHandler: ErrorHandler = MobiusHooks.defaultErrorHandler
   |                                    |- warning: static property 'errorHandler' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                    |- note: convert 'errorHandler' to a 'let' constant to make 'Sendable' shared state immutable
   |                                    |- note: add '@MainActor' to make static property 'errorHandler' part of global actor 'MainActor'
   |                                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |
18 |     public static func setErrorHandler(_ newErrorHandler: @escaping ErrorHandler) {
[56/63] Compiling MobiusCore MobiusHooks.swift
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/MobiusController.swift:92:27: warning: capture of 'state' with non-sendable type 'MobiusController<Model, Event, Effect>.State' (aka 'AsyncStartStopStateMachine<MobiusController<Model, Event, Effect>.StoppedState, MobiusController<Model, Event, Effect>.RunningState>') in a '@Sendable' closure
 90 |             return { event in
 91 |                 loopQueue.async {
 92 |                     guard state.running else {
    |                           `- warning: capture of 'state' with non-sendable type 'MobiusController<Model, Event, Effect>.State' (aka 'AsyncStartStopStateMachine<MobiusController<Model, Event, Effect>.StoppedState, MobiusController<Model, Event, Effect>.RunningState>') in a '@Sendable' closure
 93 |                         // If we got here, the controller was stopped while this async block was queued. Callers can’t
 94 |                         // possibly avoid this except through complete external serialization of all access to the
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/AsyncStartStopStateMachine.swift:12:13: note: generic class 'AsyncStartStopStateMachine' does not conform to the 'Sendable' protocol
 10 | /// tools to easily make it thread safe. In particular, we need to be able to query whether we’re currently running or
 11 | /// not from any queue, including the designated mutating queue.
 12 | final class AsyncStartStopStateMachine<StoppedState, RunningState> {
    |             `- note: generic class 'AsyncStartStopStateMachine' does not conform to the 'Sendable' protocol
 13 |     // Intermediate states are required to handle the case where `running` is queried during a state transition.
 14 |     //
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/MobiusController.swift:101:21: warning: capture of 'consumer' with non-sendable type 'Consumer<Event>' (aka '(Event) -> ()') in a '@Sendable' closure
 99 |                         return
100 |                     }
101 |                     consumer(event)
    |                     |- warning: capture of 'consumer' with non-sendable type 'Consumer<Event>' (aka '(Event) -> ()') in a '@Sendable' closure
    |                     `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
102 |                 }
103 |             }
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/MobiusController.swift:101:30: warning: capture of 'event' with non-sendable type 'Event' in a '@Sendable' closure
  8 | /// If a loop is stopped and then started again via the controller, the new loop will continue from where the last one
  9 | /// left off.
 10 | public final class MobiusController<Model, Event, Effect> {
    |                                            `- note: consider making generic parameter 'Event' conform to the 'Sendable' protocol
 11 |     typealias Loop = MobiusLoop<Model, Event, Effect>
 12 |     typealias ViewConnectable = AsyncDispatchQueueConnectable<Model, Event>
    :
 99 |                         return
100 |                     }
101 |                     consumer(event)
    |                              `- warning: capture of 'event' with non-sendable type 'Event' in a '@Sendable' closure
102 |                 }
103 |             }
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/MobiusHooks.swift:16:36: warning: static property 'errorHandler' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
14 |     /// Internal: we prefer to call `errorHandler` directly, without abstractions, to minimize the depth of crash
15 |     /// stack traces. This requires that `#file` and `#line` are passed explicitly.
16 |     public private(set) static var errorHandler: ErrorHandler = MobiusHooks.defaultErrorHandler
   |                                    |- warning: static property 'errorHandler' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                    |- note: convert 'errorHandler' to a 'let' constant to make 'Sendable' shared state immutable
   |                                    |- note: add '@MainActor' to make static property 'errorHandler' part of global actor 'MainActor'
   |                                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |
18 |     public static func setErrorHandler(_ newErrorHandler: @escaping ErrorHandler) {
[57/63] Compiling MobiusCore MobiusLogger.swift
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/MobiusController.swift:92:27: warning: capture of 'state' with non-sendable type 'MobiusController<Model, Event, Effect>.State' (aka 'AsyncStartStopStateMachine<MobiusController<Model, Event, Effect>.StoppedState, MobiusController<Model, Event, Effect>.RunningState>') in a '@Sendable' closure
 90 |             return { event in
 91 |                 loopQueue.async {
 92 |                     guard state.running else {
    |                           `- warning: capture of 'state' with non-sendable type 'MobiusController<Model, Event, Effect>.State' (aka 'AsyncStartStopStateMachine<MobiusController<Model, Event, Effect>.StoppedState, MobiusController<Model, Event, Effect>.RunningState>') in a '@Sendable' closure
 93 |                         // If we got here, the controller was stopped while this async block was queued. Callers can’t
 94 |                         // possibly avoid this except through complete external serialization of all access to the
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/AsyncStartStopStateMachine.swift:12:13: note: generic class 'AsyncStartStopStateMachine' does not conform to the 'Sendable' protocol
 10 | /// tools to easily make it thread safe. In particular, we need to be able to query whether we’re currently running or
 11 | /// not from any queue, including the designated mutating queue.
 12 | final class AsyncStartStopStateMachine<StoppedState, RunningState> {
    |             `- note: generic class 'AsyncStartStopStateMachine' does not conform to the 'Sendable' protocol
 13 |     // Intermediate states are required to handle the case where `running` is queried during a state transition.
 14 |     //
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/MobiusController.swift:101:21: warning: capture of 'consumer' with non-sendable type 'Consumer<Event>' (aka '(Event) -> ()') in a '@Sendable' closure
 99 |                         return
100 |                     }
101 |                     consumer(event)
    |                     |- warning: capture of 'consumer' with non-sendable type 'Consumer<Event>' (aka '(Event) -> ()') in a '@Sendable' closure
    |                     `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
102 |                 }
103 |             }
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/MobiusController.swift:101:30: warning: capture of 'event' with non-sendable type 'Event' in a '@Sendable' closure
  8 | /// If a loop is stopped and then started again via the controller, the new loop will continue from where the last one
  9 | /// left off.
 10 | public final class MobiusController<Model, Event, Effect> {
    |                                            `- note: consider making generic parameter 'Event' conform to the 'Sendable' protocol
 11 |     typealias Loop = MobiusLoop<Model, Event, Effect>
 12 |     typealias ViewConnectable = AsyncDispatchQueueConnectable<Model, Event>
    :
 99 |                         return
100 |                     }
101 |                     consumer(event)
    |                              `- warning: capture of 'event' with non-sendable type 'Event' in a '@Sendable' closure
102 |                 }
103 |             }
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/MobiusHooks.swift:16:36: warning: static property 'errorHandler' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
14 |     /// Internal: we prefer to call `errorHandler` directly, without abstractions, to minimize the depth of crash
15 |     /// stack traces. This requires that `#file` and `#line` are passed explicitly.
16 |     public private(set) static var errorHandler: ErrorHandler = MobiusHooks.defaultErrorHandler
   |                                    |- warning: static property 'errorHandler' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                    |- note: convert 'errorHandler' to a 'let' constant to make 'Sendable' shared state immutable
   |                                    |- note: add '@MainActor' to make static property 'errorHandler' part of global actor 'MainActor'
   |                                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |
18 |     public static func setErrorHandler(_ newErrorHandler: @escaping ErrorHandler) {
[58/63] Compiling MobiusCore EffectHandler.swift
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/EffectHandlers/EffectRouter.swift:121:37: warning: capture of 'connection' with non-sendable type 'Connection<EffectParameters>' in a '@Sendable' closure
119 |                             if let queue = queue {
120 |                                 queue.async {
121 |                                     connection.accept(parameters)
    |                                     `- warning: capture of 'connection' with non-sendable type 'Connection<EffectParameters>' in a '@Sendable' closure
122 |                                 }
123 |                             } else {
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/Connection.swift:9:20: note: generic class 'Connection' does not conform to the 'Sendable' protocol
 7 | ///
 8 | /// Used for sending values to the connection and to dispose of it and all resources associated with it.
 9 | public final class Connection<Value>: Disposable {
   |                    `- note: generic class 'Connection' does not conform to the 'Sendable' protocol
10 |     private let acceptClosure: (Value) -> Void
11 |     private let disposeClosure: () -> Void
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/EffectHandlers/EffectRouter.swift:121:55: warning: capture of 'parameters' with non-sendable type 'EffectParameters' in a '@Sendable' closure
106 |     let connect: (@escaping Consumer<Output>) -> ConnectedRoute<Input>
107 |
108 |     init<EffectParameters, Conn: Connectable>(
    |          `- note: consider making generic parameter 'EffectParameters' conform to the 'Sendable' protocol
109 |         extractParameters: @escaping (Input) -> EffectParameters?,
110 |         connectable: Conn,
    :
119 |                             if let queue = queue {
120 |                                 queue.async {
121 |                                     connection.accept(parameters)
    |                                                       `- warning: capture of 'parameters' with non-sendable type 'EffectParameters' in a '@Sendable' closure
122 |                                 }
123 |                             } else {
[59/63] Compiling MobiusCore EffectRouter.swift
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/EffectHandlers/EffectRouter.swift:121:37: warning: capture of 'connection' with non-sendable type 'Connection<EffectParameters>' in a '@Sendable' closure
119 |                             if let queue = queue {
120 |                                 queue.async {
121 |                                     connection.accept(parameters)
    |                                     `- warning: capture of 'connection' with non-sendable type 'Connection<EffectParameters>' in a '@Sendable' closure
122 |                                 }
123 |                             } else {
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/Connection.swift:9:20: note: generic class 'Connection' does not conform to the 'Sendable' protocol
 7 | ///
 8 | /// Used for sending values to the connection and to dispose of it and all resources associated with it.
 9 | public final class Connection<Value>: Disposable {
   |                    `- note: generic class 'Connection' does not conform to the 'Sendable' protocol
10 |     private let acceptClosure: (Value) -> Void
11 |     private let disposeClosure: () -> Void
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/EffectHandlers/EffectRouter.swift:121:55: warning: capture of 'parameters' with non-sendable type 'EffectParameters' in a '@Sendable' closure
106 |     let connect: (@escaping Consumer<Output>) -> ConnectedRoute<Input>
107 |
108 |     init<EffectParameters, Conn: Connectable>(
    |          `- note: consider making generic parameter 'EffectParameters' conform to the 'Sendable' protocol
109 |         extractParameters: @escaping (Input) -> EffectParameters?,
110 |         connectable: Conn,
    :
119 |                             if let queue = queue {
120 |                                 queue.async {
121 |                                     connection.accept(parameters)
    |                                                       `- warning: capture of 'parameters' with non-sendable type 'EffectParameters' in a '@Sendable' closure
122 |                                 }
123 |                             } else {
[60/63] Compiling MobiusCore EffectRouterDSL.swift
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/EffectHandlers/EffectRouter.swift:121:37: warning: capture of 'connection' with non-sendable type 'Connection<EffectParameters>' in a '@Sendable' closure
119 |                             if let queue = queue {
120 |                                 queue.async {
121 |                                     connection.accept(parameters)
    |                                     `- warning: capture of 'connection' with non-sendable type 'Connection<EffectParameters>' in a '@Sendable' closure
122 |                                 }
123 |                             } else {
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/Connection.swift:9:20: note: generic class 'Connection' does not conform to the 'Sendable' protocol
 7 | ///
 8 | /// Used for sending values to the connection and to dispose of it and all resources associated with it.
 9 | public final class Connection<Value>: Disposable {
   |                    `- note: generic class 'Connection' does not conform to the 'Sendable' protocol
10 |     private let acceptClosure: (Value) -> Void
11 |     private let disposeClosure: () -> Void
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/EffectHandlers/EffectRouter.swift:121:55: warning: capture of 'parameters' with non-sendable type 'EffectParameters' in a '@Sendable' closure
106 |     let connect: (@escaping Consumer<Output>) -> ConnectedRoute<Input>
107 |
108 |     init<EffectParameters, Conn: Connectable>(
    |          `- note: consider making generic parameter 'EffectParameters' conform to the 'Sendable' protocol
109 |         extractParameters: @escaping (Input) -> EffectParameters?,
110 |         connectable: Conn,
    :
119 |                             if let queue = queue {
120 |                                 queue.async {
121 |                                     connection.accept(parameters)
    |                                                       `- warning: capture of 'parameters' with non-sendable type 'EffectParameters' in a '@Sendable' closure
122 |                                 }
123 |                             } else {
[61/85] Compiling MobiusCore MobiusLoop.swift
[62/85] Compiling MobiusCore Next.swift
[63/85] Compiling MobiusCore WorkBag.swift
[64/129] Compiling MobiusExtras EventSourceMap.swift
[65/129] Compiling MobiusExtras Copyable.swift
[66/129] Compiling MobiusExtras ConnectableContramap.swift
[67/129] Compiling MobiusExtras ConnectableMap.swift
[68/129] Compiling MobiusExtras SimpleLogger.swift
[69/129] Compiling MobiusExtras BeginnerLoop.swift
[70/129] Emitting module MobiusExtras
[71/129] Compiling MobiusExtras ConnectableClass.swift
/Users/admin/builder/spi-builder-workspace/MobiusExtras/Source/ConnectableClass.swift:63:25: warning: reference to static property 'errorHandler' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 61 |
 62 |         guard self.consumer == nil else {
 63 |             MobiusHooks.errorHandler(
    |                         `- warning: reference to static property 'errorHandler' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 64 |                 "Connection limit exceeded: The Connectable \(type(of: self)) is already connected. " +
 65 |                 "Unable to connect more than once",
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/MobiusHooks.swift:16:36: note: static property declared here
14 |     /// Internal: we prefer to call `errorHandler` directly, without abstractions, to minimize the depth of crash
15 |     /// stack traces. This requires that `#file` and `#line` are passed explicitly.
16 |     public private(set) static var errorHandler: ErrorHandler = MobiusHooks.defaultErrorHandler
   |                                    `- note: static property declared here
17 |
18 |     public static func setErrorHandler(_ newErrorHandler: @escaping ErrorHandler) {
/Users/admin/builder/spi-builder-workspace/MobiusExtras/Source/ConnectableClass.swift:84:25: warning: reference to static property 'errorHandler' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 82 |         lock.unlock()
 83 |         guard consumerSet else {
 84 |             MobiusHooks.errorHandler(
    |                         `- warning: reference to static property 'errorHandler' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
 85 |                 "\(type(of: self)) is unable to handle \(type(of: input)) before any consumer has been set",
 86 |                 #file,
/Users/admin/builder/spi-builder-workspace/MobiusCore/Source/MobiusHooks.swift:16:36: note: static property declared here
14 |     /// Internal: we prefer to call `errorHandler` directly, without abstractions, to minimize the depth of crash
15 |     /// stack traces. This requires that `#file` and `#line` are passed explicitly.
16 |     public private(set) static var errorHandler: ErrorHandler = MobiusHooks.defaultErrorHandler
   |                                    `- note: static property declared here
17 |
18 |     public static func setErrorHandler(_ newErrorHandler: @escaping ErrorHandler) {
[72/129] Compiling MobiusTest UpdateSpec.swift
[73/129] Emitting module Nimble
[74/134] Compiling Nimble BeEmpty.swift
[75/134] Compiling Nimble BeGreaterThan.swift
[76/134] Compiling Nimble BeGreaterThanOrEqualTo.swift
[77/134] Compiling Nimble BeIdenticalTo.swift
[78/134] Compiling Nimble BeLessThan.swift
[79/134] Compiling Nimble BeLessThanOrEqual.swift
[80/134] Compiling Nimble FailureMessage.swift
[81/134] Compiling Nimble AllPass.swift
[82/134] Compiling Nimble Async.swift
[83/134] Compiling Nimble BeAKindOf.swift
[84/134] Compiling Nimble BeAnInstanceOf.swift
[85/134] Compiling Nimble BeCloseTo.swift
[86/134] Compiling Nimble SatisfyAllOf.swift
[87/134] Compiling Nimble SatisfyAnyOf.swift
[88/134] Compiling Nimble ThrowAssertion.swift
[89/134] Compiling Nimble ThrowError.swift
[90/134] Compiling Nimble ToSucceed.swift
[91/134] Compiling Nimble BeginWith.swift
[92/134] Compiling Nimble BeginWithPrefix.swift
[93/134] Compiling Nimble Contain.swift
[94/134] Compiling Nimble ContainElementSatisfying.swift
[95/134] Compiling Nimble ElementsEqual.swift
[96/134] Compiling Nimble BeLogical.swift
[97/134] Compiling Nimble BeNil.swift
[98/134] Compiling Nimble BeResult.swift
[99/134] Compiling Nimble BeVoid.swift
[100/134] Compiling Nimble BeWithin.swift
[101/134] Compiling Nimble EndWith.swift
[102/134] Compiling Nimble Equal+Tuple.swift
[103/134] Compiling Nimble Equal.swift
[104/134] Compiling Nimble HaveCount.swift
[105/134] Compiling Nimble Match.swift
[106/134] Compiling Nimble ExceptionCapture.swift
[107/134] Compiling Nimble DSL+Wait.swift
[108/134] Compiling Nimble DSL.swift
[109/134] Compiling Nimble Expectation.swift
[110/134] Compiling Nimble ExpectationMessage.swift
[111/134] Compiling Nimble Expression.swift
[112/134] Compiling Nimble MatchError.swift
[113/134] Compiling Nimble MatcherProtocols.swift
[114/134] Compiling Nimble PostNotification.swift
[115/134] Compiling Nimble Predicate.swift
[116/134] Compiling Nimble RaisesException.swift
[117/134] Compiling Nimble Await.swift
[118/134] Compiling Nimble DispatchTimeInterval.swift
[119/134] Compiling Nimble Errors.swift
[120/134] Compiling Nimble SourceLocation.swift
[121/134] Compiling Nimble Stringers.swift
[122/134] Compiling MobiusTest SimpleDiff.swift
[123/134] Compiling MobiusTest DebugDiff.swift
[124/134] Compiling MobiusTest MatcherUtils.swift
[125/134] Compiling MobiusTest FirstMatchers.swift
[126/134] Compiling MobiusTest InitSpec.swift
[127/134] Compiling MobiusTest NextMatchers.swift
[128/134] Emitting module MobiusTest
[129/134] Compiling Nimble AdapterProtocols.swift
[130/134] Compiling Nimble AssertionDispatcher.swift
[131/134] Compiling Nimble AssertionRecorder.swift
[132/134] Compiling Nimble NMBExpectation.swift
[133/134] Compiling Nimble NimbleEnvironment.swift
[134/134] Compiling Nimble NimbleXCTestHandler.swift
[135/137] Compiling MobiusNimble NimbleFirstMatchers.swift
/Users/admin/builder/spi-builder-workspace/MobiusNimble/Source/NimbleFirstMatchers.swift:24:5: warning: let 'unexpectedNilParameterPredicateResult' is not concurrency-safe because non-'Sendable' type 'PredicateResult' may have shared mutable state; this is an error in the Swift 6 language mode
 22 |
 23 | let nextBeingNilNotAllowed = "have a non-nil First. Got <nil>"
 24 | let unexpectedNilParameterPredicateResult = PredicateResult(bool: false, message: .expectedTo(nextBeingNilNotAllowed))
    |     `- warning: let 'unexpectedNilParameterPredicateResult' is not concurrency-safe because non-'Sendable' type 'PredicateResult' may have shared mutable state; this is an error in the Swift 6 language mode
 25 |
 26 | /// Returns a `Predicate` that matches `First` instances with a model that is equal to the supplied one.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:91:15: note: struct 'PredicateResult' does not conform to the 'Sendable' protocol
 89 | /// The value that a Predicates return to describe if the given (actual) value matches the
 90 | /// predicate.
 91 | public struct PredicateResult {
    |               `- note: struct 'PredicateResult' does not conform to the 'Sendable' protocol
 92 |     /// Status indicates if the predicate matches, does not match, or fails.
 93 |     public var status: PredicateStatus
/Users/admin/builder/spi-builder-workspace/MobiusNimble/Source/NimbleFirstMatchers.swift:7:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Nimble'
  5 | import MobiusCore
  6 | import MobiusTest
  7 | import Nimble
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Nimble'
  8 |
  9 | /// Function produces an `AssertFirst` function to be used with the `InitSpec`
    :
 22 |
 23 | let nextBeingNilNotAllowed = "have a non-nil First. Got <nil>"
 24 | let unexpectedNilParameterPredicateResult = PredicateResult(bool: false, message: .expectedTo(nextBeingNilNotAllowed))
    |     |- note: add '@MainActor' to make let 'unexpectedNilParameterPredicateResult' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 25 |
 26 | /// Returns a `Predicate` that matches `First` instances with a model that is equal to the supplied one.
[136/137] Emitting module MobiusNimble
/Users/admin/builder/spi-builder-workspace/MobiusNimble/Source/NimbleFirstMatchers.swift:24:5: warning: let 'unexpectedNilParameterPredicateResult' is not concurrency-safe because non-'Sendable' type 'PredicateResult' may have shared mutable state; this is an error in the Swift 6 language mode
 22 |
 23 | let nextBeingNilNotAllowed = "have a non-nil First. Got <nil>"
 24 | let unexpectedNilParameterPredicateResult = PredicateResult(bool: false, message: .expectedTo(nextBeingNilNotAllowed))
    |     `- warning: let 'unexpectedNilParameterPredicateResult' is not concurrency-safe because non-'Sendable' type 'PredicateResult' may have shared mutable state; this is an error in the Swift 6 language mode
 25 |
 26 | /// Returns a `Predicate` that matches `First` instances with a model that is equal to the supplied one.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:91:15: note: struct 'PredicateResult' does not conform to the 'Sendable' protocol
 89 | /// The value that a Predicates return to describe if the given (actual) value matches the
 90 | /// predicate.
 91 | public struct PredicateResult {
    |               `- note: struct 'PredicateResult' does not conform to the 'Sendable' protocol
 92 |     /// Status indicates if the predicate matches, does not match, or fails.
 93 |     public var status: PredicateStatus
/Users/admin/builder/spi-builder-workspace/MobiusNimble/Source/NimbleFirstMatchers.swift:7:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Nimble'
  5 | import MobiusCore
  6 | import MobiusTest
  7 | import Nimble
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Nimble'
  8 |
  9 | /// Function produces an `AssertFirst` function to be used with the `InitSpec`
    :
 22 |
 23 | let nextBeingNilNotAllowed = "have a non-nil First. Got <nil>"
 24 | let unexpectedNilParameterPredicateResult = PredicateResult(bool: false, message: .expectedTo(nextBeingNilNotAllowed))
    |     |- note: add '@MainActor' to make let 'unexpectedNilParameterPredicateResult' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 25 |
 26 | /// Returns a `Predicate` that matches `First` instances with a model that is equal to the supplied one.
/Users/admin/builder/spi-builder-workspace/MobiusNimble/Source/NimbleNextMatchers.swift:24:5: warning: let 'unexpectedNilParameterPredicate' is not concurrency-safe because non-'Sendable' type 'PredicateResult' may have shared mutable state; this is an error in the Swift 6 language mode
 22 |
 23 | let haveNonNilNext = "have a non-nil Next. Got <nil>"
 24 | let unexpectedNilParameterPredicate = Nimble.PredicateResult(bool: false, message: .expectedTo(haveNonNilNext))
    |     `- warning: let 'unexpectedNilParameterPredicate' is not concurrency-safe because non-'Sendable' type 'PredicateResult' may have shared mutable state; this is an error in the Swift 6 language mode
 25 |
 26 | /// - Returns: a `Predicate` that matches `Next` instances with no model and no effects.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:91:15: note: struct 'PredicateResult' does not conform to the 'Sendable' protocol
 89 | /// The value that a Predicates return to describe if the given (actual) value matches the
 90 | /// predicate.
 91 | public struct PredicateResult {
    |               `- note: struct 'PredicateResult' does not conform to the 'Sendable' protocol
 92 |     /// Status indicates if the predicate matches, does not match, or fails.
 93 |     public var status: PredicateStatus
/Users/admin/builder/spi-builder-workspace/MobiusNimble/Source/NimbleNextMatchers.swift:7:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Nimble'
  5 | import MobiusCore
  6 | import MobiusTest
  7 | import Nimble
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Nimble'
  8 |
  9 | /// Convenience function for creating assertions.
    :
 22 |
 23 | let haveNonNilNext = "have a non-nil Next. Got <nil>"
 24 | let unexpectedNilParameterPredicate = Nimble.PredicateResult(bool: false, message: .expectedTo(haveNonNilNext))
    |     |- note: add '@MainActor' to make let 'unexpectedNilParameterPredicate' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 25 |
 26 | /// - Returns: a `Predicate` that matches `Next` instances with no model and no effects.
[137/137] Compiling MobiusNimble NimbleNextMatchers.swift
/Users/admin/builder/spi-builder-workspace/MobiusNimble/Source/NimbleNextMatchers.swift:24:5: warning: let 'unexpectedNilParameterPredicate' is not concurrency-safe because non-'Sendable' type 'PredicateResult' may have shared mutable state; this is an error in the Swift 6 language mode
 22 |
 23 | let haveNonNilNext = "have a non-nil Next. Got <nil>"
 24 | let unexpectedNilParameterPredicate = Nimble.PredicateResult(bool: false, message: .expectedTo(haveNonNilNext))
    |     `- warning: let 'unexpectedNilParameterPredicate' is not concurrency-safe because non-'Sendable' type 'PredicateResult' may have shared mutable state; this is an error in the Swift 6 language mode
 25 |
 26 | /// - Returns: a `Predicate` that matches `Next` instances with no model and no effects.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Matchers/Predicate.swift:91:15: note: struct 'PredicateResult' does not conform to the 'Sendable' protocol
 89 | /// The value that a Predicates return to describe if the given (actual) value matches the
 90 | /// predicate.
 91 | public struct PredicateResult {
    |               `- note: struct 'PredicateResult' does not conform to the 'Sendable' protocol
 92 |     /// Status indicates if the predicate matches, does not match, or fails.
 93 |     public var status: PredicateStatus
/Users/admin/builder/spi-builder-workspace/MobiusNimble/Source/NimbleNextMatchers.swift:7:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Nimble'
  5 | import MobiusCore
  6 | import MobiusTest
  7 | import Nimble
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Nimble'
  8 |
  9 | /// Convenience function for creating assertions.
    :
 22 |
 23 | let haveNonNilNext = "have a non-nil Next. Got <nil>"
 24 | let unexpectedNilParameterPredicate = Nimble.PredicateResult(bool: false, message: .expectedTo(haveNonNilNext))
    |     |- note: add '@MainActor' to make let 'unexpectedNilParameterPredicate' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 25 |
 26 | /// - Returns: a `Predicate` that matches `Next` instances with no model and no effects.
Build complete! (35.34s)
Fetching https://github.com/Quick/Quick
Fetching https://github.com/pointfreeco/swift-case-paths from cache
Fetching https://github.com/Quick/Nimble
[1/19813] Fetching nimble
[2/34699] Fetching nimble, quick
Fetched https://github.com/Quick/Quick from cache (1.62s)
Fetched https://github.com/Quick/Nimble from cache (1.62s)
Fetched https://github.com/pointfreeco/swift-case-paths from cache (1.63s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 10.0.0 (2.25s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.80s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 0.10.1 (1.45s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.59s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/460] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.64s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.25s)
Computing version for https://github.com/Quick/Quick
Computed https://github.com/Quick/Quick at 7.6.2 (0.51s)
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-argument-parser.git from cache
Fetched https://github.com/apple/swift-algorithms.git from cache (0.65s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.35s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.97s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.79s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.29s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (0.52s)
Creating working copy for https://github.com/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 10.0.0
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/Quick/Quick
Working copy of https://github.com/Quick/Quick resolved at 7.6.2
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.7.1
Creating working copy for https://github.com/pointfreeco/swift-case-paths
Working copy of https://github.com/pointfreeco/swift-case-paths resolved at 0.10.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
warning: 'quick': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/Quick/Sources/Quick/PrivacyInfo.xcprivacy
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-case-paths",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.10.1",
            "upper_bound" : "0.11.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-case-paths"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "10.0.0",
            "upper_bound" : "11.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble"
    },
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.0.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick"
    }
  ],
  "manifest_display_name" : "Mobius",
  "name" : "Mobius",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "MobiusCore",
      "targets" : [
        "MobiusCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "MobiusExtras",
      "targets" : [
        "MobiusExtras"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "MobiusNimble",
      "targets" : [
        "MobiusNimble"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "MobiusTest",
      "targets" : [
        "MobiusTest"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "MobiusThrowableAssertion",
      "module_type" : "ClangTarget",
      "name" : "MobiusThrowableAssertion",
      "path" : "MobiusThrowableAssertion/Source",
      "sources" : [
        "MobiusThrowableAssertion.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MobiusTestTests",
      "module_type" : "SwiftTarget",
      "name" : "MobiusTestTests",
      "path" : "MobiusTest/Test",
      "product_dependencies" : [
        "Nimble",
        "Quick"
      ],
      "sources" : [
        "DebugDiffTests.swift",
        "FirstMatchersTests.swift",
        "InitSpecTests.swift",
        "NextMatchersTests.swift",
        "TestUtil.swift",
        "UpdateSpecTests.swift"
      ],
      "target_dependencies" : [
        "MobiusTest"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MobiusTest",
      "module_type" : "SwiftTarget",
      "name" : "MobiusTest",
      "path" : "MobiusTest/Source",
      "product_memberships" : [
        "MobiusNimble",
        "MobiusTest"
      ],
      "sources" : [
        "DebugDiff.swift",
        "FirstMatchers.swift",
        "InitSpec.swift",
        "MatcherUtils.swift",
        "NextMatchers.swift",
        "SimpleDiff.swift",
        "UpdateSpec.swift"
      ],
      "target_dependencies" : [
        "MobiusCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MobiusNimbleTests",
      "module_type" : "SwiftTarget",
      "name" : "MobiusNimbleTests",
      "path" : "MobiusNimble/Test",
      "product_dependencies" : [
        "Quick"
      ],
      "sources" : [
        "NimbleFirstMatchersTests.swift",
        "NimbleNextMatchersTests.swift",
        "TestUtil.swift"
      ],
      "target_dependencies" : [
        "MobiusNimble"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MobiusNimble",
      "module_type" : "SwiftTarget",
      "name" : "MobiusNimble",
      "path" : "MobiusNimble/Source",
      "product_dependencies" : [
        "Nimble"
      ],
      "product_memberships" : [
        "MobiusNimble"
      ],
      "sources" : [
        "NimbleFirstMatchers.swift",
        "NimbleNextMatchers.swift"
      ],
      "target_dependencies" : [
        "MobiusCore",
        "MobiusTest"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MobiusExtrasTests",
      "module_type" : "SwiftTarget",
      "name" : "MobiusExtrasTests",
      "path" : "MobiusExtras/Test",
      "product_dependencies" : [
        "Nimble",
        "Quick"
      ],
      "sources" : [
        "ConnectableClassTests.swift",
        "ConnectableContramapTests.swift",
        "ConnectableMapTests.swift",
        "CopyableTests.swift",
        "EventSource+ExtensionsTests.swift",
        "WikiTutorialTest.swift"
      ],
      "target_dependencies" : [
        "MobiusCore",
        "MobiusExtras",
        "MobiusThrowableAssertion"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MobiusExtras",
      "module_type" : "SwiftTarget",
      "name" : "MobiusExtras",
      "path" : "MobiusExtras/Source",
      "product_memberships" : [
        "MobiusExtras"
      ],
      "sources" : [
        "BeginnerLoop.swift",
        "ConnectableClass.swift",
        "ConnectableContramap.swift",
        "ConnectableMap.swift",
        "Copyable.swift",
        "EventSourceMap.swift",
        "SimpleLogger.swift"
      ],
      "target_dependencies" : [
        "MobiusCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MobiusCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "MobiusCoreTests",
      "path" : "MobiusCore/Test",
      "product_dependencies" : [
        "Nimble",
        "Quick"
      ],
      "sources" : [
        "AnonymousDisposableTests.swift",
        "AnyConnectionTests.swift",
        "AnyMobiusLoggerTests.swift",
        "AsyncDispatchQueueConnectableTests.swift",
        "CompositeDisposableTests.swift",
        "ConnectablePublisherTests.swift",
        "EffectHandlers/AnyEffectHandlerTests.swift",
        "EffectHandlers/CallbackTests.swift",
        "EffectHandlers/EffectHandlerTests.swift",
        "EffectHandlers/EffectRouterDSLTests.swift",
        "EffectHandlers/EffectRouterTests.swift",
        "EffectHandlers/EnumRouteTests.swift",
        "EventRouterDisposalLogicalRaceRegressionTest.swift",
        "EventSources/AnyEventSourceTests.swift",
        "EventSources/CompositeEventSourceBuilderTests.swift",
        "FirstTests.swift",
        "InitializationTests.swift",
        "LoggingInitiateTests.swift",
        "LoggingUpdateTests.swift",
        "MobiusControllerTests.swift",
        "MobiusHooksTests.swift",
        "MobiusIntegrationTests.swift",
        "MobiusLoopTests.swift",
        "NextTests.swift",
        "NonReentrancyTests.swift",
        "Task+DisposableTests.swift",
        "TestingErrorHandler.swift",
        "TestingUtil.swift",
        "WorkBagTests.swift"
      ],
      "target_dependencies" : [
        "MobiusCore",
        "MobiusThrowableAssertion"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MobiusCore",
      "module_type" : "SwiftTarget",
      "name" : "MobiusCore",
      "path" : "MobiusCore/Source",
      "product_dependencies" : [
        "CasePaths"
      ],
      "product_memberships" : [
        "MobiusCore",
        "MobiusExtras",
        "MobiusNimble",
        "MobiusTest"
      ],
      "sources" : [
        "AsyncDispatchQueueConnectable.swift",
        "AsyncStartStopStateMachine.swift",
        "ConcurrentAccessDetector.swift",
        "Connectable.swift",
        "ConnectablePublisher.swift",
        "Connection.swift",
        "Consumer.swift",
        "Disposables/AnonymousDisposable.swift",
        "Disposables/CompositeDisposable.swift",
        "Disposables/Disposable.swift",
        "Disposables/EmptyDisposable.swift",
        "Disposables/Task+Disposable.swift",
        "EffectHandlers/EffectCallback.swift",
        "EffectHandlers/EffectExecutor.swift",
        "EffectHandlers/EffectHandler.swift",
        "EffectHandlers/EffectRouter.swift",
        "EffectHandlers/EffectRouterDSL.swift",
        "EffectHandlers/EnumRoute.swift",
        "EffectHandlers/ThreadSafeConnectable.swift",
        "EventSources/AnyEventSource.swift",
        "EventSources/CompositeEventSourceBuilder.swift",
        "EventSources/EventSource.swift",
        "First.swift",
        "Lock.swift",
        "LoggingAdaptors.swift",
        "Mobius.swift",
        "MobiusController.swift",
        "MobiusHooks.swift",
        "MobiusLogger.swift",
        "MobiusLoop.swift",
        "Next.swift",
        "WorkBag.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.