The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of Workflow, reference v4.3.0 (d5956a), with Swift 6.1 for macOS (SPM) on 12 Aug 2025 21:52:41 UTC.

Swift 6 data race errors: 46

Build Command

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

Build Log

 23 |     static var _currentConfiguration: Configuration?
    +--- macro expansion @TaskLocal ------------------------------------
    |1 | {
    |2 |     get {
    |3 |         $_currentConfiguration.get()
    |  |                                `- warning: type 'Runtime.Configuration' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
    |4 |     }
    |5 | }
    +-------------------------------------------------------------------
 24 |
 25 |     static var _bootstrapConfiguration = BootstrappableConfiguration()
    :
 83 | extension Runtime {
 84 |     /// Configuration options for the Workflow runtime.
 85 |     public struct Configuration: Equatable {
    |                   `- note: consider making struct 'Configuration' conform to the 'Sendable' protocol
 86 |         /// The default runtime configuration.
 87 |         static let `default` = Configuration()
/Users/admin/builder/spi-builder-workspace/Workflow/Sources/RuntimeConfiguration.swift:65:14: warning: type 'Runtime.Configuration' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 63 |         return Runtime
 64 |             .$_currentConfiguration
 65 |             .withValue(
    |              `- warning: type 'Runtime.Configuration' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 66 |                 configSnapshot,
 67 |                 operation: operation
    :
 83 | extension Runtime {
 84 |     /// Configuration options for the Workflow runtime.
 85 |     public struct Configuration: Equatable {
    |                   `- note: consider making struct 'Configuration' conform to the 'Sendable' protocol
 86 |         /// The default runtime configuration.
 87 |         static let `default` = Configuration()
[757/907] Compiling PerceptionCore Environment.swift
macro expansion @TaskLocal:1:12: warning: static property '$_currentConfiguration' is not concurrency-safe because non-'Sendable' type 'TaskLocal<Runtime.Configuration?>' may have shared mutable state; this is an error in the Swift 6 language mode
`- /Users/admin/builder/spi-builder-workspace/Workflow/Sources/RuntimeConfiguration.swift:23:53: note: expanded code originates here
 21 | public enum Runtime {
 22 |     @TaskLocal
 23 |     static var _currentConfiguration: Configuration?
    +--- macro expansion @TaskLocal ------------------------------------
    |1 | static let $_currentConfiguration: TaskLocal<Configuration?> = TaskLocal(wrappedValue: nil)
    |  |            |- warning: static property '$_currentConfiguration' is not concurrency-safe because non-'Sendable' type 'TaskLocal<Runtime.Configuration?>' may have shared mutable state; this is an error in the Swift 6 language mode
    |  |            |- note: add '@MainActor' to make static property '$_currentConfiguration' part of global actor 'MainActor'
    |  |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    +-------------------------------------------------------------------
 24 |
 25 |     static var _bootstrapConfiguration = BootstrappableConfiguration()
    :
 83 | extension Runtime {
 84 |     /// Configuration options for the Workflow runtime.
 85 |     public struct Configuration: Equatable {
    |                   `- note: consider making struct 'Configuration' conform to the 'Sendable' protocol
 86 |         /// The default runtime configuration.
 87 |         static let `default` = Configuration()
macro expansion @TaskLocal:1:12: warning: type 'Runtime.Configuration' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
`- /Users/admin/builder/spi-builder-workspace/Workflow/Sources/RuntimeConfiguration.swift:23:53: note: expanded code originates here
 21 | public enum Runtime {
 22 |     @TaskLocal
 23 |     static var _currentConfiguration: Configuration?
    +--- macro expansion @TaskLocal ------------------------------------
    |1 | static let $_currentConfiguration: TaskLocal<Configuration?> = TaskLocal(wrappedValue: nil)
    |  |            `- warning: type 'Runtime.Configuration' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
    +-------------------------------------------------------------------
 24 |
 25 |     static var _bootstrapConfiguration = BootstrappableConfiguration()
    :
 83 | extension Runtime {
 84 |     /// Configuration options for the Workflow runtime.
 85 |     public struct Configuration: Equatable {
    |                   `- note: consider making struct 'Configuration' conform to the 'Sendable' protocol
 86 |         /// The default runtime configuration.
 87 |         static let `default` = Configuration()
macro expansion @TaskLocal:1:64: warning: type 'Runtime.Configuration' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
`- /Users/admin/builder/spi-builder-workspace/Workflow/Sources/RuntimeConfiguration.swift:23:53: note: expanded code originates here
 21 | public enum Runtime {
 22 |     @TaskLocal
 23 |     static var _currentConfiguration: Configuration?
    +--- macro expansion @TaskLocal ------------------------------------
    |1 | static let $_currentConfiguration: TaskLocal<Configuration?> = TaskLocal(wrappedValue: nil)
    |  |                                                                `- warning: type 'Runtime.Configuration' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
    +-------------------------------------------------------------------
 24 |
 25 |     static var _bootstrapConfiguration = BootstrappableConfiguration()
    :
 83 | extension Runtime {
 84 |     /// Configuration options for the Workflow runtime.
 85 |     public struct Configuration: Equatable {
    |                   `- note: consider making struct 'Configuration' conform to the 'Sendable' protocol
 86 |         /// The default runtime configuration.
 87 |         static let `default` = Configuration()
macro expansion @TaskLocal:1:64: warning: type 'Runtime.Configuration' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
`- /Users/admin/builder/spi-builder-workspace/Workflow/Sources/RuntimeConfiguration.swift:23:53: note: expanded code originates here
 21 | public enum Runtime {
 22 |     @TaskLocal
 23 |     static var _currentConfiguration: Configuration?
    +--- macro expansion @TaskLocal ------------------------------------
    |1 | static let $_currentConfiguration: TaskLocal<Configuration?> = TaskLocal(wrappedValue: nil)
    |  |                                                                `- warning: type 'Runtime.Configuration' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
    +-------------------------------------------------------------------
 24 |
 25 |     static var _bootstrapConfiguration = BootstrappableConfiguration()
    :
 83 | extension Runtime {
 84 |     /// Configuration options for the Workflow runtime.
 85 |     public struct Configuration: Equatable {
    |                   `- note: consider making struct 'Configuration' conform to the 'Sendable' protocol
 86 |         /// The default runtime configuration.
 87 |         static let `default` = Configuration()
/Users/admin/builder/spi-builder-workspace/Workflow/Sources/RuntimeConfiguration.swift:25:16: warning: static property '_bootstrapConfiguration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 23 |     static var _currentConfiguration: Configuration?
 24 |
 25 |     static var _bootstrapConfiguration = BootstrappableConfiguration()
    |                |- warning: static property '_bootstrapConfiguration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert '_bootstrapConfiguration' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property '_bootstrapConfiguration' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 26 |
 27 |     /// Bootstrap the workflow runtime with the given configuration.
/Users/admin/builder/spi-builder-workspace/Workflow/Sources/RuntimeConfiguration.swift:87:20: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Runtime.Configuration' may have shared mutable state; this is an error in the Swift 6 language mode
 83 | extension Runtime {
 84 |     /// Configuration options for the Workflow runtime.
 85 |     public struct Configuration: Equatable {
    |                   `- note: consider making struct 'Configuration' conform to the 'Sendable' protocol
 86 |         /// The default runtime configuration.
 87 |         static let `default` = Configuration()
    |                    |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Runtime.Configuration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 88 |
 89 |         /// Note: this doesn't control anything yet, but is here as a placeholder
macro expansion @TaskLocal:3:32: warning: type 'Runtime.Configuration' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
`- /Users/admin/builder/spi-builder-workspace/Workflow/Sources/RuntimeConfiguration.swift:23:53: note: expanded code originates here
 21 | public enum Runtime {
 22 |     @TaskLocal
 23 |     static var _currentConfiguration: Configuration?
    +--- macro expansion @TaskLocal ------------------------------------
    |1 | {
    |2 |     get {
    |3 |         $_currentConfiguration.get()
    |  |                                `- warning: type 'Runtime.Configuration' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
    |4 |     }
    |5 | }
    +-------------------------------------------------------------------
 24 |
 25 |     static var _bootstrapConfiguration = BootstrappableConfiguration()
    :
 83 | extension Runtime {
 84 |     /// Configuration options for the Workflow runtime.
 85 |     public struct Configuration: Equatable {
    |                   `- note: consider making struct 'Configuration' conform to the 'Sendable' protocol
 86 |         /// The default runtime configuration.
 87 |         static let `default` = Configuration()
/Users/admin/builder/spi-builder-workspace/Workflow/Sources/RuntimeConfiguration.swift:65:14: warning: type 'Runtime.Configuration' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 63 |         return Runtime
 64 |             .$_currentConfiguration
 65 |             .withValue(
    |              `- warning: type 'Runtime.Configuration' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 66 |                 configSnapshot,
 67 |                 operation: operation
    :
 83 | extension Runtime {
 84 |     /// Configuration options for the Workflow runtime.
 85 |     public struct Configuration: Equatable {
    |                   `- note: consider making struct 'Configuration' conform to the 'Sendable' protocol
 86 |         /// The default runtime configuration.
 87 |         static let `default` = Configuration()
[758/907] Emitting module Workflow
/Users/admin/builder/spi-builder-workspace/Workflow/Sources/Debugging.swift:163:28: warning: static property 'unexpectedlyMissing' is not concurrency-safe because non-'Sendable' type 'WorkflowUpdateDebugInfo' may have shared mutable state; this is an error in the Swift 6 language mode
 15 |  */
 16 |
 17 | public struct WorkflowUpdateDebugInfo: Codable, Equatable {
    |               `- note: consider making struct 'WorkflowUpdateDebugInfo' conform to the 'Sendable' protocol
 18 |     public var workflowType: String
 19 |     public var kind: Kind
    :
161 |
162 | extension WorkflowUpdateDebugInfo {
163 |     fileprivate static let unexpectedlyMissing = {
    |                            |- warning: static property 'unexpectedlyMissing' is not concurrency-safe because non-'Sendable' type 'WorkflowUpdateDebugInfo' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'unexpectedlyMissing' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
164 |         assertionFailure("Creation of actual WorkflowUpdateDebugInfo failed unexpectedly")
165 |         return WorkflowUpdateDebugInfo(
macro expansion @TaskLocal:1:12: warning: static property '$_currentConfiguration' is not concurrency-safe because non-'Sendable' type 'TaskLocal<Runtime.Configuration?>' may have shared mutable state; this is an error in the Swift 6 language mode
`- /Users/admin/builder/spi-builder-workspace/Workflow/Sources/RuntimeConfiguration.swift:23:53: note: expanded code originates here
 21 | public enum Runtime {
 22 |     @TaskLocal
 23 |     static var _currentConfiguration: Configuration?
    +--- macro expansion @TaskLocal ------------------------------------
    |1 | static let $_currentConfiguration: TaskLocal<Configuration?> = TaskLocal(wrappedValue: nil)
    |  |            |- warning: static property '$_currentConfiguration' is not concurrency-safe because non-'Sendable' type 'TaskLocal<Runtime.Configuration?>' may have shared mutable state; this is an error in the Swift 6 language mode
    |  |            |- note: add '@MainActor' to make static property '$_currentConfiguration' part of global actor 'MainActor'
    |  |            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    +-------------------------------------------------------------------
 24 |
 25 |     static var _bootstrapConfiguration = BootstrappableConfiguration()
    :
 83 | extension Runtime {
 84 |     /// Configuration options for the Workflow runtime.
 85 |     public struct Configuration: Equatable {
    |                   `- note: consider making struct 'Configuration' conform to the 'Sendable' protocol
 86 |         /// The default runtime configuration.
 87 |         static let `default` = Configuration()
macro expansion @TaskLocal:1:12: warning: type 'Runtime.Configuration' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
`- /Users/admin/builder/spi-builder-workspace/Workflow/Sources/RuntimeConfiguration.swift:23:53: note: expanded code originates here
 21 | public enum Runtime {
 22 |     @TaskLocal
 23 |     static var _currentConfiguration: Configuration?
    +--- macro expansion @TaskLocal ------------------------------------
    |1 | static let $_currentConfiguration: TaskLocal<Configuration?> = TaskLocal(wrappedValue: nil)
    |  |            `- warning: type 'Runtime.Configuration' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
    +-------------------------------------------------------------------
 24 |
 25 |     static var _bootstrapConfiguration = BootstrappableConfiguration()
    :
 83 | extension Runtime {
 84 |     /// Configuration options for the Workflow runtime.
 85 |     public struct Configuration: Equatable {
    |                   `- note: consider making struct 'Configuration' conform to the 'Sendable' protocol
 86 |         /// The default runtime configuration.
 87 |         static let `default` = Configuration()
macro expansion @TaskLocal:1:64: warning: type 'Runtime.Configuration' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
`- /Users/admin/builder/spi-builder-workspace/Workflow/Sources/RuntimeConfiguration.swift:23:53: note: expanded code originates here
 21 | public enum Runtime {
 22 |     @TaskLocal
 23 |     static var _currentConfiguration: Configuration?
    +--- macro expansion @TaskLocal ------------------------------------
    |1 | static let $_currentConfiguration: TaskLocal<Configuration?> = TaskLocal(wrappedValue: nil)
    |  |                                                                `- warning: type 'Runtime.Configuration' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
    +-------------------------------------------------------------------
 24 |
 25 |     static var _bootstrapConfiguration = BootstrappableConfiguration()
    :
 83 | extension Runtime {
 84 |     /// Configuration options for the Workflow runtime.
 85 |     public struct Configuration: Equatable {
    |                   `- note: consider making struct 'Configuration' conform to the 'Sendable' protocol
 86 |         /// The default runtime configuration.
 87 |         static let `default` = Configuration()
macro expansion @TaskLocal:1:64: warning: type 'Runtime.Configuration' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
`- /Users/admin/builder/spi-builder-workspace/Workflow/Sources/RuntimeConfiguration.swift:23:53: note: expanded code originates here
 21 | public enum Runtime {
 22 |     @TaskLocal
 23 |     static var _currentConfiguration: Configuration?
    +--- macro expansion @TaskLocal ------------------------------------
    |1 | static let $_currentConfiguration: TaskLocal<Configuration?> = TaskLocal(wrappedValue: nil)
    |  |                                                                `- warning: type 'Runtime.Configuration' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
    +-------------------------------------------------------------------
 24 |
 25 |     static var _bootstrapConfiguration = BootstrappableConfiguration()
    :
 83 | extension Runtime {
 84 |     /// Configuration options for the Workflow runtime.
 85 |     public struct Configuration: Equatable {
    |                   `- note: consider making struct 'Configuration' conform to the 'Sendable' protocol
 86 |         /// The default runtime configuration.
 87 |         static let `default` = Configuration()
/Users/admin/builder/spi-builder-workspace/Workflow/Sources/RuntimeConfiguration.swift:25:16: warning: static property '_bootstrapConfiguration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 23 |     static var _currentConfiguration: Configuration?
 24 |
 25 |     static var _bootstrapConfiguration = BootstrappableConfiguration()
    |                |- warning: static property '_bootstrapConfiguration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert '_bootstrapConfiguration' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property '_bootstrapConfiguration' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 26 |
 27 |     /// Bootstrap the workflow runtime with the given configuration.
/Users/admin/builder/spi-builder-workspace/Workflow/Sources/RuntimeConfiguration.swift:87:20: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Runtime.Configuration' may have shared mutable state; this is an error in the Swift 6 language mode
 83 | extension Runtime {
 84 |     /// Configuration options for the Workflow runtime.
 85 |     public struct Configuration: Equatable {
    |                   `- note: consider making struct 'Configuration' conform to the 'Sendable' protocol
 86 |         /// The default runtime configuration.
 87 |         static let `default` = Configuration()
    |                    |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Runtime.Configuration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 88 |
 89 |         /// Note: this doesn't control anything yet, but is here as a placeholder
/Users/admin/builder/spi-builder-workspace/Workflow/Sources/WorkflowLogger.swift:27:28: warning: static property 'active' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 25 |     /// `true`, defaults to the `workflow` handle, otherwise defaults to the shared `.disabled`
 26 |     /// handle.
 27 |     fileprivate static var active: OSLog = WorkflowLogging.isOSLoggingAllowed ? .workflow : .disabled
    |                            |- warning: static property 'active' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: convert 'active' to a 'let' constant to make 'Sendable' shared state immutable
    |                            |- note: add '@MainActor' to make static property 'active' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 28 | }
 29 |
/Users/admin/builder/spi-builder-workspace/Workflow/Sources/WorkflowLogger.swift:93:23: warning: static property 'config' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 91 |
 92 |     /// Configuration options used to determine which activities are logged.
 93 |     public static var config: Config = .rootRendersAndActions
    |                       |- warning: static property 'config' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'config' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'config' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 94 | }
 95 |
/Users/admin/builder/spi-builder-workspace/Workflow/Sources/WorkflowLogger.swift:99:23: warning: static property 'debug' is not concurrency-safe because non-'Sendable' type 'WorkflowLogging.Config' may have shared mutable state; this is an error in the Swift 6 language mode
 48 |
 49 | extension WorkflowLogging {
 50 |     public struct Config {
    |                   `- note: consider making struct 'Config' conform to the 'Sendable' protocol
 51 |         /// Configuration options to control logging during a render pass.
 52 |         public enum RenderLoggingMode {
    :
 97 |     /// Logging config that will output the most information.
 98 |     /// Will also have the most noticeable effect on performance.
 99 |     public static let debug: Self = .init(renderLoggingMode: .allNodes, logLifetimes: true, logActions: true)
    |                       |- warning: static property 'debug' is not concurrency-safe because non-'Sendable' type 'WorkflowLogging.Config' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'debug' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
100 |
101 |     /// Logging config that will record render timings for root nodes as well as action events.
/Users/admin/builder/spi-builder-workspace/Workflow/Sources/WorkflowLogger.swift:104:23: warning: static property 'rootRendersAndActions' is not concurrency-safe because non-'Sendable' type 'WorkflowLogging.Config' may have shared mutable state; this is an error in the Swift 6 language mode
 48 |
 49 | extension WorkflowLogging {
 50 |     public struct Config {
    |                   `- note: consider making struct 'Config' conform to the 'Sendable' protocol
 51 |         /// Configuration options to control logging during a render pass.
 52 |         public enum RenderLoggingMode {
    :
102 |     /// This provides a reasonable performance tradeoff if you're interested in the runtime's behavior
103 |     /// but don't wan to pay the price of logging everything.
104 |     public static let rootRendersAndActions: Self = .init(renderLoggingMode: .rootsOnly, logLifetimes: false, logActions: true)
    |                       |- warning: static property 'rootRendersAndActions' is not concurrency-safe because non-'Sendable' type 'WorkflowLogging.Config' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'rootRendersAndActions' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
105 | }
106 |
/Users/admin/builder/spi-builder-workspace/Workflow/Sources/WorkflowObserver.swift:107:28: warning: static property '_nextRawID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
105 | public struct WorkflowSession {
106 |     public struct Identifier: Hashable {
107 |         private static var _nextRawID: UInt64 = 0
    |                            |- warning: static property '_nextRawID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: convert '_nextRawID' to a 'let' constant to make 'Sendable' shared state immutable
    |                            |- note: add '@MainActor' to make static property '_nextRawID' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
108 |         private static func _makeNextSessionID() -> UInt64 {
109 |             let nextID = _nextRawID
/Users/admin/builder/spi-builder-workspace/Workflow/Sources/WorkflowObserver.swift:349:24: warning: static property '_sharedInterceptorStorage' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
347 | @_spi(WorkflowGlobalObservation)
348 | public enum WorkflowObservation {
349 |     private static var _sharedInterceptorStorage: ObserversInterceptor = NoOpObserversInterceptor()
    |                        |- warning: static property '_sharedInterceptorStorage' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert '_sharedInterceptorStorage' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property '_sharedInterceptorStorage' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
350 |
351 |     /// The `DefaultObserversProvider` used by all runtimes.
[759/907] Compiling PerceptionCore Locking.swift
/Users/admin/builder/spi-builder-workspace/Workflow/Sources/Debugging.swift:163:28: warning: static property 'unexpectedlyMissing' is not concurrency-safe because non-'Sendable' type 'WorkflowUpdateDebugInfo' may have shared mutable state; this is an error in the Swift 6 language mode
 15 |  */
 16 |
 17 | public struct WorkflowUpdateDebugInfo: Codable, Equatable {
    |               `- note: consider making struct 'WorkflowUpdateDebugInfo' conform to the 'Sendable' protocol
 18 |     public var workflowType: String
 19 |     public var kind: Kind
    :
161 |
162 | extension WorkflowUpdateDebugInfo {
163 |     fileprivate static let unexpectedlyMissing = {
    |                            |- warning: static property 'unexpectedlyMissing' is not concurrency-safe because non-'Sendable' type 'WorkflowUpdateDebugInfo' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'unexpectedlyMissing' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
164 |         assertionFailure("Creation of actual WorkflowUpdateDebugInfo failed unexpectedly")
165 |         return WorkflowUpdateDebugInfo(
[760/907] Compiling PerceptionCore ThreadLocal.swift
/Users/admin/builder/spi-builder-workspace/Workflow/Sources/Debugging.swift:163:28: warning: static property 'unexpectedlyMissing' is not concurrency-safe because non-'Sendable' type 'WorkflowUpdateDebugInfo' may have shared mutable state; this is an error in the Swift 6 language mode
 15 |  */
 16 |
 17 | public struct WorkflowUpdateDebugInfo: Codable, Equatable {
    |               `- note: consider making struct 'WorkflowUpdateDebugInfo' conform to the 'Sendable' protocol
 18 |     public var workflowType: String
 19 |     public var kind: Kind
    :
161 |
162 | extension WorkflowUpdateDebugInfo {
163 |     fileprivate static let unexpectedlyMissing = {
    |                            |- warning: static property 'unexpectedlyMissing' is not concurrency-safe because non-'Sendable' type 'WorkflowUpdateDebugInfo' may have shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: add '@MainActor' to make static property 'unexpectedlyMissing' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
164 |         assertionFailure("Creation of actual WorkflowUpdateDebugInfo failed unexpectedly")
165 |         return WorkflowUpdateDebugInfo(
/Users/admin/builder/spi-builder-workspace/Workflow/Sources/SubtreeManager.swift:367:21: warning: capture of 'self' with non-sendable type 'WorkflowNode<WorkflowType>.SubtreeManager.ReusableSink<Action>?' in a '@Sendable' closure
353 |     }
354 |
355 |     fileprivate final class ReusableSink<Action: WorkflowAction>: AnyReusableSink where Action.WorkflowType == WorkflowType {
    |                             `- note: generic class 'ReusableSink' does not conform to the 'Sendable' protocol
356 |         func handle(action: Action) {
357 |             let output = Output.update(
    :
365 |                 // Scheduling it to be processed after.
366 |                 DispatchQueue.workflowExecution.async { [weak self] in
367 |                     self?.eventPipe.handle(event: output)
    |                     `- warning: capture of 'self' with non-sendable type 'WorkflowNode<WorkflowType>.SubtreeManager.ReusableSink<Action>?' in a '@Sendable' closure
368 |                 }
369 |                 return
/Users/admin/builder/spi-builder-workspace/Workflow/Sources/SubtreeManager.swift:367:51: warning: capture of 'output' with non-sendable type 'WorkflowNode<WorkflowType>.SubtreeManager.Output' in a '@Sendable' closure
157 | extension WorkflowNode.SubtreeManager {
158 |     /// The possible output types that a SubtreeManager can produce.
159 |     enum Output {
    |          `- note: consider making enum 'Output' conform to the 'Sendable' protocol
160 |         /// Indicates that an event produced a `WorkflowAction` to apply to the node.
161 |         ///
    :
365 |                 // Scheduling it to be processed after.
366 |                 DispatchQueue.workflowExecution.async { [weak self] in
367 |                     self?.eventPipe.handle(event: output)
    |                                                   `- warning: capture of 'output' with non-sendable type 'WorkflowNode<WorkflowType>.SubtreeManager.Output' in a '@Sendable' closure
368 |                 }
369 |                 return
/Users/admin/builder/spi-builder-workspace/Workflow/Sources/SubtreeManager.swift:367:21: warning: capture of 'self' with non-sendable type 'WorkflowNode<WorkflowType>.SubtreeManager.ReusableSink<Action>?' in a '@Sendable' closure
353 |     }
354 |
355 |     fileprivate final class ReusableSink<Action: WorkflowAction>: AnyReusableSink where Action.WorkflowType == WorkflowType {
    |                             `- note: generic class 'ReusableSink' does not conform to the 'Sendable' protocol
356 |         func handle(action: Action) {
357 |             let output = Output.update(
    :
365 |                 // Scheduling it to be processed after.
366 |                 DispatchQueue.workflowExecution.async { [weak self] in
367 |                     self?.eventPipe.handle(event: output)
    |                     `- warning: capture of 'self' with non-sendable type 'WorkflowNode<WorkflowType>.SubtreeManager.ReusableSink<Action>?' in a '@Sendable' closure
368 |                 }
369 |                 return
/Users/admin/builder/spi-builder-workspace/Workflow/Sources/SubtreeManager.swift:367:51: warning: capture of 'output' with non-sendable type 'WorkflowNode<WorkflowType>.SubtreeManager.Output' in a '@Sendable' closure
157 | extension WorkflowNode.SubtreeManager {
158 |     /// The possible output types that a SubtreeManager can produce.
159 |     enum Output {
    |          `- note: consider making enum 'Output' conform to the 'Sendable' protocol
160 |         /// Indicates that an event produced a `WorkflowAction` to apply to the node.
161 |         ///
    :
365 |                 // Scheduling it to be processed after.
366 |                 DispatchQueue.workflowExecution.async { [weak self] in
367 |                     self?.eventPipe.handle(event: output)
    |                                                   `- warning: capture of 'output' with non-sendable type 'WorkflowNode<WorkflowType>.SubtreeManager.Output' in a '@Sendable' closure
368 |                 }
369 |                 return
[765/907] Compiling PerceptionCore BetaChecking.swift
[766/907] Compiling PerceptionCore Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[791/907] Emitting module IdentifiedCollections
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[798/907] Compiling IdentifiedCollections IdentifiedCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[799/907] Compiling Workflow WorkflowObserver.swift
/Users/admin/builder/spi-builder-workspace/Workflow/Sources/WorkflowObserver.swift:107:28: warning: static property '_nextRawID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
105 | public struct WorkflowSession {
106 |     public struct Identifier: Hashable {
107 |         private static var _nextRawID: UInt64 = 0
    |                            |- warning: static property '_nextRawID' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                            |- note: convert '_nextRawID' to a 'let' constant to make 'Sendable' shared state immutable
    |                            |- note: add '@MainActor' to make static property '_nextRawID' part of global actor 'MainActor'
    |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
108 |         private static func _makeNextSessionID() -> UInt64 {
109 |             let nextID = _nextRawID
/Users/admin/builder/spi-builder-workspace/Workflow/Sources/WorkflowObserver.swift:349:24: warning: static property '_sharedInterceptorStorage' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
347 | @_spi(WorkflowGlobalObservation)
348 | public enum WorkflowObservation {
349 |     private static var _sharedInterceptorStorage: ObserversInterceptor = NoOpObserversInterceptor()
    |                        |- warning: static property '_sharedInterceptorStorage' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert '_sharedInterceptorStorage' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property '_sharedInterceptorStorage' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
350 |
351 |     /// The `DefaultObserversProvider` used by all runtimes.
[800/907] Compiling IdentifiedCollections IdentifiedCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[803/907] Emitting module IdentifiedCollections
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[804/907] Compiling RxSwift TakeLast.swift
[805/907] Compiling RxSwift TakeWithPredicate.swift
[806/907] Compiling RxSwift Throttle.swift
[807/907] Compiling RxSwift Timeout.swift
[808/907] Compiling RxSwift Timer.swift
[809/907] Compiling RxSwift ToArray.swift
[810/907] Compiling RxSwift Using.swift
[811/907] Compiling RxSwift VirtualTimeConverterType.swift
[812/907] Compiling RxSwift VirtualTimeScheduler.swift
[813/907] Compiling RxSwift Window.swift
[814/907] Compiling RxSwift WithLatestFrom.swift
[815/907] Compiling RxSwift WithUnretained.swift
[816/907] Compiling RxSwift Zip+Collection.swift
[817/907] Compiling RxSwift Zip+arity.swift
[818/907] Compiling RxSwift Zip.swift
[819/907] Compiling RxSwift resource_bundle_accessor.swift
[820/929] Compiling WorkflowReactiveSwift SignalWorker.swift
[837/933] Compiling WorkflowReactiveSwift SignalProducerWorkflow.swift
[838/933] Compiling WorkflowReactiveSwift QueueScheduler+Workflow.swift
/Users/admin/builder/spi-builder-workspace/WorkflowReactiveSwift/Sources/QueueScheduler+Workflow.swift:23:16: warning: static property 'workflowExecution' is not concurrency-safe because non-'Sendable' type 'QueueScheduler' may have shared mutable state; this is an error in the Swift 6 language mode
21 |
22 | extension QueueScheduler {
23 |     static let workflowExecution: QueueScheduler = .init(
   |                `- warning: static property 'workflowExecution' is not concurrency-safe because non-'Sendable' type 'QueueScheduler' may have shared mutable state; this is an error in the Swift 6 language mode
24 |         qos: .userInteractive,
25 |         name: "com.squareup.workflow",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Scheduler.swift:322:20: note: class 'QueueScheduler' does not conform to the 'Sendable' protocol
320 |
321 | /// A scheduler backed by a serial GCD queue.
322 | public final class QueueScheduler: DateScheduler {
    |                    `- note: class 'QueueScheduler' does not conform to the 'Sendable' protocol
323 | 	/// A singleton `QueueScheduler` that always targets the main thread's GCD
324 | 	/// queue.
/Users/admin/builder/spi-builder-workspace/WorkflowReactiveSwift/Sources/QueueScheduler+Workflow.swift:18:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ReactiveSwift'
16 |
17 | import Foundation
18 | import ReactiveSwift
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ReactiveSwift'
19 |
20 | @_spi(WorkflowInternals) import Workflow
21 |
22 | extension QueueScheduler {
23 |     static let workflowExecution: QueueScheduler = .init(
   |                |- note: add '@MainActor' to make static property 'workflowExecution' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
24 |         qos: .userInteractive,
25 |         name: "com.squareup.workflow",
[839/933] Emitting module WorkflowReactiveSwift
/Users/admin/builder/spi-builder-workspace/WorkflowReactiveSwift/Sources/Logger.swift:36:28: warning: static property 'active' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
34 |     fileprivate static let worker = OSLog(subsystem: "com.squareup.WorkflowReactiveSwift", category: "Worker")
35 |
36 |     fileprivate static var active: OSLog = WorkflowLogging.isOSLoggingAllowed ? .worker : .disabled
   |                            |- warning: static property 'active' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                            |- note: convert 'active' to a 'let' constant to make 'Sendable' shared state immutable
   |                            |- note: add '@MainActor' to make static property 'active' part of global actor 'MainActor'
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 | }
38 |
/Users/admin/builder/spi-builder-workspace/WorkflowReactiveSwift/Sources/QueueScheduler+Workflow.swift:23:16: warning: static property 'workflowExecution' is not concurrency-safe because non-'Sendable' type 'QueueScheduler' may have shared mutable state; this is an error in the Swift 6 language mode
21 |
22 | extension QueueScheduler {
23 |     static let workflowExecution: QueueScheduler = .init(
   |                `- warning: static property 'workflowExecution' is not concurrency-safe because non-'Sendable' type 'QueueScheduler' may have shared mutable state; this is an error in the Swift 6 language mode
24 |         qos: .userInteractive,
25 |         name: "com.squareup.workflow",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Scheduler.swift:322:20: note: class 'QueueScheduler' does not conform to the 'Sendable' protocol
320 |
321 | /// A scheduler backed by a serial GCD queue.
322 | public final class QueueScheduler: DateScheduler {
    |                    `- note: class 'QueueScheduler' does not conform to the 'Sendable' protocol
323 | 	/// A singleton `QueueScheduler` that always targets the main thread's GCD
324 | 	/// queue.
/Users/admin/builder/spi-builder-workspace/WorkflowReactiveSwift/Sources/QueueScheduler+Workflow.swift:18:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ReactiveSwift'
16 |
17 | import Foundation
18 | import ReactiveSwift
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ReactiveSwift'
19 |
20 | @_spi(WorkflowInternals) import Workflow
21 |
22 | extension QueueScheduler {
23 |     static let workflowExecution: QueueScheduler = .init(
   |                |- note: add '@MainActor' to make static property 'workflowExecution' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
24 |         qos: .userInteractive,
25 |         name: "com.squareup.workflow",
[840/933] Compiling WorkflowReactiveSwift Worker.swift
[841/933] Compiling WorkflowReactiveSwift Logger.swift
/Users/admin/builder/spi-builder-workspace/WorkflowReactiveSwift/Sources/Logger.swift:36:28: warning: static property 'active' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
34 |     fileprivate static let worker = OSLog(subsystem: "com.squareup.WorkflowReactiveSwift", category: "Worker")
35 |
36 |     fileprivate static var active: OSLog = WorkflowLogging.isOSLoggingAllowed ? .worker : .disabled
   |                            |- warning: static property 'active' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                            |- note: convert 'active' to a 'let' constant to make 'Sendable' shared state immutable
   |                            |- note: add '@MainActor' to make static property 'active' part of global actor 'MainActor'
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 | }
38 |
[842/933] Compiling WorkflowConcurrency AsyncOperationWorker.swift
[843/933] Compiling WorkflowConcurrency Worker.swift
/Users/admin/builder/spi-builder-workspace/WorkflowConcurrency/Sources/Worker.swift:66:58: warning: converting non-sendable function value to '@MainActor @Sendable (WorkerWorkflow<WorkerType>.Output) -> Void' (aka '@MainActor @Sendable (WorkerType.Output) -> ()') may introduce data races
64 |         let sink = context.makeOutputSink()
65 |         context.runSideEffect(key: state) { lifetime in
66 |             let send: @MainActor (Output) -> Void = sink.send
   |                                                          `- warning: converting non-sendable function value to '@MainActor @Sendable (WorkerWorkflow<WorkerType>.Output) -> Void' (aka '@MainActor @Sendable (WorkerType.Output) -> ()') may introduce data races
67 |             let task = Task(priority: .high) {
68 |                 logger.logStarted()
/Users/admin/builder/spi-builder-workspace/WorkflowConcurrency/Sources/Worker.swift:67:46: 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
65 |         context.runSideEffect(key: state) { lifetime in
66 |             let send: @MainActor (Output) -> Void = sink.send
67 |             let task = Task(priority: .high) {
   |                                              `- 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
68 |                 logger.logStarted()
   |                 `- note: closure captures non-Sendable 'logger'
69 |                 let output = await worker.run()
   |                                    `- note: closure captures non-Sendable 'self'
70 |                 if Task.isCancelled {
71 |                     logger.logFinished(status: "Cancelled")
/Users/admin/builder/spi-builder-workspace/WorkflowConcurrency/Sources/Worker.swift:77:23: warning: sending 'output' risks causing data races; this is an error in the Swift 6 language mode
75 |                 logger.logOutput()
76 |                 logger.logFinished(status: "Finished")
77 |                 await send(output)
   |                       |- warning: sending 'output' risks causing data races; this is an error in the Swift 6 language mode
   |                       `- note: sending task-isolated 'output' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
78 |             }
79 |             lifetime.onEnded {
[844/933] Compiling WorkflowConcurrency Logger.swift
[845/933] Compiling WorkflowConcurrency AsyncSequenceWorker.swift
/Users/admin/builder/spi-builder-workspace/WorkflowConcurrency/Sources/AsyncSequenceWorker.swift:55:45: warning: sending 'sequence' risks causing data races; this is an error in the Swift 6 language mode
53 |             let task = Task { @MainActor in
54 |                 do {
55 |                     for try await output in sequence {
   |                                             |- warning: sending 'sequence' risks causing data races; this is an error in the Swift 6 language mode
   |                                             `- note: task-isolated 'sequence' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
56 |                         sink.send(AnyWorkflowAction(sendingOutput: output))
57 |                     }
/Users/admin/builder/spi-builder-workspace/WorkflowConcurrency/Sources/AsyncSequenceWorker.swift:56:25: warning: sending 'sink' risks causing data races; this is an error in the Swift 6 language mode
54 |                 do {
55 |                     for try await output in sequence {
56 |                         sink.send(AnyWorkflowAction(sendingOutput: output))
   |                         |- warning: sending 'sink' risks causing data races; this is an error in the Swift 6 language mode
   |                         `- note: task-isolated 'sink' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
57 |                     }
58 |                 } catch {
[846/933] Emitting module WorkflowConcurrency
[847/933] Compiling WorkflowReactiveSwift SignalProducerWorkflow.swift
[848/933] Compiling WorkflowReactiveSwift Worker.swift
[849/933] Emitting module WorkflowReactiveSwift
/Users/admin/builder/spi-builder-workspace/WorkflowReactiveSwift/Sources/Logger.swift:36:28: warning: static property 'active' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
34 |     fileprivate static let worker = OSLog(subsystem: "com.squareup.WorkflowReactiveSwift", category: "Worker")
35 |
36 |     fileprivate static var active: OSLog = WorkflowLogging.isOSLoggingAllowed ? .worker : .disabled
   |                            |- warning: static property 'active' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                            |- note: convert 'active' to a 'let' constant to make 'Sendable' shared state immutable
   |                            |- note: add '@MainActor' to make static property 'active' part of global actor 'MainActor'
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 | }
38 |
/Users/admin/builder/spi-builder-workspace/WorkflowReactiveSwift/Sources/QueueScheduler+Workflow.swift:23:16: warning: static property 'workflowExecution' is not concurrency-safe because non-'Sendable' type 'QueueScheduler' may have shared mutable state; this is an error in the Swift 6 language mode
21 |
22 | extension QueueScheduler {
23 |     static let workflowExecution: QueueScheduler = .init(
   |                `- warning: static property 'workflowExecution' is not concurrency-safe because non-'Sendable' type 'QueueScheduler' may have shared mutable state; this is an error in the Swift 6 language mode
24 |         qos: .userInteractive,
25 |         name: "com.squareup.workflow",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Scheduler.swift:322:20: note: class 'QueueScheduler' does not conform to the 'Sendable' protocol
320 |
321 | /// A scheduler backed by a serial GCD queue.
322 | public final class QueueScheduler: DateScheduler {
    |                    `- note: class 'QueueScheduler' does not conform to the 'Sendable' protocol
323 | 	/// A singleton `QueueScheduler` that always targets the main thread's GCD
324 | 	/// queue.
/Users/admin/builder/spi-builder-workspace/WorkflowReactiveSwift/Sources/QueueScheduler+Workflow.swift:18:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ReactiveSwift'
16 |
17 | import Foundation
18 | import ReactiveSwift
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ReactiveSwift'
19 |
20 | @_spi(WorkflowInternals) import Workflow
21 |
22 | extension QueueScheduler {
23 |     static let workflowExecution: QueueScheduler = .init(
   |                |- note: add '@MainActor' to make static property 'workflowExecution' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
24 |         qos: .userInteractive,
25 |         name: "com.squareup.workflow",
[850/933] Compiling WorkflowReactiveSwift SignalWorker.swift
[851/933] Compiling WorkflowReactiveSwift QueueScheduler+Workflow.swift
/Users/admin/builder/spi-builder-workspace/WorkflowReactiveSwift/Sources/QueueScheduler+Workflow.swift:23:16: warning: static property 'workflowExecution' is not concurrency-safe because non-'Sendable' type 'QueueScheduler' may have shared mutable state; this is an error in the Swift 6 language mode
21 |
22 | extension QueueScheduler {
23 |     static let workflowExecution: QueueScheduler = .init(
   |                `- warning: static property 'workflowExecution' is not concurrency-safe because non-'Sendable' type 'QueueScheduler' may have shared mutable state; this is an error in the Swift 6 language mode
24 |         qos: .userInteractive,
25 |         name: "com.squareup.workflow",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ReactiveSwift/Sources/Scheduler.swift:322:20: note: class 'QueueScheduler' does not conform to the 'Sendable' protocol
320 |
321 | /// A scheduler backed by a serial GCD queue.
322 | public final class QueueScheduler: DateScheduler {
    |                    `- note: class 'QueueScheduler' does not conform to the 'Sendable' protocol
323 | 	/// A singleton `QueueScheduler` that always targets the main thread's GCD
324 | 	/// queue.
/Users/admin/builder/spi-builder-workspace/WorkflowReactiveSwift/Sources/QueueScheduler+Workflow.swift:18:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ReactiveSwift'
16 |
17 | import Foundation
18 | import ReactiveSwift
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ReactiveSwift'
19 |
20 | @_spi(WorkflowInternals) import Workflow
21 |
22 | extension QueueScheduler {
23 |     static let workflowExecution: QueueScheduler = .init(
   |                |- note: add '@MainActor' to make static property 'workflowExecution' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
24 |         qos: .userInteractive,
25 |         name: "com.squareup.workflow",
[852/933] Compiling WorkflowReactiveSwift Logger.swift
/Users/admin/builder/spi-builder-workspace/WorkflowReactiveSwift/Sources/Logger.swift:36:28: warning: static property 'active' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
34 |     fileprivate static let worker = OSLog(subsystem: "com.squareup.WorkflowReactiveSwift", category: "Worker")
35 |
36 |     fileprivate static var active: OSLog = WorkflowLogging.isOSLoggingAllowed ? .worker : .disabled
   |                            |- warning: static property 'active' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                            |- note: convert 'active' to a 'let' constant to make 'Sendable' shared state immutable
   |                            |- note: add '@MainActor' to make static property 'active' part of global actor 'MainActor'
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 | }
38 |
[853/933] Compiling WorkflowConcurrency Logger.swift
[854/933] Compiling WorkflowConcurrency AsyncOperationWorker.swift
[855/933] Compiling WorkflowConcurrency Worker.swift
/Users/admin/builder/spi-builder-workspace/WorkflowConcurrency/Sources/Worker.swift:66:58: warning: converting non-sendable function value to '@MainActor @Sendable (WorkerWorkflow<WorkerType>.Output) -> Void' (aka '@MainActor @Sendable (WorkerType.Output) -> ()') may introduce data races
64 |         let sink = context.makeOutputSink()
65 |         context.runSideEffect(key: state) { lifetime in
66 |             let send: @MainActor (Output) -> Void = sink.send
   |                                                          `- warning: converting non-sendable function value to '@MainActor @Sendable (WorkerWorkflow<WorkerType>.Output) -> Void' (aka '@MainActor @Sendable (WorkerType.Output) -> ()') may introduce data races
67 |             let task = Task(priority: .high) {
68 |                 logger.logStarted()
/Users/admin/builder/spi-builder-workspace/WorkflowConcurrency/Sources/Worker.swift:67:46: 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
65 |         context.runSideEffect(key: state) { lifetime in
66 |             let send: @MainActor (Output) -> Void = sink.send
67 |             let task = Task(priority: .high) {
   |                                              `- 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
68 |                 logger.logStarted()
   |                 `- note: closure captures non-Sendable 'logger'
69 |                 let output = await worker.run()
   |                                    `- note: closure captures non-Sendable 'self'
70 |                 if Task.isCancelled {
71 |                     logger.logFinished(status: "Cancelled")
/Users/admin/builder/spi-builder-workspace/WorkflowConcurrency/Sources/Worker.swift:77:23: warning: sending 'output' risks causing data races; this is an error in the Swift 6 language mode
75 |                 logger.logOutput()
76 |                 logger.logFinished(status: "Finished")
77 |                 await send(output)
   |                       |- warning: sending 'output' risks causing data races; this is an error in the Swift 6 language mode
   |                       `- note: sending task-isolated 'output' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
78 |             }
79 |             lifetime.onEnded {
[856/933] Compiling WorkflowConcurrency AsyncSequenceWorker.swift
/Users/admin/builder/spi-builder-workspace/WorkflowConcurrency/Sources/AsyncSequenceWorker.swift:55:45: warning: sending 'sequence' risks causing data races; this is an error in the Swift 6 language mode
53 |             let task = Task { @MainActor in
54 |                 do {
55 |                     for try await output in sequence {
   |                                             |- warning: sending 'sequence' risks causing data races; this is an error in the Swift 6 language mode
   |                                             `- note: task-isolated 'sequence' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
56 |                         sink.send(AnyWorkflowAction(sendingOutput: output))
57 |                     }
/Users/admin/builder/spi-builder-workspace/WorkflowConcurrency/Sources/AsyncSequenceWorker.swift:56:25: warning: sending 'sink' risks causing data races; this is an error in the Swift 6 language mode
54 |                 do {
55 |                     for try await output in sequence {
56 |                         sink.send(AnyWorkflowAction(sendingOutput: output))
   |                         |- warning: sending 'sink' risks causing data races; this is an error in the Swift 6 language mode
   |                         `- note: task-isolated 'sink' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
57 |                     }
58 |                 } catch {
[857/933] Emitting module WorkflowConcurrency
[858/975] Emitting module WorkflowRxSwift
/Users/admin/builder/spi-builder-workspace/WorkflowRxSwift/Sources/Logger.swift:36:28: warning: static property 'active' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
34 |     fileprivate static let worker = OSLog(subsystem: "com.squareup.WorkflowRxSwift", category: "Worker")
35 |
36 |     fileprivate static var active: OSLog = WorkflowLogging.isOSLoggingAllowed ? .worker : .disabled
   |                            |- warning: static property 'active' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                            |- note: convert 'active' to a 'let' constant to make 'Sendable' shared state immutable
   |                            |- note: add '@MainActor' to make static property 'active' part of global actor 'MainActor'
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 | }
38 |
[859/975] Compiling WorkflowRxSwift Worker.swift
[860/975] Compiling WorkflowRxSwift ObservableWorkflow.swift
[861/975] Compiling WorkflowRxSwift Logger.swift
/Users/admin/builder/spi-builder-workspace/WorkflowRxSwift/Sources/Logger.swift:36:28: warning: static property 'active' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
34 |     fileprivate static let worker = OSLog(subsystem: "com.squareup.WorkflowRxSwift", category: "Worker")
35 |
36 |     fileprivate static var active: OSLog = WorkflowLogging.isOSLoggingAllowed ? .worker : .disabled
   |                            |- warning: static property 'active' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                            |- note: convert 'active' to a 'let' constant to make 'Sendable' shared state immutable
   |                            |- note: add '@MainActor' to make static property 'active' part of global actor 'MainActor'
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 | }
38 |
[862/975] Compiling WorkflowRxSwift ObservableWorkflow.swift
[863/1003] Emitting module WorkflowCombine
[864/1003] Compiling WorkflowCombine PublisherWorkflow.swift
[865/1003] Compiling WorkflowCombine Logger.swift
[866/1003] Compiling WorkflowRxSwift Worker.swift
[867/1003] Emitting module WorkflowRxSwift
/Users/admin/builder/spi-builder-workspace/WorkflowRxSwift/Sources/Logger.swift:36:28: warning: static property 'active' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
34 |     fileprivate static let worker = OSLog(subsystem: "com.squareup.WorkflowRxSwift", category: "Worker")
35 |
36 |     fileprivate static var active: OSLog = WorkflowLogging.isOSLoggingAllowed ? .worker : .disabled
   |                            |- warning: static property 'active' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                            |- note: convert 'active' to a 'let' constant to make 'Sendable' shared state immutable
   |                            |- note: add '@MainActor' to make static property 'active' part of global actor 'MainActor'
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 | }
38 |
[868/1003] Compiling WorkflowRxSwift Logger.swift
/Users/admin/builder/spi-builder-workspace/WorkflowRxSwift/Sources/Logger.swift:36:28: warning: static property 'active' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
34 |     fileprivate static let worker = OSLog(subsystem: "com.squareup.WorkflowRxSwift", category: "Worker")
35 |
36 |     fileprivate static var active: OSLog = WorkflowLogging.isOSLoggingAllowed ? .worker : .disabled
   |                            |- warning: static property 'active' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                            |- note: convert 'active' to a 'let' constant to make 'Sendable' shared state immutable
   |                            |- note: add '@MainActor' to make static property 'active' part of global actor 'MainActor'
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 | }
38 |
[869/1003] Compiling WorkflowCombine PublisherWorkflow.swift
[870/1003] Emitting module WorkflowCombine
[871/1003] Compiling WorkflowCombine Publisher+Extensions.swift
[872/1003] Compiling WorkflowCombine Worker.swift
[873/1003] Compiling WorkflowCombine Logger.swift
[874/1003] Compiling WorkflowCombine Publisher+Extensions.swift
[875/1003] Compiling WorkflowCombine Worker.swift
[876/1023] Compiling CasePathsCore Never+CasePathable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[878/1024] Compiling CasePathsCore Optional+CasePathable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[879/1024] Compiling CasePathsCore UncheckedSendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[881/1025] Compiling CasePathsCore Optional+CasePathable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[882/1025] Compiling CasePathsCore CasePathReflectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[883/1025] Compiling CasePathsCore KeyPath+Sendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[884/1025] Compiling CasePathsCore TypeName.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[885/1025] Compiling CasePathsCore CasePathReflectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[886/1025] Compiling CasePathsCore KeyPath+Sendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[887/1025] Compiling CasePathsCore TypeName.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[888/1025] Compiling CasePathsCore AnyCasePath.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[889/1025] Compiling CasePathsCore CasePathIterable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[890/1025] Emitting module CasePathsCore
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[891/1025] Compiling CasePathsCore CasePathable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[892/1025] Emitting module CasePathsCore
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[893/1025] Compiling CasePathsCore AnyCasePath.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[894/1025] Compiling CasePathsCore CasePathable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[895/1025] Compiling CasePathsCore CasePathIterable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[896/1025] Compiling CasePathsCore Result+CasePathable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[898/1025] Emitting module SwiftSyntax
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[899/1025] Emitting module ViewEnvironment
/Users/admin/builder/spi-builder-workspace/ViewEnvironment/Sources/EnvironmentValues+ViewEnvironment.swift:28:20: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'ViewEnvironment' may have shared mutable state; this is an error in the Swift 6 language mode
26 |
27 |     private struct ViewEnvironmentKey: EnvironmentKey {
28 |         static let defaultValue: ViewEnvironment = .empty
   |                    |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'ViewEnvironment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |     }
30 | }
/Users/admin/builder/spi-builder-workspace/ViewEnvironment/Sources/ViewEnvironment.swift:24:15: note: consider making struct 'ViewEnvironment' conform to the 'Sendable' protocol
22 | /// the environment of its two children according to which position they’re
23 | /// appearing in).
24 | public struct ViewEnvironment {
   |               `- note: consider making struct 'ViewEnvironment' conform to the 'Sendable' protocol
25 |     /// An empty view environment. This should only be used when setting up a
26 |     /// root workflow into a root WorkflowHostingController or when writing tests.
/Users/admin/builder/spi-builder-workspace/ViewEnvironment/Sources/ViewEnvironment.swift:29:23: warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'ViewEnvironment' may have shared mutable state; this is an error in the Swift 6 language mode
22 | /// the environment of its two children according to which position they’re
23 | /// appearing in).
24 | public struct ViewEnvironment {
   |               `- note: consider making struct 'ViewEnvironment' conform to the 'Sendable' protocol
25 |     /// An empty view environment. This should only be used when setting up a
26 |     /// root workflow into a root WorkflowHostingController or when writing tests.
27 |     /// In other scenarios, containers should pass down the ViewEnvironment
28 |     /// value they get from above.
29 |     public static let empty: ViewEnvironment = .init()
   |                       |- warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'ViewEnvironment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 |
31 |     /// Storage of [K.Type: K.Value] where K: ViewEnvironmentKey
[900/1025] Compiling ViewEnvironment EnvironmentValues+ViewEnvironment.swift
/Users/admin/builder/spi-builder-workspace/ViewEnvironment/Sources/EnvironmentValues+ViewEnvironment.swift:28:20: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'ViewEnvironment' may have shared mutable state; this is an error in the Swift 6 language mode
26 |
27 |     private struct ViewEnvironmentKey: EnvironmentKey {
28 |         static let defaultValue: ViewEnvironment = .empty
   |                    |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'ViewEnvironment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |     }
30 | }
/Users/admin/builder/spi-builder-workspace/ViewEnvironment/Sources/ViewEnvironment.swift:24:15: note: consider making struct 'ViewEnvironment' conform to the 'Sendable' protocol
22 | /// the environment of its two children according to which position they’re
23 | /// appearing in).
24 | public struct ViewEnvironment {
   |               `- note: consider making struct 'ViewEnvironment' conform to the 'Sendable' protocol
25 |     /// An empty view environment. This should only be used when setting up a
26 |     /// root workflow into a root WorkflowHostingController or when writing tests.
[901/1025] Emitting module ViewEnvironment
/Users/admin/builder/spi-builder-workspace/ViewEnvironment/Sources/EnvironmentValues+ViewEnvironment.swift:28:20: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'ViewEnvironment' may have shared mutable state; this is an error in the Swift 6 language mode
26 |
27 |     private struct ViewEnvironmentKey: EnvironmentKey {
28 |         static let defaultValue: ViewEnvironment = .empty
   |                    |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'ViewEnvironment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |     }
30 | }
/Users/admin/builder/spi-builder-workspace/ViewEnvironment/Sources/ViewEnvironment.swift:24:15: note: consider making struct 'ViewEnvironment' conform to the 'Sendable' protocol
22 | /// the environment of its two children according to which position they’re
23 | /// appearing in).
24 | public struct ViewEnvironment {
   |               `- note: consider making struct 'ViewEnvironment' conform to the 'Sendable' protocol
25 |     /// An empty view environment. This should only be used when setting up a
26 |     /// root workflow into a root WorkflowHostingController or when writing tests.
/Users/admin/builder/spi-builder-workspace/ViewEnvironment/Sources/ViewEnvironment.swift:29:23: warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'ViewEnvironment' may have shared mutable state; this is an error in the Swift 6 language mode
22 | /// the environment of its two children according to which position they’re
23 | /// appearing in).
24 | public struct ViewEnvironment {
   |               `- note: consider making struct 'ViewEnvironment' conform to the 'Sendable' protocol
25 |     /// An empty view environment. This should only be used when setting up a
26 |     /// root workflow into a root WorkflowHostingController or when writing tests.
27 |     /// In other scenarios, containers should pass down the ViewEnvironment
28 |     /// value they get from above.
29 |     public static let empty: ViewEnvironment = .init()
   |                       |- warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'ViewEnvironment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 |
31 |     /// Storage of [K.Type: K.Value] where K: ViewEnvironmentKey
[902/1025] Compiling ViewEnvironment EnvironmentValues+ViewEnvironment.swift
/Users/admin/builder/spi-builder-workspace/ViewEnvironment/Sources/EnvironmentValues+ViewEnvironment.swift:28:20: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'ViewEnvironment' may have shared mutable state; this is an error in the Swift 6 language mode
26 |
27 |     private struct ViewEnvironmentKey: EnvironmentKey {
28 |         static let defaultValue: ViewEnvironment = .empty
   |                    |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'ViewEnvironment' may have shared mutable state; this is an error in the Swift 6 language mode
   |                    |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
   |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |     }
30 | }
/Users/admin/builder/spi-builder-workspace/ViewEnvironment/Sources/ViewEnvironment.swift:24:15: note: consider making struct 'ViewEnvironment' conform to the 'Sendable' protocol
22 | /// the environment of its two children according to which position they’re
23 | /// appearing in).
24 | public struct ViewEnvironment {
   |               `- note: consider making struct 'ViewEnvironment' conform to the 'Sendable' protocol
25 |     /// An empty view environment. This should only be used when setting up a
26 |     /// root workflow into a root WorkflowHostingController or when writing tests.
[903/1037] Compiling ViewEnvironmentUI ViewEnvironmentPropagationNode.swift
[904/1037] Compiling ViewEnvironmentUI UIViewController+ViewEnvironmentPropagating.swift
[905/1037] Compiling ViewEnvironmentUI ViewEnvironmentObserving.swift
[906/1037] Compiling ViewEnvironmentUI UIView+ViewEnvironmentPropagating.swift
[907/1037] Emitting module ViewEnvironmentUI
/Users/admin/builder/spi-builder-workspace/ViewEnvironmentUI/Sources/ViewEnvironmentPropagating.swift:404:16: warning: static property 'needsEnvironmentUpdate' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
402 |
403 | private enum ViewEnvironmentPropagatingNSObjectAssociatedKeys {
404 |     static var needsEnvironmentUpdate: UInt8 = 0
    |                |- warning: static property 'needsEnvironmentUpdate' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'needsEnvironmentUpdate' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'needsEnvironmentUpdate' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
405 |     static var needsUpdateObservers: UInt8 = 0
406 |     static var ancestorOverride: UInt8 = 0
/Users/admin/builder/spi-builder-workspace/ViewEnvironmentUI/Sources/ViewEnvironmentPropagating.swift:405:16: warning: static property 'needsUpdateObservers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
403 | private enum ViewEnvironmentPropagatingNSObjectAssociatedKeys {
404 |     static var needsEnvironmentUpdate: UInt8 = 0
405 |     static var needsUpdateObservers: UInt8 = 0
    |                |- warning: static property 'needsUpdateObservers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'needsUpdateObservers' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'needsUpdateObservers' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
406 |     static var ancestorOverride: UInt8 = 0
407 |     static var descendantsOverride: UInt8 = 0
/Users/admin/builder/spi-builder-workspace/ViewEnvironmentUI/Sources/ViewEnvironmentPropagating.swift:406:16: warning: static property 'ancestorOverride' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
404 |     static var needsEnvironmentUpdate: UInt8 = 0
405 |     static var needsUpdateObservers: UInt8 = 0
406 |     static var ancestorOverride: UInt8 = 0
    |                |- warning: static property 'ancestorOverride' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'ancestorOverride' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'ancestorOverride' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
407 |     static var descendantsOverride: UInt8 = 0
408 |     static var customizations: UInt8 = 0
/Users/admin/builder/spi-builder-workspace/ViewEnvironmentUI/Sources/ViewEnvironmentPropagating.swift:407:16: warning: static property 'descendantsOverride' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
405 |     static var needsUpdateObservers: UInt8 = 0
406 |     static var ancestorOverride: UInt8 = 0
407 |     static var descendantsOverride: UInt8 = 0
    |                |- warning: static property 'descendantsOverride' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'descendantsOverride' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'descendantsOverride' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
408 |     static var customizations: UInt8 = 0
409 | }
/Users/admin/builder/spi-builder-workspace/ViewEnvironmentUI/Sources/ViewEnvironmentPropagating.swift:408:16: warning: static property 'customizations' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
406 |     static var ancestorOverride: UInt8 = 0
407 |     static var descendantsOverride: UInt8 = 0
408 |     static var customizations: UInt8 = 0
    |                |- warning: static property 'customizations' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'customizations' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'customizations' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
409 | }
410 |
[908/1037] Compiling ViewEnvironmentUI ViewEnvironmentPropagating.swift
/Users/admin/builder/spi-builder-workspace/ViewEnvironmentUI/Sources/ViewEnvironmentPropagating.swift:404:16: warning: static property 'needsEnvironmentUpdate' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
402 |
403 | private enum ViewEnvironmentPropagatingNSObjectAssociatedKeys {
404 |     static var needsEnvironmentUpdate: UInt8 = 0
    |                |- warning: static property 'needsEnvironmentUpdate' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'needsEnvironmentUpdate' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'needsEnvironmentUpdate' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
405 |     static var needsUpdateObservers: UInt8 = 0
406 |     static var ancestorOverride: UInt8 = 0
/Users/admin/builder/spi-builder-workspace/ViewEnvironmentUI/Sources/ViewEnvironmentPropagating.swift:405:16: warning: static property 'needsUpdateObservers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
403 | private enum ViewEnvironmentPropagatingNSObjectAssociatedKeys {
404 |     static var needsEnvironmentUpdate: UInt8 = 0
405 |     static var needsUpdateObservers: UInt8 = 0
    |                |- warning: static property 'needsUpdateObservers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'needsUpdateObservers' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'needsUpdateObservers' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
406 |     static var ancestorOverride: UInt8 = 0
407 |     static var descendantsOverride: UInt8 = 0
/Users/admin/builder/spi-builder-workspace/ViewEnvironmentUI/Sources/ViewEnvironmentPropagating.swift:406:16: warning: static property 'ancestorOverride' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
404 |     static var needsEnvironmentUpdate: UInt8 = 0
405 |     static var needsUpdateObservers: UInt8 = 0
406 |     static var ancestorOverride: UInt8 = 0
    |                |- warning: static property 'ancestorOverride' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'ancestorOverride' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'ancestorOverride' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
407 |     static var descendantsOverride: UInt8 = 0
408 |     static var customizations: UInt8 = 0
/Users/admin/builder/spi-builder-workspace/ViewEnvironmentUI/Sources/ViewEnvironmentPropagating.swift:407:16: warning: static property 'descendantsOverride' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
405 |     static var needsUpdateObservers: UInt8 = 0
406 |     static var ancestorOverride: UInt8 = 0
407 |     static var descendantsOverride: UInt8 = 0
    |                |- warning: static property 'descendantsOverride' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'descendantsOverride' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'descendantsOverride' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
408 |     static var customizations: UInt8 = 0
409 | }
/Users/admin/builder/spi-builder-workspace/ViewEnvironmentUI/Sources/ViewEnvironmentPropagating.swift:408:16: warning: static property 'customizations' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
406 |     static var ancestorOverride: UInt8 = 0
407 |     static var descendantsOverride: UInt8 = 0
408 |     static var customizations: UInt8 = 0
    |                |- warning: static property 'customizations' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'customizations' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'customizations' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
409 | }
410 |
[909/1037] Compiling ViewEnvironmentUI ViewEnvironmentPropagationNode.swift
[910/1037] Compiling ViewEnvironmentUI ViewEnvironmentObserving.swift
[911/1037] Compiling ViewEnvironmentUI UIViewController+ViewEnvironmentPropagating.swift
[912/1037] Compiling ViewEnvironmentUI UIView+ViewEnvironmentPropagating.swift
[913/1037] Emitting module ViewEnvironmentUI
/Users/admin/builder/spi-builder-workspace/ViewEnvironmentUI/Sources/ViewEnvironmentPropagating.swift:404:16: warning: static property 'needsEnvironmentUpdate' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
402 |
403 | private enum ViewEnvironmentPropagatingNSObjectAssociatedKeys {
404 |     static var needsEnvironmentUpdate: UInt8 = 0
    |                |- warning: static property 'needsEnvironmentUpdate' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'needsEnvironmentUpdate' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'needsEnvironmentUpdate' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
405 |     static var needsUpdateObservers: UInt8 = 0
406 |     static var ancestorOverride: UInt8 = 0
/Users/admin/builder/spi-builder-workspace/ViewEnvironmentUI/Sources/ViewEnvironmentPropagating.swift:405:16: warning: static property 'needsUpdateObservers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
403 | private enum ViewEnvironmentPropagatingNSObjectAssociatedKeys {
404 |     static var needsEnvironmentUpdate: UInt8 = 0
405 |     static var needsUpdateObservers: UInt8 = 0
    |                |- warning: static property 'needsUpdateObservers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'needsUpdateObservers' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'needsUpdateObservers' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
406 |     static var ancestorOverride: UInt8 = 0
407 |     static var descendantsOverride: UInt8 = 0
/Users/admin/builder/spi-builder-workspace/ViewEnvironmentUI/Sources/ViewEnvironmentPropagating.swift:406:16: warning: static property 'ancestorOverride' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
404 |     static var needsEnvironmentUpdate: UInt8 = 0
405 |     static var needsUpdateObservers: UInt8 = 0
406 |     static var ancestorOverride: UInt8 = 0
    |                |- warning: static property 'ancestorOverride' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'ancestorOverride' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'ancestorOverride' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
407 |     static var descendantsOverride: UInt8 = 0
408 |     static var customizations: UInt8 = 0
/Users/admin/builder/spi-builder-workspace/ViewEnvironmentUI/Sources/ViewEnvironmentPropagating.swift:407:16: warning: static property 'descendantsOverride' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
405 |     static var needsUpdateObservers: UInt8 = 0
406 |     static var ancestorOverride: UInt8 = 0
407 |     static var descendantsOverride: UInt8 = 0
    |                |- warning: static property 'descendantsOverride' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'descendantsOverride' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'descendantsOverride' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
408 |     static var customizations: UInt8 = 0
409 | }
/Users/admin/builder/spi-builder-workspace/ViewEnvironmentUI/Sources/ViewEnvironmentPropagating.swift:408:16: warning: static property 'customizations' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
406 |     static var ancestorOverride: UInt8 = 0
407 |     static var descendantsOverride: UInt8 = 0
408 |     static var customizations: UInt8 = 0
    |                |- warning: static property 'customizations' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'customizations' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'customizations' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
409 | }
410 |
[914/1037] Compiling ViewEnvironmentUI ViewEnvironmentPropagating.swift
/Users/admin/builder/spi-builder-workspace/ViewEnvironmentUI/Sources/ViewEnvironmentPropagating.swift:404:16: warning: static property 'needsEnvironmentUpdate' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
402 |
403 | private enum ViewEnvironmentPropagatingNSObjectAssociatedKeys {
404 |     static var needsEnvironmentUpdate: UInt8 = 0
    |                |- warning: static property 'needsEnvironmentUpdate' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'needsEnvironmentUpdate' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'needsEnvironmentUpdate' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
405 |     static var needsUpdateObservers: UInt8 = 0
406 |     static var ancestorOverride: UInt8 = 0
/Users/admin/builder/spi-builder-workspace/ViewEnvironmentUI/Sources/ViewEnvironmentPropagating.swift:405:16: warning: static property 'needsUpdateObservers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
403 | private enum ViewEnvironmentPropagatingNSObjectAssociatedKeys {
404 |     static var needsEnvironmentUpdate: UInt8 = 0
405 |     static var needsUpdateObservers: UInt8 = 0
    |                |- warning: static property 'needsUpdateObservers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'needsUpdateObservers' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'needsUpdateObservers' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
406 |     static var ancestorOverride: UInt8 = 0
407 |     static var descendantsOverride: UInt8 = 0
/Users/admin/builder/spi-builder-workspace/ViewEnvironmentUI/Sources/ViewEnvironmentPropagating.swift:406:16: warning: static property 'ancestorOverride' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
404 |     static var needsEnvironmentUpdate: UInt8 = 0
405 |     static var needsUpdateObservers: UInt8 = 0
406 |     static var ancestorOverride: UInt8 = 0
    |                |- warning: static property 'ancestorOverride' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'ancestorOverride' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'ancestorOverride' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
407 |     static var descendantsOverride: UInt8 = 0
408 |     static var customizations: UInt8 = 0
/Users/admin/builder/spi-builder-workspace/ViewEnvironmentUI/Sources/ViewEnvironmentPropagating.swift:407:16: warning: static property 'descendantsOverride' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
405 |     static var needsUpdateObservers: UInt8 = 0
406 |     static var ancestorOverride: UInt8 = 0
407 |     static var descendantsOverride: UInt8 = 0
    |                |- warning: static property 'descendantsOverride' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'descendantsOverride' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'descendantsOverride' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
408 |     static var customizations: UInt8 = 0
409 | }
/Users/admin/builder/spi-builder-workspace/ViewEnvironmentUI/Sources/ViewEnvironmentPropagating.swift:408:16: warning: static property 'customizations' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
406 |     static var ancestorOverride: UInt8 = 0
407 |     static var descendantsOverride: UInt8 = 0
408 |     static var customizations: UInt8 = 0
    |                |- warning: static property 'customizations' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'customizations' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'customizations' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
409 | }
410 |
[915/1063] Compiling WorkflowUI UIViewController+Extensions.swift
[916/1063] Compiling WorkflowUI DescribedViewController.swift
[917/1063] Compiling WorkflowUI ScreenContaining.swift
[918/1063] Compiling WorkflowUI ScreenViewController.swift
[920/1065] Compiling WorkflowUI Screen.swift
[921/1065] Compiling WorkflowUI ScreenContaining.swift
[922/1065] Emitting module WorkflowUI
[923/1065] Compiling WorkflowUI WorkflowHostingController.swift
[924/1065] Compiling WorkflowUI ModuleExports.swift
[925/1065] Compiling WorkflowUI WorkflowUIEvents.swift
[926/1065] Compiling WorkflowUI WorkflowUIObserver.swift
[927/1065] Compiling WorkflowUI WorkflowUIViewController.swift
[928/1065] Compiling WorkflowUI AdaptedEnvironmentScreen.swift
[929/1065] Compiling WorkflowUI DescribedViewController.swift
[930/1065] Compiling WorkflowUI UIViewController+Extensions.swift
[937/1065] Emitting module WorkflowUI
[938/1065] Compiling WorkflowUI AnyScreen.swift
[940/1065] Compiling WorkflowUI Screen.swift
[941/1065] Compiling WorkflowUI ViewControllerDescription.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[950/1065] Compiling PerceptionCore PerceptionTracking.swift
[951/1065] Compiling PerceptionCore PerceptionRegistrar.swift
[952/1066] Compiling PerceptionCore PerceptionChecking.swift
[953/1066] Compiling PerceptionCore Perceptible.swift
[954/1066] Compiling PerceptionCore PerceptionRegistrar.swift
[955/1066] Compiling PerceptionCore PerceptionTracking.swift
[956/1067] Compiling PerceptionCore Perceptible.swift
[957/1067] Compiling PerceptionCore Unchecked.swift
[958/1067] Compiling PerceptionCore PerceptionChecking.swift
[959/1067] Emitting module PerceptionCore
[960/1067] Compiling PerceptionCore _PerceptionRegistrar.swift
[961/1067] Compiling PerceptionCore Unchecked.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-perception/Sources/PerceptionCore/Bindable.swift:35:58: error: cannot convert value of type 'KeyPath<Observer<Value>, Subject>' to expected argument type 'ReferenceWritableKeyPath<Observer<Value>, Subject>'
33 |     ) -> Binding<Subject> where Value: AnyObject {
34 |       withPerceptionTracking {
35 |         self.$observer[dynamicMember: (\Observer.object).appending(path: keyPath)]
   |                                                          `- error: cannot convert value of type 'KeyPath<Observer<Value>, Subject>' to expected argument type 'ReferenceWritableKeyPath<Observer<Value>, Subject>'
36 |       } onChange: { [send = UncheckedSendable(self.observer.objectWillChange.send)] in
37 |         send.value()
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-perception/Sources/PerceptionCore/Bindable.swift:35:58: error: cannot convert value of type 'KeyPath<Observer<Value>, Subject>' to expected argument type 'ReferenceWritableKeyPath<Observer<Value>, Subject>'
33 |     ) -> Binding<Subject> where Value: AnyObject {
34 |       withPerceptionTracking {
35 |         self.$observer[dynamicMember: (\Observer.object).appending(path: keyPath)]
   |                                                          `- error: cannot convert value of type 'KeyPath<Observer<Value>, Subject>' to expected argument type 'ReferenceWritableKeyPath<Observer<Value>, Subject>'
36 |       } onChange: { [send = UncheckedSendable(self.observer.objectWillChange.send)] in
37 |         send.value()
[968/1067] Emitting module PerceptionCore
[973/1067] Compiling PerceptionCore _PerceptionRegistrar.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-perception/Sources/PerceptionCore/Bindable.swift:35:58: error: cannot convert value of type 'KeyPath<Observer<Value>, Subject>' to expected argument type 'ReferenceWritableKeyPath<Observer<Value>, Subject>'
33 |     ) -> Binding<Subject> where Value: AnyObject {
34 |       withPerceptionTracking {
35 |         self.$observer[dynamicMember: (\Observer.object).appending(path: keyPath)]
   |                                                          `- error: cannot convert value of type 'KeyPath<Observer<Value>, Subject>' to expected argument type 'ReferenceWritableKeyPath<Observer<Value>, Subject>'
36 |       } onChange: { [send = UncheckedSendable(self.observer.objectWillChange.send)] in
37 |         send.value()
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-perception/Sources/PerceptionCore/Bindable.swift:35:58: error: cannot convert value of type 'KeyPath<Observer<Value>, Subject>' to expected argument type 'ReferenceWritableKeyPath<Observer<Value>, Subject>'
33 |     ) -> Binding<Subject> where Value: AnyObject {
34 |       withPerceptionTracking {
35 |         self.$observer[dynamicMember: (\Observer.object).appending(path: keyPath)]
   |                                                          `- error: cannot convert value of type 'KeyPath<Observer<Value>, Subject>' to expected argument type 'ReferenceWritableKeyPath<Observer<Value>, Subject>'
36 |       } onChange: { [send = UncheckedSendable(self.observer.objectWillChange.send)] in
37 |         send.value()
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[990/1067] Compiling PerceptionCore WithPerceptionTracking.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
warning: 'spi-builder-workspace': dependency 'xctest-dynamic-overlay' is not used by any target
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/7] Write swift-version-2F0A5646E1D333AE.txt
[2/141] Compiling IssueReportingPackageSupport _Test.swift
[3/141] Emitting module IssueReportingPackageSupport
[5/141] Compiling IssueReportingPackageSupport _Test.swift
[6/437] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[8/439] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[9/439] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[10/439] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[11/439] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[12/439] Compiling InternalCollectionsUtilities Debugging.swift
[13/439] Compiling InternalCollectionsUtilities Descriptions.swift
[14/439] Compiling InternalCollectionsUtilities Debugging.swift
[15/439] Compiling InternalCollectionsUtilities Descriptions.swift
[16/443] Compiling ViewEnvironment ViewEnvironmentKey.swift
[17/443] Emitting module SwiftSyntax600
[18/443] Compiling SwiftSyntax600 Empty.swift
[19/443] Compiling RxSwift AddRef.swift
[20/443] Compiling RxSwift Amb.swift
[21/443] Compiling ViewEnvironment ViewEnvironmentKey.swift
[22/443] Emitting module SwiftSyntax510
[23/443] Compiling SwiftSyntax510 Empty.swift
[24/443] Compiling ViewEnvironment EnvironmentValues+ViewEnvironment.swift
[25/443] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[26/443] Compiling ViewEnvironment ViewEnvironment.swift
[27/443] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[28/443] Emitting module ViewEnvironment
[29/443] Compiling ViewEnvironment ViewEnvironment.swift
[32/443] Emitting module ViewEnvironment
[33/443] Compiling ViewEnvironment EnvironmentValues+ViewEnvironment.swift
[34/464] Compiling RxSwift Delay.swift
[35/464] Compiling RxSwift DelaySubscription.swift
[36/464] Compiling RxSwift Dematerialize.swift
[37/464] Compiling RxSwift DispatchQueue+Extensions.swift
[38/464] Compiling RxSwift DispatchQueueConfiguration.swift
[39/469] Emitting module InternalCollectionsUtilities
[40/469] Compiling SwiftSyntax509 Empty.swift
[41/469] Emitting module SwiftSyntax509
[47/474] Emitting module InternalCollectionsUtilities
[48/474] Compiling IssueReporting SwiftTesting.swift
[49/474] Compiling IssueReporting UncheckedSendable.swift
[50/474] Compiling RxSwift Decode.swift
[51/474] Compiling RxSwift DefaultIfEmpty.swift
[52/474] Compiling RxSwift Deferred.swift
[53/474] Compiling IssueReporting LockIsolated.swift
[54/474] Compiling IssueReporting Rethrows.swift
[55/499] Compiling IssueReporting RuntimeWarningReporter.swift
[56/499] Compiling IssueReporting ReportIssue.swift
[57/499] Compiling IssueReporting BreakpointReporter.swift
[58/499] Compiling IssueReporting FatalErrorReporter.swift
[59/499] Compiling IssueReporting TestContext.swift
[60/499] Compiling IssueReporting Unimplemented.swift
[65/499] Compiling IssueReporting ErrorReporting.swift
[66/499] Compiling IssueReporting AppHostWarning.swift
[70/499] Compiling RxSwift Disposable.swift
[71/499] Compiling RxSwift Disposables.swift
[72/499] Compiling RxSwift DisposeBag.swift
[73/499] Compiling RxSwift DisposeBase.swift
[74/499] Compiling RxSwift DistinctUntilChanged.swift
[75/499] Compiling RxSwift Do.swift
[76/499] Compiling RxSwift ElementAt.swift
[77/499] Compiling RxSwift Empty.swift
[78/499] Compiling RxSwift Rx.swift
[79/499] Compiling RxSwift RxMutableBox.swift
[90/505] Compiling IssueReporting UncheckedSendable.swift
[91/505] Compiling IssueReporting LockIsolated.swift
[92/505] Compiling IssueReporting Rethrows.swift
[93/505] Compiling IssueReporting IsTesting.swift
[94/505] Compiling IssueReporting IssueReporter.swift
[100/561] Compiling RxSwift Never.swift
[101/561] Compiling RxSwift NopDisposable.swift
[102/561] Compiling RxSwift Observable+Concurrency.swift
[103/561] Compiling RxSwift Observable.swift
[104/561] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[105/561] Compiling RxSwift ObservableConvertibleType.swift
[106/561] Compiling RxSwift ObservableType+Extensions.swift
[107/561] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[108/561] Compiling RxSwift ObservableType.swift
[109/561] Compiling RxSwift ObserveOn.swift
[110/561] Compiling RxSwift ObserverBase.swift
[111/561] Compiling RxSwift ObserverType.swift
[112/561] Compiling RxSwift OperationQueueScheduler.swift
[113/561] Compiling RxSwift Optional.swift
[114/561] Compiling RxSwift Platform.Darwin.swift
[115/561] Compiling RxSwift Platform.Linux.swift
[116/577] Compiling ViewEnvironmentUI ViewEnvironmentPropagationNode.swift
[117/577] Emitting module ReactiveSwift
[118/642] Compiling SwiftSyntax SyntaxNodeStructure.swift
[119/642] Compiling SwiftSyntax Utils.swift
[120/642] Compiling SwiftSyntax SyntaxIdentifier.swift
[121/642] Compiling SwiftSyntax SyntaxNodeFactory.swift
[122/642] Compiling SwiftSyntax Identifier.swift
[123/642] Compiling SwiftSyntax MemoryLayout.swift
[124/642] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[125/642] Compiling SwiftSyntax SyntaxChildren.swift
[126/642] Compiling SwiftSyntax SyntaxCollection.swift
[127/642] Compiling SwiftSyntax SyntaxHashable.swift
[130/643] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[131/643] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[136/644] Compiling SwiftSyntax ChildNameForKeyPath.swift
[137/644] Compiling SwiftSyntax Keyword.swift
[138/644] Emitting module IssueReporting
[143/644] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[144/644] Compiling SwiftSyntax SyntaxBaseNodes.swift
[145/644] Compiling SwiftSyntax MissingNodeInitializers.swift
[146/644] Compiling SwiftSyntax RawSyntax.swift
[147/646] Emitting module ReactiveSwift
[148/646] Compiling RxSwift Infallible+Create.swift
[149/646] Compiling RxSwift Sink.swift
[150/646] Compiling RxSwift Skip.swift
[151/646] Compiling RxSwift SkipUntil.swift
[152/646] Compiling RxSwift SkipWhile.swift
[153/646] Compiling RxSwift StartWith.swift
[154/646] Compiling RxSwift SubjectType.swift
[155/646] Compiling RxSwift SubscribeOn.swift
[156/646] Compiling RxSwift SubscriptionDisposable.swift
[157/646] Compiling RxSwift SwiftSupport.swift
[158/646] Compiling RxSwift Switch.swift
[159/646] Compiling RxSwift SwitchIfEmpty.swift
[160/646] Compiling RxSwift SynchronizedDisposeType.swift
[161/646] Compiling RxSwift SynchronizedOnType.swift
[162/646] Compiling RxSwift SynchronizedUnsubscribeType.swift
[163/646] Compiling RxSwift TailRecursiveSink.swift
[164/646] Compiling RxSwift Take.swift
[165/646] Compiling RxSwift Multicast.swift
[166/646] Compiling RxSwift Enumerated.swift
[167/646] Compiling RxSwift Error.swift
[168/646] Compiling RxSwift Errors.swift
[169/646] Compiling RxSwift Event.swift
[170/646] Compiling RxSwift Filter.swift
[171/646] Compiling RxSwift First.swift
[172/646] Compiling RxSwift Generate.swift
[173/646] Compiling RxSwift GroupBy.swift
[174/646] Compiling RxSwift GroupedObservable.swift
[175/646] Compiling RxSwift HistoricalScheduler.swift
[176/646] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[177/646] Compiling RxSwift ImmediateSchedulerType.swift
[178/646] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[179/646] Compiling RxSwift Infallible+CombineLatest+arity.swift
[180/646] Compiling RxSwift Infallible+Concurrency.swift
[181/646] Compiling SwiftSyntax SyntaxArena.swift
[182/646] Compiling SwiftSyntax SyntaxProtocol.swift
[183/646] Compiling SwiftSyntax SyntaxText.swift
[184/646] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[185/646] Compiling SwiftSyntax TokenDiagnostic.swift
[186/646] Compiling SwiftSyntax TokenSequence.swift
[193/652] Emitting module IssueReporting
[196/652] Compiling ViewEnvironmentUI UIViewController+ViewEnvironmentPropagating.swift
[197/652] Compiling ViewEnvironmentUI ViewEnvironmentPropagating.swift
[198/652] Compiling ViewEnvironmentUI ViewEnvironmentObserving.swift
[199/652] Compiling ViewEnvironmentUI UIView+ViewEnvironmentPropagating.swift
[200/652] Emitting module ViewEnvironmentUI
[250/668] Compiling IssueReporting WithExpectedIssue.swift
[251/668] Compiling IssueReporting WithIssueContext.swift
[252/668] Compiling SwiftSyntax RawSyntaxTokenView.swift
[253/668] Compiling SwiftSyntax Tokens.swift
[254/668] Compiling SwiftSyntax TriviaPieces.swift
[255/668] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[256/668] Compiling SwiftSyntax RawSyntaxNodesC.swift
[257/668] Compiling SwiftSyntax RawSyntaxNodesD.swift
[258/668] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[259/668] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[260/668] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[261/668] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[262/668] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[263/668] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[264/668] Compiling SwiftSyntax RawSyntaxValidation.swift
[265/668] Compiling SwiftSyntax SyntaxNodesAB.swift
[266/668] Compiling ViewEnvironmentUI ViewEnvironmentPropagationNode.swift
[267/668] Compiling ViewEnvironmentUI UIView+ViewEnvironmentPropagating.swift
[268/668] Emitting module ViewEnvironmentUI
[269/668] Compiling ViewEnvironmentUI ViewEnvironmentObserving.swift
[270/668] Compiling ViewEnvironmentUI ViewEnvironmentPropagating.swift
[271/668] Compiling ViewEnvironmentUI UIViewController+ViewEnvironmentPropagating.swift
[309/668] Compiling SwiftSyntax SyntaxNodesC.swift
[310/668] Compiling SwiftSyntax AbsolutePosition.swift
[311/668] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[312/668] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[313/668] Compiling SwiftSyntax Assert.swift
[314/668] Compiling SwiftSyntax BumpPtrAllocator.swift
[315/668] Compiling SwiftSyntax CommonAncestor.swift
[316/668] Compiling SwiftSyntax Convenience.swift
[317/668] Compiling SwiftSyntax CustomTraits.swift
[318/668] Compiling SwiftSyntax SourceEdit.swift
[319/668] Compiling SwiftSyntax SourceLength.swift
[320/668] Compiling SwiftSyntax SourceLocation.swift
[321/668] Compiling SwiftSyntax SourcePresence.swift
[322/668] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[323/668] Compiling SwiftSyntax Syntax.swift
[341/724] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[342/724] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[345/724] Compiling RxSwift Infallible+Debug.swift
[346/724] Compiling RxSwift Infallible+Operators.swift
[347/724] Compiling RxSwift Infallible+Zip+arity.swift
[348/724] Compiling RxSwift Infallible.swift
[349/724] Compiling RxSwift InfiniteSequence.swift
[350/724] Compiling RxSwift InvocableScheduledItem.swift
[351/724] Compiling RxSwift InvocableType.swift
[352/724] Compiling RxSwift Just.swift
[353/724] Compiling RxSwift Lock.swift
[354/724] Compiling RxSwift LockOwnerType.swift
[355/724] Compiling RxSwift MainScheduler.swift
[356/724] Compiling RxSwift Map.swift
[357/724] Compiling RxSwift Materialize.swift
[358/724] Compiling RxSwift Maybe.swift
[359/724] Compiling RxSwift Merge.swift
[361/724] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[362/724] Compiling OrderedCollections _Hashtable+Header.swift
[363/724] Compiling OrderedCollections OrderedDictionary+Codable.swift
[364/724] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[365/724] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[366/724] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[367/724] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[368/724] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[369/724] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[370/724] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[371/727] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[372/727] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[373/727] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[374/727] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[375/727] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[376/727] Compiling OrderedCollections OrderedSet+SubSequence.swift
[377/727] Compiling OrderedCollections OrderedSet+Testing.swift
[378/727] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[379/727] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[380/727] Compiling OrderedCollections OrderedSet.swift
[381/727] Compiling OrderedCollections _UnsafeBitset.swift
[382/727] Compiling SwiftSyntax SyntaxTraits.swift
[383/727] Compiling SwiftSyntax SyntaxVisitor.swift
[384/727] Compiling SwiftSyntax TokenKind.swift
[385/727] Compiling RxSwift CurrentThreadScheduler.swift
[386/727] Compiling RxSwift Date+Dispatch.swift
[387/727] Compiling OrderedCollections OrderedSet+Insertions.swift
[388/727] Compiling OrderedCollections OrderedSet+Invariants.swift
[389/727] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[400/727] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[401/727] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[402/727] Compiling OrderedCollections OrderedSet+Sendable.swift
[403/727] Compiling OrderedCollections OrderedDictionary+Elements.swift
[404/727] Emitting module RxSwift
[405/727] Compiling RxSwift Debounce.swift
[406/727] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[407/727] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[408/727] Compiling RxSwift PrimitiveSequence.swift
[409/727] Compiling RxSwift PriorityQueue.swift
[410/727] Compiling RxSwift Producer.swift
[411/727] Compiling RxSwift PublishSubject.swift
[412/727] Compiling RxSwift Queue.swift
[413/727] Compiling RxSwift Range.swift
[414/727] Compiling RxSwift Reactive.swift
[415/727] Compiling RxSwift RecursiveLock.swift
[416/727] Compiling RxSwift RecursiveScheduler.swift
[417/727] Compiling RxSwift Reduce.swift
[418/727] Compiling RxSwift RefCountDisposable.swift
[419/727] Compiling RxSwift Repeat.swift
[420/727] Compiling RxSwift ReplaySubject.swift
[421/727] Compiling RxSwift RetryWhen.swift
[447/743] Emitting module RxSwift
[448/743] Compiling PerceptionCore Locking.swift
[449/743] Compiling PerceptionCore ThreadLocal.swift
[450/743] Compiling PerceptionCore Bindable.swift
[451/743] Compiling PerceptionCore Environment.swift
[452/743] Compiling PerceptionCore BetaChecking.swift
[453/743] Compiling PerceptionCore Exports.swift
[454/743] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[455/743] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[456/743] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[457/743] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[458/743] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[459/743] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[460/743] Compiling OrderedCollections OrderedSet+Codable.swift
[461/743] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[462/743] Compiling OrderedCollections OrderedSet+Descriptions.swift
[463/743] Compiling OrderedCollections OrderedSet+Diffing.swift
[464/743] Compiling XCTestDynamicOverlay Exports.swift
[475/743] Compiling OrderedCollections OrderedSet+Equatable.swift
[476/743] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[490/749] Compiling XCTestDynamicOverlay Exports.swift
[519/749] Compiling OrderedCollections OrderedSet+SubSequence.swift
[520/749] Compiling OrderedCollections OrderedSet+Testing.swift
[521/749] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[522/749] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[523/749] Compiling OrderedCollections OrderedSet.swift
[524/749] Compiling OrderedCollections _UnsafeBitset.swift
[525/749] Compiling OrderedCollections OrderedSet+Hashable.swift
[526/749] Compiling OrderedCollections OrderedSet+Initializers.swift
[570/749] Compiling PerceptionCore PerceptionTracking.swift
[575/750] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[576/750] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[577/750] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[578/750] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[579/750] Compiling OrderedCollections _HashTable+Bucket.swift
[580/750] Compiling OrderedCollections _HashTable+BucketIterator.swift
[581/750] Compiling OrderedCollections _HashTable+Constants.swift
[582/750] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[583/750] Compiling OrderedCollections _HashTable+Testing.swift
[584/750] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[585/750] Compiling OrderedCollections _HashTable.swift
[588/750] Emitting module PerceptionCore
[589/750] Compiling PerceptionCore Unchecked.swift
[594/750] Emitting module XCTestDynamicOverlay
[595/750] Compiling XCTestDynamicOverlay Deprecations.swift
[596/750] Emitting module XCTestDynamicOverlay
[597/750] Compiling XCTestDynamicOverlay Deprecations.swift
[623/750] Emitting module OrderedCollections
[624/750] Compiling PerceptionCore PerceptionChecking.swift
[625/750] Compiling PerceptionCore Perceptible.swift
[626/750] Compiling PerceptionCore _PerceptionRegistrar.swift
[629/750] Compiling PerceptionCore PerceptionRegistrar.swift
[636/819] Compiling PerceptionCore WithPerceptionTracking.swift
[637/838] Emitting module OrderedCollections
[638/848] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[639/848] Compiling IdentifiedCollections IdentifiedArray.swift
[640/849] Compiling PerceptionCore PerceptionTracking.swift
[641/849] Compiling PerceptionCore Perceptible.swift
[642/849] Compiling PerceptionCore PerceptionChecking.swift
[643/849] Compiling PerceptionCore _PerceptionRegistrar.swift
[644/849] Compiling IdentifiedCollections IdentifiedArray+Collection.swift
[645/849] Compiling IdentifiedCollections IdentifiedArray+CollectionAlgorithms.swift
[646/849] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[647/849] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[648/849] Compiling PerceptionCore Unchecked.swift
[649/849] Compiling IdentifiedCollections Identified.swift
[650/849] Compiling IdentifiedCollections IdentifiedArray+Codable.swift
[651/849] Compiling PerceptionCore PerceptionRegistrar.swift
[652/849] Emitting module PerceptionCore
[653/850] Compiling RxSwift TakeLast.swift
[654/850] Compiling RxSwift TakeWithPredicate.swift
[655/850] Compiling RxSwift Throttle.swift
[656/850] Compiling RxSwift Timeout.swift
[657/850] Compiling RxSwift Timer.swift
[658/850] Compiling RxSwift ToArray.swift
[659/850] Compiling RxSwift Using.swift
[660/850] Compiling RxSwift VirtualTimeConverterType.swift
[661/850] Compiling RxSwift VirtualTimeScheduler.swift
[662/850] Compiling RxSwift Window.swift
[663/850] Compiling RxSwift WithLatestFrom.swift
[664/850] Compiling RxSwift WithUnretained.swift
[665/850] Compiling RxSwift Zip+Collection.swift
[666/850] Compiling RxSwift Zip+arity.swift
[667/850] Compiling RxSwift Zip.swift
[668/850] Compiling RxSwift resource_bundle_accessor.swift
[669/850] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[670/850] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[671/850] Compiling CustomDump UserNotifications.swift
[672/850] Compiling CustomDump UserNotificationsUI.swift
[673/850] Compiling CustomDump CustomDumpReflectable.swift
[674/850] Compiling CustomDump Foundation.swift
[675/850] Compiling CustomDump GameKit.swift
[676/850] Compiling CustomDump KeyPath.swift
[677/852] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[678/852] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[681/852] Compiling IdentifiedCollections IdentifiedArray+IdentifiedCollection.swift
[682/852] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[683/852] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
[684/852] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
[685/852] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[686/852] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[687/852] Compiling IdentifiedCollections IdentifiedCollection.swift
[693/873] Emitting module IdentifiedCollections
[694/873] Compiling IdentifiedCollections IdentifiedArray+Collection.swift
[695/873] Compiling IdentifiedCollections IdentifiedArray+CollectionAlgorithms.swift
[712/873] Compiling CasePathsCore KeyPath+Sendable.swift
[713/873] Compiling CasePathsCore Never+CasePathable.swift
[714/873] Compiling CasePathsCore UncheckedSendable.swift
[715/873] Compiling CasePathsCore CasePathReflectable.swift
[716/873] Compiling CasePathsCore Optional+CasePathable.swift
[717/873] Compiling CasePathsCore TypeName.swift
[718/874] Compiling CasePathsCore AnyCasePath.swift
[719/874] Compiling CasePathsCore CasePathIterable.swift
[720/874] Emitting module CasePathsCore
[721/874] Compiling CasePathsCore CasePathable.swift
[727/884] Emitting module CustomDump
[734/884] Compiling PerceptionCore WithPerceptionTracking.swift
[735/884] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[736/884] Compiling IdentifiedCollections IdentifiedArray.swift
[737/885] Compiling CasePathsCore Result+CasePathable.swift
[738/919] Compiling CasePathsCore Never+CasePathable.swift
[739/919] Compiling CasePathsCore UncheckedSendable.swift
[740/919] Compiling CasePathsCore Optional+CasePathable.swift
[741/920] Compiling Workflow SubtreeManager.swift
[742/920] Compiling Workflow Workflow.swift
[743/920] Compiling Workflow DispatchQueue+Workflow.swift
[744/920] Compiling Workflow Lifetime.swift
[745/920] Compiling Workflow AnyWorkflow.swift
[746/920] Compiling Workflow AnyWorkflowConvertible.swift
[747/920] Compiling IdentifiedCollections IdentifiedArray+IdentifiedCollection.swift
[748/920] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[749/920] Compiling Workflow WorkflowAction.swift
[750/920] Compiling Workflow WorkflowHost.swift
[751/920] Compiling Workflow Sink.swift
[752/920] Compiling Workflow StateMutationSink.swift
[753/920] Compiling CustomDump XCTAssertDifference.swift
[754/920] Compiling CustomDump XCTAssertNoDifference.swift
[755/920] Compiling IdentifiedCollections IdentifiedCollection.swift
[756/920] Compiling CasePathsCore KeyPath+Sendable.swift
[757/920] Compiling CasePathsCore TypeName.swift
[758/920] Compiling CasePathsCore CasePathReflectable.swift
[759/920] Compiling CasePathsCore CasePathIterable.swift
[760/920] Emitting module CasePathsCore
[761/920] Compiling CasePathsCore AnyCasePath.swift
[762/920] Compiling CasePathsCore CasePathable.swift
[763/920] Compiling Workflow RenderContext.swift
[764/920] Compiling Workflow RuntimeConfiguration.swift
[765/920] Compiling Workflow ApplyContext.swift
[766/920] Compiling Workflow Debugging.swift
[767/920] Emitting module IdentifiedCollections
[777/920] Compiling CustomDump AnyType.swift
[778/920] Compiling CustomDump CollectionDifference.swift
[779/920] Compiling CustomDump Identifiable.swift
[785/920] Compiling CasePathsCore Result+CasePathable.swift
[801/920] Compiling Workflow WorkflowLogger.swift
[804/920] Compiling Workflow WorkflowNode.swift
[817/921] Emitting module Workflow
[822/922] Compiling Workflow WorkflowNode.swift
[823/922] Compiling Workflow WorkflowLogger.swift
[830/922] Emitting module Workflow
[835/922] Compiling Workflow WorkflowObserver.swift
[837/972] Emitting module WorkflowReactiveSwift
[838/972] Compiling WorkflowUI UIViewController+Extensions.swift
[839/973] Compiling WorkflowReactiveSwift Logger.swift
[840/973] Compiling WorkflowRxSwift Worker.swift
[841/973] Compiling WorkflowCombine PublisherWorkflow.swift
[842/973] Emitting module WorkflowCombine
[843/973] Compiling WorkflowCombine Worker.swift
[844/973] Compiling WorkflowCombine Publisher+Extensions.swift
[845/973] Compiling WorkflowCombine Logger.swift
[846/973] Emitting module WorkflowRxSwift
[847/973] Compiling WorkflowRxSwift Logger.swift
[848/973] Compiling WorkflowRxSwift ObservableWorkflow.swift
[849/973] Compiling WorkflowConcurrency Logger.swift
[850/973] Compiling WorkflowConcurrency AsyncOperationWorker.swift
[851/973] Emitting module WorkflowConcurrency
[852/973] Compiling WorkflowConcurrency Worker.swift
[853/973] Compiling WorkflowConcurrency AsyncSequenceWorker.swift
[854/973] Compiling WorkflowUI Screen.swift
[855/973] Compiling WorkflowUI DescribedViewController.swift
[856/973] Compiling WorkflowUI ScreenContaining.swift
[857/973] Compiling WorkflowUI WorkflowUIViewController.swift
[858/973] Compiling WorkflowUI AdaptedEnvironmentScreen.swift
[859/973] Compiling WorkflowUI AnyScreen.swift
[860/973] Compiling WorkflowUI WorkflowUIEvents.swift
[861/973] Compiling WorkflowUI WorkflowUIObserver.swift
[862/973] Compiling WorkflowUI WorkflowHostingController.swift
[863/973] Compiling WorkflowUI ModuleExports.swift
[864/973] Compiling WorkflowUI ScreenViewController.swift
[865/973] Emitting module WorkflowUI
[866/973] Compiling WorkflowReactiveSwift SignalWorker.swift
[867/973] Compiling WorkflowReactiveSwift SignalProducerWorkflow.swift
[868/973] Compiling WorkflowReactiveSwift Worker.swift
[869/973] Compiling WorkflowReactiveSwift QueueScheduler+Workflow.swift
[870/973] Compiling WorkflowUI UIViewController+Extensions.swift
[871/973] Compiling WorkflowUI Screen.swift
[872/973] Compiling WorkflowUI ScreenViewController.swift
[873/973] Compiling WorkflowUI AnyScreen.swift
[874/973] Compiling WorkflowUI ScreenContaining.swift
[875/973] Compiling WorkflowUI DescribedViewController.swift
[880/990] Emitting module WorkflowUI
[898/990] Compiling WorkflowRxSwift Worker.swift
[899/990] Compiling WorkflowRxSwift ObservableWorkflow.swift
[900/990] Emitting module WorkflowRxSwift
[901/990] Compiling WorkflowRxSwift Logger.swift
[902/997] Compiling WorkflowUI ViewControllerDescription.swift
[903/1004] Compiling WorkflowCombine Publisher+Extensions.swift
[904/1004] Compiling WorkflowCombine Worker.swift
[905/1004] Compiling WorkflowCombine PublisherWorkflow.swift
[906/1004] Emitting module WorkflowCombine
[907/1004] Compiling WorkflowCombine Logger.swift
[908/1004] Compiling WorkflowReactiveSwift SignalWorker.swift
[909/1004] Compiling WorkflowReactiveSwift SignalProducerWorkflow.swift
[910/1004] Compiling WorkflowReactiveSwift QueueScheduler+Workflow.swift
[911/1004] Emitting module WorkflowReactiveSwift
[912/1004] Compiling WorkflowReactiveSwift Worker.swift
[913/1004] Compiling WorkflowReactiveSwift Logger.swift
[914/1004] Compiling WorkflowConcurrency AsyncOperationWorker.swift
[915/1004] Compiling WorkflowConcurrency AsyncSequenceWorker.swift
[916/1004] Compiling WorkflowConcurrency Logger.swift
[917/1004] Compiling WorkflowConcurrency Worker.swift
[918/1004] Emitting module WorkflowConcurrency
[919/1004] Compiling WorkflowUI ViewControllerDescription.swift
[927/1011] Compiling WorkflowTesting WorkflowActionTester.swift
[928/1011] Compiling WorkflowTesting RenderTesterResult.swift
[929/1011] Compiling WorkflowTesting WorkflowRenderTester.swift
[930/1011] Compiling WorkflowTesting RenderTesterResult.swift
[931/1011] Compiling WorkflowTesting WorkflowActionTester.swift
[932/1011] Compiling WorkflowTesting RenderExpectations.swift
[933/1011] Emitting module WorkflowTesting
[934/1011] Compiling WorkflowTesting WorkflowRenderTester.swift
[935/1011] Compiling WorkflowTesting RenderTester+TestContext.swift
[936/1011] Compiling WorkflowTesting AppliedAction.swift
[938/1011] Compiling WorkflowTesting RenderExpectations.swift
[939/1011] Compiling WorkflowTesting RenderTester+TestContext.swift
[940/1011] Emitting module WorkflowTesting
[941/1033] Emitting module WorkflowConcurrencyTesting
[942/1033] Compiling WorkflowConcurrencyTesting WorkerTesting.swift
[943/1033] Emitting module WorkflowReactiveSwiftTesting
[944/1033] Compiling WorkflowReactiveSwiftTesting SignalProducerWorkflowTesting.swift
[945/1033] Compiling WorkflowReactiveSwiftTesting WorkerTesting.swift
[946/1033] Emitting module WorkflowRxSwiftTesting
[947/1033] Emitting module WorkflowReactiveSwiftTesting
[948/1033] Compiling WorkflowRxSwiftTesting WorkerTesting.swift
[949/1033] Compiling WorkflowRxSwiftTesting ObservableTesting.swift
[950/1033] Emitting module WorkflowRxSwiftTesting
[951/1033] Compiling WorkflowCombineTesting WorkerTesting.swift
[952/1033] Compiling WorkflowCombineTesting PublisherTesting.swift
[953/1033] Emitting module WorkflowCombineTesting
[955/1033] Emitting module WorkflowConcurrencyTesting
[956/1033] Compiling WorkflowConcurrencyTesting WorkerTesting.swift
[957/1033] Compiling WorkflowCombineTesting PublisherTesting.swift
[958/1033] Compiling WorkflowCombineTesting WorkerTesting.swift
[959/1033] Compiling WorkflowReactiveSwiftTesting SignalProducerWorkflowTesting.swift
[960/1033] Compiling WorkflowReactiveSwiftTesting WorkerTesting.swift
[961/1033] Compiling WorkflowRxSwiftTesting ObservableTesting.swift
[962/1033] Compiling WorkflowRxSwiftTesting WorkerTesting.swift
[991/1033] Emitting module SwiftSyntax
[1021/1033] Compiling SwiftSyntax SyntaxNodesD.swift
[1022/1033] Compiling SwiftSyntax SyntaxNodesEF.swift
[1023/1033] Compiling SwiftSyntax SyntaxNodesGHI.swift
[1024/1033] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[1025/1033] Compiling SwiftSyntax SyntaxNodesOP.swift
[1026/1033] Compiling SwiftSyntax SyntaxNodesQRS.swift
[1027/1033] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[1028/1091] Compiling SwiftDiagnostics Message.swift
[1029/1092] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1030/1092] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1031/1092] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1032/1092] Compiling SwiftDiagnostics Note.swift
[1033/1092] Compiling SwiftDiagnostics FixIt.swift
[1034/1092] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1035/1092] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[1036/1092] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[1037/1092] Compiling SwiftDiagnostics Convenience.swift
[1038/1092] Emitting module SwiftDiagnostics
[1039/1092] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1040/1092] Compiling SwiftDiagnostics Diagnostic.swift
[1041/1092] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1042/1092] Compiling SwiftBasicFormat InferIndentation.swift
[1043/1092] Compiling SwiftBasicFormat BasicFormat.swift
[1044/1092] Emitting module SwiftBasicFormat
[1045/1092] Compiling SwiftParser TopLevel.swift
[1046/1092] Compiling SwiftParser TriviaParser.swift
[1047/1092] Compiling SwiftParser Types.swift
[1048/1092] Compiling SwiftParser ExperimentalFeatures.swift
[1049/1096] Compiling SwiftParser UnicodeScalarExtensions.swift
[1050/1096] Compiling SwiftParser Lookahead.swift
[1051/1096] Compiling SwiftParser LoopProgressCondition.swift
[1052/1096] Compiling SwiftParser Modifiers.swift
[1053/1096] Compiling SwiftParser Names.swift
[1054/1096] Compiling SwiftParser StringLiterals.swift
[1055/1096] Compiling SwiftParser SwiftParserCompatibility.swift
[1056/1096] Compiling SwiftParser SwiftVersion.swift
[1057/1096] Compiling SwiftParser SyntaxUtils.swift
[1058/1096] Compiling SwiftParser TokenConsumer.swift
[1059/1096] Compiling SwiftParser TokenPrecedence.swift
[1060/1096] Compiling SwiftParser TokenSpec.swift
[1061/1096] Compiling SwiftParser TokenSpecSet.swift
[1062/1096] Compiling SwiftParser Recovery.swift
[1063/1096] Compiling SwiftParser Specifiers.swift
[1064/1096] Compiling SwiftParser Statements.swift
[1065/1096] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1066/1096] Compiling SwiftParser Nominals.swift
[1067/1096] Compiling SwiftParser Parameters.swift
[1068/1096] Compiling SwiftParser ParseSourceFile.swift
[1069/1096] Compiling SwiftParser Parser.swift
[1070/1096] Compiling SwiftParser Patterns.swift
[1071/1096] Emitting module SwiftParser
[1072/1096] Compiling SwiftParser Attributes.swift
[1073/1096] Compiling SwiftParser Availability.swift
[1074/1096] Compiling SwiftParser CharacterInfo.swift
[1075/1096] Compiling SwiftParser CollectionNodes+Parsable.swift
[1076/1096] Compiling SwiftParser Declarations.swift
[1077/1096] Compiling SwiftParser Directives.swift
[1078/1096] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1079/1096] Compiling SwiftParser Expressions.swift
[1080/1096] Compiling SwiftParser IncrementalParseTransition.swift
[1081/1096] Compiling SwiftParser IsValidIdentifier.swift
[1082/1096] Compiling SwiftParser Cursor.swift
[1083/1096] Compiling SwiftParser Lexeme.swift
[1084/1096] Compiling SwiftParser LexemeSequence.swift
[1085/1096] Compiling SwiftParser Lexer.swift
[1086/1096] Compiling SwiftParser RegexLiteralLexer.swift
[1087/1096] Compiling SwiftParser IsLexerClassified.swift
[1088/1096] Compiling SwiftParser LayoutNodes+Parsable.swift
[1089/1096] Compiling SwiftParser Parser+TokenSpecSet.swift
[1090/1096] Compiling SwiftParser TokenSpecStaticMembers.swift
[1091/1119] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1092/1120] Compiling SwiftOperators PrecedenceGroup.swift
[1093/1121] Compiling SwiftOperators PrecedenceGraph.swift
[1094/1121] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1095/1121] Compiling SwiftOperators SyntaxSynthesis.swift
[1096/1121] Compiling SwiftOperators OperatorTable.swift
[1097/1121] Compiling SwiftOperators OperatorTable+Semantics.swift
[1098/1121] Compiling SwiftOperators OperatorError.swift
[1099/1121] Compiling SwiftOperators OperatorError+Diagnostics.swift
[1100/1121] Compiling SwiftOperators OperatorTable+Defaults.swift
[1101/1121] Compiling SwiftOperators Operator.swift
[1102/1121] Emitting module SwiftOperators
[1103/1121] Compiling SwiftOperators OperatorTable+Folding.swift
[1104/1121] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1105/1121] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1106/1121] Compiling SwiftParserDiagnostics Utils.swift
[1107/1121] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1108/1121] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1109/1121] Compiling SwiftParserDiagnostics MissingNodesError.swift
[1110/1121] Compiling SwiftParserDiagnostics MissingTokenError.swift
[1111/1121] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[1112/1121] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[1113/1121] Emitting module SwiftParserDiagnostics
[1114/1121] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1115/1121] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1116/1136] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1117/1136] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1118/1136] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1119/1136] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1120/1136] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1121/1136] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1122/1137] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1123/1137] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1124/1137] Compiling SwiftSyntaxBuilder Indenter.swift
[1125/1137] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1126/1137] Emitting module SwiftSyntaxBuilder
[1127/1137] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1128/1137] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1129/1137] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1130/1137] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1131/1137] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1132/1155] Compiling SwiftSyntaxMacros Macro.swift
[1133/1155] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[1134/1155] Compiling SwiftSyntaxMacros PreambleMacro.swift
[1135/1156] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[1136/1156] Compiling SwiftSyntaxMacros Macro+Format.swift
[1137/1156] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[1138/1156] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[1139/1156] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[1140/1156] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[1141/1156] Compiling SwiftSyntaxMacros AttachedMacro.swift
[1142/1156] Compiling SwiftSyntaxMacros BodyMacro.swift
[1143/1156] Compiling SwiftSyntaxMacros MemberMacro.swift
[1144/1156] Compiling SwiftSyntaxMacros PeerMacro.swift
[1145/1156] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[1146/1156] Compiling SwiftSyntaxMacros AccessorMacro.swift
[1147/1156] Emitting module SwiftSyntaxMacros
[1148/1156] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[1149/1156] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[1150/1156] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[1151/1166] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1152/1166] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1153/1166] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1154/1166] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1155/1166] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1156/1166] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1157/1166] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1158/1166] Emitting module SwiftSyntaxMacroExpansion
[1159/1166] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1160/1166] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1161/1178] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1162/1178] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1163/1178] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[1164/1178] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1165/1178] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[1166/1178] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[1167/1178] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[1168/1178] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[1169/1178] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[1170/1178] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[1171/1178] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1172/1178] Emitting module SwiftCompilerPluginMessageHandling
[1173/1179] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1174/1181] Emitting module SwiftCompilerPlugin
[1175/1181] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1176/1194] Compiling CasePathsMacros Plugin.swift
[1177/1194] Compiling PerceptionMacros Extensions.swift
[1178/1194] Compiling PerceptionMacros Availability.swift
[1179/1194] Compiling PerceptionMacros Plugins.swift
[1180/1194] Emitting module PerceptionMacros
[1181/1194] Compiling PerceptionMacros PerceptibleMacro.swift
[1181/1194] Write Objects.LinkFileList
[1183/1194] Compiling WorkflowSwiftUIMacros Plugins.swift
[1184/1194] Compiling WorkflowSwiftUIMacros Extensions.swift
/Users/admin/builder/spi-builder-workspace/WorkflowSwiftUIMacros/Sources/Derived/Extensions.swift:47:21: warning: 'as' is deprecated: This cast will always succeed
 45 |     func accessorsMatching(_ predicate: (TokenKind) -> Bool) -> [AccessorDeclSyntax] {
 46 |         let patternBindings = bindings.compactMap { binding in
 47 |             binding.as(PatternBindingSyntax.self)
    |                     `- warning: 'as' is deprecated: This cast will always succeed
 48 |         }
 49 |         let accessors: [AccessorDeclListSyntax.Element] = patternBindings.compactMap { patternBinding in
/Users/admin/builder/spi-builder-workspace/WorkflowSwiftUIMacros/Sources/Derived/Extensions.swift:58:39: warning: 'as' is deprecated: This cast will always succeed
 56 |         }.flatMap { $0 }
 57 |         return accessors.compactMap { accessor in
 58 |             guard let decl = accessor.as(AccessorDeclSyntax.self) else {
    |                                       `- warning: 'as' is deprecated: This cast will always succeed
 59 |                 return nil
 60 |             }
/Users/admin/builder/spi-builder-workspace/WorkflowSwiftUIMacros/Sources/Derived/Extensions.swift:236:38: warning: 'as' is deprecated: This cast will always succeed
234 |         var standins = [FunctionDeclSyntax.SignatureStandin]()
235 |         for member in memberBlock.members {
236 |             if let function = member.as(MemberBlockItemSyntax.self)?.decl.as(FunctionDeclSyntax.self) {
    |                                      `- warning: 'as' is deprecated: This cast will always succeed
237 |                 standins.append(function.signatureStandin)
238 |             }
/Users/admin/builder/spi-builder-workspace/WorkflowSwiftUIMacros/Sources/Derived/Extensions.swift:245:38: warning: 'as' is deprecated: This cast will always succeed
243 |     func hasMemberFunction(equvalentTo other: FunctionDeclSyntax) -> Bool {
244 |         for member in memberBlock.members {
245 |             if let function = member.as(MemberBlockItemSyntax.self)?.decl.as(FunctionDeclSyntax.self) {
    |                                      `- warning: 'as' is deprecated: This cast will always succeed
246 |                 if function.isEquivalent(to: other) {
247 |                     return true
/Users/admin/builder/spi-builder-workspace/WorkflowSwiftUIMacros/Sources/Derived/Extensions.swift:256:38: warning: 'as' is deprecated: This cast will always succeed
254 |     func hasMemberProperty(equivalentTo other: VariableDeclSyntax) -> Bool {
255 |         for member in memberBlock.members {
256 |             if let variable = member.as(MemberBlockItemSyntax.self)?.decl.as(VariableDeclSyntax.self) {
    |                                      `- warning: 'as' is deprecated: This cast will always succeed
257 |                 if variable.isEquivalent(to: other) {
258 |                     return true
/Users/admin/builder/spi-builder-workspace/WorkflowSwiftUIMacros/Sources/Derived/Extensions.swift:267:42: warning: 'as' is deprecated: This cast will always succeed
265 |     var definedVariables: [VariableDeclSyntax] {
266 |         memberBlock.members.compactMap { member in
267 |             if let variableDecl = member.as(MemberBlockItemSyntax.self)?.decl.as(VariableDeclSyntax.self) {
    |                                          `- warning: 'as' is deprecated: This cast will always succeed
268 |                 return variableDecl
269 |             }
[1185/1194] Compiling WorkflowSwiftUIMacros ObservableStateMacro.swift
/Users/admin/builder/spi-builder-workspace/WorkflowSwiftUIMacros/Sources/Derived/ObservableStateMacro.swift:454:30: warning: 'MacroExpansionErrorMessage' is deprecated: MacroExpansionErrorMessage has been moved to the SwiftSyntaxMacros module
452 |                 Diagnostic(
453 |                     node: attribute,
454 |                     message: MacroExpansionErrorMessage("'@\(name)' cannot be used in '@ObservableState'"),
    |                              `- warning: 'MacroExpansionErrorMessage' is deprecated: MacroExpansionErrorMessage has been moved to the SwiftSyntaxMacros module
455 |                     fixIt: .replace(
456 |                         message: MacroExpansionFixItMessage("Use '@\(rename)' instead"),
/Users/admin/builder/spi-builder-workspace/WorkflowSwiftUIMacros/Sources/Derived/ObservableStateMacro.swift:456:34: warning: 'MacroExpansionFixItMessage' is deprecated: MacroExpansionFixItMessage has been moved to the SwiftSyntaxMacros module
454 |                     message: MacroExpansionErrorMessage("'@\(name)' cannot be used in '@ObservableState'"),
455 |                     fixIt: .replace(
456 |                         message: MacroExpansionFixItMessage("Use '@\(rename)' instead"),
    |                                  `- warning: 'MacroExpansionFixItMessage' is deprecated: MacroExpansionFixItMessage has been moved to the SwiftSyntaxMacros module
457 |                         oldNode: attribute,
458 |                         newNode: attribute.with(
[1186/1194] Compiling WorkflowSwiftUIMacros Availability.swift
[1187/1194] Emitting module WorkflowSwiftUIMacros
[1187/1194] Write Objects.LinkFileList
[1189/1194] Emitting module CasePathsMacros
[1190/1194] Compiling CasePathsMacros CasePathableMacro.swift
[1190/1194] Write Objects.LinkFileList
[1191/1194] Linking PerceptionMacros-tool
[1192/1194] Linking WorkflowSwiftUIMacros-tool
[1193/1194] Linking CasePathsMacros-tool
[1195/1214] Compiling CasePaths XCTestSupport.swift
[1197/1214] Compiling CasePaths LockIsolated.swift
[1198/1214] Compiling CasePaths Deprecations.swift
[1199/1214] Compiling CasePaths Exports.swift
[1200/1214] Compiling CasePaths EnumReflection.swift
[1201/1214] Compiling CasePaths Macros.swift
[1202/1214] Compiling CasePaths LockIsolated.swift
[1203/1214] Compiling CasePaths Exports.swift
[1204/1214] Compiling CasePaths Deprecations.swift
[1205/1214] Compiling CasePaths EnumReflection.swift
[1206/1214] Compiling CasePaths Macros.swift
[1207/1214] Emitting module CasePaths
[1209/1214] Compiling Perception Exports.swift
[1211/1214] Emitting module Perception
[1213/1214] Compiling Perception Macros.swift
[1215/1246] Compiling WorkflowSwiftUI UIViewController+Orientation.swift
[1217/1247] Compiling WorkflowSwiftUI RenderContext+ObservableModel.swift
[1218/1247] Compiling WorkflowSwiftUI StateAccessor.swift
[1219/1247] Compiling WorkflowSwiftUI Store+Preview.swift
[1220/1247] Compiling WorkflowSwiftUI ObservableScreen+Preview.swift
[1221/1247] Compiling WorkflowSwiftUI ObservableScreen.swift
[1222/1247] Compiling WorkflowSwiftUI RenderContext+ObservableModel.swift
[1223/1247] Compiling WorkflowSwiftUI StateAccessor.swift
[1224/1247] Compiling WorkflowSwiftUI ObservationStateRegistrar.swift
[1225/1247] Compiling WorkflowSwiftUI Exports.swift
[1226/1247] Compiling WorkflowSwiftUI Macros.swift
[1227/1247] Compiling WorkflowSwiftUI ObservableModel.swift
[1228/1247] Compiling WorkflowSwiftUI Store.swift
[1229/1247] Compiling WorkflowSwiftUI AreOrderedSetsDuplicates.swift
[1230/1247] Compiling WorkflowSwiftUI ObservableState.swift
[1231/1248] Compiling WorkflowSwiftUI Store+Preview.swift
[1242/1248] Compiling WorkflowSwiftUI Store.swift
[1243/1248] Emitting module WorkflowSwiftUI
[1247/1248] Compiling WorkflowSwiftUI Workflow+Preview.swift
Build complete! (35.88s)
warning: 'spi-builder-workspace': dependency 'xctest-dynamic-overlay' is not used by any target
Build complete.
{
  "dependencies" : [
    {
      "identity" : "reactiveswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.1.1",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ReactiveCocoa/ReactiveSwift.git"
    },
    {
      "identity" : "rxswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.6.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ReactiveX/RxSwift.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "601.0.0-prerelease"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    },
    {
      "identity" : "swift-case-paths",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.5",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-case-paths"
    },
    {
      "identity" : "swift-identified-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-identified-collections"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing"
    },
    {
      "identity" : "swift-perception",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-perception"
    },
    {
      "identity" : "swift-custom-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-custom-dump"
    },
    {
      "identity" : "xctest-dynamic-overlay",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
    }
  ],
  "manifest_display_name" : "Workflow",
  "name" : "Workflow",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "Workflow",
      "targets" : [
        "Workflow"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WorkflowTesting",
      "targets" : [
        "WorkflowTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WorkflowUI",
      "targets" : [
        "WorkflowUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WorkflowSwiftUI",
      "targets" : [
        "WorkflowSwiftUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WorkflowReactiveSwift",
      "targets" : [
        "WorkflowReactiveSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WorkflowReactiveSwiftTesting",
      "targets" : [
        "WorkflowReactiveSwiftTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WorkflowRxSwift",
      "targets" : [
        "WorkflowRxSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WorkflowRxSwiftTesting",
      "targets" : [
        "WorkflowRxSwiftTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WorkflowCombine",
      "targets" : [
        "WorkflowCombine"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WorkflowCombineTesting",
      "targets" : [
        "WorkflowCombineTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WorkflowConcurrency",
      "targets" : [
        "WorkflowConcurrency"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WorkflowConcurrencyTesting",
      "targets" : [
        "WorkflowConcurrencyTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ViewEnvironment",
      "targets" : [
        "ViewEnvironment"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ViewEnvironmentUI",
      "targets" : [
        "ViewEnvironmentUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "WorkflowSwiftUIMacros",
      "targets" : [
        "WorkflowSwiftUIMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "WorkflowUITests",
      "module_type" : "SwiftTarget",
      "name" : "WorkflowUITests",
      "path" : "WorkflowUI/Tests",
      "sources" : [
        "AdaptedEnvironmentScreenTests.swift",
        "DescribedViewControllerTests.swift",
        "ScreenContainingTests.swift",
        "UIViewControllerExtensionTests.swift",
        "ViewControllerDescriptionTests.swift",
        "WorkflowHostingControllerTests.swift",
        "WorkflowUIObservationTestCase.swift",
        "WorkflowUIViewControllerTests.swift",
        "XCTestCase+Extensions.swift"
      ],
      "target_dependencies" : [
        "WorkflowUI",
        "WorkflowReactiveSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WorkflowUI",
      "module_type" : "SwiftTarget",
      "name" : "WorkflowUI",
      "path" : "WorkflowUI/Sources",
      "product_memberships" : [
        "WorkflowUI",
        "WorkflowSwiftUI"
      ],
      "sources" : [
        "Hosting/WorkflowHostingController.swift",
        "ModuleExports.swift",
        "Observation/WorkflowUIEvents.swift",
        "Observation/WorkflowUIObserver.swift",
        "Observation/WorkflowUIViewController.swift",
        "Screen/AdaptedEnvironmentScreen.swift",
        "Screen/AnyScreen/AnyScreen.swift",
        "Screen/Screen.swift",
        "Screen/ScreenContaining.swift",
        "Screen/ScreenViewController.swift",
        "ViewControllerDescription/DescribedViewController.swift",
        "ViewControllerDescription/UIViewController+Extensions.swift",
        "ViewControllerDescription/ViewControllerDescription.swift"
      ],
      "target_dependencies" : [
        "Workflow",
        "ViewEnvironment",
        "ViewEnvironmentUI"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WorkflowTests",
      "module_type" : "SwiftTarget",
      "name" : "WorkflowTests",
      "path" : "Workflow/Tests",
      "sources" : [
        "AnyWorkflowActionTests.swift",
        "AnyWorkflowTests.swift",
        "ApplyContextTests.swift",
        "ConcurrencyTests.swift",
        "DebuggingTests.swift",
        "HostContextTests.swift",
        "PerformanceTests.swift",
        "RenderOnlyIfStateChangedTests.swift",
        "RuntimeConfigTests.swift",
        "StateMutationSinkTests.swift",
        "SubtreeManagerTests.swift",
        "TestUtilities.swift",
        "WorkflowHostTests.swift",
        "WorkflowNodeTests.swift",
        "WorkflowObserverTests.swift"
      ],
      "target_dependencies" : [
        "Workflow"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WorkflowTestingTests",
      "module_type" : "SwiftTarget",
      "name" : "WorkflowTestingTests",
      "path" : "WorkflowTesting/Tests",
      "sources" : [
        "TestingFrameworkCompatibilityTests.swift",
        "WorkflowActionTesterTests.swift",
        "WorkflowRenderTesterFailureTests.swift",
        "WorkflowRenderTesterTests.swift"
      ],
      "target_dependencies" : [
        "WorkflowTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WorkflowTesting",
      "module_type" : "SwiftTarget",
      "name" : "WorkflowTesting",
      "path" : "WorkflowTesting/Sources",
      "product_dependencies" : [
        "CustomDump"
      ],
      "product_memberships" : [
        "WorkflowTesting",
        "WorkflowReactiveSwiftTesting",
        "WorkflowRxSwiftTesting",
        "WorkflowCombineTesting",
        "WorkflowConcurrencyTesting"
      ],
      "sources" : [
        "Internal/AppliedAction.swift",
        "Internal/RenderExpectations.swift",
        "Internal/RenderTester+TestContext.swift",
        "RenderTesterResult.swift",
        "WorkflowActionTester.swift",
        "WorkflowRenderTester.swift"
      ],
      "target_dependencies" : [
        "Workflow"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WorkflowSwiftUITests",
      "module_type" : "SwiftTarget",
      "name" : "WorkflowSwiftUITests",
      "path" : "WorkflowSwiftUI/Tests",
      "sources" : [
        "Derived/ObservableStateTests.swift",
        "NestedStoreTests.swift",
        "ObservableScreenTests.swift",
        "PreferredContentSizeTests.swift",
        "StoreTests.swift",
        "XCTestCase+AppHost.swift"
      ],
      "target_dependencies" : [
        "WorkflowSwiftUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WorkflowSwiftUIMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "WorkflowSwiftUIMacrosTests",
      "path" : "WorkflowSwiftUIMacros/Tests",
      "product_dependencies" : [
        "MacroTesting"
      ],
      "sources" : [
        "Derived/ObservableStateMacroTests.swift"
      ],
      "target_dependencies" : [
        "WorkflowSwiftUIMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WorkflowSwiftUIMacros",
      "module_type" : "SwiftTarget",
      "name" : "WorkflowSwiftUIMacros",
      "path" : "WorkflowSwiftUIMacros/Sources",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "WorkflowSwiftUI",
        "WorkflowSwiftUIMacros"
      ],
      "sources" : [
        "Derived/Availability.swift",
        "Derived/Extensions.swift",
        "Derived/ObservableStateMacro.swift",
        "Plugins.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "WorkflowSwiftUI",
      "module_type" : "SwiftTarget",
      "name" : "WorkflowSwiftUI",
      "path" : "WorkflowSwiftUI/Sources",
      "product_dependencies" : [
        "CasePaths",
        "IdentifiedCollections",
        "Perception"
      ],
      "product_memberships" : [
        "WorkflowSwiftUI"
      ],
      "sources" : [
        "ActionModel.swift",
        "Bindable+Store.swift",
        "Derived/AreOrderedSetsDuplicates.swift",
        "Derived/ObservableState.swift",
        "Derived/ObservationStateRegistrar.swift",
        "Exports.swift",
        "Macros.swift",
        "ObservableModel.swift",
        "ObservableScreen+Preview.swift",
        "ObservableScreen.swift",
        "RenderContext+ObservableModel.swift",
        "StateAccessor.swift",
        "Store+Preview.swift",
        "Store.swift",
        "UIViewController+Orientation.swift",
        "Workflow+Preview.swift"
      ],
      "target_dependencies" : [
        "Workflow",
        "WorkflowUI",
        "WorkflowSwiftUIMacros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WorkflowRxSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "WorkflowRxSwiftTests",
      "path" : "WorkflowRxSwift/Tests",
      "sources" : [
        "ObservableTests.swift",
        "Rx+ReactiveWorkers.swift",
        "WorkerTests.swift"
      ],
      "target_dependencies" : [
        "WorkflowRxSwiftTesting",
        "WorkflowReactiveSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WorkflowRxSwiftTestingTests",
      "module_type" : "SwiftTarget",
      "name" : "WorkflowRxSwiftTestingTests",
      "path" : "WorkflowRxSwift/TestingTests",
      "sources" : [
        "ObservableTests.swift",
        "TestingTests.swift"
      ],
      "target_dependencies" : [
        "WorkflowRxSwiftTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WorkflowRxSwiftTesting",
      "module_type" : "SwiftTarget",
      "name" : "WorkflowRxSwiftTesting",
      "path" : "WorkflowRxSwift/Testing",
      "product_memberships" : [
        "WorkflowRxSwiftTesting"
      ],
      "sources" : [
        "ObservableTesting.swift",
        "WorkerTesting.swift"
      ],
      "target_dependencies" : [
        "WorkflowRxSwift",
        "WorkflowTesting"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WorkflowRxSwift",
      "module_type" : "SwiftTarget",
      "name" : "WorkflowRxSwift",
      "path" : "WorkflowRxSwift/Sources",
      "product_dependencies" : [
        "RxSwift"
      ],
      "product_memberships" : [
        "WorkflowRxSwift",
        "WorkflowRxSwiftTesting"
      ],
      "sources" : [
        "Logger.swift",
        "ObservableWorkflow.swift",
        "Worker.swift"
      ],
      "target_dependencies" : [
        "Workflow"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WorkflowReactiveSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "WorkflowReactiveSwiftTests",
      "path" : "WorkflowReactiveSwift/Tests",
      "sources" : [
        "SignalProducerTests.swift",
        "SignalTests.swift",
        "WorkerTests.swift"
      ],
      "target_dependencies" : [
        "WorkflowReactiveSwiftTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WorkflowReactiveSwiftTestingTests",
      "module_type" : "SwiftTarget",
      "name" : "WorkflowReactiveSwiftTestingTests",
      "path" : "WorkflowReactiveSwift/TestingTests",
      "sources" : [
        "SignalProducerTests.swift",
        "TestingTests.swift"
      ],
      "target_dependencies" : [
        "WorkflowReactiveSwiftTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WorkflowReactiveSwiftTesting",
      "module_type" : "SwiftTarget",
      "name" : "WorkflowReactiveSwiftTesting",
      "path" : "WorkflowReactiveSwift/Testing",
      "product_memberships" : [
        "WorkflowReactiveSwiftTesting"
      ],
      "sources" : [
        "SignalProducerWorkflowTesting.swift",
        "WorkerTesting.swift"
      ],
      "target_dependencies" : [
        "WorkflowReactiveSwift",
        "WorkflowTesting"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WorkflowReactiveSwift",
      "module_type" : "SwiftTarget",
      "name" : "WorkflowReactiveSwift",
      "path" : "WorkflowReactiveSwift/Sources",
      "product_dependencies" : [
        "ReactiveSwift"
      ],
      "product_memberships" : [
        "WorkflowReactiveSwift",
        "WorkflowReactiveSwiftTesting"
      ],
      "sources" : [
        "Logger.swift",
        "QueueScheduler+Workflow.swift",
        "SignalProducerWorkflow.swift",
        "SignalWorker.swift",
        "Worker.swift"
      ],
      "target_dependencies" : [
        "Workflow"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WorkflowConcurrencyTests",
      "module_type" : "SwiftTarget",
      "name" : "WorkflowConcurrencyTests",
      "path" : "WorkflowConcurrency/Tests",
      "sources" : [
        "AsyncOperationWorkerTests.swift",
        "AsyncSequenceWorkerTests.swift",
        "WorkerTests.swift"
      ],
      "target_dependencies" : [
        "WorkflowConcurrency",
        "Workflow",
        "WorkflowTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WorkflowConcurrencyTestingTests",
      "module_type" : "SwiftTarget",
      "name" : "WorkflowConcurrencyTestingTests",
      "path" : "WorkflowConcurrency/TestingTests",
      "sources" : [
        "TestingTests.swift"
      ],
      "target_dependencies" : [
        "WorkflowConcurrencyTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WorkflowConcurrencyTesting",
      "module_type" : "SwiftTarget",
      "name" : "WorkflowConcurrencyTesting",
      "path" : "WorkflowConcurrency/Testing",
      "product_memberships" : [
        "WorkflowConcurrencyTesting"
      ],
      "sources" : [
        "WorkerTesting.swift"
      ],
      "target_dependencies" : [
        "WorkflowConcurrency",
        "WorkflowTesting"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WorkflowConcurrency",
      "module_type" : "SwiftTarget",
      "name" : "WorkflowConcurrency",
      "path" : "WorkflowConcurrency/Sources",
      "product_memberships" : [
        "WorkflowConcurrency",
        "WorkflowConcurrencyTesting"
      ],
      "sources" : [
        "AsyncOperationWorker.swift",
        "AsyncSequenceWorker.swift",
        "Logger.swift",
        "Worker.swift"
      ],
      "target_dependencies" : [
        "Workflow"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WorkflowCombineTests",
      "module_type" : "SwiftTarget",
      "name" : "WorkflowCombineTests",
      "path" : "WorkflowCombine/Tests",
      "sources" : [
        "PublisherTests.swift",
        "WorkerTests.swift"
      ],
      "target_dependencies" : [
        "WorkflowCombineTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WorkflowCombineTestingTests",
      "module_type" : "SwiftTarget",
      "name" : "WorkflowCombineTestingTests",
      "path" : "WorkflowCombine/TestingTests",
      "sources" : [
        "PublisherTests.swift",
        "TestingTests.swift"
      ],
      "target_dependencies" : [
        "WorkflowCombineTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WorkflowCombineTesting",
      "module_type" : "SwiftTarget",
      "name" : "WorkflowCombineTesting",
      "path" : "WorkflowCombine/Testing",
      "product_memberships" : [
        "WorkflowCombineTesting"
      ],
      "sources" : [
        "PublisherTesting.swift",
        "WorkerTesting.swift"
      ],
      "target_dependencies" : [
        "WorkflowCombine",
        "WorkflowTesting"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WorkflowCombine",
      "module_type" : "SwiftTarget",
      "name" : "WorkflowCombine",
      "path" : "WorkflowCombine/Sources",
      "product_memberships" : [
        "WorkflowCombine",
        "WorkflowCombineTesting"
      ],
      "sources" : [
        "Logger.swift",
        "Publisher+Extensions.swift",
        "PublisherWorkflow.swift",
        "Worker.swift"
      ],
      "target_dependencies" : [
        "Workflow"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Workflow",
      "module_type" : "SwiftTarget",
      "name" : "Workflow",
      "path" : "Workflow/Sources",
      "product_dependencies" : [
        "ReactiveSwift"
      ],
      "product_memberships" : [
        "Workflow",
        "WorkflowTesting",
        "WorkflowUI",
        "WorkflowSwiftUI",
        "WorkflowReactiveSwift",
        "WorkflowReactiveSwiftTesting",
        "WorkflowRxSwift",
        "WorkflowRxSwiftTesting",
        "WorkflowCombine",
        "WorkflowCombineTesting",
        "WorkflowConcurrency",
        "WorkflowConcurrencyTesting"
      ],
      "sources" : [
        "AnyWorkflow.swift",
        "AnyWorkflowConvertible.swift",
        "ApplyContext.swift",
        "Debugging.swift",
        "DispatchQueue+Workflow.swift",
        "Lifetime.swift",
        "RenderContext.swift",
        "RuntimeConfiguration.swift",
        "Sink.swift",
        "StateMutationSink.swift",
        "SubtreeManager.swift",
        "Workflow.swift",
        "WorkflowAction.swift",
        "WorkflowHost.swift",
        "WorkflowLogger.swift",
        "WorkflowNode.swift",
        "WorkflowObserver.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ViewEnvironmentUI",
      "module_type" : "SwiftTarget",
      "name" : "ViewEnvironmentUI",
      "path" : "ViewEnvironmentUI/Sources",
      "product_memberships" : [
        "WorkflowUI",
        "WorkflowSwiftUI",
        "ViewEnvironmentUI"
      ],
      "sources" : [
        "UIView+ViewEnvironmentPropagating.swift",
        "UIViewController+ViewEnvironmentPropagating.swift",
        "ViewEnvironmentObserving.swift",
        "ViewEnvironmentPropagating.swift",
        "ViewEnvironmentPropagationNode.swift"
      ],
      "target_dependencies" : [
        "ViewEnvironment"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ViewEnvironment",
      "module_type" : "SwiftTarget",
      "name" : "ViewEnvironment",
      "path" : "ViewEnvironment/Sources",
      "product_memberships" : [
        "WorkflowUI",
        "WorkflowSwiftUI",
        "ViewEnvironment",
        "ViewEnvironmentUI"
      ],
      "sources" : [
        "EnvironmentValues+ViewEnvironment.swift",
        "ViewEnvironment.swift",
        "ViewEnvironmentKey.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.