Build Information
Successful build of Workflow, reference main (f6cfca), with Swift 6.2 for macOS (SPM) on 30 Apr 2026 07:28:22 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/square/workflow-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f6cfcae Remove XCTest dependency from testing modules and convert tests to Swift Testing (#391)
Cloned https://github.com/square/workflow-swift.git
Revision (git rev-parse @):
f6cfcae3a88ca716002565ec6a671042030942f3
SUCCESS checkout https://github.com/square/workflow-swift.git at main
========================================
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
[19/38] Write sources
[31/38] Write swift-version--3CB7CFEC50E0D141.txt
[33/271] Compiling RxSwift AddRef.swift
[34/271] Compiling RxSwift Amb.swift
[35/272] Emitting module InternalCollectionsUtilities
[36/272] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[37/272] Compiling RxSwift Filter.swift
[38/272] Compiling RxSwift First.swift
[39/272] Compiling IssueReportingPackageSupport _Test.swift
[40/272] Emitting module IssueReportingPackageSupport
[41/272] Compiling WorkflowSwiftUIMacros Plugins.swift
[42/272] Compiling RxSwift Generate.swift
[43/272] Compiling RxSwift GroupBy.swift
[44/272] Compiling PerceptionMacros Plugins.swift
[45/272] Compiling RxSwift Infallible+Concurrency.swift
[46/272] Compiling RxSwift Infallible+Create.swift
[47/272] Compiling CasePathsMacros Plugin.swift
[48/292] Compiling IssueReporting UncheckedSendable.swift
[49/292] Compiling IssueReporting Warn.swift
[50/292] Compiling IssueReporting ErrorReporting.swift
[51/292] Compiling IssueReporting AppHostWarning.swift
[52/292] Compiling PerceptionMacros Extensions.swift
[53/292] Compiling IssueReporting LockIsolated.swift
[54/292] Compiling IssueReporting XCTest.swift
[55/292] Compiling IssueReporting IsTesting.swift
[56/292] Compiling IssueReporting IssueReporter.swift
[57/292] Compiling IssueReporting BreakpointReporter.swift
[58/292] Compiling IssueReporting DefaultReporter.swift
[59/292] Compiling WorkflowSwiftUIMacros Extensions.swift
[60/292] Compiling WorkflowSwiftUIMacros Availability.swift
[61/292] 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>
[62/292] 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>
[63/292] Compiling PerceptionMacros Availability.swift
[64/292] Emitting module PerceptionMacros
[65/292] Compiling PerceptionMacros PerceptibleMacro.swift
[65/292] Write Objects.LinkFileList
[68/309] Emitting module CasePathsMacros
[69/309] Compiling CasePathsMacros CasePathableMacro.swift
[69/344] Write Objects.LinkFileList
[71/348] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[72/348] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[73/348] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[74/348] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[75/348] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[76/348] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[77/354] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[78/354] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[79/354] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[80/354] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[81/354] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[82/354] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[83/354] Compiling OrderedCollections OrderedDictionary+Elements.swift
[84/354] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[85/354] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[86/354] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[87/354] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[88/354] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[89/354] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[90/354] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[91/354] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[92/354] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[93/354] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[94/354] Compiling OrderedCollections OrderedSet+Sendable.swift
[95/354] Compiling OrderedCollections OrderedSet+Hashable.swift
[96/354] Compiling OrderedCollections OrderedSet+Initializers.swift
[97/354] Compiling OrderedCollections OrderedSet+Insertions.swift
[98/354] Compiling OrderedCollections OrderedSet+Invariants.swift
[99/354] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[100/354] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[101/354] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[102/354] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[103/354] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[104/354] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[105/354] Compiling OrderedCollections OrderedDictionary+Values.swift
[106/354] Compiling OrderedCollections OrderedDictionary.swift
[107/354] Compiling OrderedCollections OrderedSet+Codable.swift
[108/354] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[109/354] Compiling OrderedCollections OrderedSet+Descriptions.swift
[110/354] Compiling OrderedCollections OrderedSet+Diffing.swift
[111/354] Compiling OrderedCollections OrderedSet+Equatable.swift
[112/354] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[113/354] Compiling OrderedCollections OrderedSet+SubSequence.swift
[114/354] Compiling OrderedCollections OrderedSet+Testing.swift
[115/354] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[116/354] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[117/354] Compiling OrderedCollections OrderedSet.swift
[118/354] Compiling OrderedCollections _UnsafeBitset.swift
[119/354] Compiling OrderedCollections _Hashtable+Header.swift
[120/354] Compiling OrderedCollections OrderedDictionary+Codable.swift
[121/354] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[122/354] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[123/354] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[124/354] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[125/354] Compiling OrderedCollections _HashTable+Bucket.swift
[126/354] Compiling OrderedCollections _HashTable+BucketIterator.swift
[127/354] Compiling OrderedCollections _HashTable+Constants.swift
[128/354] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[129/354] Compiling OrderedCollections _HashTable+Testing.swift
[130/354] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[131/354] Compiling OrderedCollections _HashTable.swift
[132/354] Emitting module OrderedCollections
[132/373] Linking WorkflowSwiftUIMacros-tool
[138/378] Linking PerceptionMacros-tool
[144/378] Linking CasePathsMacros-tool
[146/378] Emitting module RxSwift
[152/394] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[153/394] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[157/394] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[158/394] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[159/394] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[160/394] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[161/394] Compiling IdentifiedCollections IdentifiedArray.swift
[162/394] Compiling IdentifiedCollections IdentifiedArray+IdentifiedCollection.swift
[163/394] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[164/394] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[165/394] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[166/394] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[169/394] Compiling IdentifiedCollections IdentifiedArray+CollectionAlgorithms.swift
[177/394] Compiling IdentifiedCollections Identified.swift
[178/394] Compiling IdentifiedCollections IdentifiedArray+Codable.swift
[179/394] Compiling IdentifiedCollections IdentifiedArray+Collection.swift
[182/394] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
[183/394] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
[184/394] Emitting module IssueReporting
[187/396] Compiling RxSwift Debug.swift
[188/396] Compiling RxSwift Decode.swift
[189/396] Compiling RxSwift DefaultIfEmpty.swift
[190/396] Compiling RxSwift Deferred.swift
[191/396] Compiling RxSwift Delay.swift
[192/396] Compiling RxSwift DelaySubscription.swift
[193/396] Compiling RxSwift Dematerialize.swift
[194/396] Compiling RxSwift DispatchQueue+Extensions.swift
[195/396] Compiling RxSwift DispatchQueueConfiguration.swift
[196/396] Compiling RxSwift Disposable.swift
[197/396] Compiling RxSwift Disposables.swift
[198/396] Compiling RxSwift DisposeBag.swift
[199/396] Compiling RxSwift DisposeBase.swift
[200/396] Compiling RxSwift DistinctUntilChanged.swift
[201/396] Compiling RxSwift Do.swift
[202/396] Compiling RxSwift ElementAt.swift
[203/396] Compiling RxSwift Empty.swift
[204/396] Emitting module ReactiveSwift
[211/396] Compiling RxSwift Rx.swift
[212/396] Compiling RxSwift RxMutableBox.swift
[213/396] Compiling RxSwift Sample.swift
[214/396] Compiling RxSwift Scan.swift
[215/396] Compiling RxSwift ScheduledDisposable.swift
[216/396] Compiling RxSwift ScheduledItem.swift
[217/396] Compiling RxSwift ScheduledItemType.swift
[218/396] Compiling RxSwift SchedulerServices+Emulation.swift
[219/396] Compiling RxSwift SchedulerType.swift
[220/396] Compiling RxSwift Sequence.swift
[221/396] Compiling RxSwift SerialDispatchQueueScheduler.swift
[222/396] Compiling RxSwift SerialDisposable.swift
[223/396] Compiling RxSwift ShareReplayScope.swift
[224/396] Compiling RxSwift Single.swift
[225/396] Compiling RxSwift SingleAssignmentDisposable.swift
[226/396] Compiling RxSwift SingleAsync.swift
[227/396] Compiling ReactiveSwift UninhabitedTypeGuards.swift
[228/396] Compiling ReactiveSwift ValidatingProperty.swift
[239/396] Compiling RxSwift SynchronizedOnType.swift
[240/396] Compiling RxSwift SynchronizedUnsubscribeType.swift
[241/396] Compiling RxSwift TailRecursiveSink.swift
[242/396] Compiling RxSwift Take.swift
[243/396] Compiling RxSwift Infallible+Debug.swift
[244/396] Compiling RxSwift Infallible+Operators.swift
[245/396] Compiling RxSwift Infallible+Zip+arity.swift
[246/396] Compiling RxSwift Infallible.swift
[247/396] Compiling RxSwift InfiniteSequence.swift
[248/396] Compiling RxSwift InvocableScheduledItem.swift
[249/396] Compiling RxSwift InvocableType.swift
[250/396] Compiling RxSwift Just.swift
[251/396] Compiling RxSwift Lock.swift
[252/396] Compiling RxSwift LockOwnerType.swift
[253/396] Compiling RxSwift MainScheduler.swift
[254/396] Compiling RxSwift Map.swift
[255/396] Compiling RxSwift Materialize.swift
[256/396] Compiling RxSwift Maybe.swift
[257/396] Compiling RxSwift Merge.swift
[258/396] Compiling RxSwift Multicast.swift
[272/396] Compiling IssueReporting WithExpectedIssue.swift
[273/396] Compiling IssueReporting WithIssueContext.swift
[315/396] Compiling ReactiveSwift Signal.swift
[316/396] Compiling ReactiveSwift SignalProducer.swift
[317/396] Compiling ReactiveSwift UnidirectionalBinding.swift
[318/396] Compiling RxSwift Never.swift
[319/396] Compiling RxSwift NopDisposable.swift
[320/396] Compiling RxSwift Observable+Concurrency.swift
[321/396] Compiling RxSwift Observable.swift
[322/396] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[323/396] Compiling RxSwift ObservableConvertibleType.swift
[324/396] Compiling RxSwift ObservableType+Extensions.swift
[325/396] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[326/396] Compiling RxSwift ObservableType.swift
[327/396] Compiling RxSwift ObserveOn.swift
[328/396] Compiling RxSwift ObserverBase.swift
[329/396] Compiling RxSwift ObserverType.swift
[330/396] Compiling RxSwift OperationQueueScheduler.swift
[331/396] Compiling RxSwift Optional.swift
[332/396] Compiling RxSwift Platform.Darwin.swift
[333/396] Compiling RxSwift Platform.Linux.swift
[334/396] Compiling RxSwift Cancelable.swift
[335/396] Compiling RxSwift Catch.swift
[336/396] Compiling RxSwift CombineLatest+Collection.swift
[337/396] Compiling RxSwift CombineLatest+arity.swift
[338/396] Compiling RxSwift CombineLatest.swift
[339/396] Compiling RxSwift CompactMap.swift
[340/396] Compiling RxSwift Completable+AndThen.swift
[341/396] Compiling RxSwift Completable.swift
[342/396] Compiling RxSwift CompositeDisposable.swift
[343/396] Compiling RxSwift Concat.swift
[344/396] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[345/396] Compiling RxSwift ConcurrentMainScheduler.swift
[346/396] Compiling RxSwift ConnectableObservableType.swift
[347/396] Compiling RxSwift Create.swift
[348/396] Compiling RxSwift CurrentThreadScheduler.swift
[349/396] Compiling RxSwift Date+Dispatch.swift
[350/396] Compiling RxSwift Debounce.swift
[369/397] Emitting module IdentifiedCollections
[372/415] Compiling IdentifiedCollections IdentifiedCollection.swift
[378/432] Compiling ViewEnvironment ViewEnvironmentKey.swift
[379/432] Compiling ViewEnvironment ViewEnvironment.swift
[380/432] Compiling RxSwift TakeLast.swift
[381/432] Compiling RxSwift TakeWithPredicate.swift
[382/432] Compiling RxSwift Throttle.swift
[383/432] Compiling RxSwift Timeout.swift
[384/432] Compiling RxSwift Timer.swift
[385/432] Compiling RxSwift ToArray.swift
[386/432] Compiling RxSwift Using.swift
[387/432] Compiling RxSwift VirtualTimeConverterType.swift
[388/432] Compiling RxSwift VirtualTimeScheduler.swift
[389/432] Compiling RxSwift Window.swift
[390/432] Compiling RxSwift WithLatestFrom.swift
[391/432] Compiling RxSwift WithUnretained.swift
[392/432] Compiling RxSwift Zip+Collection.swift
[393/432] Compiling RxSwift Zip+arity.swift
[394/432] Compiling RxSwift Zip.swift
[395/432] Compiling RxSwift resource_bundle_accessor.swift
[396/432] Emitting module XCTestDynamicOverlay
[397/432] Compiling XCTestDynamicOverlay Deprecations.swift
[398/432] Compiling XCTestDynamicOverlay Exports.swift
[399/432] Compiling Workflow WorkflowAction.swift
[400/432] Compiling Workflow WorkflowHost.swift
[401/432] Compiling Workflow Sink.swift
[402/432] Compiling Workflow StateMutationSink.swift
[403/432] Compiling Workflow RenderContext.swift
[404/432] Compiling Workflow RuntimeConfiguration.swift
[405/432] Compiling Workflow WorkflowLogger.swift
[406/432] Compiling Workflow DispatchQueue+Workflow.swift
[407/432] Compiling Workflow Lifetime.swift
[408/432] Compiling Workflow WorkflowNode.swift
[409/433] Compiling Workflow ApplyContext.swift
[410/433] Compiling Workflow Debugging.swift
[411/433] Emitting module Workflow
[412/433] Compiling Workflow SubtreeManager.swift
[413/433] Compiling Workflow Workflow.swift
[414/433] Compiling Workflow AnyWorkflow.swift
[415/433] Compiling Workflow AnyWorkflowConvertible.swift
[416/471] Compiling Workflow WorkflowObserver.swift
[417/490] Compiling CasePathsCore TypeName.swift
[418/490] Compiling CasePathsCore UncheckedSendable.swift
[419/490] Compiling CasePathsCore Never+CasePathable.swift
[420/491] Compiling CasePathsCore Optional+CasePathable.swift
[421/492] Compiling CasePathsCore KeyPath+Sendable.swift
[422/492] Compiling CasePathsCore CasePathReflectable.swift
[423/492] Compiling CasePathsCore AnyCasePath.swift
[424/492] Compiling CasePathsCore CasePathIterable.swift
[425/492] Emitting module CasePathsCore
[426/492] Compiling CasePathsCore CasePathable.swift
[427/492] Compiling WorkflowReactiveSwift SignalProducerWorkflow.swift
[428/492] Compiling WorkflowReactiveSwift QueueScheduler+Workflow.swift
[429/492] Compiling WorkflowCombine Logger.swift
[430/492] Emitting module WorkflowCombine
[431/492] Emitting module WorkflowReactiveSwift
[432/492] Compiling WorkflowReactiveSwift Logger.swift
[433/492] Compiling CasePathsCore Result+CasePathable.swift
[434/492] Compiling WorkflowRxSwift Logger.swift
[435/492] Compiling WorkflowRxSwift ObservableWorkflow.swift
[436/492] Compiling WorkflowRxSwift Worker.swift
[437/492] Emitting module WorkflowRxSwift
[438/492] Compiling WorkflowConcurrency Logger.swift
[439/492] Compiling WorkflowConcurrency AsyncOperationWorker.swift
[440/492] Emitting module WorkflowConcurrency
[441/492] Compiling WorkflowConcurrency Worker.swift
[442/492] Compiling WorkflowConcurrency AsyncSequenceWorker.swift
[443/492] Compiling WorkflowReactiveSwift Worker.swift
[444/492] Compiling WorkflowReactiveSwift SignalWorker.swift
[445/492] Compiling WorkflowCombine PublisherWorkflow.swift
[446/492] Compiling WorkflowCombine Publisher+Extensions.swift
[447/492] Compiling WorkflowCombine Worker.swift
[448/499] Compiling CasePaths LockIsolated.swift
[449/499] Compiling CasePaths XCTestSupport.swift
[450/499] Compiling CasePaths Macros.swift
[451/499] Compiling CasePaths Exports.swift
[452/499] Emitting module CasePaths
[453/499] Compiling CasePaths EnumReflection.swift
[454/499] Compiling CasePaths Deprecations.swift
[455/499] Emitting module ViewEnvironment
[456/499] Compiling ViewEnvironment EnvironmentValues+ViewEnvironment.swift
[457/505] Compiling ViewEnvironmentUI ViewEnvironmentObserving.swift
[458/505] Compiling ViewEnvironmentUI UIView+ViewEnvironmentPropagating.swift
[459/505] Compiling ViewEnvironmentUI UIViewController+ViewEnvironmentPropagating.swift
[460/505] Compiling ViewEnvironmentUI ViewEnvironmentPropagating.swift
[461/505] Emitting module ViewEnvironmentUI
[462/505] Compiling ViewEnvironmentUI ViewEnvironmentPropagationNode.swift
[463/518] Compiling PerceptionCore ThreadLocal.swift
[464/519] Compiling WorkflowUI Screen.swift
[465/519] Compiling WorkflowUI AnyScreen.swift
[466/519] Compiling WorkflowUI UIViewController+Extensions.swift
[467/519] Compiling WorkflowUI ScreenContaining.swift
[468/519] Compiling WorkflowUI DescribedViewController.swift
[469/519] Compiling WorkflowUI ScreenViewController.swift
[470/520] Compiling WorkflowUI WorkflowUIViewController.swift
[471/520] Compiling WorkflowUI AdaptedEnvironmentScreen.swift
[472/520] Compiling WorkflowUI WorkflowHostingController.swift
[473/520] Compiling WorkflowUI ModuleExports.swift
[474/520] Emitting module WorkflowUI
[475/520] Compiling WorkflowUI WorkflowUIEvents.swift
[476/520] Compiling WorkflowUI WorkflowUIObserver.swift
[477/520] Compiling PerceptionCore WithPerceptionTracking.swift
[478/520] Compiling PerceptionCore Bindable.swift
[479/520] Compiling PerceptionCore Environment.swift
[480/520] Compiling CustomDump StoreKit.swift
[481/520] Compiling CustomDump Swift.swift
[484/520] Compiling CustomDump Photos.swift
[485/520] Compiling CustomDump Speech.swift
[486/520] Compiling WorkflowUI ViewControllerDescription.swift
[487/520] Compiling PerceptionCore _PerceptionRegistrar.swift
[490/520] Emitting module PerceptionCore
[493/523] Compiling Perception Exports.swift
[494/523] Compiling Perception Macros.swift
[495/523] Emitting module Perception
[496/539] Compiling WorkflowSwiftUI UIViewController+Orientation.swift
[497/540] Compiling WorkflowSwiftUI ObservableScreen+Preview.swift
[498/540] Compiling WorkflowSwiftUI ObservableScreen.swift
[499/540] Compiling WorkflowSwiftUI Workflow+Preview.swift
[500/540] Compiling WorkflowSwiftUI ObservationStateRegistrar.swift
[501/540] Compiling WorkflowSwiftUI Exports.swift
[502/540] Compiling WorkflowSwiftUI ActionModel.swift
[503/540] Compiling WorkflowSwiftUI Bindable+Store.swift
[504/540] Compiling WorkflowSwiftUI Store+Preview.swift
[505/540] Compiling WorkflowSwiftUI Store.swift
[506/540] Compiling CustomDump Identifiable.swift
[507/540] Compiling CustomDump Mirror.swift
[508/540] Compiling CustomDump String.swift
[509/540] Compiling CustomDump ExpectNoDifference.swift
[510/540] Compiling CustomDump AnyType.swift
[511/540] Compiling CustomDump CollectionDifference.swift
[512/543] Compiling WorkflowSwiftUI RenderContext+ObservableModel.swift
[513/543] Compiling WorkflowSwiftUI StateAccessor.swift
[514/543] Compiling WorkflowSwiftUI AreOrderedSetsDuplicates.swift
[515/543] Compiling WorkflowSwiftUI ObservableState.swift
[516/543] Compiling WorkflowSwiftUI Macros.swift
[517/543] Compiling WorkflowSwiftUI ObservableModel.swift
[521/543] Emitting module WorkflowSwiftUI
[522/543] Compiling CustomDump Unordered.swift
[523/543] Compiling CustomDump XCTAssertDifference.swift
[524/543] Compiling CustomDump XCTAssertNoDifference.swift
[528/543] Compiling CustomDump UniformTypeIdentifiers.swift
[529/543] Compiling CustomDump UserNotifications.swift
[530/543] Compiling CustomDump UserNotificationsUI.swift
[531/543] Emitting module CustomDump
[535/543] Compiling CustomDump CustomDumpReflectable.swift
[536/543] Compiling CustomDump CustomDumpRepresentable.swift
[537/543] Compiling CustomDump CustomDumpStringConvertible.swift
[538/543] Compiling CustomDump Diff.swift
[539/543] Compiling CustomDump Dump.swift
[540/543] Compiling CustomDump ExpectDifference.swift
[544/550] Compiling WorkflowTesting WorkflowRenderTester.swift
[545/550] Compiling WorkflowTesting RenderTesterResult.swift
[546/550] Compiling WorkflowTesting WorkflowActionTester.swift
[547/550] Compiling WorkflowTesting AppliedAction.swift
[548/550] Compiling WorkflowTesting RenderTester+TestContext.swift
[549/550] Compiling WorkflowTesting RenderExpectations.swift
[550/550] Emitting module WorkflowTesting
[551/561] Compiling WorkflowCombineTesting PublisherTesting.swift
[552/561] Emitting module WorkflowCombineTesting
[553/561] Compiling WorkflowCombineTesting WorkerTesting.swift
[554/561] Compiling WorkflowConcurrencyTesting WorkerTesting.swift
[555/561] Emitting module WorkflowConcurrencyTesting
[556/561] Compiling WorkflowReactiveSwiftTesting WorkerTesting.swift
[557/561] Compiling WorkflowReactiveSwiftTesting SignalProducerWorkflowTesting.swift
[558/561] Emitting module WorkflowReactiveSwiftTesting
[559/561] Compiling WorkflowRxSwiftTesting ObservableTesting.swift
[560/561] Compiling WorkflowRxSwiftTesting WorkerTesting.swift
[561/561] Emitting module WorkflowRxSwiftTesting
Build complete! (59.50s)
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/pointfreeco/swift-macro-testing
Fetching https://github.com/pointfreeco/swift-case-paths
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/pointfreeco/swift-perception
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5464] Fetching swift-custom-dump
[165/7430] Fetching swift-custom-dump, swift-perception
[2131/8972] Fetching swift-custom-dump, swift-perception, swift-identified-collections
[7724/14695] Fetching swift-custom-dump, swift-perception, swift-identified-collections, xctest-dynamic-overlay
[7725/15656] Fetching swift-custom-dump, swift-perception, swift-identified-collections, xctest-dynamic-overlay, swift-macro-testing
[10037/20272] Fetching swift-custom-dump, swift-perception, swift-identified-collections, xctest-dynamic-overlay, swift-macro-testing, swift-case-paths
[18099/95309] Fetching swift-custom-dump, swift-perception, swift-identified-collections, xctest-dynamic-overlay, swift-macro-testing, swift-case-paths, swift-syntax
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (2.14s)
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (2.14s)
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (2.14s)
Fetched https://github.com/pointfreeco/swift-perception from cache (2.15s)
[10661/81195] Fetching swift-identified-collections, swift-case-paths, swift-syntax
Fetching https://github.com/ReactiveX/RxSwift.git
Fetching https://github.com/ReactiveCocoa/ReactiveSwift.git
[67690/133695] Fetching swift-identified-collections, swift-case-paths, swift-syntax, reactiveswift
[84871/188000] Fetching swift-identified-collections, swift-case-paths, swift-syntax, reactiveswift, rxswift
Fetched https://github.com/pointfreeco/swift-case-paths from cache (4.40s)
Fetched https://github.com/swiftlang/swift-syntax from cache (4.40s)
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (4.40s)
Fetched https://github.com/ReactiveCocoa/ReactiveSwift.git from cache (2.29s)
[51033/54305] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (6.18s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.3 (11.46s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (2.20s)
Computing version for https://github.com/ReactiveCocoa/ReactiveSwift.git
Computed https://github.com/ReactiveCocoa/ReactiveSwift.git at 7.2.1 (0.65s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (0.60s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (0.64s)
Fetching https://github.com/apple/swift-collections
[1/23810] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.98s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.10.2 (2.73s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.5 (0.56s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/16069] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.55s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 2.0.10 (4.14s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.54s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.4.1 (0.63s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.19.2 (0.53s)
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/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/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/pointfreeco/swift-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 2.0.10
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-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-macro-testing
Working copy of https://github.com/pointfreeco/swift-macro-testing resolved at 0.6.5
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/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/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.46s)
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.