Build Information
Successful build of Workflow, reference v5.1.0 (def2ff), with Swift 6.2 for macOS (SPM) on 17 Apr 2026 03:35:10 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/square/workflow-swift.git
Reference: v5.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/square/workflow-swift
* tag v5.1.0 -> FETCH_HEAD
HEAD is now at def2ffe Add native SwiftUI.Bindable support for iOS 17+ (#389)
Cloned https://github.com/square/workflow-swift.git
Revision (git rev-parse @):
def2ffecaa4384879c38c1d39370db3ce487dd83
SUCCESS checkout https://github.com/square/workflow-swift.git at v5.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/square/workflow-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/38] Write sources
[15/38] Copying PrivacyInfo.xcprivacy
[15/38] Write sources
[31/38] Write swift-version--3CB7CFEC50E0D141.txt
[33/271] Emitting module InternalCollectionsUtilities
[34/272] Compiling RxSwift Cancelable.swift
[35/272] Compiling RxSwift Catch.swift
[36/272] Emitting module IssueReportingPackageSupport
[37/272] Compiling IssueReportingPackageSupport _Test.swift
[38/272] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[39/272] Compiling RxSwift Filter.swift
[40/272] Compiling RxSwift First.swift
[41/292] Compiling CasePathsMacros Plugin.swift
[42/292] Compiling IssueReporting XCTest.swift
[43/292] Compiling IssueReporting IsTesting.swift
[44/292] Compiling PerceptionMacros Plugins.swift
[45/292] Compiling IssueReporting DefaultReporter.swift
[46/292] Compiling IssueReporting FatalErrorReporter.swift
[47/292] Compiling IssueReporting Rethrows.swift
[48/292] Compiling IssueReporting SwiftTesting.swift
[49/292] Compiling IssueReporting Deprecations.swift
[50/292] Compiling IssueReporting IssueReporter.swift
[51/292] Compiling WorkflowSwiftUIMacros Plugins.swift
[52/292] Compiling IssueReporting FailureObserver.swift
[53/292] Compiling IssueReporting LockIsolated.swift
[54/292] Compiling IssueReporting UncheckedSendable.swift
[55/292] Compiling IssueReporting Warn.swift
[56/292] Emitting module PerceptionMacros
[57/292] Compiling IssueReporting ErrorReporting.swift
[58/292] Compiling IssueReporting AppHostWarning.swift
[59/292] Compiling PerceptionMacros Extensions.swift
[60/292] Compiling PerceptionMacros PerceptibleMacro.swift
[61/292] Compiling PerceptionMacros Availability.swift
[61/292] Write Objects.LinkFileList
[63/315] Compiling WorkflowSwiftUIMacros Extensions.swift
[64/324] Compiling WorkflowSwiftUIMacros ObservableStateMacro.swift
/Users/admin/builder/spi-builder-workspace/WorkflowSwiftUIMacros/Sources/Derived/ObservableStateMacro.swift:218:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
216 | }
217 |
218 | extension ObservableStateMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
219 | public static func expansion(
220 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[65/324] Emitting module WorkflowSwiftUIMacros
/Users/admin/builder/spi-builder-workspace/WorkflowSwiftUIMacros/Sources/Derived/ObservableStateMacro.swift:218:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
216 | }
217 |
218 | extension ObservableStateMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
219 | public static func expansion(
220 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[66/325] Compiling WorkflowSwiftUIMacros Availability.swift
[66/342] Write Objects.LinkFileList
[68/348] Compiling CasePathsMacros CasePathableMacro.swift
[69/348] Emitting module CasePathsMacros
[69/348] Write Objects.LinkFileList
[71/348] Compiling OrderedCollections OrderedDictionary+Elements.swift
[72/348] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[73/348] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[74/348] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[75/348] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[76/348] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[77/348] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[78/348] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[79/348] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[80/348] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[81/348] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[82/348] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[83/354] Compiling OrderedCollections _Hashtable+Header.swift
[84/354] Compiling OrderedCollections OrderedDictionary+Codable.swift
[85/354] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[86/354] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[87/354] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[88/354] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[89/354] Compiling OrderedCollections OrderedSet+Hashable.swift
[90/354] Compiling OrderedCollections OrderedSet+Initializers.swift
[91/354] Compiling OrderedCollections OrderedSet+Insertions.swift
[92/354] Compiling OrderedCollections OrderedSet+Invariants.swift
[93/354] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[94/354] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[95/354] Compiling OrderedCollections OrderedSet+Codable.swift
[96/354] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[97/354] Compiling OrderedCollections OrderedSet+Descriptions.swift
[98/354] Compiling OrderedCollections OrderedSet+Diffing.swift
[99/354] Compiling OrderedCollections OrderedSet+Equatable.swift
[100/354] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[101/354] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[102/354] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[103/354] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[104/354] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[105/354] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[106/354] Compiling OrderedCollections OrderedSet+Sendable.swift
[107/354] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[108/354] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[109/354] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[110/354] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[111/354] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[112/354] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[113/354] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[114/354] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[115/354] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[116/354] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[117/354] Compiling OrderedCollections OrderedDictionary+Values.swift
[118/354] Compiling OrderedCollections OrderedDictionary.swift
[119/354] Compiling OrderedCollections _HashTable+Bucket.swift
[120/354] Compiling OrderedCollections _HashTable+BucketIterator.swift
[121/354] Compiling OrderedCollections _HashTable+Constants.swift
[122/354] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[123/354] Compiling OrderedCollections _HashTable+Testing.swift
[124/354] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[125/354] Compiling OrderedCollections _HashTable.swift
[126/354] Compiling OrderedCollections OrderedSet+SubSequence.swift
[127/354] Compiling OrderedCollections OrderedSet+Testing.swift
[128/354] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[129/354] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[130/354] Compiling OrderedCollections OrderedSet.swift
[131/354] Compiling OrderedCollections _UnsafeBitset.swift
[131/354] Linking CasePathsMacros-tool
[132/354] Linking WorkflowSwiftUIMacros-tool
[133/354] Linking PerceptionMacros-tool
[135/354] Emitting module OrderedCollections
[141/378] Compiling IdentifiedCollections IdentifiedArray+CollectionAlgorithms.swift
[143/378] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[144/378] Compiling IdentifiedCollections IdentifiedArray+Collection.swift
[145/380] Compiling IssueReporting WithExpectedIssue.swift
[146/380] Compiling IssueReporting WithIssueContext.swift
[147/380] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[148/380] Compiling IdentifiedCollections IdentifiedArray.swift
[149/380] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[150/380] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[151/380] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[152/380] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[153/380] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[154/380] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[155/380] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[156/380] Compiling IdentifiedCollections IdentifiedArray+IdentifiedCollection.swift
[157/380] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[159/380] Compiling IdentifiedCollections Identified.swift
[160/380] Compiling IdentifiedCollections IdentifiedArray+Codable.swift
[190/380] Emitting module IssueReporting
[191/380] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
[192/380] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
[193/380] Emitting module RxSwift
[194/380] Compiling ReactiveSwift ValidatingProperty.swift
[205/380] Compiling RxSwift Bag.swift
[206/380] Compiling RxSwift BehaviorSubject.swift
[207/380] Compiling RxSwift BinaryDisposable.swift
[208/380] Compiling RxSwift Binder.swift
[209/380] Compiling RxSwift BooleanDisposable.swift
[210/380] Compiling RxSwift Buffer.swift
[211/396] Emitting module ReactiveSwift
[212/396] Compiling RxSwift Sink.swift
[213/396] Compiling RxSwift Skip.swift
[214/396] Compiling RxSwift SkipUntil.swift
[215/396] Compiling RxSwift SkipWhile.swift
[216/396] Compiling RxSwift StartWith.swift
[217/396] Compiling RxSwift SubjectType.swift
[218/396] Compiling RxSwift SubscribeOn.swift
[219/396] Compiling RxSwift SubscriptionDisposable.swift
[220/396] Compiling RxSwift SwiftSupport.swift
[221/396] Compiling RxSwift Switch.swift
[222/396] Compiling RxSwift SwitchIfEmpty.swift
[223/396] Compiling RxSwift SynchronizedDisposeType.swift
[224/396] Compiling RxSwift SynchronizedOnType.swift
[225/396] Compiling RxSwift SynchronizedUnsubscribeType.swift
[226/396] Compiling RxSwift TailRecursiveSink.swift
[227/396] Compiling RxSwift Take.swift
[252/414] Compiling ReactiveSwift Signal.swift
[253/414] Compiling ReactiveSwift SignalProducer.swift
[254/414] Compiling ReactiveSwift UnidirectionalBinding.swift
[255/414] Compiling ReactiveSwift UninhabitedTypeGuards.swift
[256/414] Compiling RxSwift Rx.swift
[257/414] Compiling RxSwift RxMutableBox.swift
[258/414] Compiling RxSwift Sample.swift
[259/414] Compiling RxSwift Scan.swift
[260/414] Compiling RxSwift ScheduledDisposable.swift
[261/414] Compiling RxSwift ScheduledItem.swift
[262/414] Compiling RxSwift ScheduledItemType.swift
[263/414] Compiling RxSwift SchedulerServices+Emulation.swift
[264/414] Compiling RxSwift SchedulerType.swift
[265/414] Compiling RxSwift Sequence.swift
[266/414] Compiling RxSwift SerialDispatchQueueScheduler.swift
[267/414] Compiling RxSwift SerialDisposable.swift
[268/414] Compiling RxSwift ShareReplayScope.swift
[269/414] Compiling RxSwift Single.swift
[270/414] Compiling RxSwift SingleAssignmentDisposable.swift
[271/414] Compiling RxSwift SingleAsync.swift
[272/414] Compiling RxSwift Infallible+Debug.swift
[273/414] Compiling RxSwift Infallible+Operators.swift
[274/414] Compiling RxSwift Infallible+Zip+arity.swift
[275/414] Compiling RxSwift Infallible.swift
[276/414] Compiling RxSwift InfiniteSequence.swift
[277/414] Compiling RxSwift InvocableScheduledItem.swift
[278/414] Compiling RxSwift InvocableType.swift
[279/414] Compiling RxSwift Just.swift
[280/414] Compiling RxSwift Lock.swift
[281/414] Compiling RxSwift LockOwnerType.swift
[282/414] Compiling RxSwift MainScheduler.swift
[283/414] Compiling RxSwift Map.swift
[284/414] Compiling RxSwift Materialize.swift
[285/414] Compiling RxSwift Maybe.swift
[286/414] Compiling RxSwift Merge.swift
[287/414] Compiling RxSwift Multicast.swift
[288/414] Compiling PerceptionCore Deprecations.swift
[289/414] Compiling PerceptionCore Exports.swift
[290/414] Compiling PerceptionCore Locals.swift
[291/414] Compiling PerceptionCore ObservationBeta.swift
[292/414] Compiling PerceptionCore Locking.swift
[293/414] Compiling PerceptionCore Perceptible.swift
[294/414] Compiling PerceptionCore PerceptionChecking.swift
[295/414] Compiling PerceptionCore PerceptionRegistrar.swift
[296/414] Compiling PerceptionCore PerceptionTracking.swift
[297/414] Compiling PerceptionCore Perceptions.swift
[321/414] Compiling RxSwift Never.swift
[322/414] Compiling RxSwift NopDisposable.swift
[323/414] Compiling RxSwift Observable+Concurrency.swift
[324/414] Compiling RxSwift Observable.swift
[325/414] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[326/414] Compiling RxSwift ObservableConvertibleType.swift
[327/414] Compiling RxSwift ObservableType+Extensions.swift
[328/414] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[329/414] Compiling RxSwift ObservableType.swift
[330/414] Compiling RxSwift ObserveOn.swift
[331/414] Compiling RxSwift ObserverBase.swift
[332/414] Compiling RxSwift ObserverType.swift
[333/414] Compiling RxSwift OperationQueueScheduler.swift
[334/414] Compiling RxSwift Optional.swift
[335/414] Compiling RxSwift Platform.Darwin.swift
[336/414] Compiling RxSwift Platform.Linux.swift
[337/414] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[338/414] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[339/414] Compiling RxSwift PrimitiveSequence.swift
[340/414] Compiling RxSwift PriorityQueue.swift
[341/414] Compiling RxSwift Producer.swift
[342/414] Compiling RxSwift PublishSubject.swift
[343/414] Compiling RxSwift Queue.swift
[344/414] Compiling RxSwift Range.swift
[345/414] Compiling RxSwift Reactive.swift
[346/414] Compiling RxSwift RecursiveLock.swift
[347/414] Compiling RxSwift RecursiveScheduler.swift
[348/414] Compiling RxSwift Reduce.swift
[349/414] Compiling RxSwift RefCountDisposable.swift
[350/414] Compiling RxSwift Repeat.swift
[351/414] Compiling RxSwift ReplaySubject.swift
[352/414] Compiling RxSwift RetryWhen.swift
[359/415] Compiling XCTestDynamicOverlay Deprecations.swift
[360/415] Compiling XCTestDynamicOverlay Exports.swift
[361/415] Emitting module XCTestDynamicOverlay
[362/415] Compiling IdentifiedCollections IdentifiedCollection.swift
[363/435] Compiling CustomDump StoreKit.swift
[365/435] Compiling CustomDump CoreMotion.swift
[366/435] Compiling CustomDump Foundation.swift
[367/435] Compiling CustomDump Photos.swift
[368/435] Compiling CustomDump Speech.swift
[369/435] Compiling CustomDump CoreImage.swift
[370/435] Compiling CustomDump CoreLocation.swift
[373/448] Emitting module IdentifiedCollections
[374/448] Compiling CustomDump GameKit.swift
[375/448] Compiling CustomDump KeyPath.swift
[381/470] Compiling CasePathsCore Optional+CasePathable.swift
[382/470] Compiling CasePathsCore TypeName.swift
[383/470] Compiling CasePathsCore UncheckedSendable.swift
[384/470] Compiling CasePathsCore KeyPath+Sendable.swift
[385/470] Compiling CasePathsCore Never+CasePathable.swift
[386/471] Compiling CasePathsCore CasePathReflectable.swift
[387/471] Compiling CasePathsCore CasePathIterable.swift
[388/471] Compiling CasePathsCore AnyCasePath.swift
[389/471] Emitting module CasePathsCore
[390/471] Compiling CasePathsCore CasePathable.swift
[391/471] Compiling CasePathsCore Result+CasePathable.swift
[392/478] Compiling Workflow DispatchQueue+Workflow.swift
[393/478] Compiling Workflow Lifetime.swift
[394/478] Compiling Workflow WorkflowAction.swift
[395/478] Compiling Workflow WorkflowHost.swift
[396/478] Compiling Workflow RenderContext.swift
[397/478] Compiling Workflow RuntimeConfiguration.swift
[398/478] Compiling Workflow ApplyContext.swift
[399/478] Compiling Workflow Debugging.swift
[400/478] Emitting module Workflow
[401/478] Compiling Workflow AnyWorkflow.swift
[402/478] Compiling Workflow AnyWorkflowConvertible.swift
[403/478] Compiling Workflow WorkflowLogger.swift
[404/478] Compiling Workflow Sink.swift
[405/478] Compiling Workflow StateMutationSink.swift
[406/478] Compiling Workflow WorkflowNode.swift
[407/478] Compiling Workflow SubtreeManager.swift
[408/478] Compiling Workflow Workflow.swift
[409/479] Compiling Workflow WorkflowObserver.swift
[410/479] Compiling RxSwift TakeLast.swift
[411/479] Compiling RxSwift TakeWithPredicate.swift
[412/479] Compiling RxSwift Throttle.swift
[413/479] Compiling RxSwift Timeout.swift
[414/479] Compiling RxSwift Timer.swift
[415/479] Compiling RxSwift ToArray.swift
[416/479] Compiling RxSwift Using.swift
[417/479] Compiling RxSwift VirtualTimeConverterType.swift
[418/479] Compiling RxSwift VirtualTimeScheduler.swift
[419/479] Compiling RxSwift Window.swift
[420/479] Compiling RxSwift WithLatestFrom.swift
[421/479] Compiling RxSwift WithUnretained.swift
[422/479] Compiling RxSwift Zip+Collection.swift
[423/479] Compiling RxSwift Zip+arity.swift
[424/479] Compiling RxSwift Zip.swift
[425/479] Compiling RxSwift resource_bundle_accessor.swift
[426/479] Compiling CasePaths LockIsolated.swift
[427/479] Compiling CasePaths XCTestSupport.swift
[428/479] Compiling CasePaths Exports.swift
[429/479] Compiling CasePaths Macros.swift
[430/499] Emitting module CasePaths
[431/499] Compiling CasePaths Deprecations.swift
[432/499] Compiling CasePaths EnumReflection.swift
[433/499] Compiling WorkflowReactiveSwift Logger.swift
[434/499] Emitting module WorkflowReactiveSwift
[435/499] Compiling WorkflowRxSwift Logger.swift
[436/499] Emitting module WorkflowRxSwift
[437/499] Compiling WorkflowRxSwift Worker.swift
[438/499] Compiling WorkflowRxSwift ObservableWorkflow.swift
[439/499] Compiling WorkflowReactiveSwift QueueScheduler+Workflow.swift
[440/499] Compiling WorkflowReactiveSwift Worker.swift
[441/499] Compiling WorkflowReactiveSwift SignalProducerWorkflow.swift
[442/499] Compiling WorkflowReactiveSwift SignalWorker.swift
[443/499] Compiling WorkflowCombine Worker.swift
[444/499] Compiling WorkflowCombine Logger.swift
[445/499] Emitting module WorkflowCombine
[446/499] Compiling WorkflowCombine PublisherWorkflow.swift
[447/499] Compiling WorkflowCombine Publisher+Extensions.swift
[448/499] Compiling WorkflowConcurrency Worker.swift
[449/499] Compiling WorkflowConcurrency Logger.swift
[450/499] Emitting module WorkflowConcurrency
[451/499] Compiling WorkflowConcurrency AsyncOperationWorker.swift
[452/499] Compiling WorkflowConcurrency AsyncSequenceWorker.swift
[453/499] Compiling ViewEnvironment ViewEnvironmentKey.swift
[454/499] Compiling ViewEnvironment ViewEnvironment.swift
[455/499] Emitting module ViewEnvironment
[456/499] Compiling ViewEnvironment EnvironmentValues+ViewEnvironment.swift
[457/505] Compiling ViewEnvironmentUI ViewEnvironmentPropagationNode.swift
[458/505] Compiling ViewEnvironmentUI ViewEnvironmentObserving.swift
[459/505] Compiling ViewEnvironmentUI UIView+ViewEnvironmentPropagating.swift
[460/505] Compiling ViewEnvironmentUI UIViewController+ViewEnvironmentPropagating.swift
[461/505] Emitting module ViewEnvironmentUI
[462/505] Compiling ViewEnvironmentUI ViewEnvironmentPropagating.swift
[463/505] Compiling PerceptionCore ThreadLocal.swift
[464/505] Compiling PerceptionCore Environment.swift
[465/519] Compiling WorkflowUI UIViewController+Extensions.swift
[466/520] Compiling PerceptionCore WithPerceptionTracking.swift
[467/520] Compiling PerceptionCore Bindable.swift
[470/520] Compiling WorkflowUI DescribedViewController.swift
[471/520] Compiling WorkflowUI ScreenContaining.swift
[472/520] Compiling WorkflowUI Screen.swift
[473/520] Compiling WorkflowUI AnyScreen.swift
[474/520] Compiling WorkflowUI ScreenViewController.swift
[475/520] Compiling WorkflowUI WorkflowUIViewController.swift
[476/520] Compiling WorkflowUI AdaptedEnvironmentScreen.swift
[477/520] Compiling WorkflowUI WorkflowUIEvents.swift
[478/520] Compiling WorkflowUI WorkflowUIObserver.swift
[479/520] Emitting module WorkflowUI
[480/520] Compiling WorkflowUI WorkflowHostingController.swift
[481/520] Compiling WorkflowUI ModuleExports.swift
[482/520] Compiling PerceptionCore _PerceptionRegistrar.swift
[483/520] Compiling WorkflowUI ViewControllerDescription.swift
[486/520] Emitting module PerceptionCore
[493/523] Compiling Perception Exports.swift
[494/523] Emitting module Perception
[495/523] Compiling Perception Macros.swift
[496/523] Compiling CustomDump ExpectNoDifference.swift
[497/523] Compiling CustomDump AnyType.swift
[498/523] Compiling CustomDump CollectionDifference.swift
[499/523] Compiling CustomDump CustomDumpReflectable.swift
[500/523] Compiling CustomDump CustomDumpRepresentable.swift
[501/523] Compiling CustomDump CustomDumpStringConvertible.swift
[502/523] Compiling CustomDump Identifiable.swift
[503/523] Compiling CustomDump Mirror.swift
[504/523] Compiling CustomDump String.swift
[508/542] Emitting module CustomDump
[509/542] Compiling WorkflowSwiftUI AreOrderedSetsDuplicates.swift
[510/542] Compiling WorkflowSwiftUI ObservableState.swift
[511/542] Compiling WorkflowSwiftUI ObservationStateRegistrar.swift
[512/542] Compiling CustomDump Unordered.swift
[513/542] Compiling CustomDump XCTAssertDifference.swift
[514/542] Compiling CustomDump XCTAssertNoDifference.swift
[515/542] Compiling CustomDump Diff.swift
[516/542] Compiling CustomDump Dump.swift
[517/542] Compiling CustomDump ExpectDifference.swift
[520/542] Compiling CustomDump UserNotificationsUI.swift
[521/542] Compiling WorkflowSwiftUI Store.swift
[522/542] Compiling WorkflowSwiftUI Store+Preview.swift
[523/542] Compiling WorkflowSwiftUI RenderContext+ObservableModel.swift
[524/542] Compiling WorkflowSwiftUI StateAccessor.swift
[525/542] Compiling WorkflowSwiftUI UIViewController+Orientation.swift
[526/543] Compiling WorkflowSwiftUI ObservableScreen+Preview.swift
[527/543] Compiling WorkflowSwiftUI ObservableScreen.swift
[528/543] Compiling WorkflowSwiftUI Macros.swift
[529/543] Compiling WorkflowSwiftUI ObservableModel.swift
[531/543] Compiling WorkflowSwiftUI Exports.swift
[534/543] Compiling WorkflowSwiftUI ActionModel.swift
[535/543] Compiling WorkflowSwiftUI Bindable+Store.swift
[536/543] Emitting module WorkflowSwiftUI
[537/543] Compiling WorkflowSwiftUI Workflow+Preview.swift
[544/550] Compiling WorkflowTesting WorkflowRenderTester.swift
[545/550] Compiling WorkflowTesting WorkflowActionTester.swift
[546/550] Compiling WorkflowTesting RenderTesterResult.swift
[547/550] Compiling WorkflowTesting RenderExpectations.swift
[548/550] Compiling WorkflowTesting AppliedAction.swift
[549/550] Emitting module WorkflowTesting
[550/550] Compiling WorkflowTesting RenderTester+TestContext.swift
[551/561] Emitting module WorkflowConcurrencyTesting
[552/561] Compiling WorkflowConcurrencyTesting WorkerTesting.swift
[553/561] Compiling WorkflowRxSwiftTesting WorkerTesting.swift
[554/561] Compiling WorkflowRxSwiftTesting ObservableTesting.swift
[555/561] Emitting module WorkflowRxSwiftTesting
[556/561] Compiling WorkflowCombineTesting PublisherTesting.swift
[557/561] Compiling WorkflowCombineTesting WorkerTesting.swift
[558/561] Emitting module WorkflowCombineTesting
[559/561] Emitting module WorkflowReactiveSwiftTesting
[560/561] Compiling WorkflowReactiveSwiftTesting SignalProducerWorkflowTesting.swift
[561/561] Compiling WorkflowReactiveSwiftTesting WorkerTesting.swift
Build complete! (79.55s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-macro-testing
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-perception
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/pointfreeco/swift-case-paths
[1/4616] Fetching swift-case-paths
[186/6158] Fetching swift-case-paths, swift-identified-collections
[771/8124] Fetching swift-case-paths, swift-identified-collections, swift-perception
[1159/9085] Fetching swift-case-paths, swift-identified-collections, swift-perception, swift-macro-testing
[3363/14549] Fetching swift-case-paths, swift-identified-collections, swift-perception, swift-macro-testing, swift-custom-dump
[4810/20272] Fetching swift-case-paths, swift-identified-collections, swift-perception, swift-macro-testing, swift-custom-dump, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.32s)
[12004/14808] Fetching swift-case-paths, swift-identified-collections, swift-perception, swift-macro-testing, xctest-dynamic-overlay
Fetching https://github.com/ReactiveX/RxSwift.git
[12635/89793] Fetching swift-case-paths, swift-identified-collections, swift-perception, swift-macro-testing, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.69s)
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (1.69s)
[11124/83109] Fetching swift-case-paths, swift-identified-collections, swift-perception, swift-syntax
Fetching https://github.com/ReactiveCocoa/ReactiveSwift.git
[63614/137414] Fetching swift-case-paths, swift-identified-collections, swift-perception, swift-syntax, rxswift
[70907/189914] Fetching swift-case-paths, swift-identified-collections, swift-perception, swift-syntax, rxswift, reactiveswift
Fetched https://github.com/pointfreeco/swift-perception from cache (4.08s)
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (4.08s)
Fetched https://github.com/pointfreeco/swift-case-paths from cache (4.08s)
Fetched https://github.com/swiftlang/swift-syntax from cache (4.08s)
[9613/106805] Fetching rxswift, reactiveswift
Fetched https://github.com/ReactiveCocoa/ReactiveSwift.git from cache (16.80s)
[52298/54305] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (26.60s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.3 (31.49s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (2.30s)
Computing version for https://github.com/ReactiveCocoa/ReactiveSwift.git
Computed https://github.com/ReactiveCocoa/ReactiveSwift.git at 7.2.1 (0.62s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (0.53s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (0.52s)
Fetching https://github.com/apple/swift-collections
[1/23568] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (2.39s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.10.2 (3.08s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.5 (0.53s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/16053] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.43s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 2.0.10 (4.01s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.55s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.4.1 (0.62s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.19.2 (0.52s)
Creating working copy for https://github.com/pointfreeco/swift-macro-testing
Working copy of https://github.com/pointfreeco/swift-macro-testing resolved at 0.6.5
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.10.2
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.5.0
Creating working copy for https://github.com/pointfreeco/swift-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 2.0.10
Creating working copy for https://github.com/pointfreeco/swift-identified-collections
Working copy of https://github.com/pointfreeco/swift-identified-collections resolved at 1.1.1
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/ReactiveCocoa/ReactiveSwift.git
Working copy of https://github.com/ReactiveCocoa/ReactiveSwift.git resolved at 7.2.1
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.19.2
Creating working copy for https://github.com/pointfreeco/swift-case-paths
Working copy of https://github.com/pointfreeco/swift-case-paths resolved at 1.7.3
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.4.1
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/601.0.1/swiftlang-6.2.4.1.4-MacroSupport-macos_aarch64.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/601.0.1/swiftlang-6.2.4.1.4-MacroSupport-macos_aarch64.zip (0.23s)
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" : "601.0.0",
"upper_bound" : "602.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax"
},
{
"identity" : "swift-case-paths",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.3",
"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" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-perception"
},
{
"identity" : "swift-custom-dump",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-custom-dump"
},
{
"identity" : "xctest-dynamic-overlay",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.2",
"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" : "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" : "WorkflowTesting",
"module_type" : "SwiftTarget",
"name" : "WorkflowTesting",
"path" : "WorkflowTesting/Sources",
"product_dependencies" : [
"CustomDump",
"IssueReporting"
],
"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" : "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" : "WorkflowRxSwiftTesting",
"module_type" : "SwiftTarget",
"name" : "WorkflowRxSwiftTesting",
"path" : "WorkflowRxSwift/Testing",
"product_dependencies" : [
"IssueReporting"
],
"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" : "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" : "WorkflowConcurrencyTesting",
"module_type" : "SwiftTarget",
"name" : "WorkflowConcurrencyTesting",
"path" : "WorkflowConcurrency/Testing",
"product_dependencies" : [
"IssueReporting"
],
"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" : "WorkflowCombineTesting",
"module_type" : "SwiftTarget",
"name" : "WorkflowCombineTesting",
"path" : "WorkflowCombine/Testing",
"product_dependencies" : [
"IssueReporting"
],
"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" : [
"IssueReporting",
"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.