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 (61e890), with Swift 6.1 for macOS (SPM) on 26 May 2025 21:20:11 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

    },
    {
      "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"
}
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/270] Emitting module TypedIdentifier
[59/270] Compiling TypedIdentifier TypedIdentifier.swift
[60/270] Compiling TypedComparator PackedCompare.swift
[61/270] Compiling RxSwift Binder.swift
[62/270] Compiling RxSwift BooleanDisposable.swift
[63/270] Compiling _CollectionsUtilities UnsafeBufferPointer+Extras.swift
[64/271] Compiling TypedIdentifier TypedIdentifier.swift
[65/271] Emitting module TypedIdentifier
[66/271] Compiling RxSwift AddRef.swift
[67/271] Compiling RxSwift Amb.swift
[68/271] Emitting module _CollectionsUtilities
[69/271] Emitting module SwiftSyntax600
[70/271] Compiling SwiftSyntax600 Empty.swift
[71/272] Compiling RxSwift BehaviorSubject.swift
[72/272] Compiling RxSwift BinaryDisposable.swift
[73/272] Compiling RxSwift Bag+Rx.swift
[74/272] Compiling RxSwift Bag.swift
[75/272] Compiling TypedComparator TypedComparator.swift
[76/272] Emitting module TypedComparator
[79/272] Compiling TypedComparator PackedCompare.swift
[80/272] Compiling _CollectionsUtilities UnsafeBufferPointer+Extras.swift
[81/272] Emitting module _CollectionsUtilities
[88/272] Emitting module TypedComparator
[89/272] Compiling TypedComparator TypedComparator.swift
[90/274] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[91/276] Compiling RxSwift AnonymousDisposable.swift
[92/276] Compiling RxSwift AnonymousObserver.swift
[93/276] Compiling RxSwift AnyObserver.swift
[94/276] Compiling RxSwift AsMaybe.swift
[95/276] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[96/291] Compiling SwiftSyntax510 Empty.swift
[97/291] Emitting module SwiftSyntax510
[98/295] Emitting module SwiftSyntax509
[99/295] Compiling SwiftSyntax509 Empty.swift
[100/314] Compiling Atomics PointerConformances.swift
[101/314] Compiling Atomics Primitives.native.swift
[102/314] Compiling Atomics Primitives.shims.swift
[103/314] Compiling Atomics AtomicInteger.swift
[104/526] Compiling SwiftSyntax Convenience.swift
[105/526] Compiling SwiftSyntax CustomTraits.swift
[106/526] Compiling SwiftSyntax SyntaxCollections.swift
[107/526] Compiling SwiftSyntax SyntaxEnum.swift
[112/526] Compiling SwiftSyntax SyntaxTraits.swift
[113/526] Compiling SwiftSyntax SyntaxVisitor.swift
[114/526] Compiling SwiftSyntax TokenKind.swift
[115/526] Compiling SwiftSyntax Utils.swift
[116/526] Compiling SwiftSyntax ChildNameForKeyPath.swift
[117/526] Compiling SwiftSyntax Keyword.swift
[118/701] Compiling DequeModule _DequeSlot.swift
[119/701] Compiling DequeModule _DequeBufferHeader.swift
[120/701] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[121/701] Compiling HashTreeCollections _HashNode+Storage.swift
[122/701] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[123/701] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[124/702] Compiling HashTreeCollections _RawHashNode.swift
[125/702] Compiling HashTreeCollections _UnmanagedHashNode.swift
[126/702] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[127/702] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[128/702] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[129/702] Compiling HashTreeCollections _HashNode+Lookups.swift
[130/702] Compiling HashTreeCollections _HashNode+Structural union.swift
[131/702] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[134/702] Compiling DequeModule _UnsafeWrappedBuffer.swift
[135/702] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[136/702] Compiling HashTreeCollections TreeDictionary+Values.swift
[137/702] Compiling HashTreeCollections TreeDictionary.swift
[138/702] Compiling HashTreeCollections TreeSet+Codable.swift
[139/702] Compiling HashTreeCollections TreeSet+Collection.swift
[140/702] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[141/702] Compiling HashTreeCollections TreeSet+Debugging.swift
[142/702] Compiling HashTreeCollections TreeSet+Descriptions.swift
[145/710] Compiling HashTreeCollections _UnsafePath.swift
[146/710] Compiling HashTreeCollections TreeDictionary+Codable.swift
[147/710] Compiling HashTreeCollections TreeDictionary+Collection.swift
[148/710] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[149/710] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[150/710] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[163/718] Compiling HashTreeCollections _UnmanagedHashNode.swift
[164/718] Compiling HashTreeCollections _UnsafePath.swift
[165/718] Compiling HashTreeCollections TreeDictionary+Codable.swift
[166/718] Compiling HashTreeCollections TreeDictionary+Collection.swift
[167/718] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[168/718] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[169/718] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[170/718] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[173/718] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[174/718] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[175/718] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[176/718] Compiling HashTreeCollections _HashNode+Structural filter.swift
[179/718] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[180/718] Compiling HashTreeCollections _HashNode+Structural merge.swift
[193/720] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[194/720] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[195/720] Emitting module DequeModule
[196/720] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[197/720] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[198/720] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[199/720] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[200/720] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[201/720] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[202/720] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[203/720] Compiling HashTreeCollections TreeSet.swift
[212/737] Compiling Atomics IntegerOperations.swift
[213/737] Compiling Atomics Unmanaged extensions.swift
[214/737] Compiling DequeModule _DequeSlot.swift
[215/737] Compiling DequeModule _DequeBufferHeader.swift
[216/737] Compiling DequeModule Deque.swift
[217/737] Compiling DequeModule _DequeBuffer.swift
[218/738] Compiling HashTreeCollections _RawHashNode.swift
[227/738] Compiling HashTreeCollections TreeSet+Equatable.swift
[228/738] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[229/738] Compiling HashTreeCollections TreeSet+Extras.swift
[230/738] Compiling HashTreeCollections TreeSet+Filter.swift
[231/738] Compiling HashTreeCollections _HashNode+Debugging.swift
[232/738] Compiling HashTreeCollections _HashNode+Initializers.swift
[233/738] Compiling HashTreeCollections _HashNode+Invariants.swift
[234/738] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[235/738] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[236/738] Compiling HashTreeCollections TreeDictionary+Filter.swift
[237/738] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[238/738] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[239/738] Compiling HashTreeCollections TreeDictionary+Keys.swift
[240/738] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[241/738] Compiling HashTreeCollections TreeDictionary+Merge.swift
[242/738] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[243/738] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[244/738] Compiling HashTreeCollections _HashNode.swift
[245/738] Compiling HashTreeCollections _HashNodeHeader.swift
[246/738] Compiling HashTreeCollections _HashSlot.swift
[247/738] Compiling HashTreeCollections _HashStack.swift
[248/738] Compiling HashTreeCollections _HashTreeIterator.swift
[249/738] Compiling HashTreeCollections _HashTreeStatistics.swift
[250/738] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[252/738] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[253/738] Compiling HashTreeCollections _AncestorHashSlots.swift
[254/738] Compiling HashTreeCollections _Bitmap.swift
[255/738] Compiling HashTreeCollections _Bucket.swift
[256/738] Compiling HashTreeCollections _Hash.swift
[257/738] Compiling HashTreeCollections _HashLevel.swift
[258/738] Compiling HashTreeCollections _HashNode+Builder.swift
[259/738] Compiling HashTreeCollections _HashNode+Debugging.swift
[260/738] Compiling HashTreeCollections _HashNode+Initializers.swift
[261/738] Compiling HashTreeCollections _HashNode+Invariants.swift
[268/738] Compiling DequeModule Deque+Testing.swift
[269/738] Compiling DequeModule Deque+CustomReflectable.swift
[270/738] Compiling DequeModule Deque+Descriptions.swift
[277/738] Emitting module Atomics
[278/738] Compiling DequeModule Deque+Codable.swift
[279/738] Compiling DequeModule Deque+Collection.swift
[291/738] Emitting module Atomics
[292/744] Compiling DequeModule _UnsafeWrappedBuffer.swift
[329/744] Compiling DequeModule Deque+Equatable.swift
[330/744] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[331/744] Compiling DequeModule Deque+Sendable.swift
[333/744] Compiling DequeModule Deque._Storage.swift
[334/744] Compiling DequeModule Deque._UnsafeHandle.swift
[335/744] Compiling DequeModule Deque+Extras.swift
[336/744] Compiling DequeModule Deque+Hashable.swift
[349/751] Emitting module DequeModule
[359/757] Emitting module RxSwift
[360/773] Emitting module HashTreeCollections
[361/773] Emitting module RxSwift
[371/786] Emitting module HashTreeCollections
[386/789] Compiling VergeTiny Source.swift
[387/789] Emitting module VergeTiny
[389/789] Compiling VergeTiny Source.swift
[423/789] Compiling RxSwift Empty.swift
[424/789] Compiling RxSwift Enumerated.swift
[425/789] Compiling RxSwift Error.swift
[426/789] Compiling RxSwift Errors.swift
[427/789] Compiling RxSwift Event.swift
[428/789] Compiling RxSwift Filter.swift
[429/789] Compiling RxSwift First.swift
[430/789] Compiling RxSwift Generate.swift
[431/789] Compiling RxSwift GroupBy.swift
[432/789] Compiling RxSwift GroupedObservable.swift
[433/789] Compiling RxSwift HistoricalScheduler.swift
[434/789] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[435/789] Compiling RxSwift ImmediateSchedulerType.swift
[436/789] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[437/789] Compiling RxSwift Infallible+CombineLatest+arity.swift
[438/789] Compiling RxSwift Infallible+Concurrency.swift
[439/789] Compiling RxSwift Platform.Linux.swift
[440/789] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[441/789] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[442/789] Compiling RxSwift PrimitiveSequence.swift
[443/789] Compiling RxSwift PriorityQueue.swift
[444/789] Compiling RxSwift Producer.swift
[445/789] Compiling RxSwift PublishSubject.swift
[446/789] Compiling RxSwift Amb.swift
[447/789] Compiling RxSwift Queue.swift
[448/789] Compiling RxSwift AnonymousDisposable.swift
[449/789] Compiling RxSwift Range.swift
[450/789] Compiling RxSwift AnonymousObserver.swift
[451/789] Compiling RxSwift Reactive.swift
[452/789] Compiling RxSwift AnyObserver.swift
[453/789] Compiling RxSwift RecursiveLock.swift
[454/789] Compiling RxSwift RecursiveScheduler.swift
[455/789] Compiling RxSwift AsMaybe.swift
[456/789] Compiling RxSwift Reduce.swift
[457/789] Compiling RxSwift AsSingle.swift
[458/789] Compiling RxSwift RefCountDisposable.swift
[459/789] Compiling RxSwift AsyncLock.swift
[460/789] Compiling RxSwift Repeat.swift
[461/789] Compiling RxSwift AsyncSubject.swift
[462/789] Compiling RxSwift AtomicInt.swift
[463/789] Compiling RxSwift ReplaySubject.swift
[464/789] Compiling RxSwift Bag+Rx.swift
[465/789] Compiling RxSwift Bag.swift
[466/789] Compiling RxSwift BehaviorSubject.swift
[467/789] Compiling RxSwift BinaryDisposable.swift
[468/789] Compiling RxSwift Binder.swift
[469/789] Compiling RxSwift BooleanDisposable.swift
[470/789] Compiling RxSwift Buffer.swift
[471/789] Compiling RxSwift AddRef.swift
[492/789] Compiling RxSwift Delay.swift
[493/789] Compiling RxSwift DelaySubscription.swift
[494/789] Compiling RxSwift Dematerialize.swift
[495/789] Compiling RxSwift DispatchQueue+Extensions.swift
[496/789] Compiling RxSwift DispatchQueueConfiguration.swift
[497/789] Compiling RxSwift Disposable.swift
[498/789] Compiling RxSwift Disposables.swift
[499/789] Compiling RxSwift DisposeBag.swift
[500/789] Compiling RxSwift DisposeBase.swift
[501/789] Compiling RxSwift DistinctUntilChanged.swift
[502/789] Compiling RxSwift Do.swift
[503/789] Compiling RxSwift ElementAt.swift
[568/789] Compiling SwiftSyntax SyntaxNodesGHI.swift
[569/789] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[570/789] Compiling SwiftSyntax SyntaxNodesOP.swift
[571/789] Compiling SwiftSyntax SyntaxNodesQRS.swift
[572/789] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[631/789] Compiling SwiftSyntax SyntaxNodesD.swift
[632/789] Compiling SwiftSyntax SyntaxNodesEF.swift
[682/789] Compiling ConcurrencyTaskManager TaskQueueActor.swift
[683/789] Emitting module ConcurrencyTaskManager
[684/789] Compiling ConcurrencyTaskManager TaskStackActor.swift
[685/789] Compiling ConcurrencyTaskManager TaskType.swift
[686/789] Compiling ConcurrencyTaskManager TaskQueueActor.swift
[687/789] Emitting module ConcurrencyTaskManager
[688/789] Compiling ConcurrencyTaskManager TaskType.swift
[689/789] Compiling ConcurrencyTaskManager TaskStackActor.swift
[690/789] Compiling ConcurrencyTaskManager TaskManagerActor.swift
[692/789] Compiling ConcurrencyTaskManager _Log.swift
[694/789] Compiling RxSwift Take.swift
[695/789] Compiling RxSwift TakeLast.swift
[696/789] Compiling RxSwift TakeWithPredicate.swift
[697/789] Compiling RxSwift Throttle.swift
[698/789] Compiling RxSwift Timeout.swift
[699/789] Compiling RxSwift Timer.swift
[700/789] Compiling RxSwift ToArray.swift
[701/789] Compiling RxSwift Using.swift
[702/789] Compiling RxSwift VirtualTimeConverterType.swift
[703/789] Compiling RxSwift VirtualTimeScheduler.swift
[704/789] Compiling RxSwift Window.swift
[705/789] Compiling RxSwift WithLatestFrom.swift
[706/789] Compiling RxSwift WithUnretained.swift
[707/789] Compiling RxSwift Zip+Collection.swift
[708/789] Compiling RxSwift Zip+arity.swift
[709/789] Compiling RxSwift Zip.swift
[726/801] Emitting module RxRelay
[727/801] Compiling RxRelay BehaviorRelay.swift
[728/801] Compiling RxRelay ReplayRelay.swift
[729/801] Compiling RxRelay Utils.swift
[730/801] Compiling RxRelay PublishRelay.swift
[731/801] Compiling RxRelay BehaviorRelay.swift
[732/801] Emitting module RxRelay
[733/801] Compiling RxRelay Observable+Bind.swift
[734/801] Compiling RxRelay ReplayRelay.swift
[735/801] Compiling RxRelay Observable+Bind.swift
[736/801] Compiling RxRelay PublishRelay.swift
[737/801] Compiling RxRelay Utils.swift
[737/801] Compiling RxCocoaRuntime _RXKVOObserver.m
[738/801] Compiling RxCocoaRuntime _RX.m
[740/801] Compiling RxCocoaRuntime _RXDelegateProxy.m
[749/801] Compiling RxCocoaRuntime _RXKVOObserver.m
[750/801] Compiling RxCocoaRuntime _RXObjCRuntime.m
[753/973] Compiling RxCocoa NSSlider+Rx.swift
[754/973] Compiling RxCocoa NSTextField+Rx.swift
[755/973] Compiling RxCocoa NSTextStorage+Rx.swift
[756/973] Compiling RxCocoa NSTextView+Rx.swift
[757/973] Compiling RxCocoa NSView+Rx.swift
[758/973] Compiling RxCocoa NotificationCenter+Rx.swift
[759/973] Compiling RxCocoa Observable+Bind.swift
[760/973] Compiling RxCocoa ObservableConvertibleType+Driver.swift
[761/973] Compiling RxCocoa ObservableConvertibleType+SharedSequence.swift
[762/973] Compiling RxCocoa ObservableConvertibleType+Signal.swift
[763/973] Compiling RxCocoa PublishRelay+Signal.swift
[764/973] Compiling RxCocoa RxCocoa.swift
[765/973] Compiling RxCocoa RxCocoaObjCRuntimeError+Extensions.swift
[766/973] Compiling RxCocoa RxCollectionViewDataSourcePrefetchingProxy.swift
[767/973] Compiling RxCocoa RxCollectionViewDataSourceProxy.swift
[768/973] Compiling RxCocoa RxCollectionViewDataSourceType.swift
[769/973] Compiling RxCocoa RxCollectionViewDelegateProxy.swift
[770/973] Compiling RxCocoa Driver+Subscription.swift
[771/973] Compiling RxCocoa Driver.swift
[772/973] Compiling RxCocoa Infallible+Bind.swift
[773/973] Compiling RxCocoa Infallible+Driver.swift
[774/973] Compiling RxCocoa UIGestureRecognizer+Rx.swift
[775/973] Compiling RxCocoa UINavigationController+Rx.swift
[776/973] Compiling RxCocoa UIPickerView+Rx.swift
[777/973] Compiling RxCocoa UIRefreshControl+Rx.swift
[778/973] Compiling RxCocoa UIScrollView+Rx.swift
[779/973] Compiling RxCocoa UISearchBar+Rx.swift
[780/973] Compiling RxCocoa UISearchController+Rx.swift
[781/973] Compiling RxCocoa UISegmentedControl+Rx.swift
[782/973] Compiling RxCocoa UISlider+Rx.swift
[783/982] Compiling RxCocoa RxCollectionViewReactiveArrayDataSource.swift
[784/982] Compiling RxCocoa RxNavigationControllerDelegateProxy.swift
[785/982] Compiling RxCocoa RxPickerViewAdapter.swift
[786/982] Compiling RxCocoa RxPickerViewDataSourceProxy.swift
[787/982] Compiling RxCocoa RxPickerViewDataSourceType.swift
[788/982] Compiling RxCocoa RxPickerViewDelegateProxy.swift
[789/982] Compiling RxCocoa RxScrollViewDelegateProxy.swift
[790/982] Compiling RxCocoa RxSearchBarDelegateProxy.swift
[791/982] Compiling RxCocoa RxSearchControllerDelegateProxy.swift
[792/982] Emitting module RxCocoa
[814/991] Compiling RxCocoa BehaviorRelay+Driver.swift
[815/991] Compiling RxCocoa ControlEvent+Driver.swift
[816/991] Compiling RxCocoa ControlEvent+Signal.swift
[817/991] Compiling RxCocoa ControlEvent.swift
[818/991] Compiling RxCocoa ControlProperty+Driver.swift
[819/991] Compiling RxCocoa ControlProperty.swift
[820/991] Compiling RxCocoa ControlTarget.swift
[821/991] Compiling RxCocoa DelegateProxy.swift
[822/991] Compiling RxCocoa DelegateProxyType.swift
[823/991] Compiling RxCocoa DispatchQueue+Extensions.swift
[824/991] Compiling RxCocoa RxTextStorageDelegateProxy.swift
[825/991] Compiling RxCocoa NSObject+Rx+KVORepresentable.swift
[826/991] Compiling RxCocoa NSObject+Rx+RawRepresentable.swift
[827/991] Compiling RxCocoa NSObject+Rx.swift
[844/991] Compiling RxCocoa RxTabBarControllerDelegateProxy.swift
[845/991] Compiling RxCocoa RxTabBarDelegateProxy.swift
[846/991] Compiling RxCocoa RxTableViewDataSourcePrefetchingProxy.swift
[847/991] Compiling RxCocoa RxTableViewDataSourceProxy.swift
[848/991] Compiling RxCocoa RxTableViewDataSourceType.swift
[849/991] Compiling RxCocoa RxTableViewDelegateProxy.swift
[850/991] Compiling RxCocoa RxTableViewReactiveArrayDataSource.swift
[851/991] Compiling RxCocoa RxTarget.swift
[852/991] Compiling RxCocoa UICollectionView+Rx.swift
[853/991] Compiling RxCocoa UIControl+Rx.swift
[854/991] Compiling RxCocoa UIDatePicker+Rx.swift
[855/991] Compiling RxCocoa RxTextViewDelegateProxy.swift
[856/991] Compiling RxCocoa RxWKNavigationDelegateProxy.swift
[857/991] Compiling RxCocoa SchedulerType+SharedSequence.swift
[858/991] Compiling RxCocoa SectionedViewDataSourceType.swift
[859/991] Compiling RxCocoa SharedSequence+Concurrency.swift
[860/991] Compiling RxCocoa SharedSequence+Operators+arity.swift
[861/991] Compiling RxCocoa SharedSequence+Operators.swift
[862/991] Compiling RxCocoa KVORepresentable.swift
[863/991] Compiling RxCocoa NSButton+Rx.swift
[864/991] Compiling RxCocoa NSControl+Rx.swift
[865/991] Compiling RxCocoa Signal.swift
[866/991] Compiling RxCocoa TextInput.swift
[867/991] Compiling RxCocoa UIActivityIndicatorView+Rx.swift
[868/991] Compiling RxCocoa UIApplication+Rx.swift
[869/991] Compiling RxCocoa UIBarButtonItem+Rx.swift
[870/991] Compiling RxCocoa UIButton+Rx.swift
[871/991] Compiling RxCocoa SharedSequence.swift
[872/991] Compiling RxCocoa Signal+Subscription.swift
[881/991] Compiling RxCocoa UIStepper+Rx.swift
[882/991] Compiling RxCocoa UISwitch+Rx.swift
[883/991] Compiling RxCocoa UITabBar+Rx.swift
[884/991] Compiling RxCocoa UITabBarController+Rx.swift
[885/991] Compiling RxCocoa UITableView+Rx.swift
[886/991] Compiling RxCocoa UITextField+Rx.swift
[887/991] Compiling RxCocoa UITextView+Rx.swift
[888/991] Compiling RxCocoa URLSession+Rx.swift
[889/991] Compiling RxCocoa WKWebView+Rx.swift
[924/991] Compiling RxCocoa ItemEvents.swift
[927/991] Compiling RxCocoa KVORepresentable+CoreGraphics.swift
[929/991] Compiling RxCocoa KVORepresentable+Swift.swift
[971/991] Emitting module SwiftSyntax
[986/1049] Compiling SwiftDiagnostics Message.swift
[987/1050] Compiling SwiftBasicFormat Syntax+Extensions.swift
[988/1050] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[989/1050] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[990/1050] Compiling SwiftDiagnostics Convenience.swift
[991/1050] Emitting module SwiftDiagnostics
[992/1050] Compiling SwiftDiagnostics Note.swift
[993/1050] Compiling SwiftBasicFormat InferIndentation.swift
[994/1050] Compiling SwiftDiagnostics FixIt.swift
[995/1050] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[996/1050] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[997/1050] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[998/1050] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[999/1050] Compiling SwiftDiagnostics Diagnostic.swift
[1000/1050] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1001/1050] Emitting module SwiftBasicFormat
[1002/1050] Compiling SwiftBasicFormat BasicFormat.swift
[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 TokenConsumer.swift
[1008/1054] Compiling SwiftParser TokenPrecedence.swift
[1009/1054] Compiling SwiftParser TokenSpec.swift
[1010/1054] Compiling SwiftParser TokenSpecSet.swift
[1011/1054] Compiling SwiftParser StringLiterals.swift
[1012/1054] Compiling SwiftParser SwiftParserCompatibility.swift
[1013/1054] Compiling SwiftParser SwiftVersion.swift
[1014/1054] Compiling SwiftParser SyntaxUtils.swift
[1015/1054] Compiling SwiftParser Nominals.swift
[1016/1054] Compiling SwiftParser Parameters.swift
[1017/1054] Compiling SwiftParser ParseSourceFile.swift
[1018/1054] Compiling SwiftParser Parser.swift
[1019/1054] Compiling SwiftParser Patterns.swift
[1020/1054] Compiling SwiftParser UnicodeScalarExtensions.swift
[1021/1054] Compiling SwiftParser Lookahead.swift
[1022/1054] Compiling SwiftParser LoopProgressCondition.swift
[1023/1054] Compiling SwiftParser Modifiers.swift
[1024/1054] Compiling SwiftParser Names.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] Emitting module SwiftParser
[1030/1054] Compiling SwiftParser Attributes.swift
[1031/1054] Compiling SwiftParser Availability.swift
[1032/1054] Compiling SwiftParser CharacterInfo.swift
[1033/1054] Compiling SwiftParser CollectionNodes+Parsable.swift
[1034/1054] Compiling SwiftParser Declarations.swift
[1035/1054] Compiling SwiftParser Directives.swift
[1036/1054] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1037/1054] Compiling SwiftParser Expressions.swift
[1038/1054] Compiling SwiftParser IncrementalParseTransition.swift
[1039/1054] Compiling SwiftParser IsValidIdentifier.swift
[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 SwiftOperators PrecedenceGroup.swift
[1050/1077] Compiling SwiftOperators PrecedenceGraph.swift
[1051/1077] Compiling SwiftOperators OperatorError.swift
[1052/1077] Compiling SwiftOperators OperatorTable.swift
[1053/1077] Compiling SwiftOperators OperatorTable+Semantics.swift
[1054/1078] Compiling SwiftOperators OperatorTable+Defaults.swift
[1055/1078] Emitting module SwiftOperators
[1056/1078] Compiling SwiftOperators OperatorError+Diagnostics.swift
[1057/1078] Compiling SwiftOperators Operator.swift
[1058/1078] Compiling SwiftOperators OperatorTable+Folding.swift
[1059/1078] Compiling SwiftOperators SyntaxSynthesis.swift
[1060/1078] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1061/1078] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1062/1078] Compiling SwiftParserDiagnostics Utils.swift
[1063/1078] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1064/1078] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1065/1078] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1066/1079] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1067/1079] Compiling SwiftParserDiagnostics MissingNodesError.swift
[1068/1079] Compiling SwiftParserDiagnostics MissingTokenError.swift
[1069/1079] Emitting module SwiftParserDiagnostics
[1070/1079] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[1071/1079] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[1072/1079] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1073/1079] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1074/1094] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1075/1095] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1076/1095] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1077/1095] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1078/1095] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1079/1095] Emitting module SwiftSyntaxBuilder
[1080/1095] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1081/1095] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1082/1095] Compiling SwiftSyntaxBuilder Indenter.swift
[1083/1095] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1084/1095] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1085/1095] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1086/1095] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1087/1095] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1088/1095] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1089/1095] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1090/1113] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[1091/1113] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[1092/1114] Compiling SwiftSyntaxMacros PreambleMacro.swift
[1093/1114] Compiling SwiftSyntaxMacros AttachedMacro.swift
[1094/1114] Compiling SwiftSyntaxMacros BodyMacro.swift
[1095/1114] Compiling SwiftSyntaxMacros Macro.swift
[1096/1114] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[1097/1114] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[1098/1114] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[1099/1114] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[1100/1114] Compiling SwiftSyntaxMacros Macro+Format.swift
[1101/1114] Compiling SwiftSyntaxMacros MemberMacro.swift
[1102/1114] Compiling SwiftSyntaxMacros PeerMacro.swift
[1103/1114] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[1104/1114] Compiling SwiftSyntaxMacros AccessorMacro.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 MacroReplacement.swift
[1110/1124] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1111/1124] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1112/1124] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1113/1124] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1114/1124] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1115/1124] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1116/1124] Emitting module SwiftSyntaxMacroExpansion
[1117/1124] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1118/1124] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1119/1136] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[1120/1137] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1121/1137] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1122/1137] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1123/1137] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1124/1137] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1125/1137] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[1126/1137] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[1127/1137] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[1128/1137] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[1129/1137] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[1130/1137] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[1131/1137] Emitting module SwiftCompilerPluginMessageHandling
[1132/1139] Emitting module SwiftCompilerPlugin
[1133/1139] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1134/1157] Compiling VergeMacrosPlugin Plugin.swift
[1135/1157] Compiling VergeMacrosPlugin MacroError.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 TrackingIgnoredMacro.swift
[1140/1157] Compiling StateStructMacros TrackingMacro.swift
[1141/1157] Compiling StateStructMacros PrimitiveTrackingPropertyMacro.swift
[1142/1157] Compiling StateStructMacros Plugin.swift
[1143/1157] Compiling StateStructMacros KnownTypes.swift
[1144/1157] Emitting module StateStructMacros
[1145/1157] Compiling StateStructMacros COWTrackingPropertyMacro.swift
[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
[1151/1181] Emitting module VergeMacros
[1152/1181] Compiling VergeMacros Source.swift
[1153/1181] Compiling StateStruct TrackingRuntime.swift
[1154/1182] Compiling StateStruct _TrackingContext.swift
[1155/1182] Compiling StateStruct TrackingRuntime.swift
[1156/1182] Compiling StateStruct TrackingObject.swift
[1157/1182] Compiling StateStruct TrackingResult.swift
[1159/1183] Compiling NormalizationMacrosPlugin TableMacro.swift
[1160/1183] Compiling NormalizationMacrosPlugin Plugin.swift
[1161/1183] Compiling NormalizationMacrosPlugin MacroError.swift
[1162/1183] Compiling NormalizationMacrosPlugin DatabaseStateMacro.swift
[1163/1183] Emitting module NormalizationMacrosPlugin
[1164/1183] Compiling NormalizationMacrosPlugin NormalizedStorageMacro.swift
[1165/1183] Compiling NormalizationMacrosPlugin IndexMacro.swift
[1165/1183] Write Objects.LinkFileList
[1167/1183] Compiling StateStruct _TrackingContext.swift
[1168/1183] Emitting module StateStruct
[1169/1183] Compiling StateStruct Referencing.swift
[1170/1183] Compiling StateStruct PropertyPath.swift
[1171/1183] Compiling StateStruct CopyOnWrite.swift
[1172/1183] Compiling StateStruct Array+modify.swift
[1173/1183] Compiling StateStruct PropertyNode.swift
[1174/1183] Emitting module StateStruct
[1175/1183] Compiling StateStruct Source.swift
[1176/1183] Compiling StateStruct Referencing.swift
[1177/1183] Compiling StateStruct PropertyNode.swift
[1178/1183] Compiling StateStruct TrackingObject.swift
[1179/1183] Compiling StateStruct CopyOnWrite.swift
[1180/1183] Compiling StateStruct PropertyPath.swift
[1181/1183] Compiling StateStruct Array+modify.swift
[1182/1183] Compiling StateStruct Source.swift
[1182/1279] Linking NormalizationMacrosPlugin-tool
[1184/1303] Emitting module Normalization
[1185/1303] Compiling Normalization EntityType.swift
[1186/1303] Compiling Normalization Indexes.swift
[1187/1303] Emitting module Normalization
[1188/1305] Compiling Normalization Tables.swift
[1189/1305] Compiling Normalization UpdatedMarker.swift
[1190/1305] Compiling Normalization Tables.swift
[1191/1305] Compiling Normalization UpdatedMarker.swift
[1192/1305] Compiling Normalization Tables.Hash.swift
[1193/1305] Compiling Normalization Selector.swift
[1194/1305] Compiling Normalization TableType.swift
[1195/1305] Compiling Normalization Tables.Hash.swift
[1196/1305] Compiling Normalization Normalization.swift
[1197/1305] Compiling Normalization NormalizedStorageType.swift
[1198/1305] Compiling Normalization NormalizedStorageComparators.swift
[1199/1305] Compiling Normalization NormalizedStorageType.swift
[1200/1305] Compiling Normalization VergeNormalization+Macros.swift
[1203/1305] Compiling Normalization TableType.swift
[1206/1305] Compiling Normalization Selector.swift
[1207/1305] Compiling Normalization VergeNormalization+Macros.swift
[1208/1305] Compiling Normalization VergeNormalization.swift
[1210/1305] Compiling Verge VergeConcurrency+SynchronizationTracker.swift
[1211/1305] Compiling Verge VergeConcurrency.swift
[1212/1305] Compiling Verge _BackingStorage+.swift
[1213/1305] Compiling Verge ActivityTrace.swift
[1214/1305] Compiling Verge DefaultStoreLogger.swift
[1215/1310] 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)
[1216/1310] 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)
[1217/1310] 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)
[1218/1310] 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)
[1219/1310] Compiling Verge NonAtomicCounter.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)
[1220/1310] Compiling Verge Log.swift
[1221/1310] Compiling Verge Signpost.swift
[1222/1310] Compiling Verge StoreActivitySubscription.swift
[1223/1310] Compiling Verge StoreStateSubscription.swift
[1224/1310] Compiling Verge StoreSubscriptionBase.swift
[1225/1310] Compiling Verge VergeAnyCancellable.swift
[1226/1310] Compiling Verge Pipeline.swift
[1227/1310] Compiling Verge Scan.swift
[1228/1310] Compiling Verge StateType.swift
[1229/1310] Compiling Verge Store+Combine.swift
[1230/1310] Compiling Verge Store+RunLoop.swift
[1231/1310] Compiling Verge MutationTrace.swift
[1232/1310] Compiling Verge RuntimeError.swift
[1233/1310] Compiling Verge RuntimeSanitizer.swift
[1234/1310] Compiling Verge StoreLogger.swift
[1235/1310] Compiling Verge Sendable.swift
[1236/1310] Emitting module Verge
[1257/1315] Compiling Verge EventEmitter.swift
[1258/1315] Compiling Verge InoutRef.swift
[1259/1315] Compiling Verge Edge.swift
[1260/1315] Compiling Verge ReferenceEdge.swift
[1261/1315] Compiling Verge ThunkToMainActor.swift
[1262/1315] Compiling Verge Verge.swift
[1263/1315] Compiling Verge macros.swift
[1270/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,
[1271/1315] 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,
[1272/1315] 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,
[1273/1315] 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,
[1274/1315] 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,
[1291/1315] Compiling Verge StoreType+Assignee.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/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)
[1293/1315] 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)
/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,
[1295/1315] 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)
/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,
[1297/1315] 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)
/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,
[1299/1315] 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)
/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,
[1306/1315] 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 |     }
[1307/1315] 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 |     }
[1308/1315] 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 |     }
[1309/1315] 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 |     }
[1310/1315] 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 |     }
/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
[1319/1339] Compiling VergeNormalizationDerived VergeNormalizationDerived.swift
[1320/1339] Compiling VergeNormalizationDerived DerivedResult.swift
[1321/1339] Compiling VergeNormalizationDerived EntityType+Typealias.swift
[1322/1339] Compiling VergeNormalizationDerived EntityWrapper.swift
[1323/1339] Emitting module VergeNormalizationDerived
[1324/1339] Compiling VergeNormalizationDerived DerivedMaking+.swift
[1325/1339] Emitting module VergeNormalizationDerived
[1326/1339] Compiling VergeNormalizationDerived NonNullEntityWrapper.swift
[1327/1339] Compiling VergeNormalizationDerived EntityType+Typealias.swift
[1328/1339] Compiling VergeNormalizationDerived DerivedResult.swift
[1329/1339] Compiling VergeNormalizationDerived EntityWrapper.swift
[1330/1339] Compiling VergeNormalizationDerived DerivedMaking+.swift
[1331/1339] Compiling VergeNormalizationDerived Pipelines.swift
[1332/1339] Compiling VergeNormalizationDerived NonNullEntityWrapper.swift
[1333/1339] Compiling VergeNormalizationDerived Pipelines.swift
[1334/1339] Emitting module VergeRx
[1335/1339] Compiling VergeRx Store+Rx.swift
[1336/1339] Compiling VergeRx Extensions.swift
[1337/1346] Compiling VergeRx Store+Rx.swift
[1338/1346] Emitting module VergeRx
[1339/1346] Compiling VergeRx Extensions.swift
[1340/1353] Compiling VergeClassic Extensions.swift
[1341/1353] Compiling VergeClassic Emitter.swift
[1342/1353] Emitting module VergeClassic
[1343/1353] Compiling VergeClassic Storage+Rx.swift
[1344/1353] Compiling VergeClassic VergeClassic.swift
[1345/1353] Compiling VergeClassic Verge+Extension.swift
[1346/1353] Compiling VergeClassic Storage.swift
[1347/1353] Compiling VergeClassic VergeClassic.swift
[1348/1353] Compiling VergeClassic Verge+Extension.swift
[1349/1353] Compiling VergeClassic Emitter.swift
[1350/1353] Compiling VergeClassic Storage+Rx.swift
[1351/1353] Compiling VergeClassic Extensions.swift
[1352/1353] Emitting module VergeClassic
[1353/1353] Compiling VergeClassic Storage.swift
Build complete! (42.93s)
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/demo.gif
    /Users/admin/builder/spi-builder-workspace/Sources/VergeClassic/Info.plist
    /Users/admin/builder/spi-builder-workspace/Sources/VergeClassic/Verge@2x.png
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.1.2",
            "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.19s)
