The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of reactiveswift-composable-architecture, reference master (c3f39b), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 27 Apr 2025 09:14:26 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ComposableArchitecture -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

  public static let off = Self.off(showSkippedAssertions: false)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/TestStore.swift:2376:13: note: consider making enum 'Exhaustivity' conform to the 'Sendable' protocol
public enum Exhaustivity: Equatable {
            ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/TestStore.swift:2406:21: note: add '@MainActor' to make static property 'off' part of global actor 'MainActor'
  public static let off = Self.off(showSkippedAssertions: false)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/TestStore.swift:2406:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let off = Self.off(showSkippedAssertions: false)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/TestSupport/ImmediateScheduler.swift:7:1: warning: extension declares a conformance of imported type 'ImmediateScheduler' to imported protocol 'DateScheduler'; this will not behave correctly if the owners of 'ReactiveSwift' introduce this conformance in the future
extension ReactiveSwift.ImmediateScheduler: DateScheduler {
^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/TestSupport/ImmediateScheduler.swift:7:1: note: add '@retroactive' to silence this warning
extension ReactiveSwift.ImmediateScheduler: DateScheduler {
^                                           ~~~~~~~~~~~~~
                                            @retroactive DateScheduler
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effect.swift:571:24: warning: sending 'transform' risks causing data races; this is an error in the Swift 6 language mode
                  send(transform(action))
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effect.swift:571:24: note: task-isolated 'transform' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                  send(transform(action))
                       ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/SignalProducer.swift:18:19: warning: sending 'observer' risks causing data races; this is an error in the Swift 6 language mode
          defer { observer.sendCompleted() }
~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/SignalProducer.swift:18:19: note: task-isolated 'observer' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
          defer { observer.sendCompleted() }
                  ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift:122:6: warning: sending '$input_value' risks causing data races; this is an error in the Swift 6 language mode
    @ObservedObject private var viewStore: ViewStore<ViewState, ViewAction>
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift:122:6: note: sending task-isolated '$input_value' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
    @ObservedObject private var viewStore: ViewStore<ViewState, ViewAction>
     ^
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745745263823799-swift-frontend-ComposableArchitecture-all-arm64_apple_macos10.15-swiftmodule-Onone-2880432664.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5798 seconds (1.7766 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.2586 ( 21.8%)   0.0589 ( 14.9%)   0.3176 ( 20.1%)   0.3671 ( 20.7%)  perform-sema
   0.2573 ( 21.7%)   0.0585 ( 14.8%)   0.3159 ( 20.0%)   0.3653 ( 20.6%)  Type checking and Semantic analysis
   0.2068 ( 17.5%)   0.0440 ( 11.1%)   0.2508 ( 15.9%)   0.2983 ( 16.8%)  typecheck-decl
   0.0640 (  5.4%)   0.0745 ( 18.8%)   0.1385 (  8.8%)   0.1457 (  8.2%)  parse-and-resolve-imports
   0.0614 (  5.2%)   0.0727 ( 18.4%)   0.1341 (  8.5%)   0.1411 (  7.9%)  Import resolution
   0.0747 (  6.3%)   0.0213 (  5.4%)   0.0960 (  6.1%)   0.0983 (  5.5%)  typecheck-stmt
   0.0654 (  5.5%)   0.0103 (  2.6%)   0.0756 (  4.8%)   0.0877 (  4.9%)  SILGen
   0.0567 (  4.8%)   0.0214 (  5.4%)   0.0781 (  4.9%)   0.0803 (  4.5%)  typecheck-expr
   0.0416 (  3.5%)   0.0061 (  1.6%)   0.0478 (  3.0%)   0.0493 (  2.8%)  SIL optimization
   0.0310 (  2.6%)   0.0035 (  0.9%)   0.0346 (  2.2%)   0.0435 (  2.4%)  SILGen-function
   0.0243 (  2.1%)   0.0077 (  2.0%)   0.0321 (  2.0%)   0.0341 (  1.9%)  build-rewrite-system
   0.0057 (  0.5%)   0.0072 (  1.8%)   0.0129 (  0.8%)   0.0191 (  1.1%)  import-clang-decl
   0.0116 (  1.0%)   0.0044 (  1.1%)   0.0159 (  1.0%)   0.0159 (  0.9%)  precheck-target
   0.0099 (  0.8%)   0.0015 (  0.4%)   0.0113 (  0.7%)   0.0115 (  0.6%)  Serialization, swiftmodule
   0.0073 (  0.6%)   0.0009 (  0.2%)   0.0082 (  0.5%)   0.0087 (  0.5%)  Serialization, swiftdoc
   0.0059 (  0.5%)   0.0007 (  0.2%)   0.0066 (  0.4%)   0.0069 (  0.4%)  Serialization, swiftsourceinfo
   0.0010 (  0.1%)   0.0016 (  0.4%)   0.0025 (  0.2%)   0.0025 (  0.1%)  load-stdlib
   0.0005 (  0.0%)   0.0000 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  associated-type-inference
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  module-populate-cache
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  perform-whole-module-type-checking
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   1.1844 (100.0%)   0.3954 (100.0%)   1.5798 (100.0%)   1.7766 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6424 seconds (0.7347 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4807 (100.0%)   0.1617 (100.0%)   0.6424 (100.0%)   0.7347 (100.0%)  Building Target
   0.4807 (100.0%)   0.1617 (100.0%)   0.6424 (100.0%)   0.7347 (100.0%)  Total
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CasePaths.o normal (in target 'CasePaths' from project 'swift-case-paths')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-case-paths
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.15 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug/CasePaths.build/Objects-normal/arm64/CasePaths.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug/CasePaths.build/Objects-normal/arm64/CasePaths_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug/CasePaths.build/Objects-normal/arm64/CasePaths_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug/CasePaths.build/Objects-normal/arm64/CasePaths.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CasePaths.o
SwiftCompile normal arm64 Compiling\ MainQueue.swift,\ Effect.swift,\ Animation.swift,\ Cancellation.swift,\ Debouncing.swift,\ Deferring.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Dependencies/MainQueue.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effect.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/Animation.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/Cancellation.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/Publisher/Debouncing.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/Publisher/Deferring.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745745263851957-swift-frontend-ComposableArchitecture-MainQueue.swift-arm64_apple_macos10.15-o-Onone-518930530.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.8050 seconds (0.8190 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0645 ( 11.8%)   0.0825 ( 32.1%)   0.1470 ( 18.3%)   0.1523 ( 18.6%)  parse-and-resolve-imports
   0.0623 ( 11.4%)   0.0809 ( 31.4%)   0.1432 ( 17.8%)   0.1485 ( 18.1%)  Import resolution
   0.0943 ( 17.2%)   0.0222 (  8.6%)   0.1166 ( 14.5%)   0.1171 ( 14.3%)  perform-sema
   0.0938 ( 17.1%)   0.0222 (  8.6%)   0.1160 ( 14.4%)   0.1166 ( 14.2%)  Type checking and Semantic analysis
   0.0617 ( 11.3%)   0.0136 (  5.3%)   0.0753 (  9.4%)   0.0755 (  9.2%)  typecheck-stmt
   0.0393 (  7.2%)   0.0093 (  3.6%)   0.0486 (  6.0%)   0.0490 (  6.0%)  typecheck-decl
   0.0358 (  6.5%)   0.0096 (  3.7%)   0.0454 (  5.6%)   0.0461 (  5.6%)  IRGen
   0.0266 (  4.9%)   0.0022 (  0.8%)   0.0287 (  3.6%)   0.0291 (  3.6%)  SILGen
   0.0226 (  4.1%)   0.0043 (  1.7%)   0.0269 (  3.3%)   0.0272 (  3.3%)  typecheck-expr
   0.0190 (  3.5%)   0.0013 (  0.5%)   0.0203 (  2.5%)   0.0204 (  2.5%)  SILGen-function
   0.0107 (  2.0%)   0.0001 (  0.0%)   0.0108 (  1.3%)   0.0108 (  1.3%)  SIL optimization
   0.0038 (  0.7%)   0.0062 (  2.4%)   0.0099 (  1.2%)   0.0100 (  1.2%)  import-clang-decl
   0.0068 (  1.2%)   0.0002 (  0.1%)   0.0071 (  0.9%)   0.0071 (  0.9%)  precheck-target
   0.0051 (  0.9%)   0.0014 (  0.5%)   0.0065 (  0.8%)   0.0065 (  0.8%)  build-rewrite-system
   0.0010 (  0.2%)   0.0014 (  0.6%)   0.0024 (  0.3%)   0.0024 (  0.3%)  load-stdlib
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.5477 (100.0%)   0.2573 (100.0%)   0.8050 (100.0%)   0.8190 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6022 seconds (0.6361 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4500 (100.0%)   0.1522 (100.0%)   0.6022 (100.0%)   0.6361 (100.0%)  Building Target
   0.4500 (100.0%)   0.1522 (100.0%)   0.6022 (100.0%)   0.6361 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Dependencies/MainQueue.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Dependencies/MainQueue.swift:97:16: warning: static property 'liveValue' is not concurrency-safe because non-'Sendable' type 'any DateScheduler' may have shared mutable state; this is an error in the Swift 6 language mode
    static let liveValue = QueueScheduler.main as DateScheduler
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ReactiveSwift/Sources/Scheduler.swift:33:17: note: protocol 'DateScheduler' does not conform to the 'Sendable' protocol
public protocol DateScheduler: Scheduler {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Dependencies/MainQueue.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ReactiveSwift'
import ReactiveSwift
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Dependencies/MainQueue.swift:97:16: note: add '@MainActor' to make static property 'liveValue' part of global actor 'MainActor'
    static let liveValue = QueueScheduler.main as DateScheduler
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Dependencies/MainQueue.swift:97:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let liveValue = QueueScheduler.main as DateScheduler
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Dependencies/MainQueue.swift:98:16: warning: static property 'testValue' is not concurrency-safe because non-'Sendable' type 'any DateScheduler' may have shared mutable state; this is an error in the Swift 6 language mode
    static let testValue = UnimplementedScheduler() as DateScheduler
               ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ReactiveSwift/Sources/Scheduler.swift:33:17: note: protocol 'DateScheduler' does not conform to the 'Sendable' protocol
public protocol DateScheduler: Scheduler {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Dependencies/MainQueue.swift:98:16: note: add '@MainActor' to make static property 'testValue' part of global actor 'MainActor'
    static let testValue = UnimplementedScheduler() as DateScheduler
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Dependencies/MainQueue.swift:98:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let testValue = UnimplementedScheduler() as DateScheduler
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Dependencies/MainQueue.swift:92:11: warning: type 'any DateScheduler' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
    get { self[MainQueueKey.self] }
          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ReactiveSwift/Sources/Scheduler.swift:33:17: note: protocol 'DateScheduler' does not conform to the 'Sendable' protocol
public protocol DateScheduler: Scheduler {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Dependencies/MainQueue.swift:93:11: warning: type 'any DateScheduler' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
    set { self[MainQueueKey.self] = newValue }
          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ReactiveSwift/Sources/Scheduler.swift:33:17: note: protocol 'DateScheduler' does not conform to the 'Sendable' protocol
public protocol DateScheduler: Scheduler {
                ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effect.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effect.swift:571:24: warning: capture of 'transform' with non-sendable type '(Action) -> T' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                  send(transform(action))
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effect.swift:571:24: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                  send(transform(action))
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effect.swift:571:24: warning: capture of 'transform' with non-sendable type '(Action) -> T' in an isolated closure; this is an error in the Swift 6 language mode
                  send(transform(action))
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effect.swift:571:24: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                  send(transform(action))
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effect.swift:571:24: warning: sending 'transform' risks causing data races; this is an error in the Swift 6 language mode
                  send(transform(action))
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effect.swift:571:24: note: task-isolated 'transform' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                  send(transform(action))
                       ^~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/Animation.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/Animation.swift:66:33: warning: capture of 'transaction' with non-sendable type 'Transaction' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                withTransaction(transaction) {
                                ^
SwiftUICore.Transaction:2:23: note: struct 'Transaction' does not conform to the 'Sendable' protocol
@frozen public struct Transaction {
                      ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/Cancellation.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/Cancellation.swift:4:1: warning: extension declares a conformance of imported type 'AnyDisposable' to imported protocols 'Hashable', 'Equatable'; this will not behave correctly if the owners of 'ReactiveSwift' introduce this conformance in the future
extension AnyDisposable: Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/Cancellation.swift:4:1: note: add '@retroactive' to silence this warning
extension AnyDisposable: Hashable {
^                        ~~~~~~~~
                         @retroactive Hashable
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/Cancellation.swift:211:15: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
  public func withTaskCancellation<T: Sendable>(
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/Cancellation.swift:286:15: warning: @_unsafeInheritExecutor attribute is deprecated; consider an 'isolated' parameter defaulted to '#isolation' instead; this is an error in the Swift 6 language mode
  public func withTaskCancellation<T: Sendable>(
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/Cancellation.swift:340:29: warning: var '_cancellationCancellables' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
@_spi(Internals) public var _cancellationCancellables: [_CancelToken: Set<AnyDisposable>] = [:]
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/Cancellation.swift:340:29: note: convert '_cancellationCancellables' to a 'let' constant to make 'Sendable' shared state immutable
@_spi(Internals) public var _cancellationCancellables: [_CancelToken: Set<AnyDisposable>] = [:]
                        ~~~ ^
                        let
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/Cancellation.swift:340:29: note: add '@MainActor' to make var '_cancellationCancellables' part of global actor 'MainActor'
@_spi(Internals) public var _cancellationCancellables: [_CancelToken: Set<AnyDisposable>] = [:]
                            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/Cancellation.swift:340:29: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
@_spi(Internals) public var _cancellationCancellables: [_CancelToken: Set<AnyDisposable>] = [:]
                            ^
                 nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/Cancellation.swift:98:42: warning: capture of 'id' with non-sendable type 'AnyHashable' in a '@Sendable' closure; this is an error in the Swift 6 language mode
          await withTaskCancellation(id: id, cancelInFlight: cancelInFlight) {
                                         ^
Swift.AnyHashable:1:23: note: struct 'AnyHashable' does not conform to the 'Sendable' protocol
@frozen public struct AnyHashable {
                      ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/Publisher/Debouncing.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/Publisher/Deferring.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ Breakpoint.swift,\ CurrentValueRelay.swift,\ Debug.swift,\ Deprecations.swift,\ Exports.swift,\ Locking.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Internal/Breakpoint.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Internal/CurrentValueRelay.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Internal/Debug.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Internal/Deprecations.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Internal/Exports.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Internal/Locking.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745745263862307-swift-frontend-ComposableArchitecture-Breakpoint.swift-arm64_apple_macos10.15-o-Onone-200079204.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2480 seconds (1.2846 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1648 ( 18.4%)   0.0400 ( 11.3%)   0.2048 ( 16.4%)   0.2087 ( 16.2%)  perform-sema
   0.1644 ( 18.4%)   0.0399 ( 11.3%)   0.2043 ( 16.4%)   0.2082 ( 16.2%)  Type checking and Semantic analysis
   0.1217 ( 13.6%)   0.0317 (  9.0%)   0.1534 ( 12.3%)   0.1571 ( 12.2%)  typecheck-stmt
   0.0647 (  7.2%)   0.0796 ( 22.5%)   0.1443 ( 11.6%)   0.1505 ( 11.7%)  parse-and-resolve-imports
   0.0622 (  7.0%)   0.0780 ( 22.0%)   0.1402 ( 11.2%)   0.1465 ( 11.4%)  Import resolution
   0.0841 (  9.4%)   0.0217 (  6.1%)   0.1058 (  8.5%)   0.1083 (  8.4%)  typecheck-expr
   0.0698 (  7.8%)   0.0177 (  5.0%)   0.0876 (  7.0%)   0.0879 (  6.8%)  typecheck-decl
   0.0403 (  4.5%)   0.0102 (  2.9%)   0.0505 (  4.0%)   0.0557 (  4.3%)  IRGen
   0.0311 (  3.5%)   0.0109 (  3.1%)   0.0421 (  3.4%)   0.0441 (  3.4%)  precheck-target
   0.0326 (  3.7%)   0.0039 (  1.1%)   0.0366 (  2.9%)   0.0366 (  2.9%)  SILGen
   0.0171 (  1.9%)   0.0068 (  1.9%)   0.0239 (  1.9%)   0.0252 (  2.0%)  build-rewrite-system
   0.0207 (  2.3%)   0.0025 (  0.7%)   0.0232 (  1.9%)   0.0232 (  1.8%)  SILGen-function
   0.0077 (  0.9%)   0.0088 (  2.5%)   0.0166 (  1.3%)   0.0175 (  1.4%)  import-clang-decl
   0.0107 (  1.2%)   0.0002 (  0.1%)   0.0108 (  0.9%)   0.0109 (  0.8%)  SIL optimization
   0.0010 (  0.1%)   0.0016 (  0.5%)   0.0026 (  0.2%)   0.0026 (  0.2%)  load-stdlib
   0.0004 (  0.0%)   0.0005 (  0.1%)   0.0009 (  0.1%)   0.0009 (  0.1%)  load-all-members
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  associated-type-inference
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.8938 (100.0%)   0.3542 (100.0%)   1.2480 (100.0%)   1.2846 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6638 seconds (0.6957 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4936 (100.0%)   0.1702 (100.0%)   0.6638 (100.0%)   0.6957 (100.0%)  Building Target
   0.4936 (100.0%)   0.1702 (100.0%)   0.6638 (100.0%)   0.6957 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Internal/Breakpoint.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift:122:6: warning: call to main actor-isolated initializer 'init(wrappedValue:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    @ObservedObject private var viewStore: ViewStore<ViewState, ViewAction>
     ^
SwiftUICore.ObservedObject.init:2:35: note: calls to initializer 'init(wrappedValue:)' from outside of its actor context are implicitly asynchronous
@MainActor @preconcurrency public init(wrappedValue: ObjectType)}
                                  ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Internal/CurrentValueRelay.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift:122:6: warning: call to main actor-isolated initializer 'init(wrappedValue:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    @ObservedObject private var viewStore: ViewStore<ViewState, ViewAction>
     ^
SwiftUICore.ObservedObject.init:2:35: note: calls to initializer 'init(wrappedValue:)' from outside of its actor context are implicitly asynchronous
@MainActor @preconcurrency public init(wrappedValue: ObjectType)}
                                  ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Internal/Debug.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift:122:6: warning: call to main actor-isolated initializer 'init(wrappedValue:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    @ObservedObject private var viewStore: ViewStore<ViewState, ViewAction>
     ^
SwiftUICore.ObservedObject.init:2:35: note: calls to initializer 'init(wrappedValue:)' from outside of its actor context are implicitly asynchronous
@MainActor @preconcurrency public init(wrappedValue: ObjectType)}
                                  ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Internal/Deprecations.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Internal/Deprecations.swift:53:3: warning: extension declares a conformance of imported type 'TextState' to imported protocol 'View'; this will not behave correctly if the owners of '_SwiftUINavigationState' introduce this conformance in the future
  extension TextState: View {
  ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Internal/Deprecations.swift:53:3: note: add '@retroactive' to silence this warning
  extension TextState: View {
  ^                    ~~~~
                       @retroactive View
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Internal/Deprecations.swift:563:36: warning: non-sendable result type 'Action' cannot be sent from nonisolated context in call to parameter 'operation'; this is an error in the Swift 6 language mode
            let output = try await operation()
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effect.swift:58:30: note: consider making generic parameter 'Action' conform to the 'Sendable' protocol
public struct EffectProducer<Action, Failure: Error> {
                             ^
                                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift:122:6: warning: call to main actor-isolated initializer 'init(wrappedValue:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    @ObservedObject private var viewStore: ViewStore<ViewState, ViewAction>
     ^
SwiftUICore.ObservedObject.init:2:35: note: calls to initializer 'init(wrappedValue:)' from outside of its actor context are implicitly asynchronous
@MainActor @preconcurrency public init(wrappedValue: ObjectType)}
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Internal/Deprecations.swift:41:22: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
    return try await operation(&value)
                     ^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Internal/Deprecations.swift:41:22: note: sending 'self'-isolated 'value' to nonisolated callee risks causing data races between nonisolated and 'self'-isolated uses
    return try await operation(&value)
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Internal/Deprecations.swift:565:13: warning: sending 'observer' risks causing data races; this is an error in the Swift 6 language mode
            observer.send(value: output)
~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Internal/Deprecations.swift:565:13: note: task-isolated 'observer' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
            observer.send(value: output)
            ^~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Internal/Exports.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift:122:6: warning: call to main actor-isolated initializer 'init(wrappedValue:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    @ObservedObject private var viewStore: ViewStore<ViewState, ViewAction>
     ^
SwiftUICore.ObservedObject.init:2:35: note: calls to initializer 'init(wrappedValue:)' from outside of its actor context are implicitly asynchronous
@MainActor @preconcurrency public init(wrappedValue: ObjectType)}
                                  ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Internal/Locking.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift:122:6: warning: call to main actor-isolated initializer 'init(wrappedValue:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    @ObservedObject private var viewStore: ViewStore<ViewState, ViewAction>
     ^
SwiftUICore.ObservedObject.init:2:35: note: calls to initializer 'init(wrappedValue:)' from outside of its actor context are implicitly asynchronous
@MainActor @preconcurrency public init(wrappedValue: ObjectType)}
                                  ^
SwiftDriverJobDiscovery normal arm64 Compiling LockIsolated.swift, Task.swift, UncheckedSendable.swift (in target 'Dependencies' from project 'swift-dependencies')
SwiftCompile normal arm64 Compiling\ Identified.swift,\ IfLetStore.swift,\ SwitchStore.swift,\ WithViewStore.swift,\ TestStore.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/Identified.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/IfLetStore.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/TestStore.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/Identified.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/IfLetStore.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/SwitchStore.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift:122:6: warning: call to main actor-isolated initializer 'init(wrappedValue:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    @ObservedObject private var viewStore: ViewStore<ViewState, ViewAction>
     ^
SwiftUICore.ObservedObject.init:2:35: note: calls to initializer 'init(wrappedValue:)' from outside of its actor context are implicitly asynchronous
@MainActor @preconcurrency public init(wrappedValue: ObjectType)}
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift:141:12: warning: main actor-isolated property 'viewStore' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
      self.viewStore = ViewStore(store, removeDuplicates: isDuplicate)
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift:122:33: note: mutation of this property is only permitted within the actor
    @ObservedObject private var viewStore: ViewStore<ViewState, ViewAction>
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift:160:27: warning: main actor-isolated property 'viewStore' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
          customDump(self.viewStore.state, to: &stateDump, indent: 2)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift:122:33: note: property declared here
    @ObservedObject private var viewStore: ViewStore<ViewState, ViewAction>
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift:162:37: warning: main actor-isolated property 'viewStore' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            self.previousState(self.viewStore.state)
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift:122:33: note: property declared here
    @ObservedObject private var viewStore: ViewStore<ViewState, ViewAction>
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift:164:29: warning: main actor-isolated property 'viewStore' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
              diff($0, self.viewStore.state).map { "(Changed state)\n\($0)" }
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift:122:33: note: property declared here
    @ObservedObject private var viewStore: ViewStore<ViewState, ViewAction>
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift:184:42: warning: main actor-isolated property 'viewStore' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
      return self.content(ViewStore(self.viewStore))
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift:122:33: note: property declared here
    @ObservedObject private var viewStore: ViewStore<ViewState, ViewAction>
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift:732:12: warning: main actor-isolated property 'viewStore' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
      self.viewStore.state
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift:122:33: note: property declared here
    @ObservedObject private var viewStore: ViewStore<ViewState, ViewAction>
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift:122:6: warning: sending '$input_value' risks causing data races; this is an error in the Swift 6 language mode
    @ObservedObject private var viewStore: ViewStore<ViewState, ViewAction>
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift:122:6: note: sending task-isolated '$input_value' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
    @ObservedObject private var viewStore: ViewStore<ViewState, ViewAction>
     ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/TestStore.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/TestStore.swift:2406:21: warning: static property 'off' is not concurrency-safe because non-'Sendable' type 'Exhaustivity' may have shared mutable state; this is an error in the Swift 6 language mode
  public static let off = Self.off(showSkippedAssertions: false)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/TestStore.swift:2376:13: note: consider making enum 'Exhaustivity' conform to the 'Sendable' protocol
public enum Exhaustivity: Equatable {
            ^
                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/TestStore.swift:2406:21: note: add '@MainActor' to make static property 'off' part of global actor 'MainActor'
  public static let off = Self.off(showSkippedAssertions: false)
                    ^
  @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/TestStore.swift:2406:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
  public static let off = Self.off(showSkippedAssertions: false)
                    ^
  nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/TestStore.swift:1049:50: warning: sending value of non-Sendable type '(Void) async -> Bool' risks causing data races; this is an error in the Swift 6 language mode
    await self.reducer.effectDidSubscribe.stream.first(where: { _ in true })
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/TestStore.swift:1049:50: note: sending main actor-isolated value of non-Sendable type '(Void) async -> Bool' to nonisolated callee risks causing races in between main actor-isolated and nonisolated uses
    await self.reducer.effectDidSubscribe.stream.first(where: { _ in true })
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/TestStore.swift:1436:16: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    await self.receiveAction(timeout: nanoseconds, file: file, line: line)
          ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/TestStore.swift:1436:16: note: sending main actor-isolated 'self' to nonisolated instance method 'receiveAction(timeout:file:line:)' risks causing data races between nonisolated and main actor-isolated uses
    await self.receiveAction(timeout: nanoseconds, file: file, line: line)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/TestStore.swift:1620:16: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    await self.receiveAction(timeout: nanoseconds, file: file, line: line)
          ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/TestStore.swift:1620:16: note: sending main actor-isolated 'self' to nonisolated instance method 'receiveAction(timeout:file:line:)' risks causing data races between nonisolated and main actor-isolated uses
    await self.receiveAction(timeout: nanoseconds, file: file, line: line)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/TestStore.swift:1674:16: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    await self.receiveAction(timeout: nanoseconds, file: file, line: line)
          ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/TestStore.swift:1674:16: note: sending main actor-isolated 'self' to nonisolated instance method 'receiveAction(timeout:file:line:)' risks causing data races between nonisolated and main actor-isolated uses
    await self.receiveAction(timeout: nanoseconds, file: file, line: line)
               ^
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745745263881537-swift-frontend-ComposableArchitecture-Identified.swift-arm64_apple_macos10.15-o-Onone-2322337795.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 2.8042 seconds (3.0642 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4728 ( 20.2%)   0.0682 ( 14.6%)   0.5409 ( 19.3%)   0.5944 ( 19.4%)  perform-sema
   0.4723 ( 20.2%)   0.0681 ( 14.6%)   0.5404 ( 19.3%)   0.5938 ( 19.4%)  Type checking and Semantic analysis
   0.3727 ( 15.9%)   0.0450 (  9.7%)   0.4178 ( 14.9%)   0.4667 ( 15.2%)  typecheck-stmt
   0.3604 ( 15.4%)   0.0435 (  9.3%)   0.4039 ( 14.4%)   0.4528 ( 14.8%)  typecheck-expr
   0.0679 (  2.9%)   0.0879 ( 18.9%)   0.1558 (  5.6%)   0.1606 (  5.2%)  parse-and-resolve-imports
   0.0654 (  2.8%)   0.0862 ( 18.5%)   0.1516 (  5.4%)   0.1564 (  5.1%)  Import resolution
   0.1291 (  5.5%)   0.0209 (  4.5%)   0.1500 (  5.3%)   0.1546 (  5.0%)  typecheck-decl
   0.1146 (  4.9%)   0.0146 (  3.1%)   0.1292 (  4.6%)   0.1293 (  4.2%)  IRGen
   0.0587 (  2.5%)   0.0094 (  2.0%)   0.0681 (  2.4%)   0.1082 (  3.5%)  precheck-target
   0.0931 (  4.0%)   0.0040 (  0.9%)   0.0971 (  3.5%)   0.0971 (  3.2%)  SILGen
   0.0713 (  3.0%)   0.0028 (  0.6%)   0.0741 (  2.6%)   0.0741 (  2.4%)  SILGen-function
   0.0297 (  1.3%)   0.0001 (  0.0%)   0.0299 (  1.1%)   0.0299 (  1.0%)  SIL optimization
   0.0194 (  0.8%)   0.0057 (  1.2%)   0.0251 (  0.9%)   0.0257 (  0.8%)  build-rewrite-system
   0.0056 (  0.2%)   0.0070 (  1.5%)   0.0126 (  0.4%)   0.0128 (  0.4%)  import-clang-decl
   0.0010 (  0.0%)   0.0020 (  0.4%)   0.0030 (  0.1%)   0.0030 (  0.1%)  load-stdlib
   0.0017 (  0.1%)   0.0005 (  0.1%)   0.0021 (  0.1%)   0.0023 (  0.1%)  typecheck-expr-pattern
   0.0009 (  0.0%)   0.0001 (  0.0%)   0.0010 (  0.0%)   0.0010 (  0.0%)  typecheck-for-each
   0.0006 (  0.0%)   0.0001 (  0.0%)   0.0007 (  0.0%)   0.0007 (  0.0%)  load-all-members
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  source-file-lookup-class-member
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  populate-module-class-member-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0001 (  0.0%)  associated-type-inference
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   2.3381 (100.0%)   0.4661 (100.0%)   2.8042 (100.0%)   3.0642 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6639 seconds (1.7222 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.4528 (100.0%)   0.2111 (100.0%)   1.6639 (100.0%)   1.7222 (100.0%)  Building Target
   1.4528 (100.0%)   0.2111 (100.0%)   1.6639 (100.0%)   1.7222 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ AnyReducerCompatibility.swift,\ AnyReducerDebug.swift,\ AnyReducerSignpost.swift,\ ReducerBuilder.swift,\ BindingReducer.swift,\ CombineReducers.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/AnyReducer/AnyReducerCompatibility.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/AnyReducer/AnyReducerDebug.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/AnyReducer/AnyReducerSignpost.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/ReducerBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/Reducers/BindingReducer.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/Reducers/CombineReducers.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745745263902507-swift-frontend-ComposableArchitecture-AnyReducerCompatibility.swift-arm64_apple_macos10.15-o-Onone-2036678870.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.9080 seconds (0.9216 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0671 ( 11.1%)   0.0903 ( 29.6%)   0.1574 ( 17.3%)   0.1610 ( 17.5%)  parse-and-resolve-imports
   0.0645 ( 10.7%)   0.0885 ( 29.0%)   0.1530 ( 16.9%)   0.1566 ( 17.0%)  Import resolution
   0.0974 ( 16.1%)   0.0256 (  8.4%)   0.1230 ( 13.5%)   0.1241 ( 13.5%)  perform-sema
   0.0969 ( 16.1%)   0.0255 (  8.4%)   0.1224 ( 13.5%)   0.1235 ( 13.4%)  Type checking and Semantic analysis
   0.0743 ( 12.3%)   0.0184 (  6.0%)   0.0927 ( 10.2%)   0.0931 ( 10.1%)  typecheck-stmt
   0.0648 ( 10.7%)   0.0189 (  6.2%)   0.0837 (  9.2%)   0.0846 (  9.2%)  typecheck-decl
   0.0377 (  6.2%)   0.0128 (  4.2%)   0.0505 (  5.6%)   0.0513 (  5.6%)  typecheck-expr
   0.0318 (  5.3%)   0.0095 (  3.1%)   0.0413 (  4.5%)   0.0415 (  4.5%)  IRGen
   0.0220 (  3.6%)   0.0023 (  0.8%)   0.0243 (  2.7%)   0.0254 (  2.8%)  SILGen
   0.0154 (  2.5%)   0.0015 (  0.5%)   0.0169 (  1.9%)   0.0170 (  1.8%)  SILGen-function
   0.0100 (  1.7%)   0.0021 (  0.7%)   0.0121 (  1.3%)   0.0121 (  1.3%)  precheck-target
   0.0073 (  1.2%)   0.0023 (  0.7%)   0.0096 (  1.1%)   0.0096 (  1.0%)  build-rewrite-system
   0.0037 (  0.6%)   0.0049 (  1.6%)   0.0086 (  0.9%)   0.0092 (  1.0%)  import-clang-decl
   0.0089 (  1.5%)   0.0001 (  0.0%)   0.0091 (  1.0%)   0.0091 (  1.0%)  SIL optimization
   0.0010 (  0.2%)   0.0021 (  0.7%)   0.0031 (  0.3%)   0.0031 (  0.3%)  load-stdlib
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.6032 (100.0%)   0.3048 (100.0%)   0.9080 (100.0%)   0.9216 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5304 seconds (0.5482 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3678 (100.0%)   0.1626 (100.0%)   0.5304 (100.0%)   0.5482 (100.0%)  Building Target
   0.3678 (100.0%)   0.1626 (100.0%)   0.5304 (100.0%)   0.5482 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/AnyReducer/AnyReducerCompatibility.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/AnyReducer/AnyReducerDebug.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/AnyReducer/AnyReducerDebug.swift:196:11: warning: capture of 'debugEnvironment' with non-sendable type 'DebugEnvironment' in a '@Sendable' local function; this is an error in the Swift 6 language mode
          debugEnvironment.queue.async {
          ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/AnyReducer/AnyReducerDebug.swift:327:15: note: consider making struct 'DebugEnvironment' conform to the 'Sendable' protocol
public struct DebugEnvironment {
              ^
                               : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/AnyReducer/AnyReducerDebug.swift:199:26: warning: capture of 'debugAction' with non-sendable type 'DebugAction' in a '@Sendable' local function; this is an error in the Swift 6 language mode
              customDump(debugAction, to: &actionOutput, indent: 2)
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/AnyReducer/AnyReducerDebug.swift:177:33: note: consider making generic parameter 'DebugAction' conform to the 'Sendable' protocol
  public func debug<DebugState, DebugAction>(
                                ^
                                           : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/AnyReducer/AnyReducerDebug.swift:206:22: warning: capture of 'previousState' with non-sendable type 'DebugState' in a '@Sendable' local function; this is an error in the Swift 6 language mode
              : diff(previousState, nextState).map { "\($0)\n" } ?? "  (No state changes)\n"
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/AnyReducer/AnyReducerDebug.swift:177:21: note: consider making generic parameter 'DebugState' conform to the 'Sendable' protocol
  public func debug<DebugState, DebugAction>(
                    ^
                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/AnyReducer/AnyReducerDebug.swift:206:37: warning: capture of 'nextState' with non-sendable type 'DebugState' in a '@Sendable' local function; this is an error in the Swift 6 language mode
              : diff(previousState, nextState).map { "\($0)\n" } ?? "  (No state changes)\n"
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/AnyReducer/AnyReducerDebug.swift:177:21: note: consider making generic parameter 'DebugState' conform to the 'Sendable' protocol
  public func debug<DebugState, DebugAction>(
                    ^
                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/AnyReducer/AnyReducerDebug.swift:199:26: warning: capture of 'debugAction' with non-sendable type 'DebugAction' in a '@Sendable' closure
              customDump(debugAction, to: &actionOutput, indent: 2)
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/AnyReducer/AnyReducerDebug.swift:177:33: note: consider making generic parameter 'DebugAction' conform to the 'Sendable' protocol
  public func debug<DebugState, DebugAction>(
                                ^
                                           : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/AnyReducer/AnyReducerDebug.swift:206:22: warning: capture of 'previousState' with non-sendable type 'DebugState' in a '@Sendable' closure
              : diff(previousState, nextState).map { "\($0)\n" } ?? "  (No state changes)\n"
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/AnyReducer/AnyReducerDebug.swift:177:21: note: consider making generic parameter 'DebugState' conform to the 'Sendable' protocol
  public func debug<DebugState, DebugAction>(
                    ^
                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/AnyReducer/AnyReducerDebug.swift:206:37: warning: capture of 'nextState' with non-sendable type 'DebugState' in a '@Sendable' closure
              : diff(previousState, nextState).map { "\($0)\n" } ?? "  (No state changes)\n"
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/AnyReducer/AnyReducerDebug.swift:177:21: note: consider making generic parameter 'DebugState' conform to the 'Sendable' protocol
  public func debug<DebugState, DebugAction>(
                    ^
                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/AnyReducer/AnyReducerDebug.swift:207:13: warning: capture of 'debugEnvironment' with non-sendable type 'DebugEnvironment' in a '@Sendable' closure
            debugEnvironment.printer(
            ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/AnyReducer/AnyReducerDebug.swift:327:15: note: consider making struct 'DebugEnvironment' conform to the 'Sendable' protocol
public struct DebugEnvironment {
              ^
                               : Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/AnyReducer/AnyReducerSignpost.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/ReducerBuilder.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/Reducers/BindingReducer.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/Reducers/CombineReducers.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Compiling Dependency.swift, DependencyContext.swift, DependencyKey.swift (in target 'Dependencies' from project 'swift-dependencies')
SwiftCompile normal arm64 Compiling\ OpenExistential.swift,\ RuntimeWarnings.swift,\ TaskCancellableValue.swift,\ TypeName.swift,\ AnyReducer.swift,\ AnyReducerBinding.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Internal/OpenExistential.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Internal/RuntimeWarnings.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Internal/TaskCancellableValue.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Internal/TypeName.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/AnyReducer/AnyReducer.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/AnyReducer/AnyReducerBinding.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745745263971226-swift-frontend-ComposableArchitecture-OpenExistential.swift-arm64_apple_macos10.15-o-Onone-3233581421.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6702 seconds (0.6768 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0672 ( 16.1%)   0.0880 ( 34.7%)   0.1552 ( 23.2%)   0.1583 ( 23.4%)  parse-and-resolve-imports
   0.0647 ( 15.5%)   0.0860 ( 33.9%)   0.1508 ( 22.5%)   0.1538 ( 22.7%)  Import resolution
   0.0595 ( 14.3%)   0.0162 (  6.4%)   0.0758 ( 11.3%)   0.0758 ( 11.2%)  perform-sema
   0.0590 ( 14.2%)   0.0162 (  6.4%)   0.0752 ( 11.2%)   0.0752 ( 11.1%)  Type checking and Semantic analysis
   0.0354 (  8.5%)   0.0073 (  2.9%)   0.0427 (  6.4%)   0.0427 (  6.3%)  typecheck-stmt
   0.0235 (  5.6%)   0.0091 (  3.6%)   0.0325 (  4.9%)   0.0325 (  4.8%)  typecheck-decl
   0.0238 (  5.7%)   0.0077 (  3.1%)   0.0316 (  4.7%)   0.0319 (  4.7%)  IRGen
   0.0196 (  4.7%)   0.0079 (  3.1%)   0.0276 (  4.1%)   0.0276 (  4.1%)  typecheck-expr
   0.0186 (  4.5%)   0.0027 (  1.1%)   0.0213 (  3.2%)   0.0214 (  3.2%)  SILGen
   0.0138 (  3.3%)   0.0033 (  1.3%)   0.0171 (  2.6%)   0.0171 (  2.5%)  build-rewrite-system
   0.0128 (  3.1%)   0.0011 (  0.4%)   0.0139 (  2.1%)   0.0139 (  2.1%)  SILGen-function
   0.0078 (  1.9%)   0.0014 (  0.5%)   0.0092 (  1.4%)   0.0092 (  1.4%)  precheck-target
   0.0032 (  0.8%)   0.0037 (  1.5%)   0.0069 (  1.0%)   0.0069 (  1.0%)  import-clang-decl
   0.0064 (  1.5%)   0.0001 (  0.0%)   0.0065 (  1.0%)   0.0065 (  1.0%)  SIL optimization
   0.0010 (  0.2%)   0.0026 (  1.0%)   0.0036 (  0.5%)   0.0037 (  0.5%)  load-stdlib
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.4167 (100.0%)   0.2535 (100.0%)   0.6702 (100.0%)   0.6768 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4143 seconds (0.4207 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.2736 (100.0%)   0.1407 (100.0%)   0.4143 (100.0%)   0.4207 (100.0%)  Building Target
   0.2736 (100.0%)   0.1407 (100.0%)   0.4143 (100.0%)   0.4207 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Internal/OpenExistential.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Internal/RuntimeWarnings.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Internal/RuntimeWarnings.swift:47:9: warning: let 'dso' is not concurrency-safe because non-'Sendable' type 'UnsafeMutableRawPointer' may have shared mutable state; this is an error in the Swift 6 language mode
    let dso = { () -> UnsafeMutableRawPointer in
        ^
Swift.UnsafeMutableRawPointer:1:23: note: struct 'UnsafeMutableRawPointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafeMutableRawPointer : _Pointer {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Internal/RuntimeWarnings.swift:47:9: note: add '@MainActor' to make let 'dso' part of global actor 'MainActor'
    let dso = { () -> UnsafeMutableRawPointer in
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Internal/RuntimeWarnings.swift:47:9: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    let dso = { () -> UnsafeMutableRawPointer in
        ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Internal/RuntimeWarnings.swift:26:11: warning: cannot use conformance of 'String' to 'CVarArg' here; 'Foundation' was not imported by this file; this is an error in the Swift 6 language mode
          message
          ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Internal/RuntimeWarnings.swift:26:11: note: The missing import of module 'Foundation' will be added implicitly
          message
          ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Internal/TaskCancellableValue.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Internal/TypeName.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/AnyReducer/AnyReducer.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/AnyReducer/AnyReducerBinding.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Compiling OpenURL.swift, TimeZone.swift, URLSession.swift (in target 'Dependencies' from project 'swift-dependencies')
SwiftCompile normal arm64 Compiling\ Optional.swift,\ Reduce.swift,\ Scope.swift,\ SignpostReducer.swift,\ ReducerProtocol.swift,\ SchedulerExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/Reducers/Optional.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/Reducers/Reduce.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/Reducers/Scope.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/Reducers/SignpostReducer.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/ReducerProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SchedulerExtensions/SchedulerExtensions.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745745263973007-swift-frontend-ComposableArchitecture-Optional.swift-arm64_apple_macos10.15-o-Onone-4091366447.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4875 seconds (0.4934 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0671 ( 24.9%)   0.0875 ( 40.1%)   0.1545 ( 31.7%)   0.1573 ( 31.9%)  parse-and-resolve-imports
   0.0646 ( 24.0%)   0.0858 ( 39.4%)   0.1504 ( 30.9%)   0.1532 ( 31.0%)  Import resolution
   0.0266 (  9.9%)   0.0087 (  4.0%)   0.0353 (  7.2%)   0.0353 (  7.1%)  perform-sema
   0.0261 (  9.7%)   0.0086 (  3.9%)   0.0347 (  7.1%)   0.0347 (  7.0%)  Type checking and Semantic analysis
   0.0213 (  7.9%)   0.0069 (  3.2%)   0.0282 (  5.8%)   0.0282 (  5.7%)  IRGen
   0.0128 (  4.8%)   0.0047 (  2.2%)   0.0175 (  3.6%)   0.0175 (  3.6%)  typecheck-decl
   0.0124 (  4.6%)   0.0037 (  1.7%)   0.0161 (  3.3%)   0.0161 (  3.3%)  typecheck-stmt
   0.0108 (  4.0%)   0.0035 (  1.6%)   0.0143 (  2.9%)   0.0143 (  2.9%)  typecheck-expr
   0.0110 (  4.1%)   0.0010 (  0.5%)   0.0120 (  2.5%)   0.0121 (  2.4%)  SILGen
   0.0055 (  2.0%)   0.0003 (  0.1%)   0.0058 (  1.2%)   0.0058 (  1.2%)  SILGen-function
   0.0054 (  2.0%)   0.0002 (  0.1%)   0.0056 (  1.1%)   0.0056 (  1.1%)  SIL optimization
   0.0019 (  0.7%)   0.0033 (  1.5%)   0.0052 (  1.1%)   0.0052 (  1.1%)  import-clang-decl
   0.0011 (  0.4%)   0.0031 (  1.4%)   0.0043 (  0.9%)   0.0045 (  0.9%)  load-stdlib
   0.0015 (  0.6%)   0.0003 (  0.1%)   0.0018 (  0.4%)   0.0018 (  0.4%)  precheck-target
   0.0010 (  0.4%)   0.0004 (  0.2%)   0.0014 (  0.3%)   0.0014 (  0.3%)  build-rewrite-system
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2695 (100.0%)   0.2181 (100.0%)   0.4875 (100.0%)   0.4934 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3345 seconds (0.3385 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.2056 (100.0%)   0.1290 (100.0%)   0.3345 (100.0%)   0.3385 (100.0%)  Building Target
   0.2056 (100.0%)   0.1290 (100.0%)   0.3345 (100.0%)   0.3385 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/Reducers/Optional.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/Reducers/Reduce.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/Reducers/Scope.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/Reducers/SignpostReducer.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/ReducerProtocol.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SchedulerExtensions/SchedulerExtensions.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Compiling Context.swift, Date.swift, FireAndForget.swift (in target 'Dependencies' from project 'swift-dependencies')
SwiftCompile normal arm64 Compiling\ Throttling.swift,\ Timer.swift,\ SignalProducer.swift,\ TaskResult.swift,\ Binding+IsPresent.swift,\ Box.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/Publisher/Throttling.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/Publisher/Timer.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/SignalProducer.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/TaskResult.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Internal/Binding+IsPresent.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Internal/Box.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745745263992129-swift-frontend-ComposableArchitecture-Throttling.swift-arm64_apple_macos10.15-o-Onone-1632380367.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6830 seconds (0.7823 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0661 ( 15.0%)   0.0831 ( 34.2%)   0.1492 ( 21.8%)   0.1504 ( 19.2%)  parse-and-resolve-imports
   0.0638 ( 14.5%)   0.0814 ( 33.5%)   0.1452 ( 21.3%)   0.1464 ( 18.7%)  Import resolution
   0.0698 ( 15.9%)   0.0168 (  6.9%)   0.0866 ( 12.7%)   0.1187 ( 15.2%)  perform-sema
   0.0694 ( 15.8%)   0.0167 (  6.9%)   0.0861 ( 12.6%)   0.1182 ( 15.1%)  Type checking and Semantic analysis
   0.0498 ( 11.3%)   0.0097 (  4.0%)   0.0595 (  8.7%)   0.0596 (  7.6%)  typecheck-stmt
   0.0170 (  3.9%)   0.0066 (  2.7%)   0.0236 (  3.5%)   0.0556 (  7.1%)  typecheck-decl
   0.0284 (  6.5%)   0.0074 (  3.0%)   0.0358 (  5.2%)   0.0359 (  4.6%)  IRGen
   0.0198 (  4.5%)   0.0023 (  1.0%)   0.0221 (  3.2%)   0.0223 (  2.9%)  SILGen
   0.0137 (  3.1%)   0.0018 (  0.8%)   0.0155 (  2.3%)   0.0156 (  2.0%)  SILGen-function
   0.0081 (  1.8%)   0.0047 (  1.9%)   0.0128 (  1.9%)   0.0128 (  1.6%)  typecheck-expr
   0.0097 (  2.2%)   0.0026 (  1.1%)   0.0123 (  1.8%)   0.0123 (  1.6%)  precheck-target
   0.0118 (  2.7%)   0.0002 (  0.1%)   0.0120 (  1.8%)   0.0121 (  1.5%)  SIL optimization
   0.0083 (  1.9%)   0.0026 (  1.1%)   0.0109 (  1.6%)   0.0109 (  1.4%)  build-rewrite-system
   0.0028 (  0.6%)   0.0041 (  1.7%)   0.0069 (  1.0%)   0.0069 (  0.9%)  import-clang-decl
   0.0011 (  0.2%)   0.0029 (  1.2%)   0.0040 (  0.6%)   0.0040 (  0.5%)  load-stdlib
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.4400 (100.0%)   0.2430 (100.0%)   0.6830 (100.0%)   0.7823 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4854 seconds (0.5464 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3408 (100.0%)   0.1445 (100.0%)   0.4854 (100.0%)   0.5464 (100.0%)  Building Target
   0.3408 (100.0%)   0.1445 (100.0%)   0.4854 (100.0%)   0.5464 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/Publisher/Throttling.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/Publisher/Throttling.swift:94:5: warning: var 'throttleTimes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
var throttleTimes: [AnyHashable: Any] = [:]
    ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/Publisher/Throttling.swift:94:5: note: convert 'throttleTimes' to a 'let' constant to make 'Sendable' shared state immutable
var throttleTimes: [AnyHashable: Any] = [:]
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/Publisher/Throttling.swift:94:5: note: add '@MainActor' to make var 'throttleTimes' part of global actor 'MainActor'
var throttleTimes: [AnyHashable: Any] = [:]
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/Publisher/Throttling.swift:94:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var throttleTimes: [AnyHashable: Any] = [:]
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/Publisher/Throttling.swift:95:5: warning: var 'throttleValues' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
var throttleValues: [AnyHashable: Any] = [:]
    ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/Publisher/Throttling.swift:95:5: note: convert 'throttleValues' to a 'let' constant to make 'Sendable' shared state immutable
var throttleValues: [AnyHashable: Any] = [:]
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/Publisher/Throttling.swift:95:5: note: add '@MainActor' to make var 'throttleValues' part of global actor 'MainActor'
var throttleValues: [AnyHashable: Any] = [:]
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/Publisher/Throttling.swift:95:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var throttleValues: [AnyHashable: Any] = [:]
    ^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/Publisher/Timer.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/SignalProducer.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/SignalProducer.swift:351:8: warning: 'Effect' is deprecated: 'Effect' has been deprecated in favor of 'EffectTask' when 'Failure == Never', or 'EffectProducer<Output, Failure>' in general.
You are encouraged to use 'EffectTask<Action>' to model the output of your reducers, and to use Swift concurrency to model failable streams of values.
To find and replace instances of 'Effect<Action, Never>' to 'EffectTask<Action, Never>' in your codebase, use the following regular expression:
  Find:
    Effect<([^,]+), Never>
  Replace:
    EffectTask<$1>
See the migration roadmap for more information: https://github.com/pointfreeco/swift-composable-architecture/discussions/1477
  ) -> Effect<NewValue, NewError> {
       ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/SignalProducer.swift:326:11: warning: 'Effect' is deprecated: 'Effect' has been deprecated in favor of 'EffectTask' when 'Failure == Never', or 'EffectProducer<Output, Failure>' in general.
You are encouraged to use 'EffectTask<Action>' to model the output of your reducers, and to use Swift concurrency to model failable streams of values.
To find and replace instances of 'Effect<Action, Never>' to 'EffectTask<Action, Never>' in your codebase, use the following regular expression:
  Find:
    Effect<([^,]+), Never>
  Replace:
    EffectTask<$1>
See the migration roadmap for more information: https://github.com/pointfreeco/swift-composable-architecture/discussions/1477
extension Effect {
          ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/SignalProducer.swift:675:11: warning: capture of 'disposable' with non-sendable type 'any Disposable' in a '@Sendable' closure; this is an error in the Swift 6 language mode
          disposable.dispose()
          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ReactiveSwift/Sources/Disposable.swift:11:17: note: protocol 'Disposable' does not conform to the 'Sendable' protocol
public protocol Disposable: AnyObject {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/SignalProducer.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ReactiveSwift'
import ReactiveSwift
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/SignalProducer.swift:697:11: warning: capture of 'disposable' with non-sendable type 'any Disposable' in a '@Sendable' closure; this is an error in the Swift 6 language mode
          disposable.dispose()
          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ReactiveSwift/Sources/Disposable.swift:11:17: note: protocol 'Disposable' does not conform to the 'Sendable' protocol
public protocol Disposable: AnyObject {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/SignalProducer.swift:18:19: warning: sending 'observer' risks causing data races; this is an error in the Swift 6 language mode
          defer { observer.sendCompleted() }
~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/SignalProducer.swift:18:19: note: task-isolated 'observer' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
          defer { observer.sendCompleted() }
                  ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/SignalProducer.swift:666:26: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
            continuation.yield(value)
            ~~~~~~~~~~~~~^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/SignalProducer.swift:666:26: note: task-isolated 'value' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
            continuation.yield(value)
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/SignalProducer.swift:688:26: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
            continuation.yield(value)
            ~~~~~~~~~~~~~^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/SignalProducer.swift:688:26: note: task-isolated 'value' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
            continuation.yield(value)
                         ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Effects/TaskResult.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Internal/Binding+IsPresent.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Internal/Binding+IsPresent.swift:7:16: warning: capture of 'self' with non-sendable type 'Binding<Optional<Wrapped>>' in a '@Sendable' closure
        get: { self.wrappedValue != nil },
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Internal/Binding+IsPresent.swift:5:20: note: consider making generic parameter 'Wrapped' conform to the 'Sendable' protocol
    func isPresent<Wrapped>() -> Binding<Bool> where Value == Wrapped? {
                   ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Internal/Binding+IsPresent.swift:10:11: warning: capture of 'self' with non-sendable type 'Binding<Optional<Wrapped>>' in a '@Sendable' closure
          self.transaction(transaction).wrappedValue = nil
          ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Internal/Binding+IsPresent.swift:5:20: note: consider making generic parameter 'Wrapped' conform to the 'Sendable' protocol
    func isPresent<Wrapped>() -> Binding<Bool> where Value == Wrapped? {
                   ^
                          : Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Internal/Box.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Compiling TypeName.swift, WithDependencies.swift (in target 'Dependencies' from project 'swift-dependencies')
SwiftCompile normal arm64 Compiling\ DebugReducer.swift,\ DependencyKeyWritingReducer.swift,\ EmptyReducer.swift,\ ForEachReducer.swift,\ IfCaseLetReducer.swift,\ IfLetReducer.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/Reducers/DebugReducer.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/Reducers/DependencyKeyWritingReducer.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/Reducers/EmptyReducer.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/Reducers/ForEachReducer.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/Reducers/IfCaseLetReducer.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/Reducers/IfLetReducer.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745745264024208-swift-frontend-ComposableArchitecture-DebugReducer.swift-arm64_apple_macos10.15-o-Onone-619452430.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6071 seconds (0.6090 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0656 ( 16.9%)   0.0801 ( 36.5%)   0.1457 ( 24.0%)   0.1466 ( 24.1%)  parse-and-resolve-imports
   0.0634 ( 16.4%)   0.0785 ( 35.7%)   0.1419 ( 23.4%)   0.1426 ( 23.4%)  Import resolution
   0.0539 ( 13.9%)   0.0125 (  5.7%)   0.0664 ( 10.9%)   0.0664 ( 10.9%)  perform-sema
   0.0535 ( 13.8%)   0.0124 (  5.7%)   0.0659 ( 10.9%)   0.0660 ( 10.8%)  Type checking and Semantic analysis
   0.0386 ( 10.0%)   0.0100 (  4.5%)   0.0486 (  8.0%)   0.0486 (  8.0%)  typecheck-stmt
   0.0272 (  7.0%)   0.0075 (  3.4%)   0.0347 (  5.7%)   0.0349 (  5.7%)  IRGen
   0.0231 (  6.0%)   0.0050 (  2.3%)   0.0281 (  4.6%)   0.0281 (  4.6%)  typecheck-expr
   0.0168 (  4.3%)   0.0019 (  0.9%)   0.0187 (  3.1%)   0.0187 (  3.1%)  SILGen
   0.0129 (  3.3%)   0.0023 (  1.0%)   0.0152 (  2.5%)   0.0152 (  2.5%)  typecheck-decl
   0.0088 (  2.3%)   0.0025 (  1.1%)   0.0113 (  1.9%)   0.0113 (  1.9%)  build-rewrite-system
   0.0094 (  2.4%)   0.0006 (  0.3%)   0.0100 (  1.7%)   0.0100 (  1.6%)  SILGen-function
   0.0067 (  1.7%)   0.0001 (  0.0%)   0.0068 (  1.1%)   0.0068 (  1.1%)  SIL optimization
   0.0041 (  1.1%)   0.0005 (  0.2%)   0.0046 (  0.8%)   0.0046 (  0.8%)  precheck-target
   0.0019 (  0.5%)   0.0026 (  1.2%)   0.0045 (  0.7%)   0.0045 (  0.7%)  import-clang-decl
   0.0011 (  0.3%)   0.0031 (  1.4%)   0.0042 (  0.7%)   0.0043 (  0.7%)  load-stdlib
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.3874 (100.0%)   0.2198 (100.0%)   0.6071 (100.0%)   0.6090 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4245 seconds (0.4293 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.2898 (100.0%)   0.1347 (100.0%)   0.4245 (100.0%)   0.4293 (100.0%)  Building Target
   0.2898 (100.0%)   0.1347 (100.0%)   0.4245 (100.0%)   0.4293 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/Reducers/DebugReducer.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/Reducers/DependencyKeyWritingReducer.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/Reducers/EmptyReducer.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/Reducers/ForEachReducer.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/Reducers/IfCaseLetReducer.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Reducer/Reducers/IfLetReducer.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Compiling UUID.swift, WithRandomNumberGenerator.swift, Deprecations.swift (in target 'Dependencies' from project 'swift-dependencies')
SwiftDriver\ Compilation Dependencies normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Dependencies' from project 'swift-dependencies')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Dependencies -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug/Dependencies.build/Objects-normal/arm64/Dependencies.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.15 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug/Dependencies.build/Objects-normal/arm64/Dependencies-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug/Dependencies.build/Objects-normal/arm64/Dependencies.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug/Dependencies.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug/Dependencies.build/Objects-normal/arm64/Dependencies_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug/Dependencies.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug/Dependencies.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug/Dependencies.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug/Dependencies.build/Objects-normal/arm64/Dependencies-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling TextState.swift (in target '_SwiftUINavigationState' from project 'swiftui-navigation')
SwiftCompile normal arm64 Compiling\ ImmediateScheduler.swift,\ AlertStateUIKit.swift,\ IfLetUIKit.swift,\ UIKitAnimationScheduler.swift,\ ViewStore.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/TestSupport/ImmediateScheduler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/UIKit/AlertStateUIKit.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/UIKit/IfLetUIKit.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/UIKit/UIKitAnimationScheduler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/ViewStore.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745745264031094-swift-frontend-ComposableArchitecture-ImmediateScheduler.swift-arm64_apple_macos10.15-o-Onone-2003503078.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6616 seconds (0.6671 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0635 ( 14.8%)   0.0820 ( 35.3%)   0.1455 ( 22.0%)   0.1460 ( 21.9%)  parse-and-resolve-imports
   0.0616 ( 14.3%)   0.0805 ( 34.7%)   0.1421 ( 21.5%)   0.1426 ( 21.4%)  Import resolution
   0.0621 ( 14.5%)   0.0143 (  6.2%)   0.0765 ( 11.6%)   0.0765 ( 11.5%)  perform-sema
   0.0618 ( 14.4%)   0.0143 (  6.2%)   0.0760 ( 11.5%)   0.0761 ( 11.4%)  Type checking and Semantic analysis
   0.0405 (  9.4%)   0.0074 (  3.2%)   0.0479 (  7.2%)   0.0487 (  7.3%)  typecheck-stmt
   0.0320 (  7.4%)   0.0049 (  2.1%)   0.0369 (  5.6%)   0.0377 (  5.7%)  typecheck-expr
   0.0232 (  5.4%)   0.0088 (  3.8%)   0.0319 (  4.8%)   0.0321 (  4.8%)  IRGen
   0.0247 (  5.7%)   0.0069 (  3.0%)   0.0315 (  4.8%)   0.0316 (  4.7%)  typecheck-decl
   0.0201 (  4.7%)   0.0020 (  0.9%)   0.0221 (  3.3%)   0.0229 (  3.4%)  SILGen
   0.0150 (  3.5%)   0.0013 (  0.6%)   0.0164 (  2.5%)   0.0171 (  2.6%)  SILGen-function
   0.0085 (  2.0%)   0.0015 (  0.6%)   0.0100 (  1.5%)   0.0106 (  1.6%)  precheck-target
   0.0074 (  1.7%)   0.0002 (  0.1%)   0.0075 (  1.1%)   0.0080 (  1.2%)  SIL optimization
   0.0053 (  1.2%)   0.0018 (  0.8%)   0.0071 (  1.1%)   0.0071 (  1.1%)  build-rewrite-system
   0.0027 (  0.6%)   0.0039 (  1.7%)   0.0067 (  1.0%)   0.0067 (  1.0%)  import-clang-decl
   0.0010 (  0.2%)   0.0021 (  0.9%)   0.0031 (  0.5%)   0.0032 (  0.5%)  load-stdlib
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.4296 (100.0%)   0.2320 (100.0%)   0.6616 (100.0%)   0.6671 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4120 seconds (0.4146 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.2796 (100.0%)   0.1323 (100.0%)   0.4120 (100.0%)   0.4146 (100.0%)  Building Target
   0.2796 (100.0%)   0.1323 (100.0%)   0.4120 (100.0%)   0.4146 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/TestSupport/ImmediateScheduler.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/TestSupport/ImmediateScheduler.swift:7:1: warning: extension declares a conformance of imported type 'ImmediateScheduler' to imported protocol 'DateScheduler'; this will not behave correctly if the owners of 'ReactiveSwift' introduce this conformance in the future
extension ReactiveSwift.ImmediateScheduler: DateScheduler {
^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/TestSupport/ImmediateScheduler.swift:7:1: note: add '@retroactive' to silence this warning
extension ReactiveSwift.ImmediateScheduler: DateScheduler {
^                                           ~~~~~~~~~~~~~
                                            @retroactive DateScheduler
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/UIKit/AlertStateUIKit.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/UIKit/IfLetUIKit.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/UIKit/UIKitAnimationScheduler.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/ViewStore.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/ViewStore.swift:446:12: warning: non-sendable result type 'ViewState?' cannot be sent from nonisolated context in call to instance method 'first(where:)'; this is an error in the Swift 6 language mode
          .first(where: { !predicate($0) })
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/ViewStore.swift:69:30: note: consider making generic parameter 'ViewState' conform to the 'Sendable' protocol
public final class ViewStore<ViewState, ViewAction> {
                             ^
                                      : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/ViewStore.swift:466:11: warning: capture of 'cancellable' with non-sendable type 'Box<(any Disposable)?>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
          cancellable.wrappedValue?.dispose()
          ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Internal/Box.swift:1:13: note: generic class 'Box' does not conform to the 'Sendable' protocol
final class Box<Wrapped> {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/ViewStore.swift:505:24: warning: main actor-isolated subscript 'subscript(dynamicMember:)' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        .projectedValue[get: .init(rawValue: get), send: .init(rawValue: valueToAction)]
                       ^
SwiftUICore.ObservedObject.Wrapper.subscript:3:35: note: subscript declared here
@MainActor @preconcurrency public subscript<Subject>(dynamicMember keyPath: ReferenceWritableKeyPath<ObjectType, Subject>) -> Binding<Subject> { get }  }
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/ViewStore.swift:500:17: note: add '@MainActor' to make instance method 'binding(get:send:)' part of global actor 'MainActor'
    public func binding<Value>(
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/ViewStore.swift:505:10: warning: main actor-isolated property 'projectedValue' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        .projectedValue[get: .init(rawValue: get), send: .init(rawValue: valueToAction)]
         ^
SwiftUICore.ObservedObject.projectedValue:2:39: note: property declared here
@MainActor @preconcurrency public var projectedValue: ObservedObject<ObjectType>.Wrapper { get }}
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/ViewStore.swift:500:17: note: add '@MainActor' to make instance method 'binding(get:send:)' part of global actor 'MainActor'
    public func binding<Value>(
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/ViewStore.swift:504:7: warning: call to main actor-isolated initializer 'init(wrappedValue:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
      ObservedObject(wrappedValue: self)
      ^
SwiftUICore.ObservedObject.init:2:35: note: calls to initializer 'init(wrappedValue:)' from outside of its actor context are implicitly asynchronous
@MainActor @preconcurrency public init(wrappedValue: ObjectType)}
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/ViewStore.swift:500:17: note: add '@MainActor' to make instance method 'binding(get:send:)' part of global actor 'MainActor'
    public func binding<Value>(
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/ViewStore.swift:446:12: warning: sending value of non-Sendable type '(ViewState) async -> Bool' risks causing data races; this is an error in the Swift 6 language mode
          .first(where: { !predicate($0) })
~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/ViewStore.swift:446:12: note: sending main actor-isolated value of non-Sendable type '(ViewState) async -> Bool' to nonisolated callee risks causing races in between main actor-isolated and nonisolated uses
          .first(where: { !predicate($0) })
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/ViewStore.swift:446:12: warning: sending value of non-Sendable type 'AsyncStream<ViewState>' risks causing data races; this is an error in the Swift 6 language mode
          .first(where: { !predicate($0) })
~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/ViewStore.swift:446:12: note: sending main actor-isolated value of non-Sendable type 'AsyncStream<ViewState>' to nonisolated callee risks causing races in between main actor-isolated and nonisolated uses
          .first(where: { !predicate($0) })
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/ViewStore.swift:504:7: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
      ObservedObject(wrappedValue: self)
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/ViewStore.swift:504:7: note: sending task-isolated 'self' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
      ObservedObject(wrappedValue: self)
      ^
SwiftDriver\ Compilation _SwiftUINavigationState normal arm64 com.apple.xcode.tools.swift.compiler (in target '_SwiftUINavigationState' from project 'swiftui-navigation')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name _SwiftUINavigationState -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-navigation.build/Debug/_SwiftUINavigationState.build/Objects-normal/arm64/_SwiftUINavigationState.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.15 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-navigation.build/Debug/_SwiftUINavigationState.build/Objects-normal/arm64/_SwiftUINavigationState-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-navigation.build/Debug/_SwiftUINavigationState.build/Objects-normal/arm64/_SwiftUINavigationState.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-navigation.build/Debug/_SwiftUINavigationState.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-navigation.build/Debug/_SwiftUINavigationState.build/Objects-normal/arm64/_SwiftUINavigationState_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-navigation.build/Debug/_SwiftUINavigationState.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-navigation.build/Debug/_SwiftUINavigationState.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-navigation.build/Debug/_SwiftUINavigationState.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-navigation.build/Debug/_SwiftUINavigationState.build/Objects-normal/arm64/_SwiftUINavigationState-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Optional.swift, Reduce.swift, Scope.swift, SignpostReducer.swift, ReducerProtocol.swift, SchedulerExtensions.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
SwiftCompile normal arm64 Compiling\ Store.swift,\ ActionWrappingScheduler.swift,\ Alert.swift,\ Binding.swift,\ ConfirmationDialog.swift,\ ForEachStore.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Store.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/ActionWrappingScheduler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/Alert.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/Binding.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/ConfirmationDialog.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/ForEachStore.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745745264389994-swift-frontend-ComposableArchitecture-Store.swift-arm64_apple_macos10.15-o-Onone-431727188.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.0635 seconds (1.0979 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1662 ( 20.2%)   0.0266 ( 11.1%)   0.1928 ( 18.1%)   0.1938 ( 17.6%)  perform-sema
   0.1658 ( 20.1%)   0.0266 ( 11.1%)   0.1923 ( 18.1%)   0.1933 ( 17.6%)  Type checking and Semantic analysis
   0.0620 (  7.5%)   0.0624 ( 26.0%)   0.1244 ( 11.7%)   0.1397 ( 12.7%)  parse-and-resolve-imports
   0.0597 (  7.3%)   0.0610 ( 25.4%)   0.1207 ( 11.3%)   0.1360 ( 12.4%)  Import resolution
   0.0822 ( 10.0%)   0.0145 (  6.0%)   0.0967 (  9.1%)   0.0975 (  8.9%)  typecheck-stmt
   0.0625 (  7.6%)   0.0123 (  5.1%)   0.0748 (  7.0%)   0.0756 (  6.9%)  typecheck-expr
   0.0493 (  6.0%)   0.0090 (  3.8%)   0.0583 (  5.5%)   0.0585 (  5.3%)  typecheck-decl
   0.0454 (  5.5%)   0.0068 (  2.8%)   0.0521 (  4.9%)   0.0521 (  4.7%)  IRGen
   0.0378 (  4.6%)   0.0020 (  0.8%)   0.0398 (  3.7%)   0.0398 (  3.6%)  SILGen
   0.0309 (  3.8%)   0.0073 (  3.1%)   0.0383 (  3.6%)   0.0384 (  3.5%)  precheck-target
   0.0255 (  3.1%)   0.0011 (  0.4%)   0.0266 (  2.5%)   0.0266 (  2.4%)  SILGen-function
   0.0188 (  2.3%)   0.0045 (  1.9%)   0.0233 (  2.2%)   0.0233 (  2.1%)  build-rewrite-system
   0.0119 (  1.5%)   0.0001 (  0.0%)   0.0120 (  1.1%)   0.0120 (  1.1%)  SIL optimization
   0.0038 (  0.5%)   0.0048 (  2.0%)   0.0085 (  0.8%)   0.0086 (  0.8%)  import-clang-decl
   0.0010 (  0.1%)   0.0014 (  0.6%)   0.0024 (  0.2%)   0.0024 (  0.2%)  load-stdlib
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.8231 (100.0%)   0.2404 (100.0%)   1.0635 (100.0%)   1.0979 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6853 seconds (0.7015 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.5673 (100.0%)   0.1180 (100.0%)   0.6853 (100.0%)   0.7015 (100.0%)  Building Target
   0.5673 (100.0%)   0.1180 (100.0%)   0.6853 (100.0%)   0.7015 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Store.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Store.swift:658:18: warning: generic parameter 'ScopedState' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    func rescope<ScopedState, ScopedAction, RescopedState, RescopedAction>(
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Store.swift:601:28: note: 'ScopedState' previously declared here
    RootState, RootAction, ScopedState, ScopedAction
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Store.swift:658:31: warning: generic parameter 'ScopedAction' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    func rescope<ScopedState, ScopedAction, RescopedState, RescopedAction>(
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Store.swift:601:41: note: 'ScopedAction' previously declared here
    RootState, RootAction, ScopedState, ScopedAction
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Store.swift:441:21: warning: capture of 'tasks' with non-sendable type 'Box<[Task<Void, Never>]>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
        var index = tasks.wrappedValue.startIndex
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Internal/Box.swift:1:13: note: generic class 'Box' does not conform to the 'Sendable' protocol
final class Box<Wrapped> {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Store.swift:411:13: warning: sending 'effectDisposable' risks causing data races; this is an error in the Swift 6 language mode
            effectDisposable.dispose()
~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Store.swift:411:13: note: task-isolated 'effectDisposable' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
            effectDisposable.dispose()
            ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Store.swift:419:36: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
          Task(priority: priority) {
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Store.swift:422:31: note: closure captures 'self' which is accessible to code in the current task
                if let task = self.send($0, originatingFrom: action) {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Store.swift:433:17: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
    return Task {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Store.swift:435:21: note: closure captures 'tasks' which is accessible to code in the current task
        var index = tasks.wrappedValue.startIndex
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Store.swift:422:31: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
                if let task = self.send($0, originatingFrom: action) {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Store.swift:422:31: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                if let task = self.send($0, originatingFrom: action) {
                              ^~~~
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Store.swift:422:62: warning: sending 'action' risks causing data races; this is an error in the Swift 6 language mode
                if let task = self.send($0, originatingFrom: action) {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Store.swift:422:62: note: task-isolated 'action' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                if let task = self.send($0, originatingFrom: action) {
                                                             ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Store.swift:423:19: warning: sending 'tasks' risks causing data races; this is an error in the Swift 6 language mode
                  tasks.wrappedValue.append(task)
~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/Store.swift:423:19: note: task-isolated 'tasks' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                  tasks.wrappedValue.append(task)
                  ^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift:122:6: warning: call to main actor-isolated initializer 'init(wrappedValue:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    @ObservedObject private var viewStore: ViewStore<ViewState, ViewAction>
     ^
SwiftUICore.ObservedObject.init:2:35: note: calls to initializer 'init(wrappedValue:)' from outside of its actor context are implicitly asynchronous
@MainActor @preconcurrency public init(wrappedValue: ObjectType)}
                                  ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/ActionWrappingScheduler.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift:122:6: warning: call to main actor-isolated initializer 'init(wrappedValue:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    @ObservedObject private var viewStore: ViewStore<ViewState, ViewAction>
     ^
SwiftUICore.ObservedObject.init:2:35: note: calls to initializer 'init(wrappedValue:)' from outside of its actor context are implicitly asynchronous
@MainActor @preconcurrency public init(wrappedValue: ObjectType)}
                                  ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/Alert.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift:122:6: warning: call to main actor-isolated initializer 'init(wrappedValue:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    @ObservedObject private var viewStore: ViewStore<ViewState, ViewAction>
     ^
SwiftUICore.ObservedObject.init:2:35: note: calls to initializer 'init(wrappedValue:)' from outside of its actor context are implicitly asynchronous
@MainActor @preconcurrency public init(wrappedValue: ObjectType)}
                                  ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/Binding.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift:122:6: warning: call to main actor-isolated initializer 'init(wrappedValue:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    @ObservedObject private var viewStore: ViewStore<ViewState, ViewAction>
     ^
SwiftUICore.ObservedObject.init:2:35: note: calls to initializer 'init(wrappedValue:)' from outside of its actor context are implicitly asynchronous
@MainActor @preconcurrency public init(wrappedValue: ObjectType)}
                                  ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/ConfirmationDialog.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift:122:6: warning: call to main actor-isolated initializer 'init(wrappedValue:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    @ObservedObject private var viewStore: ViewStore<ViewState, ViewAction>
     ^
SwiftUICore.ObservedObject.init:2:35: note: calls to initializer 'init(wrappedValue:)' from outside of its actor context are implicitly asynchronous
@MainActor @preconcurrency public init(wrappedValue: ObjectType)}
                                  ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/ForEachStore.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/ForEachStore.swift:84:16: warning: main actor-isolated property 'data' cannot be used to satisfy nonisolated requirement from protocol 'DynamicViewContent'; this is an error in the Swift 6 language mode
    public let data: Data
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/ForEachStore.swift:83:6: note: add '@preconcurrency' to the 'DynamicViewContent' conformance to defer isolation checking to run time
  >: DynamicViewContent {
     ^
     @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/WithViewStore.swift:122:6: warning: call to main actor-isolated initializer 'init(wrappedValue:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
    @ObservedObject private var viewStore: ViewStore<ViewState, ViewAction>
     ^
SwiftUICore.ObservedObject.init:2:35: note: calls to initializer 'init(wrappedValue:)' from outside of its actor context are implicitly asynchronous
@MainActor @preconcurrency public init(wrappedValue: ObjectType)}
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/ForEachStore.swift:138:15: warning: forming 'UnsafeRawPointer' to a variable of type 'OrderedSet<ID>'; this is likely incorrect because 'OrderedSet<ID>' may contain an object reference.
    if memcmp(&lhs, &rhs, MemoryLayout<OrderedSet<ID>>.size) == 0 {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposableArchitecture/SwiftUI/ForEachStore.swift:138:21: warning: forming 'UnsafeRawPointer' to a variable of type 'OrderedSet<ID>'; this is likely incorrect because 'OrderedSet<ID>' may contain an object reference.
    if memcmp(&lhs, &rhs, MemoryLayout<OrderedSet<ID>>.size) == 0 {
                    ^
SwiftDriverJobDiscovery normal arm64 Compiling OpenExistential.swift, RuntimeWarnings.swift, TaskCancellableValue.swift, TypeName.swift, AnyReducer.swift, AnyReducerBinding.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
ExtractAppIntentsMetadata (in target 'CustomDump' from project 'swift-custom-dump')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-custom-dump
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name CustomDump --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.15 --bundle-identifier swift-custom-dump.CustomDump --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CustomDump.appintents --target-triple arm64-apple-macos10.15 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CustomDump.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug/CustomDump.build/Objects-normal/arm64/CustomDump_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug/CustomDump.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug/CustomDump.build/Objects-normal/arm64/CustomDump.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug/CustomDump.build/CustomDump.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug/CustomDump.build/CustomDump.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-custom-dump.build/Debug/CustomDump.build/Objects-normal/arm64/CustomDump.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 02:14:24.427 appintentsmetadataprocessor[1779:8923] Starting appintentsmetadataprocessor export
2025-04-27 02:14:24.471 appintentsmetadataprocessor[1779:8923] Extracted no relevant App Intents symbols, skipping writing output
ExtractAppIntentsMetadata (in target 'CombineSchedulers' from project 'combine-schedulers')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/combine-schedulers
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name CombineSchedulers --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.15 --bundle-identifier combine-schedulers.CombineSchedulers --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CombineSchedulers.appintents --target-triple arm64-apple-macos10.15 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CombineSchedulers.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/combine-schedulers.build/Debug/CombineSchedulers.build/Objects-normal/arm64/CombineSchedulers_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/combine-schedulers.build/Debug/CombineSchedulers.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/combine-schedulers.build/Debug/CombineSchedulers.build/Objects-normal/arm64/CombineSchedulers.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/combine-schedulers.build/Debug/CombineSchedulers.build/CombineSchedulers.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/combine-schedulers.build/Debug/CombineSchedulers.build/CombineSchedulers.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/combine-schedulers.build/Debug/CombineSchedulers.build/Objects-normal/arm64/CombineSchedulers.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 02:14:24.473 appintentsmetadataprocessor[1780:8931] Starting appintentsmetadataprocessor export
2025-04-27 02:14:24.533 appintentsmetadataprocessor[1780:8931] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling ImmediateScheduler.swift, AlertStateUIKit.swift, IfLetUIKit.swift, UIKitAnimationScheduler.swift, ViewStore.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
ExtractAppIntentsMetadata (in target 'Clocks' from project 'swift-clocks')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-clocks
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Clocks --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.15 --bundle-identifier swift-clocks.Clocks --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Clocks.appintents --target-triple arm64-apple-macos10.15 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Clocks.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-clocks.build/Debug/Clocks.build/Objects-normal/arm64/Clocks_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-clocks.build/Debug/Clocks.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-clocks.build/Debug/Clocks.build/Objects-normal/arm64/Clocks.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-clocks.build/Debug/Clocks.build/Clocks.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-clocks.build/Debug/Clocks.build/Clocks.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-clocks.build/Debug/Clocks.build/Objects-normal/arm64/Clocks.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 02:14:24.480 appintentsmetadataprocessor[1781:8932] Starting appintentsmetadataprocessor export
2025-04-27 02:14:24.530 appintentsmetadataprocessor[1781:8932] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling AnyReducerCompatibility.swift, AnyReducerDebug.swift, AnyReducerSignpost.swift, ReducerBuilder.swift, BindingReducer.swift, CombineReducers.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
ExtractAppIntentsMetadata (in target 'CasePaths' from project 'swift-case-paths')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-case-paths
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name CasePaths --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.15 --bundle-identifier swift-case-paths.CasePaths --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CasePaths.appintents --target-triple arm64-apple-macos10.15 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CasePaths.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug/CasePaths.build/Objects-normal/arm64/CasePaths_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug/CasePaths.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug/CasePaths.build/Objects-normal/arm64/CasePaths.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug/CasePaths.build/CasePaths.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug/CasePaths.build/CasePaths.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-case-paths.build/Debug/CasePaths.build/Objects-normal/arm64/CasePaths.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 02:14:24.483 appintentsmetadataprocessor[1782:8933] Starting appintentsmetadataprocessor export
2025-04-27 02:14:24.531 appintentsmetadataprocessor[1782:8933] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling DebugReducer.swift, DependencyKeyWritingReducer.swift, EmptyReducer.swift, ForEachReducer.swift, IfCaseLetReducer.swift, IfLetReducer.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IdentifiedCollections.o normal (in target 'IdentifiedCollections' from project 'swift-identified-collections')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-identified-collections
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-identified-collections.build/Debug/IdentifiedCollections.build/Objects-normal/arm64/IdentifiedCollections.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-identified-collections.build/Debug/IdentifiedCollections.build/Objects-normal/arm64/IdentifiedCollections_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-identified-collections.build/Debug/IdentifiedCollections.build/Objects-normal/arm64/IdentifiedCollections_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-identified-collections.build/Debug/IdentifiedCollections.build/Objects-normal/arm64/IdentifiedCollections.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IdentifiedCollections.o
SwiftDriverJobDiscovery normal arm64 Compiling MainQueue.swift, Effect.swift, Animation.swift, Cancellation.swift, Debouncing.swift, Deferring.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CustomDump.o (in target 'CustomDump' from project 'swift-custom-dump')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-custom-dump
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CustomDump.o
ExtractAppIntentsMetadata (in target 'IdentifiedCollections' from project 'swift-identified-collections')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-identified-collections
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name IdentifiedCollections --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier swift-identified-collections.IdentifiedCollections --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IdentifiedCollections.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IdentifiedCollections.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-identified-collections.build/Debug/IdentifiedCollections.build/Objects-normal/arm64/IdentifiedCollections_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-identified-collections.build/Debug/IdentifiedCollections.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-identified-collections.build/Debug/IdentifiedCollections.build/Objects-normal/arm64/IdentifiedCollections.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-identified-collections.build/Debug/IdentifiedCollections.build/IdentifiedCollections.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-identified-collections.build/Debug/IdentifiedCollections.build/IdentifiedCollections.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-identified-collections.build/Debug/IdentifiedCollections.build/Objects-normal/arm64/IdentifiedCollections.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 02:14:24.550 appintentsmetadataprocessor[1786:8962] Starting appintentsmetadataprocessor export
2025-04-27 02:14:24.593 appintentsmetadataprocessor[1786:8962] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Clocks.o (in target 'Clocks' from project 'swift-clocks')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-clocks
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Clocks.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CasePaths.o (in target 'CasePaths' from project 'swift-case-paths')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-case-paths
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CasePaths.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CombineSchedulers.o (in target 'CombineSchedulers' from project 'combine-schedulers')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/combine-schedulers
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CombineSchedulers.o
SwiftDriverJobDiscovery normal arm64 Compiling Throttling.swift, Timer.swift, SignalProducer.swift, TaskResult.swift, Binding+IsPresent.swift, Box.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/_SwiftUINavigationState.o normal (in target '_SwiftUINavigationState' from project 'swiftui-navigation')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swiftui-navigation
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.15 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-navigation.build/Debug/_SwiftUINavigationState.build/Objects-normal/arm64/_SwiftUINavigationState.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-navigation.build/Debug/_SwiftUINavigationState.build/Objects-normal/arm64/_SwiftUINavigationState_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-navigation.build/Debug/_SwiftUINavigationState.build/Objects-normal/arm64/_SwiftUINavigationState_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-navigation.build/Debug/_SwiftUINavigationState.build/Objects-normal/arm64/_SwiftUINavigationState.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/_SwiftUINavigationState.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Dependencies.o normal (in target 'Dependencies' from project 'swift-dependencies')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.15 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug/Dependencies.build/Objects-normal/arm64/Dependencies.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug/Dependencies.build/Objects-normal/arm64/Dependencies_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug/Dependencies.build/Objects-normal/arm64/Dependencies_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug/Dependencies.build/Objects-normal/arm64/Dependencies.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Dependencies.o
SwiftDriverJobDiscovery normal arm64 Compiling Breakpoint.swift, CurrentValueRelay.swift, Debug.swift, Deprecations.swift, Exports.swift, Locking.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
SwiftDriverJobDiscovery normal arm64 Emitting module for ComposableArchitecture (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
SwiftDriver\ Compilation\ Requirements ComposableArchitecture normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ComposableArchitecture -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/reactiveswift-composable-architecture.build/Debug/ComposableArchitecture.build/Objects-normal/arm64/ComposableArchitecture.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.15 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/reactiveswift-composable-architecture.build/Debug/ComposableArchitecture.build/Objects-normal/arm64/ComposableArchitecture-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/reactiveswift-composable-architecture.build/Debug/ComposableArchitecture.build/Objects-normal/arm64/ComposableArchitecture.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/reactiveswift-composable-architecture.build/Debug/ComposableArchitecture.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/reactiveswift-composable-architecture.build/Debug/ComposableArchitecture.build/Objects-normal/arm64/ComposableArchitecture_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/reactiveswift-composable-architecture.build/Debug/ComposableArchitecture.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/reactiveswift-composable-architecture.build/Debug/ComposableArchitecture.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/reactiveswift-composable-architecture.build/Debug/ComposableArchitecture.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/reactiveswift-composable-architecture.build/Debug/ComposableArchitecture.build/Objects-normal/arm64/ComposableArchitecture-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/ComposableArchitecture-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/reactiveswift-composable-architecture.build/Debug/ComposableArchitecture.build/Objects-normal/arm64/ComposableArchitecture-Swift.h (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/reactiveswift-composable-architecture.build/Debug/ComposableArchitecture.build/Objects-normal/arm64/ComposableArchitecture-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/ComposableArchitecture-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ComposableArchitecture.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/reactiveswift-composable-architecture.build/Debug/ComposableArchitecture.build/Objects-normal/arm64/ComposableArchitecture.swiftdoc (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/reactiveswift-composable-architecture.build/Debug/ComposableArchitecture.build/Objects-normal/arm64/ComposableArchitecture.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ComposableArchitecture.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ComposableArchitecture.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/reactiveswift-composable-architecture.build/Debug/ComposableArchitecture.build/Objects-normal/arm64/ComposableArchitecture.abi.json (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/reactiveswift-composable-architecture.build/Debug/ComposableArchitecture.build/Objects-normal/arm64/ComposableArchitecture.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ComposableArchitecture.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ComposableArchitecture.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/reactiveswift-composable-architecture.build/Debug/ComposableArchitecture.build/Objects-normal/arm64/ComposableArchitecture.swiftmodule (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/reactiveswift-composable-architecture.build/Debug/ComposableArchitecture.build/Objects-normal/arm64/ComposableArchitecture.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ComposableArchitecture.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ComposableArchitecture.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/reactiveswift-composable-architecture.build/Debug/ComposableArchitecture.build/Objects-normal/arm64/ComposableArchitecture.swiftsourceinfo (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/reactiveswift-composable-architecture.build/Debug/ComposableArchitecture.build/Objects-normal/arm64/ComposableArchitecture.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ComposableArchitecture.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
ExtractAppIntentsMetadata (in target '_SwiftUINavigationState' from project 'swiftui-navigation')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swiftui-navigation
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name _SwiftUINavigationState --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.15 --bundle-identifier swiftui-navigation.-SwiftUINavigationState --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/_SwiftUINavigationState.appintents --target-triple arm64-apple-macos10.15 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/_SwiftUINavigationState.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-navigation.build/Debug/_SwiftUINavigationState.build/Objects-normal/arm64/_SwiftUINavigationState_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-navigation.build/Debug/_SwiftUINavigationState.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-navigation.build/Debug/_SwiftUINavigationState.build/Objects-normal/arm64/_SwiftUINavigationState.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-navigation.build/Debug/_SwiftUINavigationState.build/_SwiftUINavigationState.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-navigation.build/Debug/_SwiftUINavigationState.build/_SwiftUINavigationState.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-navigation.build/Debug/_SwiftUINavigationState.build/Objects-normal/arm64/_SwiftUINavigationState.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 02:14:24.600 appintentsmetadataprocessor[1791:8991] Starting appintentsmetadataprocessor export
2025-04-27 02:14:24.637 appintentsmetadataprocessor[1791:8991] Extracted no relevant App Intents symbols, skipping writing output
ExtractAppIntentsMetadata (in target 'Dependencies' from project 'swift-dependencies')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Dependencies --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.15 --bundle-identifier swift-dependencies.Dependencies --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Dependencies.appintents --target-triple arm64-apple-macos10.15 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Dependencies.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug/Dependencies.build/Objects-normal/arm64/Dependencies_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug/Dependencies.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug/Dependencies.build/Objects-normal/arm64/Dependencies.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug/Dependencies.build/Dependencies.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug/Dependencies.build/Dependencies.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-dependencies.build/Debug/Dependencies.build/Objects-normal/arm64/Dependencies.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 02:14:24.605 appintentsmetadataprocessor[1792:8992] Starting appintentsmetadataprocessor export
2025-04-27 02:14:24.641 appintentsmetadataprocessor[1792:8992] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IdentifiedCollections.o (in target 'IdentifiedCollections' from project 'swift-identified-collections')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-identified-collections
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/IdentifiedCollections.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/_SwiftUINavigationState.o (in target '_SwiftUINavigationState' from project 'swiftui-navigation')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swiftui-navigation
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/_SwiftUINavigationState.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Dependencies.o (in target 'Dependencies' from project 'swift-dependencies')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-dependencies
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Dependencies.o
SwiftDriverJobDiscovery normal arm64 Compiling Store.swift, ActionWrappingScheduler.swift, Alert.swift, Binding.swift, ConfirmationDialog.swift, ForEachStore.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
SwiftDriverJobDiscovery normal arm64 Compiling Identified.swift, IfLetStore.swift, SwitchStore.swift, WithViewStore.swift, TestStore.swift (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
SwiftDriver\ Compilation ComposableArchitecture normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ComposableArchitecture -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/reactiveswift-composable-architecture.build/Debug/ComposableArchitecture.build/Objects-normal/arm64/ComposableArchitecture.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.15 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/reactiveswift-composable-architecture.build/Debug/ComposableArchitecture.build/Objects-normal/arm64/ComposableArchitecture-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/reactiveswift-composable-architecture.build/Debug/ComposableArchitecture.build/Objects-normal/arm64/ComposableArchitecture.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/reactiveswift-composable-architecture.build/Debug/ComposableArchitecture.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/reactiveswift-composable-architecture.build/Debug/ComposableArchitecture.build/Objects-normal/arm64/ComposableArchitecture_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/reactiveswift-composable-architecture.build/Debug/ComposableArchitecture.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/reactiveswift-composable-architecture.build/Debug/ComposableArchitecture.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/reactiveswift-composable-architecture.build/Debug/ComposableArchitecture.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/reactiveswift-composable-architecture.build/Debug/ComposableArchitecture.build/Objects-normal/arm64/ComposableArchitecture-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ComposableArchitecture.o normal (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.15 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/reactiveswift-composable-architecture.build/Debug/ComposableArchitecture.build/Objects-normal/arm64/ComposableArchitecture.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/reactiveswift-composable-architecture.build/Debug/ComposableArchitecture.build/Objects-normal/arm64/ComposableArchitecture_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/reactiveswift-composable-architecture.build/Debug/ComposableArchitecture.build/Objects-normal/arm64/ComposableArchitecture_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/reactiveswift-composable-architecture.build/Debug/ComposableArchitecture.build/Objects-normal/arm64/ComposableArchitecture.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ComposableArchitecture.o
ExtractAppIntentsMetadata (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name ComposableArchitecture --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.15 --bundle-identifier spi-builder-workspace.ComposableArchitecture --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ComposableArchitecture.appintents --target-triple arm64-apple-macos10.15 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ComposableArchitecture.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/reactiveswift-composable-architecture.build/Debug/ComposableArchitecture.build/Objects-normal/arm64/ComposableArchitecture_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/reactiveswift-composable-architecture.build/Debug/ComposableArchitecture.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/reactiveswift-composable-architecture.build/Debug/ComposableArchitecture.build/Objects-normal/arm64/ComposableArchitecture.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/reactiveswift-composable-architecture.build/Debug/ComposableArchitecture.build/ComposableArchitecture.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/reactiveswift-composable-architecture.build/Debug/ComposableArchitecture.build/ComposableArchitecture.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/reactiveswift-composable-architecture.build/Debug/ComposableArchitecture.build/Objects-normal/arm64/ComposableArchitecture.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 02:14:25.686 appintentsmetadataprocessor[1795:9024] Starting appintentsmetadataprocessor export
2025-04-27 02:14:25.721 appintentsmetadataprocessor[1795:9024] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ComposableArchitecture.o (in target 'ComposableArchitecture' from project 'reactiveswift-composable-architecture')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ComposableArchitecture.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:3678c7a802501fa94c470d9f64bd6a9c7d1927ce, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:3678c7a802501fa94c470d9f64bd6a9c7d1927ce, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:3678c7a802501fa94c470d9f64bd6a9c7d1927ce, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:3678c7a802501fa94c470d9f64bd6a9c7d1927ce, name:My Mac }
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-benchmark",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/google/swift-benchmark"
    },
    {
      "identity" : "reactiveswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.1.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ReactiveCocoa/ReactiveSwift"
    },
    {
      "identity" : "swift-case-paths",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.10.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-case-paths"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "identity" : "swift-custom-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-custom-dump"
    },
    {
      "identity" : "swift-dependencies",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-dependencies"
    },
    {
      "identity" : "swift-identified-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-identified-collections"
    },
    {
      "identity" : "swiftui-navigation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swiftui-navigation"
    },
    {
      "identity" : "xctest-dynamic-overlay",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
    }
  ],
  "manifest_display_name" : "reactiveswift-composable-architecture",
  "name" : "reactiveswift-composable-architecture",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "ComposableArchitecture",
      "targets" : [
        "ComposableArchitecture"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "swift-composable-architecture-benchmark",
      "targets" : [
        "swift-composable-architecture-benchmark"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swift_composable_architecture_benchmark",
      "module_type" : "SwiftTarget",
      "name" : "swift-composable-architecture-benchmark",
      "path" : "Sources/swift-composable-architecture-benchmark",
      "product_dependencies" : [
        "Benchmark"
      ],
      "product_memberships" : [
        "swift-composable-architecture-benchmark"
      ],
      "sources" : [
        "Common.swift",
        "Dependencies.swift",
        "Effects.swift",
        "StoreScope.swift",
        "ViewStore.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "ComposableArchitecture"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "_CAsyncSupport",
      "module_type" : "SystemLibraryTarget",
      "name" : "_CAsyncSupport",
      "path" : "Sources/_CAsyncSupport",
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "ComposableArchitectureTests",
      "module_type" : "SwiftTarget",
      "name" : "ComposableArchitectureTests",
      "path" : "Tests/ComposableArchitectureTests",
      "sources" : [
        "BindingTests.swift",
        "CompatibilityTests.swift",
        "ComposableArchitectureTests.swift",
        "DebugTests.swift",
        "DependencyKeyWritingReducerTests.swift",
        "DeprecatedTests.swift",
        "EffectCancellationTests.swift",
        "EffectDebounceTests.swift",
        "EffectDeferredTests.swift",
        "EffectFailureTests.swift",
        "EffectOperationTests.swift",
        "EffectRunTests.swift",
        "EffectTaskTests.swift",
        "EffectTests.swift",
        "EffectThrottleTests.swift",
        "ForEachReducerTests.swift",
        "IfCaseLetReducerTests.swift",
        "IfLetReducerTests.swift",
        "MemoryManagementTests.swift",
        "ReducerBuilderTests.swift",
        "ReducerTests.swift",
        "RuntimeWarningTests.swift",
        "SchedulerTests.swift",
        "ScopeTests.swift",
        "SerialExecutor.swift",
        "StoreTests.swift",
        "TaskCancellationTests.swift",
        "TaskResultTests.swift",
        "TestStoreFailureTests.swift",
        "TestStoreNonExhaustiveTests.swift",
        "TestStoreTests.swift",
        "TimerTests.swift",
        "ViewStoreTests.swift",
        "WithViewStoreAppTest.swift"
      ],
      "target_dependencies" : [
        "_CAsyncSupport",
        "ComposableArchitecture"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ComposableArchitecture",
      "module_type" : "SwiftTarget",
      "name" : "ComposableArchitecture",
      "path" : "Sources/ComposableArchitecture",
      "product_dependencies" : [
        "CasePaths",
        "CustomDump",
        "Dependencies",
        "IdentifiedCollections",
        "OrderedCollections",
        "ReactiveSwift",
        "_SwiftUINavigationState",
        "XCTestDynamicOverlay"
      ],
      "product_memberships" : [
        "ComposableArchitecture",
        "swift-composable-architecture-benchmark"
      ],
      "sources" : [
        "Dependencies/MainQueue.swift",
        "Effect.swift",
        "Effects/Animation.swift",
        "Effects/Cancellation.swift",
        "Effects/Publisher/Debouncing.swift",
        "Effects/Publisher/Deferring.swift",
        "Effects/Publisher/Throttling.swift",
        "Effects/Publisher/Timer.swift",
        "Effects/SignalProducer.swift",
        "Effects/TaskResult.swift",
        "Internal/Binding+IsPresent.swift",
        "Internal/Box.swift",
        "Internal/Breakpoint.swift",
        "Internal/CurrentValueRelay.swift",
        "Internal/Debug.swift",
        "Internal/Deprecations.swift",
        "Internal/Exports.swift",
        "Internal/Locking.swift",
        "Internal/OpenExistential.swift",
        "Internal/RuntimeWarnings.swift",
        "Internal/TaskCancellableValue.swift",
        "Internal/TypeName.swift",
        "Reducer/AnyReducer/AnyReducer.swift",
        "Reducer/AnyReducer/AnyReducerBinding.swift",
        "Reducer/AnyReducer/AnyReducerCompatibility.swift",
        "Reducer/AnyReducer/AnyReducerDebug.swift",
        "Reducer/AnyReducer/AnyReducerSignpost.swift",
        "Reducer/ReducerBuilder.swift",
        "Reducer/Reducers/BindingReducer.swift",
        "Reducer/Reducers/CombineReducers.swift",
        "Reducer/Reducers/DebugReducer.swift",
        "Reducer/Reducers/DependencyKeyWritingReducer.swift",
        "Reducer/Reducers/EmptyReducer.swift",
        "Reducer/Reducers/ForEachReducer.swift",
        "Reducer/Reducers/IfCaseLetReducer.swift",
        "Reducer/Reducers/IfLetReducer.swift",
        "Reducer/Reducers/Optional.swift",
        "Reducer/Reducers/Reduce.swift",
        "Reducer/Reducers/Scope.swift",
        "Reducer/Reducers/SignpostReducer.swift",
        "ReducerProtocol.swift",
        "SchedulerExtensions/SchedulerExtensions.swift",
        "Store.swift",
        "SwiftUI/ActionWrappingScheduler.swift",
        "SwiftUI/Alert.swift",
        "SwiftUI/Binding.swift",
        "SwiftUI/ConfirmationDialog.swift",
        "SwiftUI/ForEachStore.swift",
        "SwiftUI/Identified.swift",
        "SwiftUI/IfLetStore.swift",
        "SwiftUI/SwitchStore.swift",
        "SwiftUI/WithViewStore.swift",
        "TestStore.swift",
        "TestSupport/ImmediateScheduler.swift",
        "UIKit/AlertStateUIKit.swift",
        "UIKit/IfLetUIKit.swift",
        "UIKit/UIKitAnimationScheduler.swift",
        "ViewStore.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.