Build Information
Successful build of tca-composer, reference main (0e9171
), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 16:30:09 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mentalflux/tca-composer.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mentalflux/tca-composer
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 0e9171e Merge pull request #12 from mentalflux/swift-6
Cloned https://github.com/mentalflux/tca-composer.git
Revision (git rev-parse @):
0e9171e446e93be4652c420b5d67fe93d3ba4594
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mentalflux/tca-composer.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/mentalflux/tca-composer.git
https://github.com/mentalflux/tca-composer.git
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.0.0",
"upper_bound" : "601.0.0-prerelease"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax"
},
{
"identity" : "swift-case-paths",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-case-paths"
},
{
"identity" : "swift-composable-architecture",
"requirement" : {
"range" : [
{
"lower_bound" : "1.15.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-composable-architecture"
},
{
"identity" : "swift-macro-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-macro-testing"
},
{
"identity" : "xctest-dynamic-overlay",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
}
],
"manifest_display_name" : "tca-composer",
"name" : "tca-composer",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "TCAComposer",
"targets" : [
"TCAComposer"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "TCAComposerMacros",
"targets" : [
"TCAComposerMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "TCAComposerTests",
"module_type" : "SwiftTarget",
"name" : "TCAComposerTests",
"path" : "Tests/TCAComposerTests",
"sources" : [
"ComposerTests.swift",
"TestReducers.swift"
],
"target_dependencies" : [
"TCAComposer"
],
"type" : "test"
},
{
"c99name" : "TCAComposerMacros",
"module_type" : "SwiftTarget",
"name" : "TCAComposerMacros",
"path" : "Sources/TCAComposerMacros",
"product_dependencies" : [
"CasePaths",
"OrderedCollections",
"SwiftSyntaxMacros",
"SwiftCompilerPlugin",
"IssueReporting"
],
"product_memberships" : [
"TCAComposer",
"TCAComposerMacros"
],
"sources" : [
"ComposeDirectiveMacro.swift",
"Composer.swift",
"ComposerMacro.swift",
"Composition.swift",
"Constants.swift",
"Extensions.swift",
"Internal/_ComposedActionMacro.swift",
"Internal/_ComposedStateMemberMacro.swift",
"Internal/_ComposerCasePathableActions.swift",
"Internal/_ComposerScopePathableMacro.swift",
"Internal/_ComposerScopeSwitchableMacro.swift",
"Plugin.swift",
"ReducerAnalyzer.swift",
"SharedTypes.swift"
],
"type" : "macro"
},
{
"c99name" : "TCAComposerMacroTests",
"module_type" : "SwiftTarget",
"name" : "TCAComposerMacroTests",
"path" : "Tests/TCAComposerMacroTests",
"product_dependencies" : [
"MacroTesting"
],
"sources" : [
"ComposeNavigationDestinationMacroTests.swift",
"ComposeNavigationPathMacroTests.swift",
"ComposePresentationMacroTests.swift",
"ComposeReducer/ComposeReducerMacroTests.swift",
"ComposeReducer/EnumReducerTests.swift",
"ComposeReducer/EnumeratedReducerOptionTests.swift",
"ComposeReducer/ReducerDiagnosticTests.swift",
"ComposeReducer/ReducerExistingStateActionTests.swift",
"ComposeReducer/ReducerOptionTests.swift",
"ComposedActionMacroTests.swift",
"ComposedStateMemberMacroTests.swift",
"ComposerDirectives/ActionAlertTests.swift",
"ComposerDirectives/ActionCaseTests.swift",
"ComposerDirectives/ActionConfirmationDialogTests.swift",
"ComposerDirectives/BodyActionAlertTests.swift",
"ComposerDirectives/BodyActionCaseTests.swift",
"ComposerDirectives/BodyActionConfirmationDialogTests.swift",
"ComposerDirectives/BodyOnChangeTests.swift",
"ComposerDirectives/BodyTests.swift",
"ComposerDirectives/MacroDirectiveStubs.swift",
"ComposerDirectives/ReducerExistingStateTests.swift",
"ComposerDirectives/ScopePathTests.swift",
"ComposerMacroTests.swift",
"Internals/ComposedStateMacroTests.swift",
"Internals/ComposerScopeSwitchable.swift"
],
"target_dependencies" : [
"TCAComposerMacros"
],
"type" : "test"
},
{
"c99name" : "TCAComposer",
"module_type" : "SwiftTarget",
"name" : "TCAComposer",
"path" : "Sources/TCAComposer",
"product_dependencies" : [
"ComposableArchitecture"
],
"product_memberships" : [
"TCAComposer"
],
"sources" : [
"Macros/ComposeMacros.swift",
"Macros/ComposedReducerChild.swift",
"Macros/ComposerMacro.swift",
"Macros/InternalMacros.swift",
"ReduceAction.swift",
"ScopePathable+Bindable.swift",
"ScopePathable+Store.swift",
"ScopePathable.swift",
"ScopeSwitchable+Store.swift",
"ScopeSwitchable.swift"
],
"target_dependencies" : [
"TCAComposerMacros"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/83] Write sources
[3/83] Copying PrivacyInfo.xcprivacy
[3/83] Write sources
[11/83] Copying PrivacyInfo.xcprivacy
[11/83] Write sources
[13/83] Copying PrivacyInfo.xcprivacy
[13/83] Write sources
[69/83] Compiling _SwiftSyntaxCShims dummy.c
[70/83] Compiling UIKitNavigationShim shim.m
[72/83] Write swift-version-2F0A5646E1D333AE.txt
[74/153] Emitting module Sharing1
[75/153] Compiling Sharing1 Empty.swift
[76/153] Compiling SwiftSyntax510 Empty.swift
[77/153] Emitting module SwiftSyntax510
[78/153] Emitting module Sharing1
[79/153] Compiling Sharing1 Empty.swift
[80/153] Emitting module Sharing2
[81/153] Compiling Sharing2 Empty.swift
[83/153] Emitting module Sharing2
[84/153] Emitting module SwiftSyntax600
[85/153] Compiling SwiftSyntax600 Empty.swift
[86/153] Emitting module SwiftSyntax509
[87/153] Compiling SwiftSyntax509 Empty.swift
[88/153] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[89/154] Compiling IssueReporting IsTesting.swift
[90/154] Compiling IssueReporting IssueReporter.swift
[91/154] Emitting module InternalCollectionsUtilities
[92/154] Compiling IssueReporting Warn.swift
[93/154] Compiling IssueReporting XCTest.swift
[94/154] Compiling IssueReporting ErrorReporting.swift
[95/154] Compiling IssueReporting AppHostWarning.swift
[96/154] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[97/154] Compiling InternalCollectionsUtilities Specialize.swift
[98/154] Compiling IssueReporting TestContext.swift
[99/154] Compiling IssueReporting Unimplemented.swift
[100/154] Compiling IssueReporting SwiftTesting.swift
[101/154] Compiling IssueReporting UncheckedSendable.swift
[102/154] Compiling IssueReporting LockIsolated.swift
[103/154] Compiling IssueReporting Rethrows.swift
[104/154] Compiling IssueReporting Deprecations.swift
[105/154] Compiling IssueReporting FailureObserver.swift
[106/259] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[107/259] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[108/259] Compiling SwiftSyntax CustomTraits.swift
[109/259] Compiling SwiftSyntax Tokens.swift
[110/316] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[111/316] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[112/316] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[113/316] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[114/316] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[115/316] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[116/316] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[117/316] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[118/316] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[119/316] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[120/316] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[121/316] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[122/316] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[123/322] Compiling OrderedCollections OrderedDictionary.swift
[124/322] Compiling OrderedCollections _Hashtable+Header.swift
[125/322] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[126/322] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[127/322] Emitting module InternalCollectionsUtilities
[128/322] Compiling OrderedCollections _HashTable+Bucket.swift
[129/322] Compiling OrderedCollections _HashTable+BucketIterator.swift
[130/322] Compiling OrderedCollections _HashTable.swift
[131/322] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[132/322] Compiling OrderedCollections _HashTable+Constants.swift
[133/322] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[134/322] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[135/322] Compiling OrderedCollections OrderedDictionary+Values.swift
[136/322] Compiling OrderedCollections _HashTable+Testing.swift
[137/322] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[138/322] Compiling OrderedCollections OrderedDictionary+Elements.swift
[139/322] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[140/322] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[141/322] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[142/322] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[143/322] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[144/322] Compiling OrderedCollections OrderedSet+Codable.swift
[145/322] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[146/322] Compiling OrderedCollections OrderedSet+Descriptions.swift
[147/322] Compiling OrderedCollections OrderedSet+Diffing.swift
[148/322] Compiling OrderedCollections OrderedSet+Equatable.swift
[149/322] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[150/322] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[151/322] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[152/322] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[153/322] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[154/322] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[155/322] Compiling OrderedCollections OrderedSet+Sendable.swift
[157/322] Compiling OrderedCollections OrderedDictionary+Codable.swift
[158/322] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[159/322] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[160/322] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[161/322] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[162/378] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[163/378] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[164/378] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[165/378] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[166/378] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[167/378] Compiling OrderedCollections OrderedSet+Sendable.swift
[168/378] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[169/378] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[170/378] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[171/378] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[172/378] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[173/378] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[174/378] Compiling OrderedCollections _HashTable+Bucket.swift
[175/378] Compiling OrderedCollections _HashTable+BucketIterator.swift
[176/378] Compiling OrderedCollections _HashTable+Constants.swift
[177/378] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[178/378] Compiling OrderedCollections _HashTable+Testing.swift
[179/378] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[180/378] Compiling OrderedCollections _HashTable.swift
[181/378] Compiling OrderedCollections OrderedSet+SubSequence.swift
[182/378] Compiling OrderedCollections OrderedSet+Testing.swift
[183/378] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[184/378] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[185/378] Compiling OrderedCollections OrderedSet.swift
[186/378] Compiling OrderedCollections _UnsafeBitset.swift
[187/378] Compiling OrderedCollections _Hashtable+Header.swift
[188/378] Compiling OrderedCollections OrderedDictionary+Codable.swift
[189/378] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[190/378] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[191/378] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[192/378] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[193/378] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[194/378] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[195/378] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[196/378] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[197/378] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[198/378] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[199/384] Compiling OrderedCollections OrderedSet+Hashable.swift
[200/384] Compiling OrderedCollections OrderedSet+Initializers.swift
[201/384] Compiling OrderedCollections OrderedSet+Insertions.swift
[202/384] Compiling OrderedCollections OrderedSet+Invariants.swift
[203/384] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[204/384] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[205/384] Compiling OrderedCollections OrderedDictionary+Elements.swift
[206/384] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[207/384] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[208/384] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[209/384] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[210/384] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[217/384] Compiling OrderedCollections OrderedSet+Codable.swift
[218/384] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[219/384] Compiling OrderedCollections OrderedSet+Descriptions.swift
[220/384] Compiling OrderedCollections OrderedSet+Diffing.swift
[221/384] Compiling OrderedCollections OrderedSet+Equatable.swift
[222/384] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[229/384] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[230/384] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[231/384] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[232/384] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[233/384] Compiling OrderedCollections OrderedDictionary+Values.swift
[234/384] Compiling OrderedCollections OrderedDictionary.swift
[235/384] Emitting module OrderedCollections
[250/410] Compiling OrderedCollections OrderedSet+SubSequence.swift
[251/410] Compiling OrderedCollections OrderedSet+Testing.swift
[252/410] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[253/410] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[254/410] Compiling OrderedCollections OrderedSet.swift
[255/410] Compiling OrderedCollections _UnsafeBitset.swift
[256/410] Emitting module OrderedCollections
[257/429] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[258/429] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[261/433] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[262/433] Compiling IdentifiedCollections IdentifiedArray.swift
[263/433] Compiling IssueReporting WithExpectedIssue.swift
[264/433] Compiling IssueReporting WithIssueContext.swift
[267/433] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[268/433] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[269/433] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[270/433] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[271/433] Compiling IdentifiedCollections IdentifiedArray+IdentifiedCollection.swift
[272/433] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[275/433] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
[276/433] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
[279/433] Compiling ConcurrencyExtras Result.swift
[280/433] Compiling ConcurrencyExtras Task.swift
[281/434] Emitting module IssueReporting
[284/434] Compiling IdentifiedCollections IdentifiedArray+Collection.swift
[285/434] Compiling IdentifiedCollections IdentifiedArray+CollectionAlgorithms.swift
[286/434] Compiling IdentifiedCollections Identified.swift
[287/434] Compiling IdentifiedCollections IdentifiedArray+Codable.swift
[288/434] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[289/434] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[296/434] Compiling ConcurrencyExtras Result.swift
[297/434] Compiling ConcurrencyExtras Locking.swift
[298/434] Compiling ConcurrencyExtras AsyncStream.swift
[299/434] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[302/434] Compiling ConcurrencyExtras Task.swift
[303/434] Compiling ConcurrencyExtras LockIsolated.swift
[304/434] Compiling ConcurrencyExtras UncheckedBox.swift
[305/434] Emitting module ConcurrencyExtras
[306/434] Compiling ConcurrencyExtras MainSerialExecutor.swift
[309/435] Emitting module IssueReporting
[310/435] Compiling ConcurrencyExtras LockIsolated.swift
[311/435] Compiling ConcurrencyExtras MainSerialExecutor.swift
[313/435] Compiling ConcurrencyExtras Locking.swift
[315/435] Compiling ConcurrencyExtras UncheckedBox.swift
[316/435] Compiling ConcurrencyExtras AsyncStream.swift
[317/435] Emitting module ConcurrencyExtras
[318/435] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[321/467] Compiling ConcurrencyExtras UncheckedSendable.swift
[323/500] Compiling XCTestDynamicOverlay Exports.swift
[327/500] Emitting module XCTestDynamicOverlay
[328/500] Compiling XCTestDynamicOverlay Deprecations.swift
[329/501] Emitting module XCTestDynamicOverlay
[330/501] Compiling XCTestDynamicOverlay Deprecations.swift
[335/539] Compiling CustomDump CustomDumpRepresentable.swift
[336/539] Compiling CustomDump CustomDumpStringConvertible.swift
[337/539] Compiling CustomDump Diff.swift
[338/539] Compiling CustomDump UserNotifications.swift
[339/539] Compiling CustomDump SwiftUI.swift
[340/539] Compiling CustomDump UIKit.swift
[341/539] Compiling CustomDump GameKit.swift
[342/539] Compiling CustomDump KeyPath.swift
[343/539] Compiling CustomDump StoreKit.swift
[344/539] Compiling CustomDump Foundation.swift
[345/539] Compiling CustomDump Photos.swift
[346/539] Compiling CustomDump Speech.swift
[347/539] Compiling CustomDump Mirror.swift
[348/539] Compiling CustomDump String.swift
[349/539] Compiling CustomDump Unordered.swift
[350/539] Compiling CustomDump Swift.swift
[351/539] Compiling IdentifiedCollections IdentifiedCollection.swift
[362/539] Emitting module IdentifiedCollections
[365/539] Compiling CustomDump UserNotificationsUI.swift
[366/539] Compiling CustomDump CustomDumpReflectable.swift
[367/539] Emitting module IdentifiedCollections
[368/539] Compiling IdentifiedCollections IdentifiedCollection.swift
[369/577] Compiling CasePathsCore Never+CasePathable.swift
[370/577] Compiling CasePathsCore UncheckedSendable.swift
[371/577] Compiling CasePathsCore KeyPath+Sendable.swift
[372/577] Compiling CasePathsCore TypeName.swift
[373/577] Compiling CasePathsCore Optional+CasePathable.swift
[374/578] Compiling CasePathsCore CasePathReflectable.swift
[375/578] Compiling CasePathsCore AnyCasePath.swift
[376/578] Compiling CasePathsCore CasePathIterable.swift
[377/578] Emitting module CasePathsCore
[378/578] Compiling CasePathsCore CasePathable.swift
[379/578] Compiling CasePathsCore Result+CasePathable.swift
[380/588] Compiling CasePathsCore Never+CasePathable.swift
[381/589] Compiling CasePathsCore UncheckedSendable.swift
[382/589] Compiling CasePathsCore TypeName.swift
[383/589] Compiling CasePathsCore CasePathReflectable.swift
[384/589] Compiling CasePathsCore AnyCasePath.swift
[385/589] Compiling CasePathsCore Optional+CasePathable.swift
[386/589] Compiling CasePathsCore KeyPath+Sendable.swift
[387/589] Emitting module CasePathsCore
[388/589] Compiling CasePathsCore CasePathable.swift
[389/589] Compiling CasePathsCore CasePathIterable.swift
[390/589] Compiling CasePathsCore Result+CasePathable.swift
[391/589] Emitting module SwiftSyntax
[392/589] Compiling CombineSchedulers UIKit.swift
[393/590] Compiling CustomDump CoreLocation.swift
[394/590] Compiling CustomDump CoreMotion.swift
[395/590] Compiling CustomDump Foundation.swift
[396/590] Compiling CustomDump GameKit.swift
[397/590] Compiling CustomDump KeyPath.swift
[398/590] Compiling CustomDump Swift.swift
[399/590] Compiling CustomDump SwiftUI.swift
[400/590] Compiling CustomDump UIKit.swift
[401/590] Compiling Clocks Timer.swift
[402/590] Compiling CombineSchedulers UIKit.swift
[403/590] Compiling CombineSchedulers UIScheduler.swift
[405/591] Compiling Clocks UnimplementedClock.swift
[406/591] Compiling Clocks Timer.swift
[407/591] Compiling Clocks UnimplementedClock.swift
[408/591] Compiling CombineSchedulers Timer.swift
[409/591] Compiling CombineSchedulers TestScheduler.swift
[410/591] Compiling Clocks TestClock.swift
[411/591] Compiling CustomDump Dump.swift
[412/591] Compiling CustomDump ExpectDifference.swift
[413/591] Compiling CustomDump ExpectNoDifference.swift
[414/593] Compiling CombineSchedulers UnimplementedScheduler.swift
[416/593] Emitting module CustomDump
[418/595] Compiling CustomDump XCTAssertDifference.swift
[419/595] Compiling CustomDump XCTAssertNoDifference.swift
[420/595] Compiling CustomDump CustomDumpRepresentable.swift
[421/595] Compiling CustomDump CustomDumpStringConvertible.swift
[422/595] Compiling CustomDump Diff.swift
[423/595] Compiling CustomDump Photos.swift
[424/595] Compiling CustomDump Speech.swift
[425/595] Compiling CustomDump StoreKit.swift
[437/595] Compiling CustomDump AnyType.swift
[438/595] Compiling CustomDump CollectionDifference.swift
[439/595] Compiling CustomDump Identifiable.swift
[440/595] Compiling CustomDump Mirror.swift
[441/595] Compiling CustomDump String.swift
[442/595] Compiling CustomDump Unordered.swift
[443/595] Compiling PerceptionCore Unchecked.swift
[444/596] Compiling PerceptionCore PerceptionRegistrar.swift
[445/596] Compiling PerceptionCore Perceptible.swift
[446/596] Compiling PerceptionCore PerceptionTracking.swift
[447/596] Compiling PerceptionCore PerceptionChecking.swift
[448/596] Compiling PerceptionCore PerceptionRegistrar.swift
[449/596] Compiling PerceptionCore PerceptionChecking.swift
[450/596] Compiling PerceptionCore PerceptionTracking.swift
[451/597] Compiling CustomDump UserNotificationsUI.swift
[452/597] Compiling CustomDump CustomDumpReflectable.swift
[454/597] Compiling CustomDump UserNotifications.swift
[455/597] Compiling PerceptionCore _PerceptionRegistrar.swift
[457/597] Compiling PerceptionCore Perceptible.swift
[458/597] Compiling CombineSchedulers NSRecursiveLock.swift
[459/597] Compiling CombineSchedulers TestScheduler.swift
[460/597] Compiling CombineSchedulers Timer.swift
[461/597] Compiling CombineSchedulers Lock.swift
[466/597] Emitting module CombineSchedulers
[467/597] Compiling CombineSchedulers SwiftUI.swift
[468/597] Compiling Clocks TestClock.swift
[469/597] Compiling Clocks AnyClock.swift
[470/597] Compiling Clocks _AsyncTimerSequence.swift
[471/597] Compiling Clocks ImmediateClock.swift
[472/597] Compiling CombineSchedulers Lock.swift
[473/597] Compiling Clocks Lock.swift
[474/597] Emitting module Clocks
[475/597] Compiling Clocks SwiftUI.swift
[478/597] Compiling CombineSchedulers NSRecursiveLock.swift
[481/597] Compiling CombineSchedulers SwiftUI.swift
[482/597] Emitting module CombineSchedulers
[483/597] Compiling CustomDump CoreImage.swift
[492/597] Compiling Clocks _AsyncTimerSequence.swift
[493/597] Compiling Clocks Lock.swift
[494/597] Compiling Clocks AnyClock.swift
[495/597] Emitting module Clocks
[496/597] Compiling Clocks ImmediateClock.swift
[497/597] Compiling Clocks SwiftUI.swift
[519/597] Compiling PerceptionCore WithPerceptionTracking.swift
[521/645] Compiling Dependencies WithRandomNumberGenerator.swift
[522/645] Compiling Dependencies AppEntryPoint.swift
[523/647] Compiling Dependencies Clocks.swift
[524/647] Compiling Dependencies OpenURL.swift
[525/647] Compiling Dependencies TimeZone.swift
[526/647] Compiling Dependencies Deprecations.swift
[527/647] Compiling Dependencies Exports.swift
[528/647] Compiling Dependencies Dependency.swift
[529/647] Compiling Dependencies DependencyContext.swift
[530/647] Compiling Dependencies DependencyKey.swift
[531/647] Compiling Dependencies FireAndForget.swift
[532/647] Compiling Dependencies Locale.swift
[533/647] Compiling Dependencies MainQueue.swift
[534/647] Compiling Dependencies URLSession.swift
[535/647] Compiling Dependencies UUID.swift
[536/647] Compiling Dependencies TypeName.swift
[537/647] Compiling Dependencies PreviewTrait.swift
[538/647] Emitting module Dependencies
[557/649] Compiling Dependencies Dependency.swift
[558/649] Compiling Dependencies DependencyContext.swift
[559/649] Compiling Dependencies DependencyKey.swift
[560/649] Compiling Dependencies DependencyValues.swift
[561/649] Compiling Dependencies Assert.swift
[562/649] Compiling Dependencies Calendar.swift
[569/649] Compiling Dependencies TestTrait.swift
[570/649] Compiling Dependencies WithDependencies.swift
[573/649] Emitting module PerceptionCore
[574/649] Compiling PerceptionCore Unchecked.swift
[579/649] Emitting module PerceptionCore
[588/649] Compiling SwiftSyntax RawSyntaxValidation.swift
[589/649] Compiling SwiftSyntax SyntaxNodesAB.swift
[590/649] Compiling SwiftSyntax SyntaxNodesC.swift
[591/693] Compiling Sharing NSRecursiveLock+WithLock.swift
[592/693] Compiling Sharing PassthroughRelay.swift
[593/693] Compiling Sharing PersistentReferences.swift
[594/695] Compiling Sharing SharedContinuations.swift
[595/695] Compiling Sharing Deprecations.swift
[596/695] Compiling Sharing Shared.swift
[597/695] Compiling Sharing SharedBinding.swift
[598/695] Compiling Sharing SharedCollection.swift
[599/697] Compiling Sharing SwiftUIStateSharing.swift
[600/697] Compiling Sharing resource_bundle_accessor.swift
[601/697] Compiling Sharing InMemoryKey.swift
[602/697] Compiling Sharing SharedPublisher.swift
[603/697] Compiling Sharing SharedReader.swift
[604/697] Compiling Sharing SharedReaderKey.swift
[606/697] Compiling Sharing KeyPath+Sendable.swift
[607/697] Compiling Sharing MutexBackport.swift
[608/697] Emitting module Sharing
[611/697] Compiling Sharing DefaultKey.swift
[612/697] Compiling Sharing FileStorageKey.swift
[613/697] Compiling Sharing SharedKey.swift
[614/697] Compiling Sharing AppStorageKey.swift
[617/697] Compiling Sharing TypeName.swift
[620/697] Compiling Sharing Reference.swift
[621/697] Compiling Sharing SharedChangeTracker.swift
[630/697] Emitting module Sharing
[681/697] Compiling SwiftSyntax SyntaxNodesD.swift
[682/697] Compiling SwiftSyntax SyntaxNodesEF.swift
[683/697] Compiling SwiftSyntax SyntaxNodesGHI.swift
[684/697] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[685/697] Compiling SwiftSyntax SyntaxNodesOP.swift
[686/697] Compiling SwiftSyntax SyntaxNodesQRS.swift
[687/697] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[688/755] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[689/755] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[690/755] Compiling SwiftBasicFormat Syntax+Extensions.swift
[691/755] Compiling SwiftDiagnostics Diagnostic.swift
[692/756] Compiling SwiftBasicFormat InferIndentation.swift
[693/756] Compiling SwiftDiagnostics Note.swift
[694/756] Compiling SwiftDiagnostics FixIt.swift
[695/756] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[696/756] Compiling SwiftDiagnostics Message.swift
[697/756] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[698/756] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[699/756] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[700/756] Compiling SwiftDiagnostics Convenience.swift
[701/756] Emitting module SwiftDiagnostics
[702/756] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[703/756] Compiling SwiftBasicFormat BasicFormat.swift
[704/756] Emitting module SwiftBasicFormat
[705/756] Compiling SwiftParser TopLevel.swift
[706/756] Compiling SwiftParser TriviaParser.swift
[707/756] Compiling SwiftParser Types.swift
[708/756] Compiling SwiftParser ExperimentalFeatures.swift
[709/760] Compiling SwiftParser UnicodeScalarExtensions.swift
[710/760] Compiling SwiftParser Lookahead.swift
[711/760] Compiling SwiftParser LoopProgressCondition.swift
[712/760] Compiling SwiftParser Modifiers.swift
[713/760] Compiling SwiftParser Names.swift
[714/760] Compiling SwiftParser TokenConsumer.swift
[715/760] Compiling SwiftParser TokenPrecedence.swift
[716/760] Compiling SwiftParser TokenSpec.swift
[717/760] Compiling SwiftParser TokenSpecSet.swift
[718/760] Compiling SwiftParser StringLiterals.swift
[719/760] Compiling SwiftParser SwiftParserCompatibility.swift
[720/760] Compiling SwiftParser SwiftVersion.swift
[721/760] Compiling SwiftParser SyntaxUtils.swift
[722/760] Compiling SwiftParser Nominals.swift
[723/760] Compiling SwiftParser Parameters.swift
[724/760] Compiling SwiftParser ParseSourceFile.swift
[725/760] Compiling SwiftParser Parser.swift
[726/760] Compiling SwiftParser Patterns.swift
[727/760] Compiling SwiftParser Recovery.swift
[728/760] Compiling SwiftParser Specifiers.swift
[729/760] Compiling SwiftParser Statements.swift
[730/760] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[731/760] Compiling SwiftParser Attributes.swift
[732/760] Compiling SwiftParser Availability.swift
[733/760] Compiling SwiftParser CharacterInfo.swift
[734/760] Compiling SwiftParser CollectionNodes+Parsable.swift
[735/760] Compiling SwiftParser Declarations.swift
[736/760] Emitting module SwiftParser
[737/760] Compiling SwiftParser Cursor.swift
[738/760] Compiling SwiftParser Lexeme.swift
[739/760] Compiling SwiftParser LexemeSequence.swift
[740/760] Compiling SwiftParser Lexer.swift
[741/760] Compiling SwiftParser RegexLiteralLexer.swift
[742/760] Compiling SwiftParser Directives.swift
[743/760] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[744/760] Compiling SwiftParser Expressions.swift
[745/760] Compiling SwiftParser IncrementalParseTransition.swift
[746/760] Compiling SwiftParser IsValidIdentifier.swift
[747/760] Compiling SwiftParser IsLexerClassified.swift
[748/760] Compiling SwiftParser LayoutNodes+Parsable.swift
[749/760] Compiling SwiftParser Parser+TokenSpecSet.swift
[750/760] Compiling SwiftParser TokenSpecStaticMembers.swift
[751/783] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[752/784] Compiling SwiftOperators OperatorError.swift
[753/784] Compiling SwiftOperators PrecedenceGraph.swift
[754/785] Compiling SwiftOperators OperatorError+Diagnostics.swift
[755/785] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[756/785] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[757/785] Emitting module SwiftOperators
[758/785] Compiling SwiftOperators OperatorTable+Defaults.swift
[759/785] Compiling SwiftParserDiagnostics PresenceUtils.swift
[760/785] Compiling SwiftOperators Operator.swift
[761/785] Compiling SwiftOperators OperatorTable+Semantics.swift
[762/785] Compiling SwiftOperators OperatorTable.swift
[763/785] Compiling SwiftOperators PrecedenceGroup.swift
[764/785] Compiling SwiftOperators OperatorTable+Folding.swift
[765/785] Compiling SwiftOperators SyntaxSynthesis.swift
[766/785] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[767/785] Compiling SwiftParserDiagnostics Utils.swift
[768/785] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[769/785] Compiling SwiftParserDiagnostics MissingNodesError.swift
[770/785] Compiling SwiftParserDiagnostics MissingTokenError.swift
[771/785] Emitting module SwiftParserDiagnostics
[772/785] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[773/785] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[774/785] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[775/785] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[776/800] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[777/800] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[778/801] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[779/801] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[780/801] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[781/801] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[782/801] Emitting module SwiftSyntaxBuilder
[783/801] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[784/801] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[785/801] Compiling SwiftSyntaxBuilder Indenter.swift
[786/801] Compiling SwiftSyntaxBuilder ListBuilder.swift
[787/801] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[788/801] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[789/801] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[790/801] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[791/801] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[792/819] Compiling SwiftSyntaxMacros Macro.swift
[793/819] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[794/819] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[795/819] Compiling SwiftSyntaxMacros Macro+Format.swift
[796/819] Compiling SwiftSyntaxMacros PreambleMacro.swift
[797/819] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[798/819] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[799/819] Compiling SwiftSyntaxMacros MemberMacro.swift
[800/819] Compiling SwiftSyntaxMacros PeerMacro.swift
[801/819] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[802/819] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[803/820] Compiling SwiftSyntaxMacros AttachedMacro.swift
[804/820] Compiling SwiftSyntaxMacros BodyMacro.swift
[805/820] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[806/820] Compiling SwiftSyntaxMacros AccessorMacro.swift
[807/820] Emitting module SwiftSyntaxMacros
[808/820] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[809/820] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[810/820] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[811/830] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[812/830] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[813/830] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[814/830] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[815/830] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[816/830] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[817/830] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[818/830] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[819/830] Emitting module SwiftSyntaxMacroExpansion
[820/830] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[821/842] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[822/843] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[823/843] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[824/843] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[825/843] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[826/843] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[827/843] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[828/843] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[829/843] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[830/843] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[831/843] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[832/843] Emitting module SwiftCompilerPluginMessageHandling
[833/843] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[834/845] Emitting module SwiftCompilerPlugin
[835/845] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[836/866] Compiling PerceptionMacros Extensions.swift
[837/866] Compiling PerceptionMacros Availability.swift
[838/866] Compiling PerceptionMacros Plugins.swift
[839/866] Emitting module PerceptionMacros
[840/866] Compiling PerceptionMacros PerceptibleMacro.swift
[841/866] Compiling ComposableArchitectureMacros ViewActionMacro.swift
[842/866] Compiling DependenciesMacrosPlugin Support.swift
[843/866] Compiling DependenciesMacrosPlugin Plugins.swift
[843/866] Write Objects.LinkFileList
[845/866] Compiling DependenciesMacrosPlugin DependencyClientMacro.swift
[846/866] Compiling DependenciesMacrosPlugin DependencyEndpointMacro.swift
[847/866] Emitting module DependenciesMacrosPlugin
[847/866] Write Objects.LinkFileList
[849/866] Compiling CasePathsMacros CasePathableMacro.swift
[850/866] Compiling CasePathsMacros Plugin.swift
[851/866] Emitting module CasePathsMacros
[851/866] Write Objects.LinkFileList
[853/866] Compiling ComposableArchitectureMacros Plugins.swift
[854/866] Compiling ComposableArchitectureMacros Extensions.swift
[855/866] Emitting module ComposableArchitectureMacros
[856/866] Compiling ComposableArchitectureMacros PresentsMacro.swift
[857/866] Compiling ComposableArchitectureMacros ObservableStateMacro.swift
[858/866] Compiling ComposableArchitectureMacros Availability.swift
[859/866] Compiling ComposableArchitectureMacros ReducerMacro.swift
[859/866] Write Objects.LinkFileList
[860/866] Linking DependenciesMacrosPlugin-tool
[861/866] Linking PerceptionMacros-tool
[862/866] Linking CasePathsMacros-tool
[863/892] Linking ComposableArchitectureMacros-tool
[865/892] Compiling CasePaths XCTestSupport.swift
[867/892] Compiling CasePaths Deprecations.swift
[868/892] Compiling CasePaths EnumReflection.swift
[870/892] Compiling DependenciesMacros Exports.swift
[871/892] Emitting module DependenciesMacros
[872/892] Compiling DependenciesMacros Macros.swift
[874/892] Compiling DependenciesMacros Exports.swift
[875/892] Emitting module DependenciesMacros
[876/892] Compiling CasePaths LockIsolated.swift
[877/892] Compiling CasePaths Exports.swift
[879/892] Compiling CasePaths LockIsolated.swift
[880/892] Compiling CasePaths Macros.swift
[882/892] Compiling CasePaths Deprecations.swift
[883/892] Emitting module CasePaths
[885/906] Compiling Perception Exports.swift
[886/906] Emitting module Perception
[887/906] Compiling Perception Macros.swift
[888/906] Emitting module Perception
[889/906] Compiling Perception Exports.swift
[890/906] Compiling Perception Macros.swift
[891/946] Emitting module TCAComposerMacros
[892/947] Compiling TCAComposerMacros _ComposerScopeSwitchableMacro.swift
[893/947] Compiling TCAComposerMacros Plugin.swift
[894/947] Compiling TCAComposerMacros _ComposerScopePathableMacro.swift
[895/947] Compiling TCAComposerMacros _ComposerCasePathableActions.swift
[896/947] Compiling TCAComposerMacros ReducerAnalyzer.swift
[897/947] Compiling SwiftNavigation AlertState.swift
[898/947] Compiling SwiftNavigation Bind.swift
[899/947] Emitting module SwiftNavigation
[900/949] Compiling SwiftNavigation ConfirmationDialogState.swift
[901/949] Compiling SwiftNavigation HashableObject.swift
[902/949] Compiling SwiftNavigation ButtonState.swift
[903/949] Compiling SwiftNavigation ButtonStateBuilder.swift
[904/949] Compiling SwiftNavigation ErrorMechanism.swift
[905/949] Compiling SwiftNavigation Exports.swift
[907/949] Compiling SwiftNavigation Binding.swift
[908/949] Compiling SwiftNavigation ToOptionalUnit.swift
[909/949] Compiling SwiftNavigation NSObject+Observe.swift
[910/949] Compiling SwiftNavigation Observe.swift
[911/949] Compiling SwiftNavigation TextState.swift
[917/949] Emitting module SwiftNavigation
[918/949] Compiling SwiftNavigation AssumeIsolated.swift
[919/949] Compiling SwiftNavigation Deprecations.swift
[920/949] Compiling SwiftNavigation HashableStaticString.swift
[921/949] Compiling SwiftNavigation KeyPath+Sendable.swift
[924/949] Compiling SwiftNavigation UIBindable.swift
[925/949] Compiling SwiftNavigation UIBinding.swift
[945/951] Compiling TCAComposerMacros SharedTypes.swift
[945/951] Write Objects.LinkFileList
[947/951] Compiling SwiftNavigation UINavigationPath.swift
[948/951] Compiling SwiftNavigation UITransaction.swift
[951/971] Emitting module UIKitNavigation
[952/973] Compiling UIKitNavigation Representable.swift
[953/973] Compiling UIKitNavigation UIBinding.swift
[954/973] Compiling UIKitNavigation PopFromViewController.swift
[955/973] Compiling UIKitNavigation Dismiss.swift
[956/973] Compiling UIKitNavigation UISlider.swift
[957/973] Compiling UIKitNavigation UIStepper.swift
[958/973] Compiling UIKitNavigation UIColorWell.swift
[959/973] Compiling UIKitNavigation UIControl.swift
[960/973] Compiling UIKitNavigation UIDatePicker.swift
[961/973] Compiling UIKitNavigation NavigationStackController.swift
[962/973] Compiling UIKitNavigation Presentation.swift
[963/973] Compiling UIKitNavigation Push.swift
[964/973] Compiling UIKitNavigation UIAlertController.swift
[965/973] Compiling UIKitNavigation UITextField.swift
[966/973] Compiling UIKitNavigation Exports.swift
[967/973] Compiling UIKitNavigation UIPageControl.swift
[968/973] Compiling UIKitNavigation UISegmentedControl.swift
[969/973] Compiling UIKitNavigation UISwitch.swift
[970/973] Compiling UIKitNavigation UITabBarController.swift
[971/973] Compiling UIKitNavigation UIKitAnimation.swift
[972/973] Compiling UIKitNavigation UITransaction.swift
[973/993] Compiling UIKitNavigation UISwitch.swift
[974/993] Compiling UIKitNavigation UITabBarController.swift
[975/995] Emitting module UIKitNavigation
[976/1007] Compiling UIKitNavigation UISlider.swift
[977/1007] Compiling UIKitNavigation UIStepper.swift
[978/1007] Compiling SwiftUINavigation Alert.swift
[979/1007] Compiling SwiftUINavigation Binding.swift
[980/1007] Compiling UIKitNavigation UITextField.swift
[981/1007] Compiling UIKitNavigation Exports.swift
[982/1007] Compiling UIKitNavigation PopFromViewController.swift
[983/1007] Compiling UIKitNavigation Dismiss.swift
[984/1007] Compiling UIKitNavigation Push.swift
[985/1007] Compiling UIKitNavigation UIAlertController.swift
[986/1007] Compiling UIKitNavigation Representable.swift
[987/1007] Compiling UIKitNavigation UIBinding.swift
[988/1007] Compiling UIKitNavigation UIColorWell.swift
[989/1007] Compiling UIKitNavigation UIControl.swift
[990/1007] Compiling UIKitNavigation UIDatePicker.swift
[991/1007] Compiling UIKitNavigation NavigationStackController.swift
[992/1007] Compiling UIKitNavigation Presentation.swift
[993/1007] Compiling UIKitNavigation UIKitAnimation.swift
[994/1007] Compiling UIKitNavigation UITransaction.swift
[995/1019] Compiling SwiftUINavigation Sheet.swift
[996/1020] Compiling SwiftUINavigation NavigationLink.swift
[997/1020] Compiling SwiftUINavigation NavigationDestination.swift
[998/1020] Compiling SwiftUINavigation Exports.swift
[999/1020] Compiling SwiftUINavigation Identified.swift
[1000/1020] Compiling SwiftUINavigation Binding+Internal.swift
[1001/1020] Compiling SwiftUINavigation Popover.swift
[1002/1020] Compiling SwiftUINavigation Alert.swift
[1003/1020] Compiling SwiftUINavigation Binding.swift
[1004/1020] Compiling SwiftUINavigation Identified.swift
[1005/1020] Compiling SwiftUINavigation Binding+Internal.swift
[1006/1020] Compiling SwiftUINavigation Exports.swift
[1007/1021] Compiling SwiftUINavigation Sheet.swift
[1008/1021] Compiling SwiftUINavigation NavigationDestination.swift
[1009/1021] Compiling SwiftUINavigation Popover.swift
[1010/1021] Compiling SwiftUINavigation NavigationLink.swift
[1011/1021] Compiling SwiftUINavigation WithState.swift
[1012/1021] Emitting module SwiftUINavigation
[1013/1021] Compiling SwiftUINavigation ConfirmationDialog.swift
[1014/1021] Compiling SwiftUINavigation FullScreenCover.swift
[1016/1021] Linking TCAComposerMacros-tool
[1020/1021] Emitting module SwiftUINavigation
[1021/1021] Compiling SwiftUINavigation WithState.swift
[1022/1175] Compiling ComposableArchitecture Alert+Observation.swift
[1023/1175] Compiling ComposableArchitecture IfLetReducer.swift
[1024/1175] Compiling ComposableArchitecture OnChange.swift
[1025/1175] Compiling ComposableArchitecture Optional.swift
[1026/1175] Compiling ComposableArchitecture PresentationReducer.swift
[1027/1175] Compiling ComposableArchitecture Reduce.swift
[1028/1175] Compiling ComposableArchitecture Scope.swift
[1029/1175] Compiling ComposableArchitecture SignpostReducer.swift
[1030/1175] Compiling ComposableArchitecture StackReducer.swift
[1031/1183] Compiling ComposableArchitecture Binding+Observation.swift
[1032/1183] Compiling ComposableArchitecture IdentifiedArray+Observation.swift
[1033/1183] Compiling ComposableArchitecture NavigationStack+Observation.swift
[1034/1183] Compiling ComposableArchitecture ObservableState.swift
[1035/1183] Compiling ComposableArchitecture ObservationStateRegistrar.swift
[1036/1183] Compiling ComposableArchitecture Store+Observation.swift
[1037/1183] Compiling ComposableArchitecture ViewAction.swift
[1038/1183] Compiling ComposableArchitecture Reducer.swift
[1039/1183] Compiling ComposableArchitecture TaskResult.swift
[1040/1183] Compiling ComposableArchitecture Deprecations.swift
[1041/1183] Compiling ComposableArchitecture DispatchQueue.swift
[1042/1183] Compiling ComposableArchitecture EffectActions.swift
[1043/1183] Compiling ComposableArchitecture EphemeralState.swift
[1044/1183] Compiling ComposableArchitecture Exports.swift
[1045/1183] Compiling ComposableArchitecture HashableStaticString.swift
[1046/1183] Compiling ComposableArchitecture KeyPath+Sendable.swift
[1047/1183] Compiling ComposableArchitecture Locking.swift
[1048/1183] Compiling ComposableArchitecture Logger.swift
[1049/1183] Compiling ComposableArchitecture NavigationID.swift
[1050/1183] Compiling ComposableArchitecture NotificationName.swift
[1051/1183] Compiling ComposableArchitecture OpenExistential.swift
[1052/1183] Compiling ComposableArchitecture PresentationID.swift
[1053/1183] Compiling ComposableArchitecture ReturningLastNonNilValue.swift
[1054/1183] Compiling ComposableArchitecture RuntimeWarnings.swift
[1055/1183] Compiling ComposableArchitecture StackIDGenerator.swift
[1056/1183] Compiling ComposableArchitecture Macros.swift
[1058/1191] Compiling ComposableArchitecture ForEachStore.swift
[1059/1191] Compiling ComposableArchitecture FullScreenCover.swift
[1060/1191] Compiling ComposableArchitecture IfLetStore.swift
[1061/1191] Compiling ComposableArchitecture NavigationDestination.swift
[1062/1191] Compiling ComposableArchitecture NavigationStackStore.swift
[1063/1191] Compiling ComposableArchitecture Popover.swift
[1064/1191] Compiling ComposableArchitecture PresentationModifier.swift
[1065/1191] Compiling ComposableArchitecture Sheet.swift
[1075/1191] Compiling ComposableArchitecture ReducerBuilder.swift
[1076/1191] Compiling ComposableArchitecture BindingReducer.swift
[1077/1191] Compiling ComposableArchitecture CombineReducers.swift
[1078/1191] Compiling ComposableArchitecture DebugReducer.swift
[1079/1191] Compiling ComposableArchitecture DependencyKeyWritingReducer.swift
[1080/1191] Compiling ComposableArchitecture EmptyReducer.swift
[1081/1191] Compiling ComposableArchitecture ForEachReducer.swift
[1082/1191] Compiling ComposableArchitecture IfCaseLetReducer.swift
[1083/1191] Emitting module ComposableArchitecture
[1093/1191] Compiling ComposableArchitecture CaseReducer.swift
[1094/1191] Compiling ComposableArchitecture Core.swift
[1095/1191] Compiling ComposableArchitecture Dismiss.swift
[1096/1191] Compiling ComposableArchitecture IsPresented.swift
[1097/1191] Compiling ComposableArchitecture Effect.swift
[1098/1191] Compiling ComposableArchitecture Animation.swift
[1099/1191] Compiling ComposableArchitecture Cancellation.swift
[1100/1191] Compiling ComposableArchitecture Debounce.swift
[1101/1191] Compiling ComposableArchitecture Publisher.swift
[1127/1191] Compiling ComposableArchitecture Throttle.swift
[1128/1191] Compiling ComposableArchitecture AreOrderedSetsDuplicates.swift
[1129/1191] Compiling ComposableArchitecture AssumeIsolated.swift
[1130/1191] Compiling ComposableArchitecture Box.swift
[1131/1191] Compiling ComposableArchitecture Create.swift
[1132/1191] Compiling ComposableArchitecture CurrentValueRelay.swift
[1133/1191] Compiling ComposableArchitecture Debug.swift
[1134/1191] Compiling ComposableArchitecture DefaultSubscript.swift
[1143/1191] Compiling ComposableArchitecture AppStorageKeyPathKey.swift
[1144/1191] Compiling ComposableArchitecture Store.swift
[1145/1191] Compiling ComposableArchitecture Alert.swift
[1146/1191] Compiling ComposableArchitecture Binding.swift
[1147/1191] Compiling ComposableArchitecture ConfirmationDialog.swift
[1148/1191] Compiling ComposableArchitecture ActionSheet.swift
[1149/1191] Compiling ComposableArchitecture LegacyAlert.swift
[1150/1191] Compiling ComposableArchitecture NavigationLinkStore.swift
[1176/1191] Compiling ComposableArchitecture SwitchStore.swift
[1177/1191] Compiling ComposableArchitecture WithViewStore.swift
[1178/1191] Compiling ComposableArchitecture TestStore.swift
[1179/1191] Compiling ComposableArchitecture AlertStateUIKit.swift
[1180/1191] Compiling ComposableArchitecture IfLetUIKit.swift
[1181/1191] Compiling ComposableArchitecture NavigationStackControllerUIKit.swift
[1182/1191] Compiling ComposableArchitecture ViewStore.swift
[1183/1191] Compiling ComposableArchitecture resource_bundle_accessor.swift
[1192/1211] Compiling TCAComposer ReduceAction.swift
[1193/1212] Compiling TCAComposer ScopeSwitchable+Store.swift
[1194/1213] Compiling TCAComposer ScopePathable.swift
[1195/1213] Compiling TCAComposer ScopePathable+Store.swift
[1196/1213] Compiling TCAComposer ScopePathable.swift
[1197/1213] Compiling TCAComposer ScopeSwitchable+Store.swift
[1198/1213] Compiling TCAComposer ScopePathable+Bindable.swift
[1200/1213] Compiling TCAComposer ScopePathable+Store.swift
[1201/1213] Compiling TCAComposer ComposerMacro.swift
[1202/1213] Compiling TCAComposer ComposeMacros.swift
[1203/1213] Compiling TCAComposer InternalMacros.swift
[1204/1213] Compiling TCAComposer ComposedReducerChild.swift
[1205/1213] Compiling TCAComposer ComposerMacro.swift
[1206/1213] Compiling TCAComposer ReduceAction.swift
[1207/1213] Compiling TCAComposer InternalMacros.swift
[1208/1213] Compiling TCAComposer ComposeMacros.swift
[1209/1213] Compiling TCAComposer ComposedReducerChild.swift
[1210/1213] Emitting module TCAComposer
[1211/1213] Compiling TCAComposer ScopeSwitchable.swift
[1212/1213] Emitting module TCAComposer
[1213/1213] Compiling TCAComposer ScopeSwitchable.swift
Build complete! (79.99s)
Fetching https://github.com/pointfreeco/swift-composable-architecture
Fetching https://github.com/pointfreeco/swift-macro-testing
Fetching https://github.com/pointfreeco/swift-case-paths from cache
Fetching https://github.com/apple/swift-collections from cache
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetching https://github.com/swiftlang/swift-syntax from cache
[1/868] Fetching swift-macro-testing
Fetched https://github.com/apple/swift-collections from cache (0.75s)
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (0.84s)
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.84s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.08s)
Fetched https://github.com/swiftlang/swift-syntax from cache (1.08s)
[1/303516] Fetching swift-composable-architecture
Fetched https://github.com/pointfreeco/swift-composable-architecture from cache (12.16s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (13.24s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.46s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.2 (0.46s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing from cache
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (0.52s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.3 (1.00s)
Fetching https://github.com/pointfreeco/swift-custom-dump from cache
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.44s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.91s)
Computing version for https://github.com/pointfreeco/swift-composable-architecture
Computed https://github.com/pointfreeco/swift-composable-architecture at 1.19.1 (0.48s)
Fetching https://github.com/pointfreeco/swift-sharing
Fetching https://github.com/pointfreeco/swift-perception
Fetching https://github.com/pointfreeco/swift-concurrency-extras from cache
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/pointfreeco/swift-navigation
Fetching https://github.com/pointfreeco/combine-schedulers from cache
Fetching https://github.com/pointfreeco/swift-dependencies from cache
[1/1411] Fetching swift-perception
[213/4549] Fetching swift-perception, swift-sharing
[875/6057] Fetching swift-perception, swift-sharing, swift-identified-collections
[2582/51420] Fetching swift-perception, swift-sharing, swift-identified-collections, swift-navigation
Fetched https://github.com/pointfreeco/swift-perception from cache (1.00s)
[4801/50009] Fetching swift-sharing, swift-identified-collections, swift-navigation
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (2.02s)
Fetched https://github.com/pointfreeco/swift-navigation from cache (2.02s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (2.02s)
Fetched https://github.com/pointfreeco/swift-sharing from cache (2.02s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (2.02s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (2.04s)
Computing version for https://github.com/pointfreeco/swift-navigation
Computed https://github.com/pointfreeco/swift-navigation at 2.3.0 (2.53s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (0.45s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.45s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.45s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.0 (0.72s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 1.6.0 (0.46s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (0.48s)
Fetching https://github.com/pointfreeco/swift-clocks from cache
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.46s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.93s)
Computing version for https://github.com/pointfreeco/swift-sharing
Computed https://github.com/pointfreeco/swift-sharing at 2.4.0 (0.46s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (0.63s)
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/pointfreeco/swift-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 1.6.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.1.4
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.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.0
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/swift-composable-architecture
Working copy of https://github.com/pointfreeco/swift-composable-architecture resolved at 1.19.1
Creating working copy for https://github.com/pointfreeco/swift-sharing
Working copy of https://github.com/pointfreeco/swift-sharing resolved at 2.4.0
Creating working copy for https://github.com/pointfreeco/swift-navigation
Working copy of https://github.com/pointfreeco/swift-navigation resolved at 2.3.0
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.3
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.2
Build complete.
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.0.0",
"upper_bound" : "601.0.0-prerelease"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax"
},
{
"identity" : "swift-case-paths",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-case-paths"
},
{
"identity" : "swift-composable-architecture",
"requirement" : {
"range" : [
{
"lower_bound" : "1.15.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-composable-architecture"
},
{
"identity" : "swift-macro-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-macro-testing"
},
{
"identity" : "xctest-dynamic-overlay",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
}
],
"manifest_display_name" : "tca-composer",
"name" : "tca-composer",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "TCAComposer",
"targets" : [
"TCAComposer"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "TCAComposerMacros",
"targets" : [
"TCAComposerMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "TCAComposerTests",
"module_type" : "SwiftTarget",
"name" : "TCAComposerTests",
"path" : "Tests/TCAComposerTests",
"sources" : [
"ComposerTests.swift",
"TestReducers.swift"
],
"target_dependencies" : [
"TCAComposer"
],
"type" : "test"
},
{
"c99name" : "TCAComposerMacros",
"module_type" : "SwiftTarget",
"name" : "TCAComposerMacros",
"path" : "Sources/TCAComposerMacros",
"product_dependencies" : [
"CasePaths",
"OrderedCollections",
"SwiftSyntaxMacros",
"SwiftCompilerPlugin",
"IssueReporting"
],
"product_memberships" : [
"TCAComposer",
"TCAComposerMacros"
],
"sources" : [
"ComposeDirectiveMacro.swift",
"Composer.swift",
"ComposerMacro.swift",
"Composition.swift",
"Constants.swift",
"Extensions.swift",
"Internal/_ComposedActionMacro.swift",
"Internal/_ComposedStateMemberMacro.swift",
"Internal/_ComposerCasePathableActions.swift",
"Internal/_ComposerScopePathableMacro.swift",
"Internal/_ComposerScopeSwitchableMacro.swift",
"Plugin.swift",
"ReducerAnalyzer.swift",
"SharedTypes.swift"
],
"type" : "macro"
},
{
"c99name" : "TCAComposerMacroTests",
"module_type" : "SwiftTarget",
"name" : "TCAComposerMacroTests",
"path" : "Tests/TCAComposerMacroTests",
"product_dependencies" : [
"MacroTesting"
],
"sources" : [
"ComposeNavigationDestinationMacroTests.swift",
"ComposeNavigationPathMacroTests.swift",
"ComposePresentationMacroTests.swift",
"ComposeReducer/ComposeReducerMacroTests.swift",
"ComposeReducer/EnumReducerTests.swift",
"ComposeReducer/EnumeratedReducerOptionTests.swift",
"ComposeReducer/ReducerDiagnosticTests.swift",
"ComposeReducer/ReducerExistingStateActionTests.swift",
"ComposeReducer/ReducerOptionTests.swift",
"ComposedActionMacroTests.swift",
"ComposedStateMemberMacroTests.swift",
"ComposerDirectives/ActionAlertTests.swift",
"ComposerDirectives/ActionCaseTests.swift",
"ComposerDirectives/ActionConfirmationDialogTests.swift",
"ComposerDirectives/BodyActionAlertTests.swift",
"ComposerDirectives/BodyActionCaseTests.swift",
"ComposerDirectives/BodyActionConfirmationDialogTests.swift",
"ComposerDirectives/BodyOnChangeTests.swift",
"ComposerDirectives/BodyTests.swift",
"ComposerDirectives/MacroDirectiveStubs.swift",
"ComposerDirectives/ReducerExistingStateTests.swift",
"ComposerDirectives/ScopePathTests.swift",
"ComposerMacroTests.swift",
"Internals/ComposedStateMacroTests.swift",
"Internals/ComposerScopeSwitchable.swift"
],
"target_dependencies" : [
"TCAComposerMacros"
],
"type" : "test"
},
{
"c99name" : "TCAComposer",
"module_type" : "SwiftTarget",
"name" : "TCAComposer",
"path" : "Sources/TCAComposer",
"product_dependencies" : [
"ComposableArchitecture"
],
"product_memberships" : [
"TCAComposer"
],
"sources" : [
"Macros/ComposeMacros.swift",
"Macros/ComposedReducerChild.swift",
"Macros/ComposerMacro.swift",
"Macros/InternalMacros.swift",
"ReduceAction.swift",
"ScopePathable+Bindable.swift",
"ScopePathable+Store.swift",
"ScopePathable.swift",
"ScopeSwitchable+Store.swift",
"ScopeSwitchable.swift"
],
"target_dependencies" : [
"TCAComposerMacros"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.