Building documentation for 'Verge'...
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: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/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/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: '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: 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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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 '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: 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: 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 '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 '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 '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 '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 '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 '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: '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 '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 '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 '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.95s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/vergegroup/swift-verge/main
Updating https://github.com/VergeGroup/swift-typed-identifier
Updating https://github.com/pointfreeco/swift-snapshot-testing
Updating https://github.com/VergeGroup/swift-macro-state-struct
Updating https://github.com/nalexn/ViewInspector.git
Updating https://github.com/VergeGroup/TypedComparator
Updating https://github.com/ReactiveX/RxSwift.git
Updating https://github.com/VergeGroup/swift-concurrency-task-manager
Updated https://github.com/nalexn/ViewInspector.git (0.50s)
Updating https://github.com/VergeGroup/Normalization
Updated https://github.com/VergeGroup/swift-concurrency-task-manager (0.67s)
Updated https://github.com/VergeGroup/swift-macro-state-struct (0.67s)
Updated https://github.com/VergeGroup/TypedComparator (0.67s)
Updated https://github.com/ReactiveX/RxSwift.git (0.67s)
Updating https://github.com/swiftlang/swift-syntax.git
Updating https://github.com/pointfreeco/swift-macro-testing.git
Updating https://github.com/apple/swift-atomics.git
Updating https://github.com/apple/swift-collections
Updated https://github.com/pointfreeco/swift-snapshot-testing (0.79s)
Updated https://github.com/VergeGroup/swift-typed-identifier (0.79s)
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Updated https://github.com/VergeGroup/Normalization (0.47s)
Updated https://github.com/pointfreeco/swift-macro-testing.git (0.45s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.46s)
Updated https://github.com/apple/swift-collections (0.85s)
Updated https://github.com/apple/swift-atomics.git (0.85s)
Updated https://github.com/swiftlang/swift-syntax.git (1.36s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.5.2 (2.55s)
Computing version for https://github.com/nalexn/ViewInspector.git
Computed https://github.com/nalexn/ViewInspector.git at 0.10.0 (0.44s)
Computing version for https://github.com/VergeGroup/swift-macro-state-struct
Computed https://github.com/VergeGroup/swift-macro-state-struct at 2.3.0 (0.44s)
Computing version for https://github.com/VergeGroup/Normalization
Computed https://github.com/VergeGroup/Normalization at 1.2.1 (0.44s)
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.57s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.0 (0.64s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.48s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.7.0 (0.59s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.17.5 (0.58s)
Computing version for https://github.com/VergeGroup/swift-typed-identifier
Computed https://github.com/VergeGroup/swift-typed-identifier at 2.0.4 (0.47s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.60s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.81s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.50s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (0.69s)
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.3
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
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
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Compiling SymbolKit GenericConstraint.swift
[7/53] Compiling SymbolKit GenericParameter.swift
[8/53] Compiling SymbolKit Generics.swift
[9/53] Compiling SymbolKit Namespace.swift
[10/57] Compiling SymbolKit DeclarationFragments.swift
[11/57] Compiling SymbolKit Fragment.swift
[12/57] Compiling SymbolKit FragmentKind.swift
[13/57] Compiling SymbolKit FunctionParameter.swift
[14/57] Compiling SymbolKit FunctionSignature.swift
[15/57] Emitting module SymbolKit
[16/57] Compiling SymbolKit Identifier.swift
[17/57] Compiling SymbolKit KindIdentifier.swift
[18/57] Compiling SymbolKit Location.swift
[19/57] Compiling SymbolKit Mutability.swift
[20/57] Compiling SymbolKit SourceRange.swift
[21/57] Compiling SymbolKit Metadata.swift
[22/57] Compiling SymbolKit Module.swift
[23/57] Compiling SymbolKit OperatingSystem.swift
[24/57] Compiling SymbolKit Platform.swift
[25/57] Compiling SymbolKit Relationship.swift
[26/57] Compiling SymbolKit RelationshipKind.swift
[27/57] Compiling SymbolKit SourceOrigin.swift
[28/57] Compiling SymbolKit GenericConstraints.swift
[29/57] Compiling SymbolKit Swift.swift
[30/57] Compiling SymbolKit Names.swift
[31/57] Compiling SymbolKit SPI.swift
[32/57] Compiling SymbolKit Snippet.swift
[33/57] Compiling SymbolKit Extension.swift
[34/57] Compiling SymbolKit Mixin+Equals.swift
[35/57] Compiling SymbolKit Mixin+Hash.swift
[36/57] Compiling SymbolKit Mixin.swift
[37/57] Compiling SymbolKit LineList.swift
[38/57] Compiling SymbolKit Position.swift
[39/57] Compiling SymbolKit SemanticVersion.swift
[40/57] Compiling SymbolKit AccessControl.swift
[41/57] Compiling SymbolKit Availability.swift
[42/57] Compiling SymbolKit AvailabilityItem.swift
[43/57] Compiling SymbolKit Domain.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] Emitting module Snippets
[53/57] Compiling Snippets Snippet.swift
[54/57] Compiling Snippets SnippetParser.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.09s)
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/50] Compiling SwiftSyntax600 Empty.swift
[3/51] Compiling SwiftSyntax510 Empty.swift
[4/51] Emitting module SwiftSyntax510
[5/51] Emitting module SwiftSyntax600
[6/51] Compiling TypedComparator TypedComparator.swift
[7/51] Compiling TypedComparator PackedCompare.swift
[8/51] Compiling SwiftSyntax509 Empty.swift
[9/51] Emitting module SwiftSyntax509
[10/51] Emitting module TypedComparator
[11/51] Compiling Atomics ManagedAtomic.swift
[12/51] Compiling Atomics ManagedAtomicLazyReference.swift
[13/51] Compiling _CollectionsUtilities UnsafeBufferPointer+Extras.swift
[14/52] Compiling Atomics AtomicStorage.swift
[15/52] Compiling Atomics AtomicValue.swift
[16/52] Compiling Atomics AtomicMemoryOrderings.swift
[17/52] Compiling Atomics DoubleWord.swift
[18/52] Compiling Atomics Primitives.shims.swift
[19/52] Compiling Atomics AtomicInteger.swift
[20/54] Compiling Atomics UnsafeAtomic.swift
[21/54] Compiling Atomics UnsafeAtomicLazyReference.swift
[26/54] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[27/54] Compiling Atomics AtomicBool.swift
[28/54] Compiling Atomics IntegerConformances.swift
[29/54] Compiling Atomics OptionalRawRepresentable.swift
[30/54] Compiling Atomics RawRepresentable.swift
[31/54] Emitting module _CollectionsUtilities
[32/54] Compiling Atomics IntegerOperations.swift
[33/54] Compiling Atomics Unmanaged extensions.swift
[36/54] Compiling Atomics AtomicOptionalWrappable.swift
[37/54] Compiling Atomics AtomicReference.swift
[40/54] Compiling Atomics PointerConformances.swift
[41/54] Compiling Atomics Primitives.native.swift
[44/119] Compiling SwiftSyntax Identifier.swift
[45/119] Compiling SwiftSyntax MemoryLayout.swift
[46/136] Compiling DequeModule _DequeSlot.swift
[47/137] Compiling DequeModule _DequeBufferHeader.swift
[48/137] Compiling DequeModule Deque+Equatable.swift
[49/137] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[50/137] Compiling DequeModule Deque.swift
[51/137] Compiling DequeModule _DequeBuffer.swift
[52/137] Compiling DequeModule _UnsafeWrappedBuffer.swift
[53/137] Compiling DequeModule Deque+CustomReflectable.swift
[54/137] Compiling DequeModule Deque+Descriptions.swift
[55/137] Compiling DequeModule Deque+Extras.swift
[56/137] Compiling DequeModule Deque+Hashable.swift
[57/137] Compiling DequeModule Deque._Storage.swift
[58/137] Compiling DequeModule Deque._UnsafeHandle.swift
[61/137] Compiling DequeModule Deque+Sendable.swift
[62/137] Compiling DequeModule Deque+Testing.swift
[63/137] Compiling DequeModule Deque+Codable.swift
[64/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
[90/150] Compiling ConcurrencyTaskManager _Log.swift
[91/150] Compiling ConcurrencyTaskManager TaskType.swift
[92/150] Compiling ConcurrencyTaskManager TaskStackActor.swift
[93/150] Compiling ConcurrencyTaskManager TaskManagerActor.swift
[94/150] Emitting module ConcurrencyTaskManager
[95/150] Compiling ConcurrencyTaskManager TaskQueueActor.swift
[96/150] Compiling SwiftSyntax Tokens.swift
[97/150] Compiling SwiftSyntax TriviaPieces.swift
[98/150] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[99/150] Compiling SwiftSyntax RawSyntaxNodesC.swift
[100/150] Compiling SwiftSyntax RawSyntaxNodesD.swift
[101/150] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[102/150] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[103/150] Emitting module SwiftSyntax
[104/150] Compiling SwiftSyntax SyntaxNodesD.swift
[105/150] Compiling SwiftSyntax SyntaxNodesEF.swift
[106/150] Compiling SwiftSyntax SyntaxNodesGHI.swift
[107/150] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[108/150] Compiling SwiftSyntax SyntaxNodesOP.swift
[109/150] Compiling SwiftSyntax SyntaxNodesQRS.swift
[110/150] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[111/150] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[112/150] Compiling SwiftSyntax SyntaxChildren.swift
[113/150] Compiling SwiftSyntax SyntaxCollection.swift
[114/150] Compiling SwiftSyntax SyntaxHashable.swift
[115/150] Compiling SwiftSyntax SyntaxIdentifier.swift
[116/150] Compiling SwiftSyntax SyntaxNodeFactory.swift
[117/150] Compiling SwiftSyntax SyntaxNodeStructure.swift
[118/150] Compiling SwiftSyntax AbsolutePosition.swift
[119/150] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[120/150] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[121/150] Compiling SwiftSyntax Assert.swift
[122/150] Compiling SwiftSyntax BumpPtrAllocator.swift
[123/150] Compiling SwiftSyntax CommonAncestor.swift
[124/150] Compiling SwiftSyntax Convenience.swift
[125/150] Compiling SwiftSyntax CustomTraits.swift
[126/150] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[127/150] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[128/150] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[129/150] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[130/150] Compiling SwiftSyntax RawSyntaxValidation.swift
[131/150] Compiling SwiftSyntax SyntaxNodesAB.swift
[132/150] Compiling SwiftSyntax SyntaxNodesC.swift
[133/150] Compiling SwiftSyntax Utils.swift
[134/150] Compiling SwiftSyntax ChildNameForKeyPath.swift
[135/150] Compiling SwiftSyntax Keyword.swift
[136/150] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[137/150] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[138/150] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[139/150] Compiling SwiftSyntax SyntaxBaseNodes.swift
[140/150] Compiling SwiftSyntax SyntaxCollections.swift
[141/150] Compiling SwiftSyntax SyntaxEnum.swift
[142/150] Compiling SwiftSyntax SyntaxKind.swift
[143/150] Compiling SwiftSyntax SyntaxRewriter.swift
[144/150] Compiling SwiftSyntax SyntaxTraits.swift
[145/150] Compiling SwiftSyntax SyntaxVisitor.swift
[146/150] Compiling SwiftSyntax TokenKind.swift
[147/208] Compiling SwiftDiagnostics Message.swift
[148/209] Compiling SwiftDiagnostics Convenience.swift
[149/209] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[150/209] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[151/209] Compiling SwiftDiagnostics Note.swift
[152/209] Compiling SwiftBasicFormat Syntax+Extensions.swift
[153/209] Compiling SwiftBasicFormat InferIndentation.swift
[154/209] Compiling SwiftDiagnostics FixIt.swift
[155/209] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[156/209] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[157/209] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[158/209] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[159/209] Compiling SwiftDiagnostics Diagnostic.swift
[160/209] Emitting module SwiftDiagnostics
[161/209] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[162/209] Emitting module SwiftBasicFormat
[163/209] Compiling SwiftBasicFormat BasicFormat.swift
[164/209] Compiling SwiftParser StringLiterals.swift
[165/209] Compiling SwiftParser SwiftParserCompatibility.swift
[166/209] Compiling SwiftParser SwiftVersion.swift
[167/209] Compiling SwiftParser SyntaxUtils.swift
[168/213] Compiling SwiftParser UnicodeScalarExtensions.swift
[169/213] Compiling SwiftParser Lookahead.swift
[170/213] Compiling SwiftParser LoopProgressCondition.swift
[171/213] Compiling SwiftParser Modifiers.swift
[172/213] Compiling SwiftParser Names.swift
[173/213] Compiling SwiftParser Recovery.swift
[174/213] Compiling SwiftParser Specifiers.swift
[175/213] Compiling SwiftParser Statements.swift
[176/213] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[177/213] Emitting module SwiftParser
[178/213] Compiling SwiftParser Nominals.swift
[179/213] Compiling SwiftParser Parameters.swift
[180/213] Compiling SwiftParser ParseSourceFile.swift
[181/213] Compiling SwiftParser Parser.swift
[182/213] Compiling SwiftParser Patterns.swift
[183/213] Compiling SwiftParser TopLevel.swift
[184/213] Compiling SwiftParser TriviaParser.swift
[185/213] Compiling SwiftParser Types.swift
[186/213] Compiling SwiftParser ExperimentalFeatures.swift
[187/213] Compiling SwiftParser Directives.swift
[188/213] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[189/213] Compiling SwiftParser Expressions.swift
[190/213] Compiling SwiftParser IncrementalParseTransition.swift
[191/213] Compiling SwiftParser IsValidIdentifier.swift
[192/213] Compiling SwiftParser TokenConsumer.swift
[193/213] Compiling SwiftParser TokenPrecedence.swift
[194/213] Compiling SwiftParser TokenSpec.swift
[195/213] Compiling SwiftParser TokenSpecSet.swift
[196/213] Compiling SwiftParser Cursor.swift
[197/213] Compiling SwiftParser Lexeme.swift
[198/213] Compiling SwiftParser LexemeSequence.swift
[199/213] Compiling SwiftParser Lexer.swift
[200/213] Compiling SwiftParser RegexLiteralLexer.swift
[201/213] Compiling SwiftParser Attributes.swift
[202/213] Compiling SwiftParser Availability.swift
[203/213] Compiling SwiftParser CharacterInfo.swift
[204/213] Compiling SwiftParser CollectionNodes+Parsable.swift
[205/213] Compiling SwiftParser Declarations.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 PrecedenceGroup.swift
[211/236] Compiling SwiftOperators PrecedenceGraph.swift
[212/237] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[213/238] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[214/238] Compiling SwiftOperators OperatorTable.swift
[215/238] Compiling SwiftOperators OperatorTable+Semantics.swift
[216/238] Compiling SwiftOperators OperatorTable+Defaults.swift
[217/238] Compiling SwiftOperators OperatorError.swift
[218/238] Compiling SwiftOperators OperatorError+Diagnostics.swift
[219/238] Compiling SwiftOperators Operator.swift
[220/238] Emitting module SwiftOperators
[221/238] Compiling SwiftOperators OperatorTable+Folding.swift
[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] Compiling SwiftParserDiagnostics Utils.swift
[227/238] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[228/238] Emitting module SwiftParserDiagnostics
[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 WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[237/253] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[238/253] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[239/254] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[240/254] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[241/254] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[242/254] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[243/254] Compiling SwiftSyntaxBuilder Indenter.swift
[244/254] Compiling SwiftSyntaxBuilder ListBuilder.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 Macro.swift
[252/272] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[253/272] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[254/272] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[255/272] Compiling SwiftSyntaxMacros MemberMacro.swift
[256/272] Compiling SwiftSyntaxMacros PeerMacro.swift
[257/272] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[258/272] Compiling SwiftSyntaxMacros Macro+Format.swift
[259/272] Compiling SwiftSyntaxMacros PreambleMacro.swift
[260/272] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[261/272] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[262/272] Compiling SwiftSyntaxMacros AttachedMacro.swift
[263/272] Compiling SwiftSyntaxMacros BodyMacro.swift
[264/273] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[265/273] Compiling SwiftSyntaxMacros AccessorMacro.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 MacroExpansion.swift
[271/283] Emitting module SwiftSyntaxMacroExpansion
[272/283] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[273/283] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[274/283] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[275/283] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[276/283] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[277/283] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[278/283] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[279/283] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[280/295] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[281/295] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[282/295] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[283/295] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[284/295] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[285/295] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[286/296] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[287/296] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[288/296] Emitting module SwiftCompilerPluginMessageHandling
[289/296] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[290/296] Compiling SwiftCompilerPluginMessageHandling JSON.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/308] Compiling StateStructMacros PrimitiveTrackingPropertyMacro.swift
[300/308] Compiling StateStructMacros Plugin.swift
[301/308] Compiling StateStructMacros TrackingMacro.swift
[302/308] Compiling StateStructMacros KnownTypes.swift
[303/308] Compiling StateStructMacros TrackingIgnoredMacro.swift
[304/308] Emitting module StateStructMacros
[305/308] Compiling StateStructMacros COWTrackingPropertyMacro.swift
[305/307] Linking VergeMacrosPlugin-tool
[306/307] Linking StateStructMacros-tool
[308/319] Emitting module VergeMacros
[309/319] Compiling VergeMacros Source.swift
[310/319] Compiling StateStruct TrackingRuntime.swift
[311/320] Compiling StateStruct TrackingObject.swift
[312/320] Compiling StateStruct PropertyPath.swift
[313/320] Compiling StateStruct TrackingResult.swift
[314/320] Compiling StateStruct _TrackingContext.swift
[315/320] Compiling StateStruct PropertyNode.swift
[316/320] Compiling StateStruct Array+modify.swift
[317/320] Emitting module StateStruct
[318/320] Compiling StateStruct CopyOnWrite.swift
[319/320] Compiling StateStruct Referencing.swift
[320/320] Compiling StateStruct Source.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/373] Compiling Verge Log.swift
[327/373] Compiling Verge Signpost.swift
[328/373] Compiling Verge StoreActivitySubscription.swift
[329/373] Compiling Verge StoreStateSubscription.swift
[330/373] Compiling Verge StoreSubscriptionBase.swift
[331/373] 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 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 |     }
[355/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 |     }
[356/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 |     }
[357/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 |     }
[358/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 |     }
[359/373] Compiling Verge Pipeline.swift
[360/373] Compiling Verge Scan.swift
[361/373] Compiling Verge StateType.swift
[362/373] Compiling Verge Store+Combine.swift
[363/373] Compiling Verge Store+RunLoop.swift
[364/373] Compiling Verge Edge.swift
[365/373] Compiling Verge ReferenceEdge.swift
[366/373] Compiling Verge ThunkToMainActor.swift
[367/373] Compiling Verge Verge.swift
[368/373] Compiling Verge macros.swift
[369/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,
[370/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,
[371/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,
[372/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,
[373/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,
Build of target: 'Verge' complete! (17.51s)
Target:                   VergeNormalizationDerived
Extracting symbol information for 'VergeNormalizationDerived'...
Finished extracting symbol information for 'VergeNormalizationDerived'. (3.53s)
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.80s)
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/27] Emitting module TypedIdentifier
[3/27] 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 HashTreeCollections TreeDictionary+Sequence.swift
[15/98] Compiling HashTreeCollections TreeDictionary+Values.swift
[16/98] Compiling HashTreeCollections TreeDictionary.swift
[17/98] Compiling HashTreeCollections TreeSet+Codable.swift
[18/98] Compiling HashTreeCollections TreeSet+Collection.swift
[19/98] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[20/98] Compiling HashTreeCollections TreeSet+Debugging.swift
[21/98] Compiling HashTreeCollections TreeSet+Descriptions.swift
[22/98] Compiling HashTreeCollections TreeSet+Equatable.swift
[23/98] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[24/98] Compiling HashTreeCollections TreeSet+Extras.swift
[25/98] Compiling HashTreeCollections TreeSet+Filter.swift
[26/98] Compiling HashTreeCollections TreeSet+Hashable.swift
[27/98] Compiling HashTreeCollections TreeSet+Sendable.swift
[28/98] Compiling HashTreeCollections TreeSet+Sequence.swift
[29/98] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[30/98] Compiling NormalizationMacrosPlugin IndexMacro.swift
[31/98] Compiling NormalizationMacrosPlugin DatabaseStateMacro.swift
[32/98] Compiling NormalizationMacrosPlugin MacroError.swift
[33/98] Emitting module NormalizationMacrosPlugin
[34/98] Compiling NormalizationMacrosPlugin NormalizedStorageMacro.swift
[35/97] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[36/97] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[37/97] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[38/97] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[39/97] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[40/97] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[41/97] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[42/97] Compiling HashTreeCollections TreeSet.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 _HashNode+Lookups.swift
[53/97] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[54/97] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[55/97] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[56/97] Compiling HashTreeCollections _HashNode+Storage.swift
[57/97] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[58/97] Compiling HashTreeCollections _HashNode+Structural filter.swift
[59/97] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[60/97] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[61/97] Compiling HashTreeCollections _AncestorHashSlots.swift
[62/97] Compiling HashTreeCollections _Bitmap.swift
[63/97] Compiling HashTreeCollections _Bucket.swift
[64/97] Compiling HashTreeCollections _Hash.swift
[65/97] Compiling HashTreeCollections _HashLevel.swift
[66/97] Compiling HashTreeCollections _HashNode+Builder.swift
[67/97] Compiling HashTreeCollections _HashNode+Debugging.swift
[68/97] Compiling HashTreeCollections _HashNode+Initializers.swift
[69/97] Compiling HashTreeCollections _HashNode+Invariants.swift
[70/97] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[71/97] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[72/97] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[73/97] Compiling HashTreeCollections _HashNode+Structural merge.swift
[74/97] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[75/97] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[76/97] Compiling HashTreeCollections _HashNode+Structural union.swift
[77/97] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[78/97] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[79/97] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[80/97] Compiling HashTreeCollections TreeDictionary+Filter.swift
[81/97] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[82/97] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[83/97] Compiling HashTreeCollections TreeDictionary+Keys.swift
[84/97] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[85/97] Compiling HashTreeCollections TreeDictionary+Merge.swift
[86/97] Compiling HashTreeCollections TreeDictionary+Sendable.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 TableType.swift
[101/109] Compiling Normalization Tables.Hash.swift
[102/109] Compiling Normalization Selector.swift
[103/109] Compiling Normalization Normalization.swift
[104/109] Compiling Normalization NormalizedStorageComparators.swift
[105/109] Compiling Normalization EntityType.swift
[106/109] Compiling Normalization Indexes.swift
[107/109] Compiling Normalization NormalizedStorageType.swift
[108/109] Emitting module Normalization
[109/109] Compiling Normalization VergeNormalization+Macros.swift
[110/110] Compiling Normalization VergeNormalization.swift
[111/119] Compiling VergeNormalizationDerived StoreType+.swift
[112/119] Compiling VergeNormalizationDerived VergeNormalizationDerived.swift
[113/119] Compiling VergeNormalizationDerived NonNullEntityWrapper.swift
[114/119] Compiling VergeNormalizationDerived EntityType+Typealias.swift
[115/119] Compiling VergeNormalizationDerived EntityWrapper.swift
[116/119] Compiling VergeNormalizationDerived Pipelines.swift
[117/119] Compiling VergeNormalizationDerived DerivedResult.swift
[118/119] Compiling VergeNormalizationDerived DerivedMaking+.swift
[119/119] Emitting module VergeNormalizationDerived
Build of target: 'VergeNormalizationDerived' complete! (3.39s)
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
23	/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:   23.0MB
Preparing doc bundle ...
Uploading prod-vergegroup-swift-verge-main-cf3ad9a5.zip to s3://spi-docs-inbox/prod-vergegroup-swift-verge-main-cf3ad9a5.zip
Copying... [11%]
Copying... [21%]
Copying... [30%]
Copying... [40%]
Copying... [51%]
Copying... [61%]
Copying... [70%]
Copying... [80%]
Copying... [91%]
Copying... [100%]
Done.