The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of Verge, reference main (9d0379), with Swift 6.1 for macOS (SPM) on 23 Jul 2025 10:36:32 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

      "product_dependencies" : [
        "RxSwift",
        "RxCocoa"
      ],
      "product_memberships" : [
        "VergeRx",
        "VergeClassic"
      ],
      "sources" : [
        "Extensions.swift",
        "Store+Rx.swift"
      ],
      "target_dependencies" : [
        "Verge"
      ],
      "type" : "library"
    },
    {
      "c99name" : "VergeNormalizationDerivedTests",
      "module_type" : "SwiftTarget",
      "name" : "VergeNormalizationDerivedTests",
      "path" : "Tests/VergeNormalizationDerivedTests",
      "sources" : [
        "CombiningTests.swift",
        "DemoState.swift",
        "VergeNormalizationDerivedTests.swift"
      ],
      "target_dependencies" : [
        "VergeNormalizationDerived"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VergeNormalizationDerived",
      "module_type" : "SwiftTarget",
      "name" : "VergeNormalizationDerived",
      "path" : "Sources/VergeNormalizationDerived",
      "product_dependencies" : [
        "Normalization",
        "HashTreeCollections"
      ],
      "product_memberships" : [
        "VergeNormalizationDerived"
      ],
      "sources" : [
        "DerivedMaking+.swift",
        "DerivedResult.swift",
        "EntityType+Typealias.swift",
        "EntityWrapper.swift",
        "NonNullEntityWrapper.swift",
        "Pipelines.swift",
        "StoreType+.swift",
        "VergeNormalizationDerived.swift"
      ],
      "target_dependencies" : [
        "Verge"
      ],
      "type" : "library"
    },
    {
      "c99name" : "VergeMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "VergeMacrosTests",
      "path" : "Tests/VergeMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport",
        "MacroTesting"
      ],
      "sources" : [
        "KeyPathMapTests.swift"
      ],
      "target_dependencies" : [
        "VergeMacrosPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VergeMacrosPlugin",
      "module_type" : "SwiftTarget",
      "name" : "VergeMacrosPlugin",
      "path" : "Sources/VergeMacrosPlugin",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "Verge",
        "VergeNormalizationDerived",
        "VergeRx",
        "VergeClassic",
        "VergeMacros",
        "VergeMacrosPlugin"
      ],
      "sources" : [
        "KeyPathMap.swift",
        "MacroError.swift",
        "Plugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "VergeMacros",
      "module_type" : "SwiftTarget",
      "name" : "VergeMacros",
      "path" : "Sources/VergeMacros",
      "product_memberships" : [
        "Verge",
        "VergeNormalizationDerived",
        "VergeRx",
        "VergeClassic",
        "VergeMacros"
      ],
      "sources" : [
        "Source.swift"
      ],
      "target_dependencies" : [
        "VergeMacrosPlugin"
      ],
      "type" : "library"
    },
    {
      "c99name" : "VergeClassic",
      "module_type" : "SwiftTarget",
      "name" : "VergeClassic",
      "path" : "Sources/VergeClassic",
      "product_memberships" : [
        "VergeClassic"
      ],
      "sources" : [
        "Emitter.swift",
        "Extensions.swift",
        "Storage+Rx.swift",
        "Storage.swift",
        "Verge+Extension.swift",
        "VergeClassic.swift"
      ],
      "target_dependencies" : [
        "VergeRx"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Verge",
      "module_type" : "SwiftTarget",
      "name" : "Verge",
      "path" : "Sources/Verge",
      "product_dependencies" : [
        "StateStruct",
        "TypedComparator",
        "Atomics",
        "DequeModule",
        "ConcurrencyTaskManager"
      ],
      "product_memberships" : [
        "Verge",
        "VergeNormalizationDerived",
        "VergeRx",
        "VergeClassic"
      ],
      "sources" : [
        "Derived/Derived+Assign.swift",
        "Derived/Derived.swift",
        "Library/BackgroundDeallocationQueue.swift",
        "Library/CachedMap.swift",
        "Library/EventEmitter.swift",
        "Library/InoutRef.swift",
        "Library/Log.swift",
        "Library/Signpost.swift",
        "Library/StoreActivitySubscription.swift",
        "Library/StoreStateSubscription.swift",
        "Library/StoreSubscriptionBase.swift",
        "Library/VergeAnyCancellable.swift",
        "Library/VergeConcurrency+SynchronizationTracker.swift",
        "Library/VergeConcurrency.swift",
        "Library/_BackingStorage+.swift",
        "Logging/ActivityTrace.swift",
        "Logging/DefaultStoreLogger.swift",
        "Logging/MutationTrace.swift",
        "Logging/RuntimeError.swift",
        "Logging/RuntimeSanitizer.swift",
        "Logging/StoreLogger.swift",
        "Sendable.swift",
        "Store/AnyTargetQueue.swift",
        "Store/Changes.swift",
        "Store/DetachedDispatcher.swift",
        "Store/KeyObject.swift",
        "Store/NonAtomicCounter.swift",
        "Store/Pipeline.swift",
        "Store/Scan.swift",
        "Store/StateType.swift",
        "Store/Store+Combine.swift",
        "Store/Store+RunLoop.swift",
        "Store/Store.swift",
        "Store/StoreDriverType+Accumulator.swift",
        "Store/StoreDriverType.swift",
        "Store/StoreMiddleware.swift",
        "Store/StoreOperation.swift",
        "Store/StoreType+Assignee.swift",
        "Store/StoreType+BindingDerived.swift",
        "Store/StoreType+Derived.swift",
        "Store/StoreWrapperType.swift",
        "Store/Transaction.swift",
        "Store/UIStateStore.swift",
        "SwiftUI/OnReceive.swift",
        "SwiftUI/Reading.swift",
        "SwiftUI/StoreObject.swift",
        "SwiftUI/StoreReader.swift",
        "Utility/Edge.swift",
        "Utility/ReferenceEdge.swift",
        "Utility/ThunkToMainActor.swift",
        "Verge.swift",
        "macros.swift"
      ],
      "target_dependencies" : [
        "VergeMacros"
      ],
      "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/71] Write sources
[53/71] Compiling _SwiftSyntaxCShims dummy.c
[54/71] Write swift-version-2F0A5646E1D333AE.txt
[55/71] Compiling _AtomicsShims.c
[58/125] Compiling TypedComparator TypedComparator.swift
[59/125] Emitting module _CollectionsUtilities
[60/126] Compiling _CollectionsUtilities RandomAccessCollection+Offsets.swift
[61/126] Compiling _CollectionsUtilities Specialize.swift
[62/126] Emitting module SwiftSyntax600
[63/126] Compiling SwiftSyntax600 Empty.swift
[64/126] Compiling TypedComparator PackedCompare.swift
[65/126] Emitting module TypedComparator
[66/126] Emitting module TypedIdentifier
[67/126] Compiling TypedIdentifier TypedIdentifier.swift
[68/126] Compiling _CollectionsUtilities _SortedCollection.swift
[69/126] Compiling _CollectionsUtilities _UniqueCollection.swift
[70/126] Compiling _CollectionsUtilities Debugging.swift
[71/126] Compiling _CollectionsUtilities Descriptions.swift
[72/126] Compiling SwiftSyntax510 Empty.swift
[73/126] Emitting module SwiftSyntax510
[74/126] Compiling _CollectionsUtilities UnsafeBufferPointer+Extras.swift
[78/127] Compiling TypedIdentifier TypedIdentifier.swift
[79/127] Emitting module TypedIdentifier
[84/127] Compiling TypedComparator PackedCompare.swift
[85/127] Compiling TypedComparator TypedComparator.swift
[86/127] Emitting module TypedComparator
[87/127] Emitting module _CollectionsUtilities
[88/127] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[89/127] Compiling _CollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[90/127] Compiling _CollectionsUtilities UnsafeRawPointer extensions.swift
[91/127] Compiling _CollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[92/127] Compiling _CollectionsUtilities Integer rank.swift
[93/127] Compiling _CollectionsUtilities UInt+first and last set bit.swift
[100/127] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[102/227] Emitting module SwiftSyntax509
[103/227] Compiling SwiftSyntax509 Empty.swift
[104/461] Compiling RxSwift AsSingle.swift
[105/461] Compiling RxSwift AsyncLock.swift
[106/461] Compiling RxSwift AsyncSubject.swift
[107/461] Compiling RxSwift AtomicInt.swift
[112/461] Compiling Atomics AtomicMemoryOrderings.swift
[113/461] Compiling Atomics DoubleWord.swift
[114/461] Compiling Atomics UnsafeAtomic.swift
[115/461] Compiling Atomics UnsafeAtomicLazyReference.swift
[116/461] Compiling RxSwift Bag+Rx.swift
[117/461] Compiling RxSwift Bag.swift
[118/461] Compiling Atomics ManagedAtomic.swift
[119/461] Compiling Atomics ManagedAtomicLazyReference.swift
[120/528] Compiling SwiftSyntax AbsolutePosition.swift
[121/528] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[122/530] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[123/530] Compiling SwiftSyntax Assert.swift
[124/530] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[125/530] Compiling SwiftSyntax RawSyntaxTokenView.swift
[126/530] Compiling SwiftSyntax RawSyntax.swift
[127/530] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[128/703] Compiling HashTreeCollections _AncestorHashSlots.swift
[129/703] Compiling HashTreeCollections _Bitmap.swift
[130/703] Compiling DequeModule _DequeSlot.swift
[131/704] Compiling DequeModule _DequeBufferHeader.swift
[134/704] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[135/704] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[138/704] Compiling HashTreeCollections TreeSet+Sequence.swift
[139/704] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[142/704] Compiling DequeModule _UnsafeWrappedBuffer.swift
[143/704] Compiling HashTreeCollections _HashLevel.swift
[144/704] Compiling HashTreeCollections _HashNode+Builder.swift
[145/704] Compiling HashTreeCollections TreeSet+Extras.swift
[146/704] Compiling HashTreeCollections TreeSet+Filter.swift
[147/704] Compiling HashTreeCollections TreeSet+Hashable.swift
[148/704] Compiling HashTreeCollections TreeSet+Sendable.swift
[151/704] Compiling HashTreeCollections _Bucket.swift
[152/704] Compiling HashTreeCollections _Hash.swift
[153/704] Compiling HashTreeCollections TreeSet+Equatable.swift
[154/704] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[155/704] Emitting module DequeModule
[164/721] Compiling DequeModule Deque+Extras.swift
[165/721] Compiling DequeModule Deque+Hashable.swift
[166/721] Compiling DequeModule Deque.swift
[167/721] Compiling DequeModule _DequeBuffer.swift
[168/721] Compiling DequeModule Deque._Storage.swift
[169/721] Compiling DequeModule Deque._UnsafeHandle.swift
[170/721] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[171/721] Compiling HashTreeCollections TreeDictionary+Values.swift
[172/721] Compiling HashTreeCollections TreeDictionary.swift
[173/721] Compiling HashTreeCollections TreeSet+Codable.swift
[174/721] Compiling HashTreeCollections TreeSet+Collection.swift
[175/721] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[176/721] Compiling HashTreeCollections TreeSet+Debugging.swift
[177/721] Compiling HashTreeCollections TreeSet+Descriptions.swift
[178/721] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[179/721] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[180/721] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[181/721] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[182/721] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[183/721] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[184/721] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[185/721] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[186/721] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[187/721] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[188/721] Compiling HashTreeCollections _HashNode.swift
[189/721] Compiling HashTreeCollections _HashNodeHeader.swift
[190/721] Compiling HashTreeCollections _HashSlot.swift
[191/721] Compiling HashTreeCollections _HashStack.swift
[192/721] Compiling HashTreeCollections _HashTreeIterator.swift
[193/721] Compiling HashTreeCollections _HashTreeStatistics.swift
[194/721] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[195/729] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[196/729] Compiling HashTreeCollections TreeDictionary+Filter.swift
[197/729] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[198/729] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[199/729] Compiling HashTreeCollections TreeDictionary+Keys.swift
[200/729] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[201/729] Compiling HashTreeCollections TreeDictionary+Merge.swift
[202/729] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[203/737] Compiling HashTreeCollections _HashNode+Lookups.swift
[204/737] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[205/737] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[206/737] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[207/737] Compiling HashTreeCollections _HashNode+Storage.swift
[208/737] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[209/737] Compiling HashTreeCollections _HashNode+Structural filter.swift
[210/737] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[211/737] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[237/737] Compiling HashTreeCollections _RawHashNode.swift
[238/737] Compiling HashTreeCollections _UnmanagedHashNode.swift
[239/737] Compiling HashTreeCollections _UnsafePath.swift
[240/737] Compiling HashTreeCollections TreeDictionary+Codable.swift
[241/737] Compiling HashTreeCollections TreeDictionary+Collection.swift
[242/737] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[243/737] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[244/737] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[245/737] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[272/737] Emitting module Atomics
[275/737] Compiling HashTreeCollections _HashNode+Structural merge.swift
[276/737] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[277/737] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[278/737] Compiling HashTreeCollections _HashNode+Structural union.swift
[279/737] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[280/737] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[281/737] Compiling DequeModule Deque+Descriptions.swift
[282/737] Compiling DequeModule Deque+Sendable.swift
[283/737] Compiling DequeModule Deque+Testing.swift
[284/737] Compiling DequeModule Deque+Equatable.swift
[285/737] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[286/737] Compiling HashTreeCollections _HashNode+Debugging.swift
[287/737] Compiling HashTreeCollections _HashNode+Initializers.swift
[288/737] Compiling HashTreeCollections _HashNode+Invariants.swift
[289/737] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[290/737] Emitting module Atomics
[291/737] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[292/737] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[293/737] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[294/737] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[295/737] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[296/737] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[297/737] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[298/737] Compiling HashTreeCollections TreeSet.swift
[309/744] Compiling DequeModule _DequeSlot.swift
[312/744] Compiling DequeModule Deque+CustomReflectable.swift
[314/744] Compiling DequeModule Deque+Codable.swift
[315/744] Compiling DequeModule Deque+Collection.swift
[320/744] Compiling DequeModule _DequeBufferHeader.swift
[323/744] Emitting module DequeModule
[324/744] Compiling DequeModule _UnsafeWrappedBuffer.swift
[352/750] Emitting module HashTreeCollections
[369/757] Emitting module RxSwift
[370/773] Compiling VergeTiny Source.swift
[371/773] Emitting module VergeTiny
[373/773] Compiling VergeTiny Source.swift
[374/773] Compiling ConcurrencyTaskManager TaskStackActor.swift
[375/773] Compiling ConcurrencyTaskManager TaskType.swift
[376/773] Compiling ConcurrencyTaskManager TaskQueueActor.swift
[377/773] Compiling ConcurrencyTaskManager TaskManagerActor.swift
[378/773] Compiling ConcurrencyTaskManager _Log.swift
[379/773] Emitting module ConcurrencyTaskManager
[380/773] Compiling ConcurrencyTaskManager TaskStackActor.swift
[381/773] Compiling ConcurrencyTaskManager TaskType.swift
[382/773] Compiling ConcurrencyTaskManager TaskManagerActor.swift
[383/773] Compiling ConcurrencyTaskManager TaskQueueActor.swift
[384/773] Compiling ConcurrencyTaskManager _Log.swift
[385/773] Emitting module ConcurrencyTaskManager
[423/789] Compiling RxSwift Infallible+Zip+arity.swift
[424/789] Compiling RxSwift Infallible.swift
[425/789] Compiling RxSwift InfiniteSequence.swift
[426/789] Compiling RxSwift InvocableScheduledItem.swift
[427/789] Compiling RxSwift InvocableType.swift
[428/789] Compiling RxSwift Just.swift
[429/789] Compiling RxSwift Lock.swift
[430/789] Compiling RxSwift LockOwnerType.swift
[431/789] Compiling RxSwift MainScheduler.swift
[432/789] Compiling RxSwift Map.swift
[433/789] Compiling RxSwift Materialize.swift
[434/789] Compiling RxSwift Maybe.swift
[435/789] Compiling RxSwift Merge.swift
[436/789] Compiling SwiftSyntax SyntaxNodesGHI.swift
[437/789] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[438/789] Compiling SwiftSyntax SyntaxNodesOP.swift
[439/789] Compiling SwiftSyntax SyntaxNodesQRS.swift
[440/789] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[452/789] Compiling RxSwift SingleAsync.swift
[453/789] Compiling RxSwift Sink.swift
[454/789] Compiling RxSwift Skip.swift
[455/789] Compiling RxSwift SkipUntil.swift
[456/789] Compiling RxSwift SkipWhile.swift
[457/789] Compiling RxSwift StartWith.swift
[458/789] Compiling RxSwift SubjectType.swift
[459/789] Compiling RxSwift SubscribeOn.swift
[460/789] Compiling RxSwift SubscriptionDisposable.swift
[461/789] Compiling RxSwift SwiftSupport.swift
[462/789] Compiling RxSwift Switch.swift
[463/789] Compiling RxSwift SwitchIfEmpty.swift
[464/789] Compiling RxSwift SynchronizedDisposeType.swift
[465/789] Compiling RxSwift SynchronizedOnType.swift
[466/789] Compiling RxSwift SynchronizedUnsubscribeType.swift
[467/789] Compiling RxSwift TailRecursiveSink.swift
[500/789] Emitting module RxSwift
[548/789] Compiling SwiftSyntax SyntaxNodesD.swift
[549/789] Compiling SwiftSyntax SyntaxNodesEF.swift
[583/789] Compiling RxSwift Platform.Linux.swift
[584/789] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[585/789] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[586/789] Compiling RxSwift PrimitiveSequence.swift
[587/789] Compiling RxSwift PriorityQueue.swift
[588/789] Compiling RxSwift Producer.swift
[589/789] Compiling RxSwift PublishSubject.swift
[590/789] Compiling RxSwift Queue.swift
[591/789] Compiling RxSwift Range.swift
[592/789] Compiling RxSwift Reactive.swift
[593/789] Compiling RxSwift RecursiveLock.swift
[594/789] Compiling RxSwift RecursiveScheduler.swift
[595/789] Compiling RxSwift Reduce.swift
[596/789] Compiling RxSwift RefCountDisposable.swift
[597/789] Compiling RxSwift Repeat.swift
[598/789] Compiling RxSwift ReplaySubject.swift
[599/789] Compiling RxSwift RetryWhen.swift
[600/789] Compiling RxSwift Rx.swift
[601/789] Compiling RxSwift RxMutableBox.swift
[602/789] Compiling RxSwift Sample.swift
[603/789] Compiling RxSwift Scan.swift
[604/789] Compiling RxSwift ScheduledDisposable.swift
[605/789] Compiling RxSwift ScheduledItem.swift
[606/789] Compiling RxSwift ScheduledItemType.swift
[607/789] Compiling RxSwift SchedulerServices+Emulation.swift
[608/789] Compiling RxSwift SchedulerType.swift
[609/789] Compiling RxSwift Sequence.swift
[610/789] Compiling RxSwift SerialDispatchQueueScheduler.swift
[611/789] Compiling RxSwift SerialDisposable.swift
[612/789] Compiling RxSwift ShareReplayScope.swift
[613/789] Compiling RxSwift Single.swift
[614/789] Compiling RxSwift SingleAssignmentDisposable.swift
[679/789] Compiling RxSwift Take.swift
[680/789] Compiling RxSwift TakeLast.swift
[681/789] Compiling RxSwift TakeWithPredicate.swift
[682/789] Compiling RxSwift Throttle.swift
[683/789] Compiling RxSwift Timeout.swift
[684/789] Compiling RxSwift Timer.swift
[685/789] Compiling RxSwift ToArray.swift
[686/789] Compiling RxSwift Using.swift
[687/789] Compiling RxSwift VirtualTimeConverterType.swift
[688/789] Compiling RxSwift VirtualTimeScheduler.swift
[689/789] Compiling RxSwift Window.swift
[690/789] Compiling RxSwift WithLatestFrom.swift
[691/789] Compiling RxSwift WithUnretained.swift
[692/789] Compiling RxSwift Zip+Collection.swift
[693/789] Compiling RxSwift Zip+arity.swift
[694/789] Compiling RxSwift Zip.swift
[695/795] Compiling RxRelay ReplayRelay.swift
[696/795] Compiling RxRelay Utils.swift
[697/795] Compiling RxRelay PublishRelay.swift
[698/795] Emitting module RxRelay
[699/795] Compiling RxRelay BehaviorRelay.swift
[700/795] Compiling RxRelay Observable+Bind.swift
[717/801] Compiling RxRelay Utils.swift
[718/801] Compiling RxRelay PublishRelay.swift
[719/801] Compiling RxRelay ReplayRelay.swift
[720/801] Compiling RxRelay BehaviorRelay.swift
[721/801] Emitting module RxRelay
[722/801] Compiling RxRelay Observable+Bind.swift
[730/801] Emitting module SwiftSyntax
[730/801] Compiling RxCocoaRuntime _RXKVOObserver.m
[732/801] Compiling RxCocoaRuntime _RX.m
[733/801] Compiling RxCocoaRuntime _RXDelegateProxy.m
[735/801] Compiling RxCocoaRuntime _RX.m
[736/801] Compiling RxCocoaRuntime _RXObjCRuntime.m
[739/973] Compiling RxCocoa UIControl+Rx.swift
[740/973] Compiling RxCocoa UIDatePicker+Rx.swift
[741/973] Compiling RxCocoa RxCollectionViewReactiveArrayDataSource.swift
[742/973] Compiling RxCocoa RxNavigationControllerDelegateProxy.swift
[743/973] Compiling RxCocoa RxPickerViewAdapter.swift
[744/973] Compiling RxCocoa RxPickerViewDataSourceProxy.swift
[745/973] Compiling RxCocoa RxPickerViewDataSourceType.swift
[746/973] Compiling RxCocoa SectionedViewDataSourceType.swift
[747/973] Compiling RxCocoa SharedSequence+Concurrency.swift
[748/973] Compiling RxCocoa SharedSequence+Operators+arity.swift
[749/973] Compiling RxCocoa SharedSequence+Operators.swift
[750/973] Compiling RxCocoa SharedSequence.swift
[751/973] Compiling RxCocoa Signal+Subscription.swift
[752/973] Compiling RxCocoa BehaviorRelay+Driver.swift
[753/973] Compiling RxCocoa RxPickerViewDelegateProxy.swift
[754/973] Compiling RxCocoa RxScrollViewDelegateProxy.swift
[755/973] Compiling RxCocoa RxSearchBarDelegateProxy.swift
[756/973] Compiling RxCocoa RxSearchControllerDelegateProxy.swift
[757/973] Compiling RxCocoa RxTextViewDelegateProxy.swift
[758/973] Compiling RxCocoa RxWKNavigationDelegateProxy.swift
[759/973] Compiling RxCocoa SchedulerType+SharedSequence.swift
[760/973] Compiling RxCocoa RxTabBarControllerDelegateProxy.swift
[761/973] Compiling RxCocoa RxTabBarDelegateProxy.swift
[762/973] Compiling RxCocoa RxTableViewDataSourcePrefetchingProxy.swift
[763/973] Compiling RxCocoa RxTableViewDataSourceProxy.swift
[764/973] Compiling RxCocoa RxTableViewDataSourceType.swift
[765/973] Compiling RxCocoa RxTableViewDelegateProxy.swift
[766/973] Compiling RxCocoa RxTableViewReactiveArrayDataSource.swift
[767/973] Compiling RxCocoa RxTarget.swift
[768/973] Compiling RxCocoa RxTextStorageDelegateProxy.swift
[769/982] Emitting module RxCocoa
[771/991] Compiling RxCocoa NSObject+Rx+KVORepresentable.swift
[772/991] Compiling RxCocoa NSObject+Rx+RawRepresentable.swift
[773/991] Compiling RxCocoa NSObject+Rx.swift
[774/991] Compiling RxCocoa NSSlider+Rx.swift
[775/991] Compiling RxCocoa NSTextField+Rx.swift
[776/991] Compiling RxCocoa NSTextStorage+Rx.swift
[777/991] Compiling RxCocoa NSTextView+Rx.swift
[778/991] Compiling RxCocoa NSView+Rx.swift
[779/991] Compiling RxCocoa NotificationCenter+Rx.swift
[780/991] Compiling RxCocoa Observable+Bind.swift
[790/991] Compiling RxCocoa TextInput.swift
[791/991] Compiling RxCocoa UIActivityIndicatorView+Rx.swift
[792/991] Compiling RxCocoa UIApplication+Rx.swift
[793/991] Compiling RxCocoa UIBarButtonItem+Rx.swift
[794/991] Compiling RxCocoa UIButton+Rx.swift
[795/991] Compiling RxCocoa UICollectionView+Rx.swift
[799/991] Compiling RxCocoa ObservableConvertibleType+Driver.swift
[800/991] Compiling RxCocoa ObservableConvertibleType+SharedSequence.swift
[801/991] Compiling RxCocoa ObservableConvertibleType+Signal.swift
[802/991] Compiling RxCocoa PublishRelay+Signal.swift
[803/991] Compiling RxCocoa RxCocoa.swift
[804/991] Compiling RxCocoa RxCocoaObjCRuntimeError+Extensions.swift
[805/991] Compiling RxCocoa RxCollectionViewDataSourcePrefetchingProxy.swift
[806/991] Compiling RxCocoa RxCollectionViewDataSourceProxy.swift
[807/991] Compiling RxCocoa RxCollectionViewDataSourceType.swift
[808/991] Compiling RxCocoa RxCollectionViewDelegateProxy.swift
[817/991] Compiling RxCocoa Driver+Subscription.swift
[827/991] Compiling RxCocoa ControlEvent+Driver.swift
[828/991] Compiling RxCocoa ControlEvent+Signal.swift
[829/991] Compiling RxCocoa ControlEvent.swift
[830/991] Compiling RxCocoa ControlProperty+Driver.swift
[831/991] Compiling RxCocoa ControlProperty.swift
[832/991] Compiling RxCocoa ControlTarget.swift
[833/991] Compiling RxCocoa DelegateProxy.swift
[834/991] Compiling RxCocoa DelegateProxyType.swift
[835/991] Compiling RxCocoa DispatchQueue+Extensions.swift
[837/991] Compiling RxCocoa UIGestureRecognizer+Rx.swift
[838/991] Compiling RxCocoa UINavigationController+Rx.swift
[839/991] Compiling RxCocoa UIPickerView+Rx.swift
[840/991] Compiling RxCocoa UIRefreshControl+Rx.swift
[841/991] Compiling RxCocoa UIScrollView+Rx.swift
[842/991] Compiling RxCocoa UISearchBar+Rx.swift
[843/991] Compiling RxCocoa UISearchController+Rx.swift
[844/991] Compiling RxCocoa UISegmentedControl+Rx.swift
[845/991] Compiling RxCocoa UISlider+Rx.swift
[846/991] Compiling RxCocoa Signal.swift
[847/991] Compiling RxCocoa UIStepper+Rx.swift
[848/991] Compiling RxCocoa UISwitch+Rx.swift
[849/991] Compiling RxCocoa UITabBar+Rx.swift
[850/991] Compiling RxCocoa UITabBarController+Rx.swift
[851/991] Compiling RxCocoa UITableView+Rx.swift
[852/991] Compiling RxCocoa UITextField+Rx.swift
[853/991] Compiling RxCocoa UITextView+Rx.swift
[854/991] Compiling RxCocoa URLSession+Rx.swift
[855/991] Compiling RxCocoa WKWebView+Rx.swift
[903/991] Compiling RxCocoa Driver.swift
[905/991] Compiling RxCocoa Infallible+Bind.swift
[906/991] Compiling RxCocoa Infallible+Driver.swift
[907/991] Compiling RxCocoa ItemEvents.swift
[908/991] Compiling RxCocoa KVORepresentable+CoreGraphics.swift
[909/991] Compiling RxCocoa KVORepresentable+Swift.swift
[910/991] Compiling RxCocoa KVORepresentable.swift
[911/991] Compiling RxCocoa NSButton+Rx.swift
[913/991] Compiling RxCocoa NSControl+Rx.swift
[986/1049] Compiling SwiftBasicFormat Syntax+Extensions.swift
[987/1049] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[988/1049] Compiling SwiftDiagnostics Message.swift
[989/1050] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[990/1050] Compiling SwiftDiagnostics Note.swift
[991/1050] Compiling SwiftBasicFormat InferIndentation.swift
[992/1050] Compiling SwiftDiagnostics FixIt.swift
[993/1050] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[994/1050] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[995/1050] Emitting module SwiftDiagnostics
[996/1050] Compiling SwiftDiagnostics Diagnostic.swift
[997/1050] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[998/1050] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[999/1050] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[1000/1050] Compiling SwiftDiagnostics Convenience.swift
[1001/1050] Compiling SwiftBasicFormat BasicFormat.swift
[1002/1050] Emitting module SwiftBasicFormat
[1003/1050] Compiling SwiftParser TopLevel.swift
[1004/1050] Compiling SwiftParser TriviaParser.swift
[1005/1050] Compiling SwiftParser Types.swift
[1006/1050] Compiling SwiftParser ExperimentalFeatures.swift
[1007/1054] Compiling SwiftParser UnicodeScalarExtensions.swift
[1008/1054] Compiling SwiftParser Lookahead.swift
[1009/1054] Compiling SwiftParser LoopProgressCondition.swift
[1010/1054] Compiling SwiftParser Modifiers.swift
[1011/1054] Compiling SwiftParser Names.swift
[1012/1054] Compiling SwiftParser TokenConsumer.swift
[1013/1054] Compiling SwiftParser TokenPrecedence.swift
[1014/1054] Compiling SwiftParser TokenSpec.swift
[1015/1054] Compiling SwiftParser TokenSpecSet.swift
[1016/1054] Compiling SwiftParser StringLiterals.swift
[1017/1054] Compiling SwiftParser SwiftParserCompatibility.swift
[1018/1054] Compiling SwiftParser SwiftVersion.swift
[1019/1054] Compiling SwiftParser SyntaxUtils.swift
[1020/1054] Compiling SwiftParser Nominals.swift
[1021/1054] Compiling SwiftParser Parameters.swift
[1022/1054] Compiling SwiftParser ParseSourceFile.swift
[1023/1054] Compiling SwiftParser Parser.swift
[1024/1054] Compiling SwiftParser Patterns.swift
[1025/1054] Compiling SwiftParser Recovery.swift
[1026/1054] Compiling SwiftParser Specifiers.swift
[1027/1054] Compiling SwiftParser Statements.swift
[1028/1054] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1029/1054] Compiling SwiftParser Directives.swift
[1030/1054] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1031/1054] Compiling SwiftParser Expressions.swift
[1032/1054] Compiling SwiftParser IncrementalParseTransition.swift
[1033/1054] Compiling SwiftParser IsValidIdentifier.swift
[1034/1054] Compiling SwiftParser Attributes.swift
[1035/1054] Compiling SwiftParser Availability.swift
[1036/1054] Compiling SwiftParser CharacterInfo.swift
[1037/1054] Compiling SwiftParser CollectionNodes+Parsable.swift
[1038/1054] Compiling SwiftParser Declarations.swift
[1039/1054] Emitting module SwiftParser
[1040/1054] Compiling SwiftParser Cursor.swift
[1041/1054] Compiling SwiftParser Lexeme.swift
[1042/1054] Compiling SwiftParser LexemeSequence.swift
[1043/1054] Compiling SwiftParser Lexer.swift
[1044/1054] Compiling SwiftParser RegexLiteralLexer.swift
[1045/1054] Compiling SwiftParser IsLexerClassified.swift
[1046/1054] Compiling SwiftParser LayoutNodes+Parsable.swift
[1047/1054] Compiling SwiftParser Parser+TokenSpecSet.swift
[1048/1054] Compiling SwiftParser TokenSpecStaticMembers.swift
[1049/1077] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1050/1078] Compiling SwiftOperators OperatorTable.swift
[1051/1078] Compiling SwiftOperators PrecedenceGraph.swift
[1052/1078] Compiling SwiftOperators PrecedenceGroup.swift
[1053/1079] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1054/1079] Compiling SwiftOperators OperatorTable+Semantics.swift
[1055/1079] Compiling SwiftOperators OperatorError+Diagnostics.swift
[1056/1079] Emitting module SwiftOperators
[1057/1079] Compiling SwiftOperators Operator.swift
[1058/1079] Compiling SwiftOperators OperatorTable+Folding.swift
[1059/1079] Compiling SwiftOperators OperatorTable+Defaults.swift
[1060/1079] Compiling SwiftOperators OperatorError.swift
[1061/1079] Compiling SwiftOperators SyntaxSynthesis.swift
[1062/1079] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1063/1079] Compiling SwiftParserDiagnostics Utils.swift
[1064/1079] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1065/1079] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1066/1079] Compiling SwiftParserDiagnostics MissingNodesError.swift
[1067/1079] Compiling SwiftParserDiagnostics MissingTokenError.swift
[1068/1079] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1069/1079] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[1070/1079] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[1071/1079] Emitting module SwiftParserDiagnostics
[1072/1079] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1073/1079] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1074/1094] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1075/1094] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1076/1095] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1077/1095] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1078/1095] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1079/1095] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1080/1095] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1081/1095] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1082/1095] Compiling SwiftSyntaxBuilder Indenter.swift
[1083/1095] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1084/1095] Emitting module SwiftSyntaxBuilder
[1085/1095] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1086/1095] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1087/1095] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1088/1095] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1089/1095] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1090/1113] Compiling SwiftSyntaxMacros Macro.swift
[1091/1113] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[1092/1114] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[1093/1114] Compiling SwiftSyntaxMacros AccessorMacro.swift
[1094/1114] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[1095/1114] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[1096/1114] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[1097/1114] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[1098/1114] Compiling SwiftSyntaxMacros AttachedMacro.swift
[1099/1114] Compiling SwiftSyntaxMacros BodyMacro.swift
[1100/1114] Compiling SwiftSyntaxMacros MemberMacro.swift
[1101/1114] Compiling SwiftSyntaxMacros PeerMacro.swift
[1102/1114] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[1103/1114] Compiling SwiftSyntaxMacros Macro+Format.swift
[1104/1114] Compiling SwiftSyntaxMacros PreambleMacro.swift
[1105/1114] Emitting module SwiftSyntaxMacros
[1106/1114] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[1107/1114] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[1108/1114] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[1109/1124] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1110/1124] Emitting module SwiftSyntaxMacroExpansion
[1111/1124] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1112/1124] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1113/1124] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1114/1124] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1115/1124] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1116/1124] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1117/1124] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1118/1124] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1119/1136] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[1120/1137] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1121/1137] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1122/1137] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[1123/1137] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[1124/1137] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[1125/1137] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1126/1137] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1127/1137] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[1128/1137] Emitting module SwiftCompilerPluginMessageHandling
[1129/1137] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[1130/1137] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[1131/1137] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1132/1139] Emitting module SwiftCompilerPlugin
[1133/1139] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1134/1157] Compiling VergeMacrosPlugin MacroError.swift
[1135/1157] Compiling VergeMacrosPlugin Plugin.swift
[1136/1157] Emitting module VergeMacrosPlugin
[1137/1157] Compiling VergeMacrosPlugin KeyPathMap.swift
/Users/admin/builder/spi-builder-workspace/Sources/VergeMacrosPlugin/KeyPathMap.swift:14:25: warning: 'argumentList' is deprecated: renamed to 'arguments'
12 |   public static func expansion(of node: some SwiftSyntax.FreestandingMacroExpansionSyntax, in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> SwiftSyntax.ExprSyntax {
13 |
14 |     let keyPahts = node.argumentList
   |                         |- warning: 'argumentList' is deprecated: renamed to 'arguments'
   |                         `- note: use 'arguments' instead
15 |
16 |     let names: [(String, KeyPathComponentListSyntax)] = {
/Users/admin/builder/spi-builder-workspace/Sources/VergeMacrosPlugin/KeyPathMap.swift:18:34: warning: 'cast' is deprecated: This cast will always succeed
16 |     let names: [(String, KeyPathComponentListSyntax)] = {
17 |       return keyPahts.map { keyPath in
18 |         let components = keyPath.cast(LabeledExprSyntax.self).expression.cast(
   |                                  `- warning: 'cast' is deprecated: This cast will always succeed
19 |           KeyPathExprSyntax.self
20 |         ).components
/Users/admin/builder/spi-builder-workspace/Sources/VergeMacrosPlugin/KeyPathMap.swift:25:16: warning: 'cast' is deprecated: This cast will always succeed
23 |         components
24 |           .map {
25 |             $0.cast(KeyPathComponentSyntax.self).component.cast(
   |                `- warning: 'cast' is deprecated: This cast will always succeed
26 |               KeyPathPropertyComponentSyntax.self
27 |             ).declName.baseName.description
[1137/1157] Write Objects.LinkFileList
[1139/1157] Compiling StateStructMacros PrimitiveTrackingPropertyMacro.swift
[1140/1157] Compiling StateStructMacros TrackingIgnoredMacro.swift
[1141/1157] Compiling StateStructMacros Plugin.swift
[1142/1157] Compiling StateStructMacros KnownTypes.swift
[1143/1157] Compiling StateStructMacros TrackingMacro.swift
[1144/1157] Compiling StateStructMacros COWTrackingPropertyMacro.swift
[1145/1157] Emitting module StateStructMacros
[1145/1157] Write Objects.LinkFileList
[1146/1157] Linking VergeMacrosPlugin-tool
[1147/1157] Linking StateStructMacros-tool
[1149/1181] Emitting module VergeMacros
[1150/1181] Compiling VergeMacros Source.swift
[1152/1181] Emitting module VergeMacros
[1153/1181] Compiling StateStruct TrackingRuntime.swift
[1155/1183] Compiling StateStruct _TrackingContext.swift
[1157/1183] Compiling StateStruct TrackingObject.swift
[1158/1183] Compiling StateStruct TrackingResult.swift
[1160/1183] Compiling StateStruct TrackingObject.swift
[1161/1183] Compiling NormalizationMacrosPlugin TableMacro.swift
[1162/1183] Compiling StateStruct PropertyNode.swift
[1163/1183] Compiling NormalizationMacrosPlugin Plugin.swift
[1164/1183] Compiling NormalizationMacrosPlugin NormalizedStorageMacro.swift
[1165/1183] Compiling NormalizationMacrosPlugin IndexMacro.swift
[1166/1183] Emitting module NormalizationMacrosPlugin
[1167/1183] Compiling NormalizationMacrosPlugin MacroError.swift
[1168/1183] Compiling NormalizationMacrosPlugin DatabaseStateMacro.swift
[1168/1183] Write Objects.LinkFileList
[1170/1183] Emitting module StateStruct
[1171/1183] Compiling StateStruct Referencing.swift
[1172/1183] Emitting module StateStruct
[1173/1183] Compiling StateStruct PropertyNode.swift
[1174/1183] Compiling StateStruct PropertyPath.swift
[1175/1183] Compiling StateStruct Array+modify.swift
[1176/1183] Compiling StateStruct CopyOnWrite.swift
[1177/1183] Compiling StateStruct Source.swift
[1178/1183] Compiling StateStruct Referencing.swift
[1179/1183] Compiling StateStruct PropertyPath.swift
[1180/1183] Compiling StateStruct CopyOnWrite.swift
[1181/1183] Compiling StateStruct Array+modify.swift
[1182/1183] Compiling StateStruct Source.swift
[1182/1279] Linking NormalizationMacrosPlugin-tool
[1184/1303] Compiling Normalization Selector.swift
[1185/1303] Compiling Normalization NormalizedStorageType.swift
[1186/1303] Compiling Normalization TableType.swift
[1187/1303] Compiling Normalization Normalization.swift
[1188/1303] Compiling Normalization NormalizedStorageComparators.swift
[1189/1304] Compiling Normalization TableType.swift
[1192/1304] Compiling Normalization Tables.Hash.swift
[1193/1304] Compiling Normalization Selector.swift
[1194/1304] Compiling Normalization NormalizedStorageType.swift
[1195/1305] Compiling Normalization VergeNormalization.swift
[1197/1305] Compiling Normalization EntityType.swift
[1199/1305] Compiling Normalization Indexes.swift
[1201/1305] Emitting module Normalization
[1203/1305] Compiling Normalization Tables.swift
[1204/1305] Compiling Normalization UpdatedMarker.swift
[1206/1305] Compiling Normalization VergeNormalization+Macros.swift
[1207/1305] Compiling Normalization Tables.swift
[1208/1305] Compiling Normalization Tables.Hash.swift
[1209/1305] Compiling Normalization VergeNormalization+Macros.swift
[1210/1305] Compiling Verge Log.swift
[1211/1305] Compiling Verge Signpost.swift
[1212/1305] Compiling Verge UIStateStore.swift
[1213/1305] Compiling Verge OnReceive.swift
[1214/1305] Compiling Verge Reading.swift
[1215/1305] Compiling Verge VergeAnyCancellable.swift
[1216/1310] Compiling Verge OnReceive.swift
[1217/1310] Compiling Verge Reading.swift
[1218/1310] Compiling Verge StoreObject.swift
[1219/1310] Compiling Verge StoreReader.swift
[1220/1310] Compiling Verge Derived+Assign.swift
[1225/1315] Compiling Verge Sendable.swift
[1226/1315] Compiling Verge StoreType+Assignee.swift
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreType+Assignee.swift:88:11: warning: initialization of immutable value 'changes' was never used; consider replacing with assignment to '_' or removing it
 86 |   ) -> Assignee<Changes<Value>> {
 87 |     return { [weak store] value in
 88 |       let changes = value.map { Optional.some($0) }
    |           `- warning: initialization of immutable value 'changes' was never used; consider replacing with assignment to '_' or removing it
 89 |       store?.asStore().commit {
 90 |         $0[keyPath: keyPath] = .some(value.primitive)
[1227/1315] Compiling Verge AnyTargetQueue.swift
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreType+Assignee.swift:88:11: warning: initialization of immutable value 'changes' was never used; consider replacing with assignment to '_' or removing it
 86 |   ) -> Assignee<Changes<Value>> {
 87 |     return { [weak store] value in
 88 |       let changes = value.map { Optional.some($0) }
    |           `- warning: initialization of immutable value 'changes' was never used; consider replacing with assignment to '_' or removing it
 89 |       store?.asStore().commit {
 90 |         $0[keyPath: keyPath] = .some(value.primitive)
[1228/1315] Compiling Verge Changes.swift
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreType+Assignee.swift:88:11: warning: initialization of immutable value 'changes' was never used; consider replacing with assignment to '_' or removing it
 86 |   ) -> Assignee<Changes<Value>> {
 87 |     return { [weak store] value in
 88 |       let changes = value.map { Optional.some($0) }
    |           `- warning: initialization of immutable value 'changes' was never used; consider replacing with assignment to '_' or removing it
 89 |       store?.asStore().commit {
 90 |         $0[keyPath: keyPath] = .some(value.primitive)
[1229/1315] Compiling Verge DetachedDispatcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreType+Assignee.swift:88:11: warning: initialization of immutable value 'changes' was never used; consider replacing with assignment to '_' or removing it
 86 |   ) -> Assignee<Changes<Value>> {
 87 |     return { [weak store] value in
 88 |       let changes = value.map { Optional.some($0) }
    |           `- warning: initialization of immutable value 'changes' was never used; consider replacing with assignment to '_' or removing it
 89 |       store?.asStore().commit {
 90 |         $0[keyPath: keyPath] = .some(value.primitive)
[1230/1315] Compiling Verge KeyObject.swift
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreType+Assignee.swift:88:11: warning: initialization of immutable value 'changes' was never used; consider replacing with assignment to '_' or removing it
 86 |   ) -> Assignee<Changes<Value>> {
 87 |     return { [weak store] value in
 88 |       let changes = value.map { Optional.some($0) }
    |           `- warning: initialization of immutable value 'changes' was never used; consider replacing with assignment to '_' or removing it
 89 |       store?.asStore().commit {
 90 |         $0[keyPath: keyPath] = .some(value.primitive)
[1231/1315] Emitting module Verge
[1233/1315] Compiling Verge Derived.swift
[1234/1315] Compiling Verge BackgroundDeallocationQueue.swift
[1235/1315] Compiling Verge CachedMap.swift
[1236/1315] Compiling Verge EventEmitter.swift
[1237/1315] Compiling Verge InoutRef.swift
[1238/1315] Emitting module Verge
[1243/1315] Compiling Verge NonAtomicCounter.swift
[1250/1315] Compiling Verge Derived+Assign.swift
[1251/1315] Compiling Verge Derived.swift
[1252/1315] Compiling Verge BackgroundDeallocationQueue.swift
[1253/1315] Compiling Verge CachedMap.swift
[1254/1315] Compiling Verge VergeConcurrency+SynchronizationTracker.swift
[1255/1315] Compiling Verge VergeConcurrency.swift
[1256/1315] Compiling Verge Edge.swift
[1257/1315] Compiling Verge ReferenceEdge.swift
[1258/1315] Compiling Verge ThunkToMainActor.swift
[1259/1315] Compiling Verge Verge.swift
[1260/1315] Compiling Verge macros.swift
[1266/1315] Compiling Verge StoreDriverType+Accumulator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreType+Assignee.swift:88:11: warning: initialization of immutable value 'changes' was never used; consider replacing with assignment to '_' or removing it
 86 |   ) -> Assignee<Changes<Value>> {
 87 |     return { [weak store] value in
 88 |       let changes = value.map { Optional.some($0) }
    |           `- warning: initialization of immutable value 'changes' was never used; consider replacing with assignment to '_' or removing it
 89 |       store?.asStore().commit {
 90 |         $0[keyPath: keyPath] = .some(value.primitive)
[1267/1315] Compiling Verge StoreDriverType.swift
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreType+Assignee.swift:88:11: warning: initialization of immutable value 'changes' was never used; consider replacing with assignment to '_' or removing it
 86 |   ) -> Assignee<Changes<Value>> {
 87 |     return { [weak store] value in
 88 |       let changes = value.map { Optional.some($0) }
    |           `- warning: initialization of immutable value 'changes' was never used; consider replacing with assignment to '_' or removing it
 89 |       store?.asStore().commit {
 90 |         $0[keyPath: keyPath] = .some(value.primitive)
[1268/1315] Compiling Verge StoreMiddleware.swift
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreType+Assignee.swift:88:11: warning: initialization of immutable value 'changes' was never used; consider replacing with assignment to '_' or removing it
 86 |   ) -> Assignee<Changes<Value>> {
 87 |     return { [weak store] value in
 88 |       let changes = value.map { Optional.some($0) }
    |           `- warning: initialization of immutable value 'changes' was never used; consider replacing with assignment to '_' or removing it
 89 |       store?.asStore().commit {
 90 |         $0[keyPath: keyPath] = .some(value.primitive)
[1269/1315] Compiling Verge StoreOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreType+Assignee.swift:88:11: warning: initialization of immutable value 'changes' was never used; consider replacing with assignment to '_' or removing it
 86 |   ) -> Assignee<Changes<Value>> {
 87 |     return { [weak store] value in
 88 |       let changes = value.map { Optional.some($0) }
    |           `- warning: initialization of immutable value 'changes' was never used; consider replacing with assignment to '_' or removing it
 89 |       store?.asStore().commit {
 90 |         $0[keyPath: keyPath] = .some(value.primitive)
[1270/1315] Compiling Verge UIStateStore.swift
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreType+Assignee.swift:88:11: warning: initialization of immutable value 'changes' was never used; consider replacing with assignment to '_' or removing it
 86 |   ) -> Assignee<Changes<Value>> {
 87 |     return { [weak store] value in
 88 |       let changes = value.map { Optional.some($0) }
    |           `- warning: initialization of immutable value 'changes' was never used; consider replacing with assignment to '_' or removing it
 89 |       store?.asStore().commit {
 90 |         $0[keyPath: keyPath] = .some(value.primitive)
[1278/1315] Compiling Verge Store.swift
[1279/1315] Compiling Verge StoreDriverType+Accumulator.swift
[1280/1315] Compiling Verge StoreDriverType.swift
[1286/1315] Compiling Verge Pipeline.swift
[1287/1315] Compiling Verge Scan.swift
[1288/1315] Compiling Verge VergeConcurrency+SynchronizationTracker.swift
[1289/1315] Compiling Verge VergeConcurrency.swift
[1290/1315] Compiling Verge _BackingStorage+.swift
[1291/1315] Compiling Verge Store.swift
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreDriverType.swift:345:9: warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it
343 |   ) rethrows -> Result {
344 |
345 |     let trace = MutationTrace(
    |         `- warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it
346 |       name: name,
347 |       file: file,
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreDriverType.swift:345:9: warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it
343 |   ) rethrows -> Result {
344 |
345 |     let trace = MutationTrace(
    |         `- warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it
346 |       name: name,
347 |       file: file,
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreDriverType.swift:345:9: warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it
343 |   ) rethrows -> Result {
344 |
345 |     let trace = MutationTrace(
    |         `- warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it
346 |       name: name,
347 |       file: file,
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreDriverType.swift:345:9: warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it
343 |   ) rethrows -> Result {
344 |
345 |     let trace = MutationTrace(
    |         `- warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it
346 |       name: name,
347 |       file: file,
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreDriverType.swift:345:9: warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it
343 |   ) rethrows -> Result {
344 |
345 |     let trace = MutationTrace(
    |         `- warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it
346 |       name: name,
347 |       file: file,
/Users/admin/builder/spi-builder-workspace/Sources/Verge/SwiftUI/Reading.swift:99:42: warning: result of call to 'retain()' is unused
 97 |       switch mode {
 98 |       case .strong:
 99 |         Unmanaged.passUnretained(object).retain()
    |                                          `- warning: result of call to 'retain()' is unused
100 |       case .unowned:
101 |         break
/Users/admin/builder/spi-builder-workspace/Sources/Verge/SwiftUI/Reading.swift:313:15: warning: variable '_currentState' was never mutated; consider changing to 'let' constant
311 |     }
312 |
313 |     guard var _currentState, let _currentStateVersion else {
    |               `- warning: variable '_currentState' was never mutated; consider changing to 'let' constant
314 |       return nil
315 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Verge/SwiftUI/Reading.swift:99:42: warning: result of call to 'retain()' is unused
 97 |       switch mode {
 98 |       case .strong:
 99 |         Unmanaged.passUnretained(object).retain()
    |                                          `- warning: result of call to 'retain()' is unused
100 |       case .unowned:
101 |         break
/Users/admin/builder/spi-builder-workspace/Sources/Verge/SwiftUI/Reading.swift:313:15: warning: variable '_currentState' was never mutated; consider changing to 'let' constant
311 |     }
312 |
313 |     guard var _currentState, let _currentStateVersion else {
    |               `- warning: variable '_currentState' was never mutated; consider changing to 'let' constant
314 |       return nil
315 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Verge/SwiftUI/Reading.swift:99:42: warning: result of call to 'retain()' is unused
 97 |       switch mode {
 98 |       case .strong:
 99 |         Unmanaged.passUnretained(object).retain()
    |                                          `- warning: result of call to 'retain()' is unused
100 |       case .unowned:
101 |         break
/Users/admin/builder/spi-builder-workspace/Sources/Verge/SwiftUI/Reading.swift:313:15: warning: variable '_currentState' was never mutated; consider changing to 'let' constant
311 |     }
312 |
313 |     guard var _currentState, let _currentStateVersion else {
    |               `- warning: variable '_currentState' was never mutated; consider changing to 'let' constant
314 |       return nil
315 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Verge/SwiftUI/Reading.swift:99:42: warning: result of call to 'retain()' is unused
 97 |       switch mode {
 98 |       case .strong:
 99 |         Unmanaged.passUnretained(object).retain()
    |                                          `- warning: result of call to 'retain()' is unused
100 |       case .unowned:
101 |         break
/Users/admin/builder/spi-builder-workspace/Sources/Verge/SwiftUI/Reading.swift:313:15: warning: variable '_currentState' was never mutated; consider changing to 'let' constant
311 |     }
312 |
313 |     guard var _currentState, let _currentStateVersion else {
    |               `- warning: variable '_currentState' was never mutated; consider changing to 'let' constant
314 |       return nil
315 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Verge/SwiftUI/Reading.swift:99:42: warning: result of call to 'retain()' is unused
 97 |       switch mode {
 98 |       case .strong:
 99 |         Unmanaged.passUnretained(object).retain()
    |                                          `- warning: result of call to 'retain()' is unused
100 |       case .unowned:
101 |         break
/Users/admin/builder/spi-builder-workspace/Sources/Verge/SwiftUI/Reading.swift:313:15: warning: variable '_currentState' was never mutated; consider changing to 'let' constant
311 |     }
312 |
313 |     guard var _currentState, let _currentStateVersion else {
    |               `- warning: variable '_currentState' was never mutated; consider changing to 'let' constant
314 |       return nil
315 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreDriverType.swift:345:9: warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it
343 |   ) rethrows -> Result {
344 |
345 |     let trace = MutationTrace(
    |         `- warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it
346 |       name: name,
347 |       file: file,
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreDriverType.swift:345:9: warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it
343 |   ) rethrows -> Result {
344 |
345 |     let trace = MutationTrace(
    |         `- warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it
346 |       name: name,
347 |       file: file,
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreDriverType.swift:345:9: warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it
343 |   ) rethrows -> Result {
344 |
345 |     let trace = MutationTrace(
    |         `- warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it
346 |       name: name,
347 |       file: file,
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreDriverType.swift:345:9: warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it
343 |   ) rethrows -> Result {
344 |
345 |     let trace = MutationTrace(
    |         `- warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it
346 |       name: name,
347 |       file: file,
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreDriverType.swift:345:9: warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it
343 |   ) rethrows -> Result {
344 |
345 |     let trace = MutationTrace(
    |         `- warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it
346 |       name: name,
347 |       file: file,
/Users/admin/builder/spi-builder-workspace/Sources/Verge/SwiftUI/Reading.swift:99:42: warning: result of call to 'retain()' is unused
 97 |       switch mode {
 98 |       case .strong:
 99 |         Unmanaged.passUnretained(object).retain()
    |                                          `- warning: result of call to 'retain()' is unused
100 |       case .unowned:
101 |         break
/Users/admin/builder/spi-builder-workspace/Sources/Verge/SwiftUI/Reading.swift:313:15: warning: variable '_currentState' was never mutated; consider changing to 'let' constant
311 |     }
312 |
313 |     guard var _currentState, let _currentStateVersion else {
    |               `- warning: variable '_currentState' was never mutated; consider changing to 'let' constant
314 |       return nil
315 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Verge/SwiftUI/Reading.swift:99:42: warning: result of call to 'retain()' is unused
 97 |       switch mode {
 98 |       case .strong:
 99 |         Unmanaged.passUnretained(object).retain()
    |                                          `- warning: result of call to 'retain()' is unused
100 |       case .unowned:
101 |         break
/Users/admin/builder/spi-builder-workspace/Sources/Verge/SwiftUI/Reading.swift:313:15: warning: variable '_currentState' was never mutated; consider changing to 'let' constant
311 |     }
312 |
313 |     guard var _currentState, let _currentStateVersion else {
    |               `- warning: variable '_currentState' was never mutated; consider changing to 'let' constant
314 |       return nil
315 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Verge/SwiftUI/Reading.swift:99:42: warning: result of call to 'retain()' is unused
 97 |       switch mode {
 98 |       case .strong:
 99 |         Unmanaged.passUnretained(object).retain()
    |                                          `- warning: result of call to 'retain()' is unused
100 |       case .unowned:
101 |         break
/Users/admin/builder/spi-builder-workspace/Sources/Verge/SwiftUI/Reading.swift:313:15: warning: variable '_currentState' was never mutated; consider changing to 'let' constant
311 |     }
312 |
313 |     guard var _currentState, let _currentStateVersion else {
    |               `- warning: variable '_currentState' was never mutated; consider changing to 'let' constant
314 |       return nil
315 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Verge/SwiftUI/Reading.swift:99:42: warning: result of call to 'retain()' is unused
 97 |       switch mode {
 98 |       case .strong:
 99 |         Unmanaged.passUnretained(object).retain()
    |                                          `- warning: result of call to 'retain()' is unused
100 |       case .unowned:
101 |         break
/Users/admin/builder/spi-builder-workspace/Sources/Verge/SwiftUI/Reading.swift:313:15: warning: variable '_currentState' was never mutated; consider changing to 'let' constant
311 |     }
312 |
313 |     guard var _currentState, let _currentStateVersion else {
    |               `- warning: variable '_currentState' was never mutated; consider changing to 'let' constant
314 |       return nil
315 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Verge/SwiftUI/Reading.swift:99:42: warning: result of call to 'retain()' is unused
 97 |       switch mode {
 98 |       case .strong:
 99 |         Unmanaged.passUnretained(object).retain()
    |                                          `- warning: result of call to 'retain()' is unused
100 |       case .unowned:
101 |         break
/Users/admin/builder/spi-builder-workspace/Sources/Verge/SwiftUI/Reading.swift:313:15: warning: variable '_currentState' was never mutated; consider changing to 'let' constant
311 |     }
312 |
313 |     guard var _currentState, let _currentStateVersion else {
    |               `- warning: variable '_currentState' was never mutated; consider changing to 'let' constant
314 |       return nil
315 |     }
[1316/1339] Compiling VergeNormalizationDerived VergeNormalizationDerived.swift
[1317/1339] Compiling VergeNormalizationDerived StoreType+.swift
[1318/1339] Compiling VergeNormalizationDerived VergeNormalizationDerived.swift
[1319/1339] Compiling VergeNormalizationDerived StoreType+.swift
[1320/1339] Compiling VergeNormalizationDerived NonNullEntityWrapper.swift
[1321/1339] Compiling VergeNormalizationDerived EntityType+Typealias.swift
[1322/1339] Compiling VergeNormalizationDerived DerivedMaking+.swift
[1323/1339] Compiling VergeNormalizationDerived EntityWrapper.swift
[1324/1339] Emitting module VergeNormalizationDerived
[1325/1339] Compiling VergeNormalizationDerived DerivedResult.swift
[1326/1339] Compiling VergeNormalizationDerived Pipelines.swift
[1327/1339] Compiling VergeNormalizationDerived EntityWrapper.swift
[1328/1339] Compiling VergeNormalizationDerived NonNullEntityWrapper.swift
[1329/1339] Compiling VergeNormalizationDerived EntityType+Typealias.swift
[1330/1339] Compiling VergeNormalizationDerived Pipelines.swift
[1331/1339] Compiling VergeNormalizationDerived DerivedResult.swift
[1332/1339] Emitting module VergeNormalizationDerived
[1333/1339] Compiling VergeNormalizationDerived DerivedMaking+.swift
[1334/1339] Compiling VergeRx Store+Rx.swift
[1336/1339] Compiling VergeRx Extensions.swift
[1337/1339] Emitting module VergeRx
[1339/1339] Compiling VergeRx Extensions.swift
[1340/1353] Emitting module VergeClassic
[1341/1353] Compiling VergeClassic Verge+Extension.swift
[1342/1353] Compiling VergeClassic Storage.swift
[1343/1353] Compiling VergeClassic Extensions.swift
[1344/1353] Emitting module VergeClassic
[1345/1353] Compiling VergeClassic Storage+Rx.swift
[1346/1353] Compiling VergeClassic Emitter.swift
[1347/1353] Compiling VergeClassic VergeClassic.swift
[1348/1353] Compiling VergeClassic Verge+Extension.swift
[1349/1353] Compiling VergeClassic Emitter.swift
[1350/1353] Compiling VergeClassic Extensions.swift
[1351/1353] Compiling VergeClassic Storage+Rx.swift
[1352/1353] Compiling VergeClassic Storage.swift
[1353/1353] Compiling VergeClassic VergeClassic.swift
Build complete! (44.43s)
warning: 'normalization': 'normalization' dependency on 'https://github.com/apple/swift-syntax.git' conflicts with dependency on 'https://github.com/swiftlang/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
warning: 'spi-builder-workspace': found 3 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/VergeClassic/Info.plist
    /Users/admin/builder/spi-builder-workspace/Sources/VergeClassic/Verge@2x.png
    /Users/admin/builder/spi-builder-workspace/Sources/VergeClassic/demo.gif
Build complete.
{
  "dependencies" : [
    {
      "identity" : "rxswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ReactiveX/RxSwift.git"
    },
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    },
    {
      "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-concurrency-task-manager",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/VergeGroup/swift-concurrency-task-manager"
    },
    {
      "identity" : "typedcomparator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/VergeGroup/TypedComparator"
    },
    {
      "identity" : "normalization",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/VergeGroup/Normalization"
    },
    {
      "identity" : "swift-macro-state-struct",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/VergeGroup/swift-macro-state-struct"
    },
    {
      "identity" : "viewinspector",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.10.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nalexn/ViewInspector.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing.git"
    }
  ],
  "manifest_display_name" : "Verge",
  "name" : "Verge",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Verge",
      "targets" : [
        "Verge"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "VergeTiny",
      "targets" : [
        "VergeTiny"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "VergeNormalizationDerived",
      "targets" : [
        "VergeNormalizationDerived"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "VergeRx",
      "targets" : [
        "VergeRx"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "VergeClassic",
      "targets" : [
        "VergeClassic"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "VergeMacros",
      "targets" : [
        "VergeMacros"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "VergeMacrosPlugin",
      "targets" : [
        "VergeMacrosPlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "VergeTinyTests",
      "module_type" : "SwiftTarget",
      "name" : "VergeTinyTests",
      "path" : "Tests/VergeTinyTests",
      "sources" : [
        "VergeTinyTests.swift"
      ],
      "target_dependencies" : [
        "VergeTiny"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VergeTiny",
      "module_type" : "SwiftTarget",
      "name" : "VergeTiny",
      "path" : "Sources/VergeTiny",
      "product_memberships" : [
        "VergeTiny"
      ],
      "sources" : [
        "Source.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "VergeTests",
      "module_type" : "SwiftTarget",
      "name" : "VergeTests",
      "path" : "Tests/VergeTests",
      "product_dependencies" : [
        "ViewInspector"
      ],
      "sources" : [
        "AccumulationTests.swift",
        "ActivityTests.swift",
        "BindingDerivedTests.swift",
        "CachedMapTests.swift",
        "ChangesTests.swift",
        "ComparerTests.swift",
        "ConcurrencyTests.swift",
        "CopyPerformance.swift",
        "CounterTests.swift",
        "DemoState.swift",
        "DerivedTests.swift",
        "EdgeTests.swift",
        "EventEmitterTests.swift",
        "FilterTests.swift",
        "IsolatedContextTests.swift",
        "OldComparer.swift",
        "PerformanceTests.swift",
        "PipelineTests.swift",
        "ReferenceEdgeTests.swift",
        "Retain/PublisherCompletionTests.swift",
        "Retain/StoreSinkSusbscriptionTests.swift",
        "RunLoopTests.swift",
        "Sample.swift",
        "StateTypeTests.swift",
        "StoreAndDerivedTests.swift",
        "StoreInitTests.swift",
        "StoreMiddlewareTests.swift",
        "StoreSinkTests.swift",
        "StoreTaskTests.swift",
        "SynchronizeDisplayValueTests.swift",
        "SyntaxTests.swift",
        "TransactionTests.swift",
        "Usage.swift",
        "VergeStoreTests.swift"
      ],
      "target_dependencies" : [
        "Verge"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VergeRxTests",
      "module_type" : "SwiftTarget",
      "name" : "VergeRxTests",
      "path" : "Tests/VergeRxTests",
      "sources" : [
        "ChangedOperatorTests.swift",
        "DemoState.swift",
        "ReproduceDeadlockTests.swift",
        "SubjectCompletionTests.swift",
        "VergeRxTests.swift"
      ],
      "target_dependencies" : [
        "VergeRx",
        "VergeClassic"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VergeRx",
      "module_type" : "SwiftTarget",
      "name" : "VergeRx",
      "path" : "Sources/VergeRx",
      "product_dependencies" : [
        "RxSwift",
        "RxCocoa"
      ],
      "product_memberships" : [
        "VergeRx",
        "VergeClassic"
      ],
      "sources" : [
        "Extensions.swift",
        "Store+Rx.swift"
      ],
      "target_dependencies" : [
        "Verge"
      ],
      "type" : "library"
    },
    {
      "c99name" : "VergeNormalizationDerivedTests",
      "module_type" : "SwiftTarget",
      "name" : "VergeNormalizationDerivedTests",
      "path" : "Tests/VergeNormalizationDerivedTests",
      "sources" : [
        "CombiningTests.swift",
        "DemoState.swift",
        "VergeNormalizationDerivedTests.swift"
      ],
      "target_dependencies" : [
        "VergeNormalizationDerived"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VergeNormalizationDerived",
      "module_type" : "SwiftTarget",
      "name" : "VergeNormalizationDerived",
      "path" : "Sources/VergeNormalizationDerived",
      "product_dependencies" : [
        "Normalization",
        "HashTreeCollections"
      ],
      "product_memberships" : [
        "VergeNormalizationDerived"
      ],
      "sources" : [
        "DerivedMaking+.swift",
        "DerivedResult.swift",
        "EntityType+Typealias.swift",
        "EntityWrapper.swift",
        "NonNullEntityWrapper.swift",
        "Pipelines.swift",
        "StoreType+.swift",
        "VergeNormalizationDerived.swift"
      ],
      "target_dependencies" : [
        "Verge"
      ],
      "type" : "library"
    },
    {
      "c99name" : "VergeMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "VergeMacrosTests",
      "path" : "Tests/VergeMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport",
        "MacroTesting"
      ],
      "sources" : [
        "KeyPathMapTests.swift"
      ],
      "target_dependencies" : [
        "VergeMacrosPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VergeMacrosPlugin",
      "module_type" : "SwiftTarget",
      "name" : "VergeMacrosPlugin",
      "path" : "Sources/VergeMacrosPlugin",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "Verge",
        "VergeNormalizationDerived",
        "VergeRx",
        "VergeClassic",
        "VergeMacros",
        "VergeMacrosPlugin"
      ],
      "sources" : [
        "KeyPathMap.swift",
        "MacroError.swift",
        "Plugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "VergeMacros",
      "module_type" : "SwiftTarget",
      "name" : "VergeMacros",
      "path" : "Sources/VergeMacros",
      "product_memberships" : [
        "Verge",
        "VergeNormalizationDerived",
        "VergeRx",
        "VergeClassic",
        "VergeMacros"
      ],
      "sources" : [
        "Source.swift"
      ],
      "target_dependencies" : [
        "VergeMacrosPlugin"
      ],
      "type" : "library"
    },
    {
      "c99name" : "VergeClassic",
      "module_type" : "SwiftTarget",
      "name" : "VergeClassic",
      "path" : "Sources/VergeClassic",
      "product_memberships" : [
        "VergeClassic"
      ],
      "sources" : [
        "Emitter.swift",
        "Extensions.swift",
        "Storage+Rx.swift",
        "Storage.swift",
        "Verge+Extension.swift",
        "VergeClassic.swift"
      ],
      "target_dependencies" : [
        "VergeRx"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Verge",
      "module_type" : "SwiftTarget",
      "name" : "Verge",
      "path" : "Sources/Verge",
      "product_dependencies" : [
        "StateStruct",
        "TypedComparator",
        "Atomics",
        "DequeModule",
        "ConcurrencyTaskManager"
      ],
      "product_memberships" : [
        "Verge",
        "VergeNormalizationDerived",
        "VergeRx",
        "VergeClassic"
      ],
      "sources" : [
        "Derived/Derived+Assign.swift",
        "Derived/Derived.swift",
        "Library/BackgroundDeallocationQueue.swift",
        "Library/CachedMap.swift",
        "Library/EventEmitter.swift",
        "Library/InoutRef.swift",
        "Library/Log.swift",
        "Library/Signpost.swift",
        "Library/StoreActivitySubscription.swift",
        "Library/StoreStateSubscription.swift",
        "Library/StoreSubscriptionBase.swift",
        "Library/VergeAnyCancellable.swift",
        "Library/VergeConcurrency+SynchronizationTracker.swift",
        "Library/VergeConcurrency.swift",
        "Library/_BackingStorage+.swift",
        "Logging/ActivityTrace.swift",
        "Logging/DefaultStoreLogger.swift",
        "Logging/MutationTrace.swift",
        "Logging/RuntimeError.swift",
        "Logging/RuntimeSanitizer.swift",
        "Logging/StoreLogger.swift",
        "Sendable.swift",
        "Store/AnyTargetQueue.swift",
        "Store/Changes.swift",
        "Store/DetachedDispatcher.swift",
        "Store/KeyObject.swift",
        "Store/NonAtomicCounter.swift",
        "Store/Pipeline.swift",
        "Store/Scan.swift",
        "Store/StateType.swift",
        "Store/Store+Combine.swift",
        "Store/Store+RunLoop.swift",
        "Store/Store.swift",
        "Store/StoreDriverType+Accumulator.swift",
        "Store/StoreDriverType.swift",
        "Store/StoreMiddleware.swift",
        "Store/StoreOperation.swift",
        "Store/StoreType+Assignee.swift",
        "Store/StoreType+BindingDerived.swift",
        "Store/StoreType+Derived.swift",
        "Store/StoreWrapperType.swift",
        "Store/Transaction.swift",
        "Store/UIStateStore.swift",
        "SwiftUI/OnReceive.swift",
        "SwiftUI/Reading.swift",
        "SwiftUI/StoreObject.swift",
        "SwiftUI/StoreReader.swift",
        "Utility/Edge.swift",
        "Utility/ReferenceEdge.swift",
        "Utility/ThunkToMainActor.swift",
        "Verge.swift",
        "macros.swift"
      ],
      "target_dependencies" : [
        "VergeMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/vergegroup/swift-verge/main
Repository:               VergeGroup/swift-Verge
Swift version used:       6.1
Target:                   Verge
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
 * branch            4633b45fc732d8c55568be09dd852f9dc1582c25 -> FETCH_HEAD
HEAD is now at 4633b45 Update the artifact
Cloned https://github.com/swiftlang/swift-docc-render-artifact
Extracting symbol information for 'Verge'...
Finished extracting symbol information for 'Verge'. (21.07s)
Building documentation for 'Verge'...
warning: 'StoreSubscription' doesn't exist at '/Verge/Store/assign(queue:to:)'
  --> ../Derived/Derived+Assign.swift:27:72-27:89
25 |    Assigns a Store's state to a property of a store.
26 |
27 +    - Returns: a cancellable. See detail of handling cancellable from ``StoreSubscription``'s docs
28 |    */
29 |   public func assign(
warning: 'StoreSubscription' doesn't exist at '/Verge/DetachedDispatcher/assign(queue:to:)'
  --> ../Derived/Derived+Assign.swift:27:72-27:89
25 |    Assigns a Store's state to a property of a store.
26 |
27 +    - Returns: a cancellable. See detail of handling cancellable from ``StoreSubscription``'s docs
28 |    */
29 |   public func assign(
warning: 'StoreSubscription' doesn't exist at '/Verge/StoreDriverType/assign(queue:to:)'
  --> ../Derived/Derived+Assign.swift:27:72-27:89
25 |    Assigns a Store's state to a property of a store.
26 |
27 +    - Returns: a cancellable. See detail of handling cancellable from ``StoreSubscription``'s docs
28 |    */
29 |   public func assign(
warning: 'StoreSubscription' doesn't exist at '/Verge/Store/assign(queue:to:)'
  --> ../Derived/Derived+Assign.swift:39:72-39:89
37 |    Assigns a Store's state to a property of a store.
38 |
39 +    - Returns: a cancellable. See detail of handling cancellable from ``StoreSubscription``'s docs
40 |    */
41 |   public func assign(
warning: 'StoreSubscription' doesn't exist at '/Verge/DetachedDispatcher/assign(queue:to:)'
  --> ../Derived/Derived+Assign.swift:39:72-39:89
37 |    Assigns a Store's state to a property of a store.
38 |
39 +    - Returns: a cancellable. See detail of handling cancellable from ``StoreSubscription``'s docs
40 |    */
41 |   public func assign(
warning: 'StoreSubscription' doesn't exist at '/Verge/StoreDriverType/assign(queue:to:)'
  --> ../Derived/Derived+Assign.swift:39:72-39:89
37 |    Assigns a Store's state to a property of a store.
38 |
39 +    - Returns: a cancellable. See detail of handling cancellable from ``StoreSubscription``'s docs
40 |    */
41 |   public func assign(
warning: External name 'get' used to document parameter
   --> ../Derived/Derived.swift:102:11-102:14
100 |   /// Low-level initializer
101 |   /// - Parameters:
102 +   ///   - get: MemoizeMap to make a `Value` from `UpstreamState`
    |           ╰─suggestion: Replace 'get' with 'pipeline'
103 |   ///   - set: A closure to apply new-value to `UpstreamState`, it will need in creating `BindingDerived`.
104 |   ///   - initialUpstreamState: Initial value of the `UpstreamState`
warning: Parameter 'name' is missing documentation
   --> ../Derived/Derived.swift:106:69-106:69
104 |   ///   - initialUpstreamState: Initial value of the `UpstreamState`
105 |   ///   - subscribeUpstreamState: Starts subscribe updates of the `UpstreamState`
106 +   ///   - retainsUpstream: Any instances to retain in this instance.
107 |   public init<UpstreamState, Pipeline: PipelineType>(
108 |     name: String? = nil,
warning: Parameter 'queue' is missing documentation
   --> ../Derived/Derived.swift:268:14-268:14
266 |   /// - Parameters:
267 |   ///   - s0:
268 +   ///   - s1:
    |              ╰─suggestion: Document 'queue' parameter
269 |   /// - Returns:
270 |   public static func combined<S0, S1>(
warning: Parameter 'queue' is missing documentation
   --> ../Derived/Derived.swift:330:14-330:14
328 |   ///   - s0:
329 |   ///   - s1:
330 +   ///   - s2:
    |              ╰─suggestion: Document 'queue' parameter
331 |   /// - Returns:
332 |   public static func combined<S0, S1, S2>(
warning: 'commit(_:_:_:_:mutation:)' doesn't exist at '/Verge/DispatcherType'
  --> Mutation.md:89:18-89:43
87 | ### Using `commit`
88 |
89 + ``DispatcherType/commit(_:_:_:_:mutation:)`` provides ``InoutRef``, that can detect how the wrapped state will change.
90 | If there is no change, `commit` does nothing and no emitting the events from the Store.
91 |
warning: 'ExtendedStateType' doesn't exist at '/Verge/State'
  --> State.md:27:12-27:29
25 | Although in some of cases, the cost of computing might be higher which depends on how it create the value from stored properties.
26 |
27 + There is ``ExtendedStateType``.
28 | This provies us to get more stuff that **increases performance** and productivity.
29 |
warning: 'cancel()' doesn't exist at '/Verge/StoreActivitySubscription'
 --> ../Library/StoreActivitySubscription.swift:6:54-6:62
4 | /**
5 |  A subscription that is compatible with Combine’s Cancellable.
6 +  You can manage asynchronous tasks either call the ``cancel()`` to halt the subscription, or allow it to terminate upon instance deallocation, and by implementing the ``storeWhileSourceActive()`` technique, the subscription’s active status is maintained until the source store is released.
7 |  */
8 | public final class StoreActivitySubscription: StoreSubscriptionBase, @unchecked Sendable {
warning: 'storeWhileSourceActive()' doesn't exist at '/Verge/StoreActivitySubscription'
 --> ../Library/StoreActivitySubscription.swift:6:170-6:194
4 | /**
5 |  A subscription that is compatible with Combine’s Cancellable.
6 +  You can manage asynchronous tasks either call the ``cancel()`` to halt the subscription, or allow it to terminate upon instance deallocation, and by implementing the ``storeWhileSourceActive()`` technique, the subscription’s active status is maintained until the source store is released.
7 |  */
8 | public final class StoreActivitySubscription: StoreSubscriptionBase, @unchecked Sendable {
warning: 'cancel()' doesn't exist at '/Verge/StoreStateSubscription'
 --> ../Library/StoreStateSubscription.swift:6:54-6:62
4 | /**
5 |  A subscription that is compatible with Combine's Cancellable.
6 +  You can manage asynchronous tasks either call the ``cancel()`` to halt the subscription, or allow it to terminate upon instance deallocation, and by implementing the ``storeWhileSourceActive()`` technique, the subscription's active status is maintained until the source store is released.
7 |  */
8 | public final class StoreStateSubscription: StoreSubscriptionBase, @unchecked Sendable {
warning: 'storeWhileSourceActive()' doesn't exist at '/Verge/StoreStateSubscription'
 --> ../Library/StoreStateSubscription.swift:6:170-6:194
4 | /**
5 |  A subscription that is compatible with Combine's Cancellable.
6 +  You can manage asynchronous tasks either call the ``cancel()`` to halt the subscription, or allow it to terminate upon instance deallocation, and by implementing the ``storeWhileSourceActive()`` technique, the subscription's active status is maintained until the source store is released.
7 |  */
8 | public final class StoreStateSubscription: StoreSubscriptionBase, @unchecked Sendable {
warning: Parameter 'value' not found in initializer declaration
   --> ../Library/VergeConcurrency.swift:164:11-164:45
162 |     ///
163 |     /// - parameters:
164 +     ///   - value: Initial value for `self`.
    |           ╰─suggestion: Remove 'value' parameter documentation
165 |     public init(_ wrappedValue: Value) {
166 |       _value = wrappedValue
warning: Parameter 'wrappedValue' is missing documentation
   --> ../Library/VergeConcurrency.swift:164:45-164:45
162 |     ///
163 |     /// - parameters:
164 +     ///   - value: Initial value for `self`.
    |                                             ╰─suggestion: Document 'wrappedValue' parameter
165 |     public init(_ wrappedValue: Value) {
166 |       _value = wrappedValue
warning: 'select(_:)' is ambiguous at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:363:37-363:47
361 |    Produces output values using KeyPath-based projection.
362 |
363 +    exactly same with ``PipelineType/select(_:)``
    |                                               ├─suggestion: Insert '-61vk8' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                               ╰─suggestion: Insert '-31kqb' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
364 |    */
365 |   public static func map<Input, Output>(
warning: 'select(_:)' is ambiguous at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:363:37-363:47
361 |    Produces output values using KeyPath-based projection.
362 |
363 +    exactly same with ``PipelineType/select(_:)``
    |                                               ├─suggestion: Insert '-61vk8' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                               ╰─suggestion: Insert '-31kqb' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
364 |    */
365 |   public static func map<Input, Output>(
warning: 'select(_:)' is ambiguous at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:363:37-363:47
361 |    Produces output values using KeyPath-based projection.
362 |
363 +    exactly same with ``PipelineType/select(_:)``
    |                                               ├─suggestion: Insert '-61vk8' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                               ╰─suggestion: Insert '-31kqb' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
364 |    */
365 |   public static func map<Input, Output>(
warning: 'select(_:)' is ambiguous at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:363:37-363:47
361 |    Produces output values using KeyPath-based projection.
362 |
363 +    exactly same with ``PipelineType/select(_:)``
    |                                               ├─suggestion: Insert '-61vk8' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                               ╰─suggestion: Insert '-31kqb' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
364 |    */
365 |   public static func map<Input, Output>(
warning: 'select(_:)' is ambiguous at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:363:37-363:47
361 |    Produces output values using KeyPath-based projection.
362 |
363 +    exactly same with ``PipelineType/select(_:)``
    |                                               ├─suggestion: Insert '-61vk8' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                               ╰─suggestion: Insert '-31kqb' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
364 |    */
365 |   public static func map<Input, Output>(
warning: 'select(_:)' is ambiguous at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:363:37-363:47
361 |    Produces output values using KeyPath-based projection.
362 |
363 +    exactly same with ``PipelineType/select(_:)``
    |                                               ├─suggestion: Insert '-61vk8' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                               ╰─suggestion: Insert '-31kqb' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
364 |    */
365 |   public static func map<Input, Output>(
warning: 'select(_:)' is ambiguous at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:378:37-378:47
376 |    Produces output values using KeyPath-based projection.
377 |
378 +    exactly same with ``PipelineType/select(_:)``
    |                                               ├─suggestion: Insert '-61vk8' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                               ╰─suggestion: Insert '-31kqb' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
379 |    */
380 |   public static func map<Input, Output>(
warning: 'select(_:)' is ambiguous at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:378:37-378:47
376 |    Produces output values using KeyPath-based projection.
377 |
378 +    exactly same with ``PipelineType/select(_:)``
    |                                               ├─suggestion: Insert '-61vk8' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                               ╰─suggestion: Insert '-31kqb' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
379 |    */
380 |   public static func map<Input, Output>(
warning: 'select(_:)' is ambiguous at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:378:37-378:47
376 |    Produces output values using KeyPath-based projection.
377 |
378 +    exactly same with ``PipelineType/select(_:)``
    |                                               ├─suggestion: Insert '-61vk8' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                               ╰─suggestion: Insert '-31kqb' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
379 |    */
380 |   public static func map<Input, Output>(
warning: 'select(_:)' is ambiguous at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:378:37-378:47
376 |    Produces output values using KeyPath-based projection.
377 |
378 +    exactly same with ``PipelineType/select(_:)``
    |                                               ├─suggestion: Insert '-61vk8' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                               ╰─suggestion: Insert '-31kqb' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
379 |    */
380 |   public static func map<Input, Output>(
warning: 'select(_:)' is ambiguous at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:378:37-378:47
376 |    Produces output values using KeyPath-based projection.
377 |
378 +    exactly same with ``PipelineType/select(_:)``
    |                                               ├─suggestion: Insert '-61vk8' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                               ╰─suggestion: Insert '-31kqb' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
379 |    */
380 |   public static func map<Input, Output>(
warning: 'select(_:)' is ambiguous at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:378:37-378:47
376 |    Produces output values using KeyPath-based projection.
377 |
378 +    exactly same with ``PipelineType/select(_:)``
    |                                               ├─suggestion: Insert '-61vk8' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                               ╰─suggestion: Insert '-31kqb' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
379 |    */
380 |   public static func map<Input, Output>(
warning: '7xvom' isn't a disambiguation for 'map(_:)' at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:393:44-393:50
391 |    Produces output values using closure based projection.
392 |
393 +    exactly same with ``PipelineType/map(_:)-7xvom``
    |                                            ├─suggestion: Replace '7xvom' with '4nbrd' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                            ├─suggestion: Replace '7xvom' with '6k0wg' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
    |                                            ╰─suggestion: Replace '7xvom' with '(KeyPath<Input,Output>Sendable)' for 'static func map<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
394 |    */
395 |   // needs this overload as making closure from keyPath will not make sendable closure.
warning: '7xvom' isn't a disambiguation for 'map(_:)' at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:393:44-393:50
391 |    Produces output values using closure based projection.
392 |
393 +    exactly same with ``PipelineType/map(_:)-7xvom``
    |                                            ├─suggestion: Replace '7xvom' with '4nbrd' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                            ├─suggestion: Replace '7xvom' with '6k0wg' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
    |                                            ╰─suggestion: Replace '7xvom' with '(KeyPath<Input,Output>Sendable)' for 'static func map<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
394 |    */
395 |   // needs this overload as making closure from keyPath will not make sendable closure.
warning: '7xvom' isn't a disambiguation for 'map(_:)' at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:393:44-393:50
391 |    Produces output values using closure based projection.
392 |
393 +    exactly same with ``PipelineType/map(_:)-7xvom``
    |                                            ├─suggestion: Replace '7xvom' with '4nbrd' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                            ├─suggestion: Replace '7xvom' with '6k0wg' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
    |                                            ╰─suggestion: Replace '7xvom' with '(KeyPath<Input,Output>Sendable)' for 'static func map<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
394 |    */
395 |   // needs this overload as making closure from keyPath will not make sendable closure.
warning: '7xvom' isn't a disambiguation for 'map(_:)' at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:393:44-393:50
391 |    Produces output values using closure based projection.
392 |
393 +    exactly same with ``PipelineType/map(_:)-7xvom``
    |                                            ├─suggestion: Replace '7xvom' with '4nbrd' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                            ├─suggestion: Replace '7xvom' with '6k0wg' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
    |                                            ╰─suggestion: Replace '7xvom' with '(KeyPath<Input,Output>Sendable)' for 'static func map<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
394 |    */
395 |   // needs this overload as making closure from keyPath will not make sendable closure.
warning: '7xvom' isn't a disambiguation for 'map(_:)' at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:393:44-393:50
391 |    Produces output values using closure based projection.
392 |
393 +    exactly same with ``PipelineType/map(_:)-7xvom``
    |                                            ├─suggestion: Replace '7xvom' with '4nbrd' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                            ├─suggestion: Replace '7xvom' with '6k0wg' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
    |                                            ╰─suggestion: Replace '7xvom' with '(KeyPath<Input,Output>Sendable)' for 'static func map<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
394 |    */
395 |   // needs this overload as making closure from keyPath will not make sendable closure.
warning: '7xvom' isn't a disambiguation for 'map(_:)' at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:393:44-393:50
391 |    Produces output values using closure based projection.
392 |
393 +    exactly same with ``PipelineType/map(_:)-7xvom``
    |                                            ├─suggestion: Replace '7xvom' with '4nbrd' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                            ├─suggestion: Replace '7xvom' with '6k0wg' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
    |                                            ╰─suggestion: Replace '7xvom' with '(KeyPath<Input,Output>Sendable)' for 'static func map<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
394 |    */
395 |   // needs this overload as making closure from keyPath will not make sendable closure.
warning: '7xvom' isn't a disambiguation for 'map(_:)' at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:407:44-407:50
405 |    Produces output values using closure based projection.
406 |
407 +    exactly same with ``PipelineType/map(_:)-7xvom``
    |                                            ├─suggestion: Replace '7xvom' with '4nbrd' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                            ├─suggestion: Replace '7xvom' with '6k0wg' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
    |                                            ╰─suggestion: Replace '7xvom' with '(KeyPath<Input,Output>Sendable)' for 'static func map<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
408 |    */
409 |   public static func select<Input, Output: Equatable>(
warning: '7xvom' isn't a disambiguation for 'map(_:)' at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:407:44-407:50
405 |    Produces output values using closure based projection.
406 |
407 +    exactly same with ``PipelineType/map(_:)-7xvom``
    |                                            ├─suggestion: Replace '7xvom' with '4nbrd' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                            ├─suggestion: Replace '7xvom' with '6k0wg' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
    |                                            ╰─suggestion: Replace '7xvom' with '(KeyPath<Input,Output>Sendable)' for 'static func map<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
408 |    */
409 |   public static func select<Input, Output: Equatable>(
warning: '7xvom' isn't a disambiguation for 'map(_:)' at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:407:44-407:50
405 |    Produces output values using closure based projection.
406 |
407 +    exactly same with ``PipelineType/map(_:)-7xvom``
    |                                            ├─suggestion: Replace '7xvom' with '4nbrd' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                            ├─suggestion: Replace '7xvom' with '6k0wg' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
    |                                            ╰─suggestion: Replace '7xvom' with '(KeyPath<Input,Output>Sendable)' for 'static func map<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
408 |    */
409 |   public static func select<Input, Output: Equatable>(
warning: '7xvom' isn't a disambiguation for 'map(_:)' at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:407:44-407:50
405 |    Produces output values using closure based projection.
406 |
407 +    exactly same with ``PipelineType/map(_:)-7xvom``
    |                                            ├─suggestion: Replace '7xvom' with '4nbrd' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                            ├─suggestion: Replace '7xvom' with '6k0wg' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
    |                                            ╰─suggestion: Replace '7xvom' with '(KeyPath<Input,Output>Sendable)' for 'static func map<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
408 |    */
409 |   public static func select<Input, Output: Equatable>(
warning: '7xvom' isn't a disambiguation for 'map(_:)' at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:407:44-407:50
405 |    Produces output values using closure based projection.
406 |
407 +    exactly same with ``PipelineType/map(_:)-7xvom``
    |                                            ├─suggestion: Replace '7xvom' with '4nbrd' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                            ├─suggestion: Replace '7xvom' with '6k0wg' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
    |                                            ╰─suggestion: Replace '7xvom' with '(KeyPath<Input,Output>Sendable)' for 'static func map<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
408 |    */
409 |   public static func select<Input, Output: Equatable>(
warning: '7xvom' isn't a disambiguation for 'map(_:)' at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:407:44-407:50
405 |    Produces output values using closure based projection.
406 |
407 +    exactly same with ``PipelineType/map(_:)-7xvom``
    |                                            ├─suggestion: Replace '7xvom' with '4nbrd' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                            ├─suggestion: Replace '7xvom' with '6k0wg' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
    |                                            ╰─suggestion: Replace '7xvom' with '(KeyPath<Input,Output>Sendable)' for 'static func map<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
408 |    */
409 |   public static func select<Input, Output: Equatable>(
warning: '7xvom' isn't a disambiguation for 'map(_:)' at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:420:44-420:50
418 |    Produces output values using closure based projection.
419 |
420 +    exactly same with ``PipelineType/map(_:)-7xvom``
    |                                            ├─suggestion: Replace '7xvom' with '4nbrd' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                            ├─suggestion: Replace '7xvom' with '6k0wg' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
    |                                            ╰─suggestion: Replace '7xvom' with '(KeyPath<Input,Output>Sendable)' for 'static func map<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
421 |    */
422 |   public static func select<Input, Output>(
warning: '7xvom' isn't a disambiguation for 'map(_:)' at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:420:44-420:50
418 |    Produces output values using closure based projection.
419 |
420 +    exactly same with ``PipelineType/map(_:)-7xvom``
    |                                            ├─suggestion: Replace '7xvom' with '4nbrd' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                            ├─suggestion: Replace '7xvom' with '6k0wg' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
    |                                            ╰─suggestion: Replace '7xvom' with '(KeyPath<Input,Output>Sendable)' for 'static func map<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
421 |    */
422 |   public static func select<Input, Output>(
warning: '7xvom' isn't a disambiguation for 'map(_:)' at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:420:44-420:50
418 |    Produces output values using closure based projection.
419 |
420 +    exactly same with ``PipelineType/map(_:)-7xvom``
    |                                            ├─suggestion: Replace '7xvom' with '4nbrd' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                            ├─suggestion: Replace '7xvom' with '6k0wg' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
    |                                            ╰─suggestion: Replace '7xvom' with '(KeyPath<Input,Output>Sendable)' for 'static func map<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
421 |    */
422 |   public static func select<Input, Output>(
warning: '7xvom' isn't a disambiguation for 'map(_:)' at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:420:44-420:50
418 |    Produces output values using closure based projection.
419 |
420 +    exactly same with ``PipelineType/map(_:)-7xvom``
    |                                            ├─suggestion: Replace '7xvom' with '4nbrd' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                            ├─suggestion: Replace '7xvom' with '6k0wg' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
    |                                            ╰─suggestion: Replace '7xvom' with '(KeyPath<Input,Output>Sendable)' for 'static func map<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
421 |    */
422 |   public static func select<Input, Output>(
warning: '7xvom' isn't a disambiguation for 'map(_:)' at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:420:44-420:50
418 |    Produces output values using closure based projection.
419 |
420 +    exactly same with ``PipelineType/map(_:)-7xvom``
    |                                            ├─suggestion: Replace '7xvom' with '4nbrd' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                            ├─suggestion: Replace '7xvom' with '6k0wg' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
    |                                            ╰─suggestion: Replace '7xvom' with '(KeyPath<Input,Output>Sendable)' for 'static func map<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
421 |    */
422 |   public static func select<Input, Output>(
warning: '7xvom' isn't a disambiguation for 'map(_:)' at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:420:44-420:50
418 |    Produces output values using closure based projection.
419 |
420 +    exactly same with ``PipelineType/map(_:)-7xvom``
    |                                            ├─suggestion: Replace '7xvom' with '4nbrd' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                            ├─suggestion: Replace '7xvom' with '6k0wg' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
    |                                            ╰─suggestion: Replace '7xvom' with '(KeyPath<Input,Output>Sendable)' for 'static func map<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
421 |    */
422 |   public static func select<Input, Output>(
warning: External name 'using' used to document parameter
   --> ../Store/Pipeline.swift:440:8-440:13
438 |
439 |    - Parameters:
440 +      - using: Specifies values for transforming. This function is annotated ``PipelineIntermediateBuilder``
    |        ╰─suggestion: Replace 'using' with 'intermediate'
441 |      - transform: Transforms the given value from `using` function
442 |
warning: External name 'using' used to document parameter
   --> ../Store/Pipeline.swift:440:8-440:13
438 |
439 |    - Parameters:
440 +      - using: Specifies values for transforming. This function is annotated ``PipelineIntermediateBuilder``
    |        ╰─suggestion: Replace 'using' with 'intermediate'
441 |      - transform: Transforms the given value from `using` function
442 |
warning: External name 'using' used to document parameter
   --> ../Store/Pipeline.swift:440:8-440:13
438 |
439 |    - Parameters:
440 +      - using: Specifies values for transforming. This function is annotated ``PipelineIntermediateBuilder``
    |        ╰─suggestion: Replace 'using' with 'intermediate'
441 |      - transform: Transforms the given value from `using` function
442 |
warning: External name 'using' used to document parameter
   --> ../Store/Pipeline.swift:440:8-440:13
438 |
439 |    - Parameters:
440 +      - using: Specifies values for transforming. This function is annotated ``PipelineIntermediateBuilder``
    |        ╰─suggestion: Replace 'using' with 'intermediate'
441 |      - transform: Transforms the given value from `using` function
442 |
warning: External name 'using' used to document parameter
   --> ../Store/Pipeline.swift:440:8-440:13
438 |
439 |    - Parameters:
440 +      - using: Specifies values for transforming. This function is annotated ``PipelineIntermediateBuilder``
    |        ╰─suggestion: Replace 'using' with 'intermediate'
441 |      - transform: Transforms the given value from `using` function
442 |
warning: External name 'using' used to document parameter
   --> ../Store/Pipeline.swift:440:8-440:13
438 |
439 |    - Parameters:
440 +      - using: Specifies values for transforming. This function is annotated ``PipelineIntermediateBuilder``
    |        ╰─suggestion: Replace 'using' with 'intermediate'
441 |      - transform: Transforms the given value from `using` function
442 |
warning: Parameter 'backingStorageRecursiveLock' not found in initializer declaration
   --> ../Store/Store.swift:162:9-162:77
160 |   /// - Parameters:
161 |   ///   - initialState: A state instance that will be modified by the first commit.
162 +   ///   - backingStorageRecursiveLock: A lock instance for mutual exclusion.
    |         ╰─suggestion: Remove 'backingStorageRecursiveLock' parameter documentation
163 |   ///   - logger: You can also use `DefaultLogger.shared`.
164 |   public nonisolated init(
warning: Parameter 'file' is missing documentation
   --> ../Store/Store.swift:163:59-163:59
161 |   ///   - initialState: A state instance that will be modified by the first commit.
162 |   ///   - backingStorageRecursiveLock: A lock instance for mutual exclusion.
163 +   ///   - logger: You can also use `DefaultLogger.shared`.
    |                                                           ╰─suggestion: Document 'file' parameter
164 |   public nonisolated init(
165 |     name: String? = nil,
warning: Parameter 'line' is missing documentation
   --> ../Store/Store.swift:163:59-163:59
161 |   ///   - initialState: A state instance that will be modified by the first commit.
162 |   ///   - backingStorageRecursiveLock: A lock instance for mutual exclusion.
163 +   ///   - logger: You can also use `DefaultLogger.shared`.
    |                                                           ╰─suggestion: Document 'line' parameter
164 |   public nonisolated init(
165 |     name: String? = nil,
warning: Parameter 'name' is missing documentation
   --> ../Store/Store.swift:163:59-163:59
161 |   ///   - initialState: A state instance that will be modified by the first commit.
    |         ╰─suggestion: Document 'name' parameter
162 |   ///   - backingStorageRecursiveLock: A lock instance for mutual exclusion.
163 +   ///   - logger: You can also use `DefaultLogger.shared`.
164 |   public nonisolated init(
165 |     name: String? = nil,
warning: Parameter 'sanitizer' is missing documentation
   --> ../Store/Store.swift:163:59-163:59
161 |   ///   - initialState: A state instance that will be modified by the first commit.
162 |   ///   - backingStorageRecursiveLock: A lock instance for mutual exclusion.
163 +   ///   - logger: You can also use `DefaultLogger.shared`.
    |                                                           ╰─suggestion: Document 'sanitizer' parameter
164 |   public nonisolated init(
165 |     name: String? = nil,
warning: Parameter 'storeOperation' is missing documentation
   --> ../Store/Store.swift:163:59-163:59
161 |   ///   - initialState: A state instance that will be modified by the first commit.
162 |   ///   - backingStorageRecursiveLock: A lock instance for mutual exclusion.
163 +   ///   - logger: You can also use `DefaultLogger.shared`.
    |         ╰─suggestion: Document 'storeOperation' parameter
164 |   public nonisolated init(
165 |     name: String? = nil,
warning: Parameter 'action' is missing documentation
   --> ../Store/Store.swift:393:17-393:17
391 |      - key:
392 |      - mode:
393 +      - priority:
    |                 ╰─suggestion: Document 'action' parameter
394 |      - action
395 |    - Returns: A Task for tracking given async operation's completion.
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:98:60-98:60
96  |   /// - Parameters:
97  |   ///   - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
98  +   ///   - queue: Specify a queue to receive changes object.
    |                                                            ╰─suggestion: Document 'receive' parameter
99  |   /// - Returns: A subscriber that performs the provided closure upon receiving values.
100 |   public func sinkState(
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:98:60-98:60
96  |   /// - Parameters:
97  |   ///   - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
98  +   ///   - queue: Specify a queue to receive changes object.
    |                                                            ╰─suggestion: Document 'receive' parameter
99  |   /// - Returns: A subscriber that performs the provided closure upon receiving values.
100 |   public func sinkState(
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:98:60-98:60
96  |   /// - Parameters:
97  |   ///   - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
98  +   ///   - queue: Specify a queue to receive changes object.
    |                                                            ╰─suggestion: Document 'receive' parameter
99  |   /// - Returns: A subscriber that performs the provided closure upon receiving values.
100 |   public func sinkState(
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:114:60-114:60
112 |   /// - Parameters:
113 |   ///   - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
114 +   ///   - queue: Specify a queue to receive changes object.
    |                                                            ╰─suggestion: Document 'receive' parameter
115 |   /// - Returns: A subscriber that performs the provided closure upon receiving values.
116 |   public func sinkState(
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:114:60-114:60
112 |   /// - Parameters:
113 |   ///   - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
114 +   ///   - queue: Specify a queue to receive changes object.
    |                                                            ╰─suggestion: Document 'receive' parameter
115 |   /// - Returns: A subscriber that performs the provided closure upon receiving values.
116 |   public func sinkState(
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:114:60-114:60
112 |   /// - Parameters:
113 |   ///   - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
114 +   ///   - queue: Specify a queue to receive changes object.
    |                                                            ╰─suggestion: Document 'receive' parameter
115 |   /// - Returns: A subscriber that performs the provided closure upon receiving values.
116 |   public func sinkState(
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:131:60-131:60
129 |   ///   - scan: Accumulates a specified type of value over receiving updates.
130 |   ///   - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
131 +   ///   - queue: Specify a queue to receive changes object.
    |                                                            ╰─suggestion: Document 'receive' parameter
132 |   /// - Returns: A subscriber that performs the provided closure upon receiving values.
133 |   @_disfavoredOverload
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:131:60-131:60
129 |   ///   - scan: Accumulates a specified type of value over receiving updates.
130 |   ///   - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
131 +   ///   - queue: Specify a queue to receive changes object.
    |                                                            ╰─suggestion: Document 'receive' parameter
132 |   /// - Returns: A subscriber that performs the provided closure upon receiving values.
133 |   @_disfavoredOverload
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:131:60-131:60
129 |   ///   - scan: Accumulates a specified type of value over receiving updates.
130 |   ///   - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
131 +   ///   - queue: Specify a queue to receive changes object.
    |                                                            ╰─suggestion: Document 'receive' parameter
132 |   /// - Returns: A subscriber that performs the provided closure upon receiving values.
133 |   @_disfavoredOverload
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:155:60-155:60
153 |   ///   - scan: Accumulates a specified type of value over receiving updates.
154 |   ///   - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
155 +   ///   - queue: Specify a queue to receive changes object.
    |                                                            ╰─suggestion: Document 'receive' parameter
156 |   /// - Returns: A subscriber that performs the provided closure upon receiving values.
157 |   @discardableResult
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:155:60-155:60
153 |   ///   - scan: Accumulates a specified type of value over receiving updates.
154 |   ///   - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
155 +   ///   - queue: Specify a queue to receive changes object.
    |                                                            ╰─suggestion: Document 'receive' parameter
156 |   /// - Returns: A subscriber that performs the provided closure upon receiving values.
157 |   @discardableResult
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:155:60-155:60
153 |   ///   - scan: Accumulates a specified type of value over receiving updates.
154 |   ///   - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
155 +   ///   - queue: Specify a queue to receive changes object.
    |                                                            ╰─suggestion: Document 'receive' parameter
156 |   /// - Returns: A subscriber that performs the provided closure upon receiving values.
157 |   @discardableResult
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:221:58-221:58
219 |     - Parameters:
220 |       - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
221 +       - queue: Specify a queue to receive changes object.
    |                                                          ╰─suggestion: Document 'receive' parameter
222 |     - Returns: A subscriber that performs the provided closure upon receiving values.
223 |    */
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:221:58-221:58
219 |     - Parameters:
220 |       - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
221 +       - queue: Specify a queue to receive changes object.
    |                                                          ╰─suggestion: Document 'receive' parameter
222 |     - Returns: A subscriber that performs the provided closure upon receiving values.
223 |    */
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:221:58-221:58
219 |     - Parameters:
220 |       - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
221 +       - queue: Specify a queue to receive changes object.
    |                                                          ╰─suggestion: Document 'receive' parameter
222 |     - Returns: A subscriber that performs the provided closure upon receiving values.
223 |    */
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:244:58-244:58
242 |     - Parameters:
243 |       - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
244 +       - queue: Specify a queue to receive changes object.
    |                                                          ╰─suggestion: Document 'receive' parameter
245 |     - Returns: A subscriber that performs the provided closure upon receiving values.
246 |    */
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:244:58-244:58
242 |     - Parameters:
243 |       - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
244 +       - queue: Specify a queue to receive changes object.
    |                                                          ╰─suggestion: Document 'receive' parameter
245 |     - Returns: A subscriber that performs the provided closure upon receiving values.
246 |    */
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:244:58-244:58
242 |     - Parameters:
243 |       - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
244 +       - queue: Specify a queue to receive changes object.
    |                                                          ╰─suggestion: Document 'receive' parameter
245 |     - Returns: A subscriber that performs the provided closure upon receiving values.
246 |    */
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:267:60-267:60
265 |   ///   - scan: Accumulates a specified type of value over receiving updates.
266 |   ///   - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
267 +   ///   - queue: Specify a queue to receive changes object.
    |                                                            ╰─suggestion: Document 'receive' parameter
268 |   /// - Returns: A subscriber that performs the provided closure upon receiving values.
269 |   @_disfavoredOverload
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:267:60-267:60
265 |   ///   - scan: Accumulates a specified type of value over receiving updates.
266 |   ///   - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
267 +   ///   - queue: Specify a queue to receive changes object.
    |                                                            ╰─suggestion: Document 'receive' parameter
268 |   /// - Returns: A subscriber that performs the provided closure upon receiving values.
269 |   @_disfavoredOverload
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:267:60-267:60
265 |   ///   - scan: Accumulates a specified type of value over receiving updates.
266 |   ///   - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
267 +   ///   - queue: Specify a queue to receive changes object.
    |                                                            ╰─suggestion: Document 'receive' parameter
268 |   /// - Returns: A subscriber that performs the provided closure upon receiving values.
269 |   @_disfavoredOverload
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:289:60-289:60
287 |   ///   - scan: Accumulates a specified type of value over receiving updates.
288 |   ///   - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
289 +   ///   - queue: Specify a queue to receive changes object.
    |                                                            ╰─suggestion: Document 'receive' parameter
290 |   /// - Returns: A subscriber that performs the provided closure upon receiving values.
291 |   @_disfavoredOverload
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:289:60-289:60
287 |   ///   - scan: Accumulates a specified type of value over receiving updates.
288 |   ///   - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
289 +   ///   - queue: Specify a queue to receive changes object.
    |                                                            ╰─suggestion: Document 'receive' parameter
290 |   /// - Returns: A subscriber that performs the provided closure upon receiving values.
291 |   @_disfavoredOverload
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:289:60-289:60
287 |   ///   - scan: Accumulates a specified type of value over receiving updates.
288 |   ///   - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
289 +   ///   - queue: Specify a queue to receive changes object.
    |                                                            ╰─suggestion: Document 'receive' parameter
290 |   /// - Returns: A subscriber that performs the provided closure upon receiving values.
291 |   @_disfavoredOverload
warning: Parameter 'name' is missing documentation
   --> ../Store/StoreDriverType.swift:305:28-305:28
303 |
304 |   /// Send activity
305 +   /// - Parameter activity:
    |       ╰─suggestion: Document 'name' parameter
306 |   public func send(
307 |     _ name: String = "",
warning: Parameter 'function' is missing documentation
   --> ../Store/StoreDriverType.swift:305:28-305:28
303 |
304 |   /// Send activity
305 +   /// - Parameter activity:
    |                            ╰─suggestion: Document 'function' parameter
306 |   public func send(
307 |     _ name: String = "",
warning: Parameter 'file' is missing documentation
   --> ../Store/StoreDriverType.swift:305:28-305:28
303 |
304 |   /// Send activity
305 +   /// - Parameter activity:
    |                            ╰─suggestion: Document 'file' parameter
306 |   public func send(
307 |     _ name: String = "",
warning: Parameter 'line' is missing documentation
   --> ../Store/StoreDriverType.swift:305:28-305:28
303 |
304 |   /// Send activity
305 +   /// - Parameter activity:
    |                            ╰─suggestion: Document 'line' parameter
306 |   public func send(
307 |     _ name: String = "",
warning: Parameter 'file' is missing documentation
   --> ../Store/StoreDriverType.swift:305:28-305:28
303 |
304 |   /// Send activity
305 +   /// - Parameter activity:
    |                            ╰─suggestion: Document 'file' parameter
306 |   public func send(
307 |     _ name: String = "",
warning: Parameter 'function' is missing documentation
   --> ../Store/StoreDriverType.swift:305:28-305:28
303 |
304 |   /// Send activity
305 +   /// - Parameter activity:
    |                            ╰─suggestion: Document 'function' parameter
306 |   public func send(
307 |     _ name: String = "",
warning: Parameter 'line' is missing documentation
   --> ../Store/StoreDriverType.swift:305:28-305:28
303 |
304 |   /// Send activity
305 +   /// - Parameter activity:
    |                            ╰─suggestion: Document 'line' parameter
306 |   public func send(
307 |     _ name: String = "",
warning: Parameter 'name' is missing documentation
   --> ../Store/StoreDriverType.swift:305:28-305:28
303 |
304 |   /// Send activity
305 +   /// - Parameter activity:
    |       ╰─suggestion: Document 'name' parameter
306 |   public func send(
307 |     _ name: String = "",
warning: Parameter 'file' is missing documentation
   --> ../Store/StoreDriverType.swift:305:28-305:28
303 |
304 |   /// Send activity
305 +   /// - Parameter activity:
    |                            ╰─suggestion: Document 'file' parameter
306 |   public func send(
307 |     _ name: String = "",
warning: Parameter 'name' is missing documentation
   --> ../Store/StoreDriverType.swift:305:28-305:28
303 |
304 |   /// Send activity
305 +   /// - Parameter activity:
    |       ╰─suggestion: Document 'name' parameter
306 |   public func send(
307 |     _ name: String = "",
warning: Parameter 'line' is missing documentation
   --> ../Store/StoreDriverType.swift:305:28-305:28
303 |
304 |   /// Send activity
305 +   /// - Parameter activity:
    |                            ╰─suggestion: Document 'line' parameter
306 |   public func send(
307 |     _ name: String = "",
warning: Parameter 'function' is missing documentation
   --> ../Store/StoreDriverType.swift:305:28-305:28
303 |
304 |   /// Send activity
305 +   /// - Parameter activity:
    |                            ╰─suggestion: Document 'function' parameter
306 |   public func send(
307 |     _ name: String = "",
warning: Parameter 'line' is missing documentation
   --> ../Store/StoreDriverType.swift:324:28-324:28
322 |
323 |   /// Send activity
324 +   /// - Parameter activity:
    |                            ╰─suggestion: Document 'line' parameter
325 |   public func send(
326 |     _ activity: TargetStore.Activity,
warning: Parameter 'file' is missing documentation
   --> ../Store/StoreDriverType.swift:324:28-324:28
322 |
323 |   /// Send activity
324 +   /// - Parameter activity:
    |                            ╰─suggestion: Document 'file' parameter
325 |   public func send(
326 |     _ activity: TargetStore.Activity,
warning: Parameter 'function' is missing documentation
   --> ../Store/StoreDriverType.swift:324:28-324:28
322 |
323 |   /// Send activity
324 +   /// - Parameter activity:
    |                            ╰─suggestion: Document 'function' parameter
325 |   public func send(
326 |     _ activity: TargetStore.Activity,
warning: Parameter 'file' is missing documentation
   --> ../Store/StoreDriverType.swift:324:28-324:28
322 |
323 |   /// Send activity
324 +   /// - Parameter activity:
    |                            ╰─suggestion: Document 'file' parameter
325 |   public func send(
326 |     _ activity: TargetStore.Activity,
warning: Parameter 'line' is missing documentation
   --> ../Store/StoreDriverType.swift:324:28-324:28
322 |
323 |   /// Send activity
324 +   /// - Parameter activity:
    |                            ╰─suggestion: Document 'line' parameter
325 |   public func send(
326 |     _ activity: TargetStore.Activity,
warning: Parameter 'function' is missing documentation
   --> ../Store/StoreDriverType.swift:324:28-324:28
322 |
323 |   /// Send activity
324 +   /// - Parameter activity:
    |                            ╰─suggestion: Document 'function' parameter
325 |   public func send(
326 |     _ activity: TargetStore.Activity,
warning: Parameter 'line' is missing documentation
   --> ../Store/StoreDriverType.swift:324:28-324:28
322 |
323 |   /// Send activity
324 +   /// - Parameter activity:
    |                            ╰─suggestion: Document 'line' parameter
325 |   public func send(
326 |     _ activity: TargetStore.Activity,
warning: Parameter 'file' is missing documentation
   --> ../Store/StoreDriverType.swift:324:28-324:28
322 |
323 |   /// Send activity
324 +   /// - Parameter activity:
    |                            ╰─suggestion: Document 'file' parameter
325 |   public func send(
326 |     _ activity: TargetStore.Activity,
warning: Parameter 'function' is missing documentation
   --> ../Store/StoreDriverType.swift:324:28-324:28
322 |
323 |   /// Send activity
324 +   /// - Parameter activity:
    |                            ╰─suggestion: Document 'function' parameter
325 |   public func send(
326 |     _ activity: TargetStore.Activity,
warning: External name 'get' used to document parameter
  --> ../Store/StoreType+BindingDerived.swift:75:11-75:14
73 |   /// - Parameters:
74 |   ///   - name:
75 +   ///   - get:
   |           ╰─suggestion: Replace 'get' with 'pipeline'
76 |   ///   - dropsOutput: Predicate to drops object if found a duplicated output
77 |   ///   - set:
warning: External name 'get' used to document parameter
  --> ../Store/StoreType+BindingDerived.swift:75:11-75:14
73 |   /// - Parameters:
74 |   ///   - name:
75 +   ///   - get:
   |           ╰─suggestion: Replace 'get' with 'pipeline'
76 |   ///   - dropsOutput: Predicate to drops object if found a duplicated output
77 |   ///   - set:
warning: External name 'get' used to document parameter
  --> ../Store/StoreType+BindingDerived.swift:75:11-75:14
73 |   /// - Parameters:
74 |   ///   - name:
75 +   ///   - get:
   |           ╰─suggestion: Replace 'get' with 'pipeline'
76 |   ///   - dropsOutput: Predicate to drops object if found a duplicated output
77 |   ///   - set:
warning: Parameter 'dropsOutput' not found in instance method declaration
  --> ../Store/StoreType+BindingDerived.swift:76:9-76:78
74 |   ///   - name:
75 |   ///   - get:
76 +   ///   - dropsOutput: Predicate to drops object if found a duplicated output
   |         ╰─suggestion: Remove 'dropsOutput' parameter documentation
77 |   ///   - set:
78 |   /// - Returns:
warning: Parameter 'dropsOutput' not found in instance method declaration
  --> ../Store/StoreType+BindingDerived.swift:76:9-76:78
74 |   ///   - name:
75 |   ///   - get:
76 +   ///   - dropsOutput: Predicate to drops object if found a duplicated output
   |         ╰─suggestion: Remove 'dropsOutput' parameter documentation
77 |   ///   - set:
78 |   /// - Returns:
warning: Parameter 'dropsOutput' not found in instance method declaration
  --> ../Store/StoreType+BindingDerived.swift:76:9-76:78
74 |   ///   - name:
75 |   ///   - get:
76 +   ///   - dropsOutput: Predicate to drops object if found a duplicated output
   |         ╰─suggestion: Remove 'dropsOutput' parameter documentation
77 |   ///   - set:
78 |   /// - Returns:
warning: Parameter 'function' is missing documentation
  --> ../Store/StoreType+BindingDerived.swift:77:15-77:15
75 |   ///   - get:
76 |   ///   - dropsOutput: Predicate to drops object if found a duplicated output
77 +   ///   - set:
   |         ╰─suggestion: Document 'function' parameter
78 |   /// - Returns:
79 |   public func bindingDerived<Pipeline: PipelineType>(
warning: Parameter 'line' is missing documentation
  --> ../Store/StoreType+BindingDerived.swift:77:15-77:15
75 |   ///   - get:
76 |   ///   - dropsOutput: Predicate to drops object if found a duplicated output
77 +   ///   - set:
   |         ╰─suggestion: Document 'line' parameter
78 |   /// - Returns:
79 |   public func bindingDerived<Pipeline: PipelineType>(
warning: Parameter 'queue' is missing documentation
  --> ../Store/StoreType+BindingDerived.swift:77:15-77:15
75 |   ///   - get:
76 |   ///   - dropsOutput: Predicate to drops object if found a duplicated output
77 +   ///   - set:
   |               ╰─suggestion: Document 'queue' parameter
78 |   /// - Returns:
79 |   public func bindingDerived<Pipeline: PipelineType>(
warning: Parameter 'file' is missing documentation
  --> ../Store/StoreType+BindingDerived.swift:77:15-77:15
75 |   ///   - get:
76 |   ///   - dropsOutput: Predicate to drops object if found a duplicated output
77 +   ///   - set:
   |         ╰─suggestion: Document 'file' parameter
78 |   /// - Returns:
79 |   public func bindingDerived<Pipeline: PipelineType>(
warning: Parameter 'function' is missing documentation
  --> ../Store/StoreType+BindingDerived.swift:77:15-77:15
75 |   ///   - get:
76 |   ///   - dropsOutput: Predicate to drops object if found a duplicated output
77 +   ///   - set:
   |         ╰─suggestion: Document 'function' parameter
78 |   /// - Returns:
79 |   public func bindingDerived<Pipeline: PipelineType>(
warning: Parameter 'file' is missing documentation
  --> ../Store/StoreType+BindingDerived.swift:77:15-77:15
75 |   ///   - get:
76 |   ///   - dropsOutput: Predicate to drops object if found a duplicated output
77 +   ///   - set:
   |         ╰─suggestion: Document 'file' parameter
78 |   /// - Returns:
79 |   public func bindingDerived<Pipeline: PipelineType>(
warning: Parameter 'line' is missing documentation
  --> ../Store/StoreType+BindingDerived.swift:77:15-77:15
75 |   ///   - get:
76 |   ///   - dropsOutput: Predicate to drops object if found a duplicated output
77 +   ///   - set:
   |         ╰─suggestion: Document 'line' parameter
78 |   /// - Returns:
79 |   public func bindingDerived<Pipeline: PipelineType>(
warning: Parameter 'queue' is missing documentation
  --> ../Store/StoreType+BindingDerived.swift:77:15-77:15
75 |   ///   - get:
76 |   ///   - dropsOutput: Predicate to drops object if found a duplicated output
77 +   ///   - set:
   |               ╰─suggestion: Document 'queue' parameter
78 |   /// - Returns:
79 |   public func bindingDerived<Pipeline: PipelineType>(
warning: Parameter 'line' is missing documentation
  --> ../Store/StoreType+BindingDerived.swift:77:15-77:15
75 |   ///   - get:
76 |   ///   - dropsOutput: Predicate to drops object if found a duplicated output
77 +   ///   - set:
   |         ╰─suggestion: Document 'line' parameter
78 |   /// - Returns:
79 |   public func bindingDerived<Pipeline: PipelineType>(
warning: Parameter 'file' is missing documentation
  --> ../Store/StoreType+BindingDerived.swift:77:15-77:15
75 |   ///   - get:
76 |   ///   - dropsOutput: Predicate to drops object if found a duplicated output
77 +   ///   - set:
   |         ╰─suggestion: Document 'file' parameter
78 |   /// - Returns:
79 |   public func bindingDerived<Pipeline: PipelineType>(
warning: Parameter 'queue' is missing documentation
  --> ../Store/StoreType+BindingDerived.swift:77:15-77:15
75 |   ///   - get:
76 |   ///   - dropsOutput: Predicate to drops object if found a duplicated output
77 +   ///   - set:
   |               ╰─suggestion: Document 'queue' parameter
78 |   /// - Returns:
79 |   public func bindingDerived<Pipeline: PipelineType>(
warning: Parameter 'function' is missing documentation
  --> ../Store/StoreType+BindingDerived.swift:77:15-77:15
75 |   ///   - get:
76 |   ///   - dropsOutput: Predicate to drops object if found a duplicated output
77 +   ///   - set:
   |         ╰─suggestion: Document 'function' parameter
78 |   /// - Returns:
79 |   public func bindingDerived<Pipeline: PipelineType>(
warning: 'transaction' doesn't exist at '/Verge/Changes'
  --> ../Store/Transaction.swift:30:28-30:39
28 |  For instance, same value changes but it's not the same meaning actually.
29 |
30 +  ``Changes`` has ``Changes/transaction`` property.
31 |  */
32 | public struct Transaction: Sendable {
warning: Parameter 'store' not found in initializer declaration
  --> ../SwiftUI/StoreReader.swift:56:9-56:17
54 |   ///
55 |   /// - Parameters:
56 +   ///   - store:
   |         ╰─suggestion: Remove 'store' parameter documentation
57 |   ///   - content:
58 |   public init(
warning: Parameter 'line' is missing documentation
  --> ../SwiftUI/StoreReader.swift:57:19-57:19
55 |   /// - Parameters:
56 |   ///   - store:
57 +   ///   - content:
   |         ╰─suggestion: Document 'line' parameter
58 |   public init(
59 |     file: StaticString = #file,
warning: Parameter 'driver' is missing documentation
  --> ../SwiftUI/StoreReader.swift:57:19-57:19
55 |   /// - Parameters:
56 |   ///   - store:
57 +   ///   - content:
   |         ╰─suggestion: Document 'driver' parameter
58 |   public init(
59 |     file: StaticString = #file,
warning: Parameter 'label' is missing documentation
  --> ../SwiftUI/StoreReader.swift:57:19-57:19
55 |   /// - Parameters:
56 |   ///   - store:
57 +   ///   - content:
   |         ╰─suggestion: Document 'label' parameter
58 |   public init(
59 |     file: StaticString = #file,
warning: Parameter 'file' is missing documentation
  --> ../SwiftUI/StoreReader.swift:57:19-57:19
55 |   /// - Parameters:
56 |   ///   - store:
57 +   ///   - content:
   |         ╰─suggestion: Document 'file' parameter
58 |   public init(
59 |     file: StaticString = #file,
warning: Parameter 'failureReason' is missing documentation
   --> ../Utility/Edge.swift:283:31-283:31
281 |
282 |     /// Raises an Swift.assertionFailure when its new value does not fit the condition.
283 +     /// - Parameter condition:
    |                               ╰─suggestion: Document 'failureReason' parameter
284 |     /// - Returns: A Middleware instance
285 |     public static func assert(_ condition: @escaping @Sendable (Value) -> Bool, _ failureReason: String? = nil) -> Self {
Finished building documentation for 'Verge' (0.97s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/vergegroup/swift-verge/main
Updating https://github.com/apple/swift-collections
Updating https://github.com/swiftlang/swift-syntax.git
Updating https://github.com/pointfreeco/swift-snapshot-testing
Updating https://github.com/nalexn/ViewInspector.git
Updating https://github.com/VergeGroup/swift-concurrency-task-manager
Updating https://github.com/VergeGroup/Normalization
Updating https://github.com/VergeGroup/swift-typed-identifier
Updated https://github.com/VergeGroup/swift-concurrency-task-manager (1.76s)
Updated https://github.com/VergeGroup/swift-typed-identifier (1.76s)
Updated https://github.com/pointfreeco/swift-snapshot-testing (1.76s)
Updated https://github.com/nalexn/ViewInspector.git (1.76s)
Updated https://github.com/apple/swift-collections (1.76s)
Updated https://github.com/VergeGroup/Normalization (1.76s)
Updated https://github.com/swiftlang/swift-syntax.git (1.76s)
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Updating https://github.com/pointfreeco/swift-macro-testing.git
Updating https://github.com/VergeGroup/swift-macro-state-struct
Updating https://github.com/ReactiveX/RxSwift.git
Updated https://github.com/pointfreeco/swift-macro-testing.git (0.46s)
Updating https://github.com/VergeGroup/TypedComparator
Updating https://github.com/apple/swift-atomics.git
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.63s)
Updated https://github.com/ReactiveX/RxSwift.git (0.68s)
Updated https://github.com/VergeGroup/swift-macro-state-struct (0.68s)
Updated https://github.com/apple/swift-atomics.git (0.64s)
Updated https://github.com/VergeGroup/TypedComparator (0.64s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.5.2 (3.55s)
Computing version for https://github.com/nalexn/ViewInspector.git
Computed https://github.com/nalexn/ViewInspector.git at 0.10.0 (0.46s)
Computing version for https://github.com/VergeGroup/swift-macro-state-struct
Computed https://github.com/VergeGroup/swift-macro-state-struct at 2.3.1 (0.47s)
Computing version for https://github.com/VergeGroup/Normalization
Computed https://github.com/VergeGroup/Normalization at 1.2.1 (0.47s)
Computing version for https://github.com/VergeGroup/TypedComparator
Computed https://github.com/VergeGroup/TypedComparator at 1.0.0 (0.45s)
Computing version for https://github.com/VergeGroup/swift-concurrency-task-manager
Computed https://github.com/VergeGroup/swift-concurrency-task-manager at 1.4.0 (0.56s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.0 (0.65s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.49s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.7.0 (0.60s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.17.5 (0.56s)
Computing version for https://github.com/VergeGroup/swift-typed-identifier
Computed https://github.com/VergeGroup/swift-typed-identifier at 2.0.4 (0.44s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (0.59s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.89s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.53s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (0.62s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
warning: 'normalization': 'normalization' dependency on 'https://github.com/apple/swift-syntax.git' conflicts with dependency on 'https://github.com/swiftlang/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Compiling SymbolKit Identifier.swift
[7/53] Compiling SymbolKit KindIdentifier.swift
[8/53] Compiling SymbolKit Location.swift
[9/53] Compiling SymbolKit Mutability.swift
[10/53] Compiling SymbolKit SemanticVersion.swift
[11/53] Compiling SymbolKit AccessControl.swift
[12/53] Compiling SymbolKit Availability.swift
[13/53] Compiling SymbolKit AvailabilityItem.swift
[14/53] Compiling SymbolKit Domain.swift
[15/57] Compiling SymbolKit Mixin+Equals.swift
[16/57] Compiling SymbolKit Mixin+Hash.swift
[17/57] Compiling SymbolKit Mixin.swift
[18/57] Compiling SymbolKit LineList.swift
[19/57] Compiling SymbolKit Position.swift
[20/57] Emitting module SymbolKit
[21/57] Compiling SymbolKit DeclarationFragments.swift
[22/57] Compiling SymbolKit Fragment.swift
[23/57] Compiling SymbolKit FragmentKind.swift
[24/57] Compiling SymbolKit FunctionParameter.swift
[25/57] Compiling SymbolKit FunctionSignature.swift
[26/57] Compiling SymbolKit Relationship.swift
[27/57] Compiling SymbolKit RelationshipKind.swift
[28/57] Compiling SymbolKit SourceOrigin.swift
[29/57] Compiling SymbolKit GenericConstraints.swift
[30/57] Compiling SymbolKit Swift.swift
[31/57] Compiling SymbolKit SourceRange.swift
[32/57] Compiling SymbolKit Metadata.swift
[33/57] Compiling SymbolKit Module.swift
[34/57] Compiling SymbolKit OperatingSystem.swift
[35/57] Compiling SymbolKit Platform.swift
[36/57] Compiling SymbolKit Names.swift
[37/57] Compiling SymbolKit SPI.swift
[38/57] Compiling SymbolKit Snippet.swift
[39/57] Compiling SymbolKit Extension.swift
[40/57] Compiling SymbolKit GenericConstraint.swift
[41/57] Compiling SymbolKit GenericParameter.swift
[42/57] Compiling SymbolKit Generics.swift
[43/57] Compiling SymbolKit Namespace.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets SnippetParser.swift
[53/57] Compiling Snippets Snippet.swift
[54/57] Emitting module Snippets
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.12s)
warning: 'normalization': 'normalization' dependency on 'https://github.com/apple/swift-syntax.git' conflicts with dependency on 'https://github.com/swiftlang/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
Building for debugging...
[0/5] Write swift-version-2F0A5646E1D333AE.txt
[2/51] Compiling SwiftSyntax510 Empty.swift
[3/51] Emitting module SwiftSyntax510
[4/51] Compiling SwiftSyntax600 Empty.swift
[5/51] Emitting module SwiftSyntax600
[6/51] Emitting module SwiftSyntax509
[7/51] Compiling SwiftSyntax509 Empty.swift
[8/51] Compiling TypedComparator PackedCompare.swift
[9/51] Emitting module TypedComparator
[10/51] Compiling TypedComparator TypedComparator.swift
[11/51] Compiling _CollectionsUtilities UnsafeBufferPointer+Extras.swift
[12/51] Compiling Atomics AtomicMemoryOrderings.swift
[13/51] Compiling Atomics DoubleWord.swift
[14/52] Compiling Atomics ManagedAtomic.swift
[15/52] Compiling Atomics ManagedAtomicLazyReference.swift
[16/52] Compiling Atomics AtomicStorage.swift
[17/52] Compiling Atomics AtomicValue.swift
[20/52] Compiling Atomics UnsafeAtomic.swift
[21/52] Compiling Atomics UnsafeAtomicLazyReference.swift
[26/54] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[27/54] Compiling Atomics AtomicOptionalWrappable.swift
[28/54] Compiling Atomics AtomicReference.swift
[29/54] Compiling Atomics Primitives.shims.swift
[30/54] Compiling Atomics AtomicInteger.swift
[31/54] Compiling Atomics IntegerOperations.swift
[32/54] Compiling Atomics Unmanaged extensions.swift
[35/57] Compiling Atomics PointerConformances.swift
[36/58] Compiling Atomics Primitives.native.swift
[37/58] Compiling SwiftSyntax Identifier.swift
[38/58] Compiling SwiftSyntax MemoryLayout.swift
[39/58] Emitting module _CollectionsUtilities
[42/58] Compiling SwiftSyntax MissingNodeInitializers.swift
[43/58] Compiling Atomics IntegerConformances.swift
[46/136] Compiling DequeModule _DequeBufferHeader.swift
[47/137] Compiling DequeModule _UnsafeWrappedBuffer.swift
[48/137] Compiling DequeModule Deque.swift
[49/137] Compiling DequeModule _DequeBuffer.swift
[50/137] Compiling DequeModule Deque+Equatable.swift
[51/137] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[52/137] Compiling DequeModule _DequeSlot.swift
[55/137] Compiling DequeModule Deque+Sendable.swift
[56/137] Compiling DequeModule Deque+Testing.swift
[57/137] Compiling DequeModule Deque+CustomReflectable.swift
[58/137] Compiling DequeModule Deque+Descriptions.swift
[61/137] Compiling DequeModule Deque+Extras.swift
[62/137] Compiling DequeModule Deque+Hashable.swift
[63/137] Compiling DequeModule Deque._Storage.swift
[64/137] Compiling DequeModule Deque._UnsafeHandle.swift
[65/137] Compiling DequeModule Deque+Codable.swift
[66/137] Compiling DequeModule Deque+Collection.swift
[67/137] Emitting module DequeModule
[68/137] Compiling SwiftSyntax SyntaxProtocol.swift
[69/137] Compiling SwiftSyntax SyntaxText.swift
[70/137] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[71/137] Compiling SwiftSyntax TokenDiagnostic.swift
[72/137] Compiling SwiftSyntax TokenSequence.swift
[73/137] Compiling SwiftSyntax TokenSyntax.swift
[74/137] Compiling SwiftSyntax Trivia.swift
[75/144] Emitting module Atomics
[83/150] Compiling SwiftSyntax SourceEdit.swift
[84/150] Compiling SwiftSyntax SourceLength.swift
[85/150] Compiling SwiftSyntax SourceLocation.swift
[86/150] Compiling SwiftSyntax SourcePresence.swift
[87/150] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[88/150] Compiling SwiftSyntax Syntax.swift
[89/150] Compiling SwiftSyntax SyntaxArena.swift
[90/150] Compiling ConcurrencyTaskManager TaskType.swift
[91/150] Compiling ConcurrencyTaskManager _Log.swift
[92/150] Compiling ConcurrencyTaskManager TaskStackActor.swift
[93/150] Compiling ConcurrencyTaskManager TaskManagerActor.swift
[94/150] Compiling ConcurrencyTaskManager TaskQueueActor.swift
[95/150] Emitting module ConcurrencyTaskManager
[96/150] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[97/150] Compiling SwiftSyntax SyntaxChildren.swift
[98/150] Compiling SwiftSyntax SyntaxCollection.swift
[99/150] Compiling SwiftSyntax SyntaxHashable.swift
[100/150] Compiling SwiftSyntax SyntaxIdentifier.swift
[101/150] Compiling SwiftSyntax SyntaxNodeFactory.swift
[102/150] Compiling SwiftSyntax SyntaxNodeStructure.swift
[103/150] Emitting module SwiftSyntax
[104/150] Compiling SwiftSyntax SyntaxCollections.swift
[105/150] Compiling SwiftSyntax SyntaxEnum.swift
[106/150] Compiling SwiftSyntax SyntaxKind.swift
[107/150] Compiling SwiftSyntax SyntaxRewriter.swift
[108/150] Compiling SwiftSyntax SyntaxTraits.swift
[109/150] Compiling SwiftSyntax SyntaxVisitor.swift
[110/150] Compiling SwiftSyntax TokenKind.swift
[111/150] Compiling SwiftSyntax Tokens.swift
[112/150] Compiling SwiftSyntax TriviaPieces.swift
[113/150] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[114/150] Compiling SwiftSyntax RawSyntaxNodesC.swift
[115/150] Compiling SwiftSyntax RawSyntaxNodesD.swift
[116/150] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[117/150] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[118/150] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[119/150] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[120/150] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[121/150] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[122/150] Compiling SwiftSyntax RawSyntaxValidation.swift
[123/150] Compiling SwiftSyntax SyntaxNodesAB.swift
[124/150] Compiling SwiftSyntax SyntaxNodesC.swift
[125/150] Compiling SwiftSyntax SyntaxNodesD.swift
[126/150] Compiling SwiftSyntax SyntaxNodesEF.swift
[127/150] Compiling SwiftSyntax SyntaxNodesGHI.swift
[128/150] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[129/150] Compiling SwiftSyntax SyntaxNodesOP.swift
[130/150] Compiling SwiftSyntax SyntaxNodesQRS.swift
[131/150] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[132/150] Compiling SwiftSyntax AbsolutePosition.swift
[133/150] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[134/150] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[135/150] Compiling SwiftSyntax Assert.swift
[136/150] Compiling SwiftSyntax BumpPtrAllocator.swift
[137/150] Compiling SwiftSyntax CommonAncestor.swift
[138/150] Compiling SwiftSyntax Convenience.swift
[139/150] Compiling SwiftSyntax CustomTraits.swift
[147/208] Compiling SwiftDiagnostics Message.swift
[148/209] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[149/209] Compiling SwiftBasicFormat Syntax+Extensions.swift
[150/209] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[151/209] Compiling SwiftDiagnostics Note.swift
[152/209] Compiling SwiftBasicFormat InferIndentation.swift
[153/209] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[154/209] Compiling SwiftDiagnostics FixIt.swift
[155/209] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[156/209] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[157/209] Compiling SwiftDiagnostics Diagnostic.swift
[158/209] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[159/209] Compiling SwiftDiagnostics Convenience.swift
[160/209] Emitting module SwiftDiagnostics
[161/209] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[162/209] Emitting module SwiftBasicFormat
[163/209] Compiling SwiftBasicFormat BasicFormat.swift
[164/209] Compiling SwiftParser TokenConsumer.swift
[165/209] Compiling SwiftParser TokenPrecedence.swift
[166/209] Compiling SwiftParser TokenSpec.swift
[167/209] Compiling SwiftParser TokenSpecSet.swift
[168/213] Compiling SwiftParser StringLiterals.swift
[169/213] Compiling SwiftParser SwiftParserCompatibility.swift
[170/213] Compiling SwiftParser SwiftVersion.swift
[171/213] Compiling SwiftParser SyntaxUtils.swift
[172/213] Compiling SwiftParser TopLevel.swift
[173/213] Compiling SwiftParser TriviaParser.swift
[174/213] Compiling SwiftParser Types.swift
[175/213] Compiling SwiftParser ExperimentalFeatures.swift
[176/213] Compiling SwiftParser UnicodeScalarExtensions.swift
[177/213] Compiling SwiftParser Lookahead.swift
[178/213] Compiling SwiftParser LoopProgressCondition.swift
[179/213] Compiling SwiftParser Modifiers.swift
[180/213] Compiling SwiftParser Names.swift
[181/213] Compiling SwiftParser Nominals.swift
[182/213] Compiling SwiftParser Parameters.swift
[183/213] Compiling SwiftParser ParseSourceFile.swift
[184/213] Compiling SwiftParser Parser.swift
[185/213] Compiling SwiftParser Patterns.swift
[186/213] Compiling SwiftParser Recovery.swift
[187/213] Compiling SwiftParser Specifiers.swift
[188/213] Compiling SwiftParser Statements.swift
[189/213] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[190/213] Emitting module SwiftParser
[191/213] Compiling SwiftParser Directives.swift
[192/213] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[193/213] Compiling SwiftParser Expressions.swift
[194/213] Compiling SwiftParser IncrementalParseTransition.swift
[195/213] Compiling SwiftParser IsValidIdentifier.swift
[196/213] Compiling SwiftParser Attributes.swift
[197/213] Compiling SwiftParser Availability.swift
[198/213] Compiling SwiftParser CharacterInfo.swift
[199/213] Compiling SwiftParser CollectionNodes+Parsable.swift
[200/213] Compiling SwiftParser Declarations.swift
[201/213] Compiling SwiftParser Cursor.swift
[202/213] Compiling SwiftParser Lexeme.swift
[203/213] Compiling SwiftParser LexemeSequence.swift
[204/213] Compiling SwiftParser Lexer.swift
[205/213] Compiling SwiftParser RegexLiteralLexer.swift
[206/213] Compiling SwiftParser IsLexerClassified.swift
[207/213] Compiling SwiftParser LayoutNodes+Parsable.swift
[208/213] Compiling SwiftParser Parser+TokenSpecSet.swift
[209/213] Compiling SwiftParser TokenSpecStaticMembers.swift
[210/236] Compiling SwiftOperators PrecedenceGraph.swift
[211/237] Compiling SwiftOperators PrecedenceGroup.swift
[212/237] Compiling SwiftOperators OperatorTable.swift
[213/237] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[214/238] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[215/238] Compiling SwiftOperators OperatorTable+Semantics.swift
[216/238] Compiling SwiftOperators OperatorTable+Defaults.swift
[217/238] Compiling SwiftOperators Operator.swift
[218/238] Compiling SwiftOperators OperatorError.swift
[219/238] Compiling SwiftOperators OperatorError+Diagnostics.swift
[220/238] Compiling SwiftOperators OperatorTable+Folding.swift
[221/238] Emitting module SwiftOperators
[222/238] Compiling SwiftParserDiagnostics PresenceUtils.swift
[223/238] Compiling SwiftOperators SyntaxSynthesis.swift
[224/238] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[225/238] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[226/238] Emitting module SwiftParserDiagnostics
[227/238] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[228/238] Compiling SwiftParserDiagnostics Utils.swift
[229/238] Compiling SwiftParserDiagnostics MissingNodesError.swift
[230/238] Compiling SwiftParserDiagnostics MissingTokenError.swift
[231/238] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[232/238] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[233/238] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[234/238] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[235/253] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[236/253] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[237/254] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[238/254] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[239/254] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[240/254] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[241/254] Compiling SwiftSyntaxBuilder Indenter.swift
[242/254] Compiling SwiftSyntaxBuilder ListBuilder.swift
[243/254] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[244/254] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[245/254] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[246/254] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[247/254] Emitting module SwiftSyntaxBuilder
[248/254] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[249/254] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[250/254] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[251/272] Compiling SwiftSyntaxMacros PreambleMacro.swift
[252/273] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[253/273] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[254/273] Compiling SwiftSyntaxMacros Macro.swift
[255/273] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[256/273] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[257/273] Compiling SwiftSyntaxMacros AccessorMacro.swift
[258/273] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[259/273] Compiling SwiftSyntaxMacros Macro+Format.swift
[260/273] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[261/273] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[262/273] Compiling SwiftSyntaxMacros MemberMacro.swift
[263/273] Compiling SwiftSyntaxMacros PeerMacro.swift
[264/273] Compiling SwiftSyntaxMacros AttachedMacro.swift
[265/273] Compiling SwiftSyntaxMacros BodyMacro.swift
[266/273] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[267/273] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[268/273] Emitting module SwiftSyntaxMacros
[269/273] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[270/283] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[271/283] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[272/283] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[273/283] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[274/283] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[275/283] Emitting module SwiftSyntaxMacroExpansion
[276/283] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[277/283] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[278/283] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[279/283] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[280/295] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[281/295] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[282/295] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[283/295] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[284/295] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[285/295] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[286/296] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[287/296] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[288/296] Emitting module SwiftCompilerPluginMessageHandling
[289/296] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[290/296] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[291/296] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[292/296] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[293/298] Emitting module SwiftCompilerPlugin
[294/298] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[295/309] Compiling VergeMacrosPlugin Plugin.swift
[296/309] Compiling VergeMacrosPlugin MacroError.swift
[297/309] Emitting module VergeMacrosPlugin
[298/309] Compiling VergeMacrosPlugin KeyPathMap.swift
/Users/admin/builder/spi-builder-workspace/Sources/VergeMacrosPlugin/KeyPathMap.swift:14:25: warning: 'argumentList' is deprecated: renamed to 'arguments'
12 |   public static func expansion(of node: some SwiftSyntax.FreestandingMacroExpansionSyntax, in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> SwiftSyntax.ExprSyntax {
13 |
14 |     let keyPahts = node.argumentList
   |                         |- warning: 'argumentList' is deprecated: renamed to 'arguments'
   |                         `- note: use 'arguments' instead
15 |
16 |     let names: [(String, KeyPathComponentListSyntax)] = {
/Users/admin/builder/spi-builder-workspace/Sources/VergeMacrosPlugin/KeyPathMap.swift:18:34: warning: 'cast' is deprecated: This cast will always succeed
16 |     let names: [(String, KeyPathComponentListSyntax)] = {
17 |       return keyPahts.map { keyPath in
18 |         let components = keyPath.cast(LabeledExprSyntax.self).expression.cast(
   |                                  `- warning: 'cast' is deprecated: This cast will always succeed
19 |           KeyPathExprSyntax.self
20 |         ).components
/Users/admin/builder/spi-builder-workspace/Sources/VergeMacrosPlugin/KeyPathMap.swift:25:16: warning: 'cast' is deprecated: This cast will always succeed
23 |         components
24 |           .map {
25 |             $0.cast(KeyPathComponentSyntax.self).component.cast(
   |                `- warning: 'cast' is deprecated: This cast will always succeed
26 |               KeyPathPropertyComponentSyntax.self
27 |             ).declName.baseName.description
[299/309] Compiling StateStructMacros TrackingMacro.swift
[300/309] Compiling StateStructMacros TrackingIgnoredMacro.swift
[301/309] Compiling StateStructMacros Plugin.swift
[302/309] Compiling StateStructMacros PrimitiveTrackingPropertyMacro.swift
[303/309] Compiling StateStructMacros KnownTypes.swift
[304/308] Emitting module StateStructMacros
[305/308] Compiling StateStructMacros COWTrackingPropertyMacro.swift
[305/307] Linking VergeMacrosPlugin-tool
[306/307] Linking StateStructMacros-tool
[308/319] Compiling StateStruct TrackingObject.swift
[309/319] Compiling StateStruct TrackingRuntime.swift
[310/320] Emitting module VergeMacros
[311/320] Compiling VergeMacros Source.swift
[312/320] Compiling StateStruct _TrackingContext.swift
[313/320] Compiling StateStruct TrackingResult.swift
[314/320] Emitting module StateStruct
[315/320] Compiling StateStruct Referencing.swift
[316/320] Compiling StateStruct PropertyPath.swift
[317/320] Compiling StateStruct PropertyNode.swift
[318/320] Compiling StateStruct Source.swift
[319/320] Compiling StateStruct CopyOnWrite.swift
[320/320] Compiling StateStruct Array+modify.swift
[321/368] Compiling Verge MutationTrace.swift
[322/368] Compiling Verge RuntimeError.swift
[323/368] Compiling Verge RuntimeSanitizer.swift
[324/368] Compiling Verge StoreLogger.swift
[325/368] Compiling Verge Sendable.swift
[326/368] Compiling Verge Log.swift
[327/368] Compiling Verge Signpost.swift
[328/368] Compiling Verge StoreActivitySubscription.swift
[329/368] Compiling Verge StoreStateSubscription.swift
[330/368] Compiling Verge StoreSubscriptionBase.swift
[331/368] Compiling Verge VergeAnyCancellable.swift
[332/373] Compiling Verge StoreType+Assignee.swift
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreType+Assignee.swift:88:11: warning: initialization of immutable value 'changes' was never used; consider replacing with assignment to '_' or removing it
 86 |   ) -> Assignee<Changes<Value>> {
 87 |     return { [weak store] value in
 88 |       let changes = value.map { Optional.some($0) }
    |           `- warning: initialization of immutable value 'changes' was never used; consider replacing with assignment to '_' or removing it
 89 |       store?.asStore().commit {
 90 |         $0[keyPath: keyPath] = .some(value.primitive)
[333/373] Compiling Verge StoreType+BindingDerived.swift
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreType+Assignee.swift:88:11: warning: initialization of immutable value 'changes' was never used; consider replacing with assignment to '_' or removing it
 86 |   ) -> Assignee<Changes<Value>> {
 87 |     return { [weak store] value in
 88 |       let changes = value.map { Optional.some($0) }
    |           `- warning: initialization of immutable value 'changes' was never used; consider replacing with assignment to '_' or removing it
 89 |       store?.asStore().commit {
 90 |         $0[keyPath: keyPath] = .some(value.primitive)
[334/373] Compiling Verge StoreType+Derived.swift
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreType+Assignee.swift:88:11: warning: initialization of immutable value 'changes' was never used; consider replacing with assignment to '_' or removing it
 86 |   ) -> Assignee<Changes<Value>> {
 87 |     return { [weak store] value in
 88 |       let changes = value.map { Optional.some($0) }
    |           `- warning: initialization of immutable value 'changes' was never used; consider replacing with assignment to '_' or removing it
 89 |       store?.asStore().commit {
 90 |         $0[keyPath: keyPath] = .some(value.primitive)
[335/373] Compiling Verge StoreWrapperType.swift
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreType+Assignee.swift:88:11: warning: initialization of immutable value 'changes' was never used; consider replacing with assignment to '_' or removing it
 86 |   ) -> Assignee<Changes<Value>> {
 87 |     return { [weak store] value in
 88 |       let changes = value.map { Optional.some($0) }
    |           `- warning: initialization of immutable value 'changes' was never used; consider replacing with assignment to '_' or removing it
 89 |       store?.asStore().commit {
 90 |         $0[keyPath: keyPath] = .some(value.primitive)
[336/373] Compiling Verge Transaction.swift
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreType+Assignee.swift:88:11: warning: initialization of immutable value 'changes' was never used; consider replacing with assignment to '_' or removing it
 86 |   ) -> Assignee<Changes<Value>> {
 87 |     return { [weak store] value in
 88 |       let changes = value.map { Optional.some($0) }
    |           `- warning: initialization of immutable value 'changes' was never used; consider replacing with assignment to '_' or removing it
 89 |       store?.asStore().commit {
 90 |         $0[keyPath: keyPath] = .some(value.primitive)
[337/373] Compiling Verge AnyTargetQueue.swift
[338/373] Compiling Verge Changes.swift
[339/373] Compiling Verge DetachedDispatcher.swift
[340/373] Compiling Verge KeyObject.swift
[341/373] Compiling Verge NonAtomicCounter.swift
[342/373] Compiling Verge VergeConcurrency+SynchronizationTracker.swift
[343/373] Compiling Verge VergeConcurrency.swift
[344/373] Compiling Verge _BackingStorage+.swift
[345/373] Compiling Verge ActivityTrace.swift
[346/373] Compiling Verge DefaultStoreLogger.swift
[347/373] Compiling Verge Derived+Assign.swift
[348/373] Compiling Verge Derived.swift
[349/373] Compiling Verge BackgroundDeallocationQueue.swift
[350/373] Compiling Verge CachedMap.swift
[351/373] Compiling Verge EventEmitter.swift
[352/373] Compiling Verge InoutRef.swift
[353/373] Emitting module Verge
[354/373] Compiling Verge Pipeline.swift
[355/373] Compiling Verge Scan.swift
[356/373] Compiling Verge StateType.swift
[357/373] Compiling Verge Store+Combine.swift
[358/373] Compiling Verge Store+RunLoop.swift
[359/373] Compiling Verge UIStateStore.swift
/Users/admin/builder/spi-builder-workspace/Sources/Verge/SwiftUI/Reading.swift:99:42: warning: result of call to 'retain()' is unused
 97 |       switch mode {
 98 |       case .strong:
 99 |         Unmanaged.passUnretained(object).retain()
    |                                          `- warning: result of call to 'retain()' is unused
100 |       case .unowned:
101 |         break
/Users/admin/builder/spi-builder-workspace/Sources/Verge/SwiftUI/Reading.swift:313:15: warning: variable '_currentState' was never mutated; consider changing to 'let' constant
311 |     }
312 |
313 |     guard var _currentState, let _currentStateVersion else {
    |               `- warning: variable '_currentState' was never mutated; consider changing to 'let' constant
314 |       return nil
315 |     }
[360/373] Compiling Verge OnReceive.swift
/Users/admin/builder/spi-builder-workspace/Sources/Verge/SwiftUI/Reading.swift:99:42: warning: result of call to 'retain()' is unused
 97 |       switch mode {
 98 |       case .strong:
 99 |         Unmanaged.passUnretained(object).retain()
    |                                          `- warning: result of call to 'retain()' is unused
100 |       case .unowned:
101 |         break
/Users/admin/builder/spi-builder-workspace/Sources/Verge/SwiftUI/Reading.swift:313:15: warning: variable '_currentState' was never mutated; consider changing to 'let' constant
311 |     }
312 |
313 |     guard var _currentState, let _currentStateVersion else {
    |               `- warning: variable '_currentState' was never mutated; consider changing to 'let' constant
314 |       return nil
315 |     }
[361/373] Compiling Verge Reading.swift
/Users/admin/builder/spi-builder-workspace/Sources/Verge/SwiftUI/Reading.swift:99:42: warning: result of call to 'retain()' is unused
 97 |       switch mode {
 98 |       case .strong:
 99 |         Unmanaged.passUnretained(object).retain()
    |                                          `- warning: result of call to 'retain()' is unused
100 |       case .unowned:
101 |         break
/Users/admin/builder/spi-builder-workspace/Sources/Verge/SwiftUI/Reading.swift:313:15: warning: variable '_currentState' was never mutated; consider changing to 'let' constant
311 |     }
312 |
313 |     guard var _currentState, let _currentStateVersion else {
    |               `- warning: variable '_currentState' was never mutated; consider changing to 'let' constant
314 |       return nil
315 |     }
[362/373] Compiling Verge StoreObject.swift
/Users/admin/builder/spi-builder-workspace/Sources/Verge/SwiftUI/Reading.swift:99:42: warning: result of call to 'retain()' is unused
 97 |       switch mode {
 98 |       case .strong:
 99 |         Unmanaged.passUnretained(object).retain()
    |                                          `- warning: result of call to 'retain()' is unused
100 |       case .unowned:
101 |         break
/Users/admin/builder/spi-builder-workspace/Sources/Verge/SwiftUI/Reading.swift:313:15: warning: variable '_currentState' was never mutated; consider changing to 'let' constant
311 |     }
312 |
313 |     guard var _currentState, let _currentStateVersion else {
    |               `- warning: variable '_currentState' was never mutated; consider changing to 'let' constant
314 |       return nil
315 |     }
[363/373] Compiling Verge StoreReader.swift
/Users/admin/builder/spi-builder-workspace/Sources/Verge/SwiftUI/Reading.swift:99:42: warning: result of call to 'retain()' is unused
 97 |       switch mode {
 98 |       case .strong:
 99 |         Unmanaged.passUnretained(object).retain()
    |                                          `- warning: result of call to 'retain()' is unused
100 |       case .unowned:
101 |         break
/Users/admin/builder/spi-builder-workspace/Sources/Verge/SwiftUI/Reading.swift:313:15: warning: variable '_currentState' was never mutated; consider changing to 'let' constant
311 |     }
312 |
313 |     guard var _currentState, let _currentStateVersion else {
    |               `- warning: variable '_currentState' was never mutated; consider changing to 'let' constant
314 |       return nil
315 |     }
[364/373] Compiling Verge Store.swift
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreDriverType.swift:345:9: warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it
343 |   ) rethrows -> Result {
344 |
345 |     let trace = MutationTrace(
    |         `- warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it
346 |       name: name,
347 |       file: file,
[365/373] Compiling Verge StoreDriverType+Accumulator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreDriverType.swift:345:9: warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it
343 |   ) rethrows -> Result {
344 |
345 |     let trace = MutationTrace(
    |         `- warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it
346 |       name: name,
347 |       file: file,
[366/373] Compiling Verge StoreDriverType.swift
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreDriverType.swift:345:9: warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it
343 |   ) rethrows -> Result {
344 |
345 |     let trace = MutationTrace(
    |         `- warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it
346 |       name: name,
347 |       file: file,
[367/373] Compiling Verge StoreMiddleware.swift
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreDriverType.swift:345:9: warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it
343 |   ) rethrows -> Result {
344 |
345 |     let trace = MutationTrace(
    |         `- warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it
346 |       name: name,
347 |       file: file,
[368/373] Compiling Verge StoreOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreDriverType.swift:345:9: warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it
343 |   ) rethrows -> Result {
344 |
345 |     let trace = MutationTrace(
    |         `- warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it
346 |       name: name,
347 |       file: file,
[369/373] Compiling Verge Edge.swift
[370/373] Compiling Verge ReferenceEdge.swift
[371/373] Compiling Verge ThunkToMainActor.swift
[372/373] Compiling Verge Verge.swift
[373/373] Compiling Verge macros.swift
Build of target: 'Verge' complete! (17.26s)
Target:                   VergeNormalizationDerived
Extracting symbol information for 'VergeNormalizationDerived'...
Finished extracting symbol information for 'VergeNormalizationDerived'. (3.56s)
Building documentation for 'VergeNormalizationDerived'...
Finished building documentation for 'VergeNormalizationDerived' (0.07s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/vergegroup/swift-verge/main
warning: 'normalization': 'normalization' dependency on 'https://github.com/apple/swift-syntax.git' conflicts with dependency on 'https://github.com/swiftlang/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.85s)
warning: 'normalization': 'normalization' dependency on 'https://github.com/apple/swift-syntax.git' conflicts with dependency on 'https://github.com/swiftlang/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
Building for debugging...
[0/5] Write swift-version-2F0A5646E1D333AE.txt
[2/33] Emitting module TypedIdentifier
[3/33] Compiling TypedIdentifier TypedIdentifier.swift
[4/90] Compiling NormalizationMacrosPlugin Plugin.swift
[5/90] Compiling NormalizationMacrosPlugin TableMacro.swift
[6/90] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[7/90] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[8/90] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[9/90] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[10/90] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[11/90] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[12/90] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[13/90] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[14/98] Compiling NormalizationMacrosPlugin MacroError.swift
[15/98] Compiling NormalizationMacrosPlugin IndexMacro.swift
[16/98] Compiling NormalizationMacrosPlugin DatabaseStateMacro.swift
[17/98] Compiling NormalizationMacrosPlugin NormalizedStorageMacro.swift
[18/98] Emitting module NormalizationMacrosPlugin
[19/97] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[20/97] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[21/97] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[22/97] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[23/97] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[24/97] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[25/97] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[26/97] Compiling HashTreeCollections TreeSet.swift
[27/97] Compiling HashTreeCollections TreeSet+Equatable.swift
[28/97] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[29/97] Compiling HashTreeCollections TreeSet+Extras.swift
[30/97] Compiling HashTreeCollections TreeSet+Filter.swift
[31/97] Compiling HashTreeCollections TreeSet+Hashable.swift
[32/97] Compiling HashTreeCollections TreeSet+Sendable.swift
[33/97] Compiling HashTreeCollections TreeSet+Sequence.swift
[34/97] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[35/97] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[36/97] Compiling HashTreeCollections TreeDictionary+Filter.swift
[37/97] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[38/97] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[39/97] Compiling HashTreeCollections TreeDictionary+Keys.swift
[40/97] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[41/97] Compiling HashTreeCollections TreeDictionary+Merge.swift
[42/97] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[43/97] Compiling HashTreeCollections _RawHashNode.swift
[44/97] Compiling HashTreeCollections _UnmanagedHashNode.swift
[45/97] Compiling HashTreeCollections _UnsafePath.swift
[46/97] Compiling HashTreeCollections TreeDictionary+Codable.swift
[47/97] Compiling HashTreeCollections TreeDictionary+Collection.swift
[48/97] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[49/97] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[50/97] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[51/97] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[52/97] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[53/97] Compiling HashTreeCollections TreeDictionary+Values.swift
[54/97] Compiling HashTreeCollections TreeDictionary.swift
[55/97] Compiling HashTreeCollections TreeSet+Codable.swift
[56/97] Compiling HashTreeCollections TreeSet+Collection.swift
[57/97] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[58/97] Compiling HashTreeCollections TreeSet+Debugging.swift
[59/97] Compiling HashTreeCollections TreeSet+Descriptions.swift
[60/97] Compiling HashTreeCollections _AncestorHashSlots.swift
[61/97] Compiling HashTreeCollections _Bitmap.swift
[62/97] Compiling HashTreeCollections _Bucket.swift
[63/97] Compiling HashTreeCollections _Hash.swift
[64/97] Compiling HashTreeCollections _HashLevel.swift
[65/97] Compiling HashTreeCollections _HashNode+Builder.swift
[66/97] Compiling HashTreeCollections _HashNode+Debugging.swift
[67/97] Compiling HashTreeCollections _HashNode+Initializers.swift
[68/97] Compiling HashTreeCollections _HashNode+Invariants.swift
[69/97] Compiling HashTreeCollections _HashNode+Lookups.swift
[70/97] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[71/97] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[72/97] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[73/97] Compiling HashTreeCollections _HashNode+Storage.swift
[74/97] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[75/97] Compiling HashTreeCollections _HashNode+Structural filter.swift
[76/97] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[77/97] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[78/97] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[79/97] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[80/97] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[81/97] Compiling HashTreeCollections _HashNode+Structural merge.swift
[82/97] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[83/97] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[84/97] Compiling HashTreeCollections _HashNode+Structural union.swift
[85/97] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[86/97] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[87/97] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[88/97] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[89/97] Compiling HashTreeCollections _HashNode.swift
[90/97] Compiling HashTreeCollections _HashNodeHeader.swift
[91/97] Compiling HashTreeCollections _HashSlot.swift
[92/97] Compiling HashTreeCollections _HashStack.swift
[93/97] Compiling HashTreeCollections _HashTreeIterator.swift
[94/97] Compiling HashTreeCollections _HashTreeStatistics.swift
[95/97] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[96/97] Emitting module HashTreeCollections
[96/97] Linking NormalizationMacrosPlugin-tool
[98/109] Compiling Normalization Tables.swift
[99/109] Compiling Normalization UpdatedMarker.swift
[100/109] Compiling Normalization NormalizedStorageType.swift
[101/109] Compiling Normalization Tables.Hash.swift
[102/109] Compiling Normalization TableType.swift
[103/109] Compiling Normalization EntityType.swift
[104/109] Compiling Normalization Indexes.swift
[105/109] Emitting module Normalization
[106/109] Compiling Normalization Selector.swift
[107/109] Compiling Normalization Normalization.swift
[108/109] Compiling Normalization NormalizedStorageComparators.swift
[109/109] Compiling Normalization VergeNormalization+Macros.swift
[110/110] Compiling Normalization VergeNormalization.swift
[111/119] Compiling VergeNormalizationDerived VergeNormalizationDerived.swift
[112/119] Compiling VergeNormalizationDerived StoreType+.swift
[113/119] Compiling VergeNormalizationDerived EntityWrapper.swift
[114/119] Compiling VergeNormalizationDerived NonNullEntityWrapper.swift
[115/119] Compiling VergeNormalizationDerived DerivedMaking+.swift
[116/119] Compiling VergeNormalizationDerived EntityType+Typealias.swift
[117/119] Compiling VergeNormalizationDerived Pipelines.swift
[118/119] Compiling VergeNormalizationDerived DerivedResult.swift
[119/119] Emitting module VergeNormalizationDerived
Build of target: 'VergeNormalizationDerived' complete! (3.42s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/vergegroup/swift-verge/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/vergegroup/swift-verge/main/linkable-paths.json
    3515
22	/Users/admin/builder/spi-builder-workspace/.docs/vergegroup/swift-verge/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/vergegroup/swift-verge/main
File count: 3515
Doc size:   22.0MB
Preparing doc bundle ...
Uploading prod-vergegroup-swift-verge-main-2a582740.zip to s3://spi-docs-inbox/prod-vergegroup-swift-verge-main-2a582740.zip
Copying... [11%]
Copying... [21%]
Copying... [31%]
Copying... [41%]
Copying... [51%]
Copying... [61%]
Copying... [71%]
Copying... [80%]
Copying... [90%]
Copying... [100%]
Done.