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 (084a44), with Swift 6.1 for macOS (SPM) on 2 Dec 2025 14:37:30 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/VergeGroup/swift-Verge.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/VergeGroup/swift-Verge
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 084a448 Fix mysterious crash (#549)
Cloned https://github.com/VergeGroup/swift-Verge.git
Revision (git rev-parse @):
084a448dc2dac9bbaa79a70e100a1364d8afbd95
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/VergeGroup/swift-Verge.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/VergeGroup/swift-Verge.git
https://github.com/VergeGroup/swift-Verge.git
{
  "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" : "3.0.0",
            "upper_bound" : "4.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" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/VergeGroup/Normalization"
    },
    {
      "identity" : "swift-macro-state-struct",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.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" : "603.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"
}
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/82] Write sources
[42/82] Copying PrivacyInfo.xcprivacy
[43/82] Write sources
[62/82] Write swift-version-2F0A5646E1D333AE.txt
[63/82] Compiling _AtomicsShims.c
[65/408] Compiling _SwiftSyntaxCShims PlatformMutex.c
[67/411] Emitting module SwiftSyntax602
[68/411] Compiling SwiftSyntax602 Empty.swift
[69/411] Emitting module TypedIdentifier
[70/411] Compiling TypedIdentifier TypedIdentifier.swift
[71/411] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[72/412] Emitting module TypedIdentifier
[73/412] Compiling TypedIdentifier TypedIdentifier.swift
[74/412] Compiling RxSwift CompositeDisposable.swift
[75/412] Compiling RxSwift Concat.swift
[76/412] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[77/412] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[78/412] Compiling RxSwift ConcurrentMainScheduler.swift
[79/412] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[80/412] Compiling RxSwift ConnectableObservableType.swift
[81/412] Compiling RxSwift Create.swift
[82/412] Emitting module TypedComparator
[83/412] Compiling TypedComparator PackedCompare.swift
[84/412] Compiling TypedComparator TypedComparator.swift
[85/416] Compiling TypedComparator PackedCompare.swift
[86/416] Compiling TypedComparator TypedComparator.swift
[87/416] Emitting module TypedComparator
[88/418] Emitting module InternalCollectionsUtilities
[89/418] Compiling RxSwift Cancelable.swift
[90/418] Compiling RxSwift Catch.swift
[91/418] Compiling SwiftSyntax601 Empty.swift
[92/418] Emitting module SwiftSyntax601
[93/418] Emitting module SwiftSyntax600
[94/418] Compiling SwiftSyntax600 Empty.swift
[95/418] Compiling SwiftSyntax510 Empty.swift
[96/418] Emitting module SwiftSyntax510
[97/420] Compiling RxSwift CombineLatest+Collection.swift
[98/420] Compiling RxSwift CombineLatest+arity.swift
[99/420] Compiling RxSwift Completable+AndThen.swift
[100/420] Compiling RxSwift Completable.swift
[101/420] Compiling RxSwift CombineLatest.swift
[102/420] Compiling RxSwift CompactMap.swift
[103/437] Emitting module SwiftSyntax509
[104/437] Compiling SwiftSyntax509 Empty.swift
[105/491] Compiling Atomics UnsafeAtomicLazyReference.swift
[106/491] Compiling Atomics IntegerOperations.swift
[107/491] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[108/634] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[109/634] Compiling DequeModule _DequeSlot.swift
[110/635] Compiling SwiftSyntax RawSyntaxTokenView.swift
[111/635] Compiling SwiftSyntax SourceEdit.swift
[112/636] Compiling SwiftSyntax TokenSyntax.swift
[113/636] Compiling SwiftSyntax Trivia.swift
[116/636] Compiling SwiftSyntax Convenience.swift
[117/636] Compiling SwiftSyntax SyntaxProtocol.swift
[118/637] Compiling Atomics Unmanaged extensions.swift
[119/637] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[122/637] Compiling SwiftSyntax TokenDiagnostic.swift
[123/637] Compiling SwiftSyntax TokenSequence.swift
[124/637] Compiling SwiftSyntax SyntaxText.swift
[125/637] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[126/637] Compiling Atomics Unmanaged extensions.swift
[127/637] Compiling SwiftSyntax AbsolutePosition.swift
[128/637] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[129/637] Compiling SwiftSyntax BumpPtrAllocator.swift
[130/637] Compiling SwiftSyntax CommonAncestor.swift
[131/637] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[132/637] Compiling SwiftSyntax Assert.swift
[137/637] Emitting module InternalCollectionsUtilities
[138/637] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[139/637] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[144/637] Compiling DequeModule _UnsafeWrappedBuffer.swift
[145/637] Compiling DequeModule _DequeBufferHeader.swift
[156/637] Compiling DequeModule _DequeBuffer.swift
[157/715] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[158/715] Compiling HashTreeCollections _HashNode+Structural merge.swift
[159/715] Compiling HashTreeCollections TreeSet+Hashable.swift
[160/715] Compiling HashTreeCollections TreeSet+Sendable.swift
[161/715] Compiling HashTreeCollections TreeSet+Extras.swift
[162/715] Compiling HashTreeCollections TreeSet+Filter.swift
[163/715] Compiling HashTreeCollections _HashNode+Structural union.swift
[164/715] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[165/715] Emitting module DequeModule
[166/715] Compiling HashTreeCollections TreeSet+Equatable.swift
[167/715] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[168/731] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[169/731] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[170/731] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[171/731] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[172/731] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[173/731] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[174/731] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[175/731] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[176/739] Compiling DequeModule Deque+Equatable.swift
[177/739] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[178/739] Compiling DequeModule Deque+CustomReflectable.swift
[179/739] Compiling DequeModule Deque+Descriptions.swift
[180/739] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[191/747] Compiling DequeModule Deque+Extras.swift
[192/747] Compiling DequeModule Deque+Hashable.swift
[193/747] Compiling HashTreeCollections _HashNode+Lookups.swift
[194/747] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[195/747] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[196/747] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[197/747] Compiling HashTreeCollections _HashNode+Storage.swift
[198/747] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[199/747] Compiling HashTreeCollections _HashNode+Structural filter.swift
[200/747] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[201/747] Compiling HashTreeCollections _UnmanagedHashNode.swift
[202/747] Compiling HashTreeCollections _UnsafePath.swift
[203/747] Compiling HashTreeCollections TreeDictionary+Codable.swift
[204/747] Compiling HashTreeCollections TreeDictionary+Collection.swift
[205/747] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[206/747] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[207/747] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[208/747] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[209/747] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[210/747] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[211/747] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[212/747] Compiling HashTreeCollections _HashNode.swift
[213/747] Compiling HashTreeCollections _HashNodeHeader.swift
[214/747] Compiling HashTreeCollections _HashSlot.swift
[215/747] Compiling HashTreeCollections _HashStack.swift
[216/747] Compiling HashTreeCollections _HashTreeIterator.swift
[217/747] Compiling HashTreeCollections _HashTreeStatistics.swift
[218/747] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[219/747] Compiling HashTreeCollections TreeDictionary+Values.swift
[220/747] Compiling HashTreeCollections TreeDictionary.swift
[221/747] Compiling HashTreeCollections TreeSet+Codable.swift
[222/747] Compiling HashTreeCollections TreeSet+Collection.swift
[223/747] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[224/747] Compiling HashTreeCollections TreeSet+Debugging.swift
[225/747] Compiling HashTreeCollections TreeSet+Descriptions.swift
[226/747] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[227/747] Compiling HashTreeCollections TreeDictionary+Filter.swift
[228/747] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[229/747] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[230/747] Compiling HashTreeCollections TreeDictionary+Keys.swift
[231/747] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[232/747] Compiling HashTreeCollections TreeDictionary+Merge.swift
[234/747] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[235/747] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[236/747] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[237/747] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[238/747] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[239/747] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[240/747] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[241/747] Compiling HashTreeCollections TreeSet.swift
[246/747] Compiling DequeModule Deque+Codable.swift
[247/747] Compiling DequeModule Deque+Collection.swift
[250/747] Compiling DequeModule Deque+Testing.swift
[251/747] Compiling DequeModule Deque._Storage.swift
[252/747] Compiling DequeModule Deque._UnsafeHandle.swift
[253/747] Compiling DequeModule Deque.swift
[254/747] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[255/747] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[258/747] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[259/747] Compiling HashTreeCollections _RawHashNode.swift
[268/747] Compiling DequeModule _DequeBufferHeader.swift
[271/747] Compiling DequeModule _DequeBuffer.swift
[276/748] Emitting module Atomics
[280/748] Compiling DequeModule _DequeSlot.swift
[296/755] Compiling DequeModule _UnsafeWrappedBuffer.swift
[297/755] Emitting module DequeModule
[298/755] Compiling HashTreeCollections _HashNode+Invariants.swift
[314/755] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[315/755] Compiling HashTreeCollections _AncestorHashSlots.swift
[316/755] Compiling HashTreeCollections _Bitmap.swift
[317/755] Compiling HashTreeCollections _Bucket.swift
[318/755] Compiling HashTreeCollections _Hash.swift
[319/755] Compiling HashTreeCollections _HashLevel.swift
[320/755] Compiling HashTreeCollections _HashNode+Builder.swift
[321/755] Compiling HashTreeCollections _HashNode+Debugging.swift
[322/755] Compiling HashTreeCollections _HashNode+Initializers.swift
[367/762] Emitting module HashTreeCollections
[368/762] Emitting module RxSwift
[369/778] Emitting module HashTreeCollections
[370/778] Compiling VergeTiny Source.swift
[371/778] Emitting module VergeTiny
[373/778] Compiling VergeTiny Source.swift
[374/778] Compiling RxSwift Decode.swift
[375/778] Compiling RxSwift DefaultIfEmpty.swift
[376/778] Compiling RxSwift Deferred.swift
[377/778] Compiling RxSwift Delay.swift
[378/778] Compiling RxSwift DelaySubscription.swift
[379/778] Compiling RxSwift Dematerialize.swift
[380/778] Compiling RxSwift DispatchQueue+Extensions.swift
[381/778] Compiling RxSwift DispatchQueueConfiguration.swift
[382/778] Compiling RxSwift Disposable.swift
[383/778] Compiling RxSwift Disposables.swift
[384/778] Compiling RxSwift DisposeBag.swift
[385/778] Compiling RxSwift DisposeBase.swift
[386/778] Compiling RxSwift DistinctUntilChanged.swift
[387/778] Compiling RxSwift Do.swift
[388/778] Compiling RxSwift ElementAt.swift
[389/778] Compiling RxSwift Empty.swift
[390/778] Compiling RxSwift Error.swift
[391/778] Compiling RxSwift Errors.swift
[392/778] Compiling RxSwift Event.swift
[393/778] Compiling RxSwift Filter.swift
[394/778] Compiling RxSwift First.swift
[395/778] Compiling RxSwift Generate.swift
[396/778] Compiling RxSwift GroupBy.swift
[397/778] Compiling RxSwift GroupedObservable.swift
[398/778] Compiling RxSwift HistoricalScheduler.swift
[399/778] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[400/778] Compiling RxSwift ImmediateSchedulerType.swift
[401/778] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[402/778] Compiling RxSwift Infallible+CombineLatest+arity.swift
[403/778] Compiling RxSwift Infallible+Concurrency.swift
[404/778] Compiling RxSwift Infallible+Create.swift
[405/778] Compiling RxSwift Debug.swift
[406/778] Compiling RxSwift Sink.swift
[407/778] Compiling RxSwift Skip.swift
[408/778] Compiling RxSwift SkipUntil.swift
[409/778] Compiling RxSwift SkipWhile.swift
[410/778] Compiling RxSwift StartWith.swift
[411/778] Compiling RxSwift SubjectType.swift
[412/778] Compiling RxSwift SubscribeOn.swift
[413/778] Compiling RxSwift SubscriptionDisposable.swift
[414/778] Compiling RxSwift SwiftSupport.swift
[415/778] Compiling RxSwift Switch.swift
[416/778] Compiling RxSwift SwitchIfEmpty.swift
[417/778] Compiling RxSwift SynchronizedDisposeType.swift
[418/778] Compiling RxSwift SynchronizedOnType.swift
[419/778] Compiling RxSwift SynchronizedUnsubscribeType.swift
[420/778] Compiling RxSwift TailRecursiveSink.swift
[421/778] Compiling RxSwift Take.swift
[425/778] Compiling RxSwift Observable.swift
[426/778] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[427/778] Compiling RxSwift ObservableConvertibleType.swift
[428/778] Compiling RxSwift ObservableType+Extensions.swift
[429/778] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[430/778] Compiling RxSwift ObservableType.swift
[431/778] Compiling RxSwift ObserveOn.swift
[432/778] Compiling RxSwift ObserverBase.swift
[433/778] Compiling RxSwift ObserverType.swift
[434/778] Compiling RxSwift OperationQueueScheduler.swift
[435/778] Compiling RxSwift Optional.swift
[436/778] Compiling RxSwift Platform.Darwin.swift
[437/778] Compiling RxSwift Platform.Linux.swift
[438/778] Emitting module RxSwift
[472/778] Compiling RxSwift Enumerated.swift
[669/794] Compiling RxSwift TakeLast.swift
[670/794] Compiling RxSwift TakeWithPredicate.swift
[671/794] Compiling RxSwift Throttle.swift
[672/794] Compiling RxSwift Timeout.swift
[673/794] Compiling RxSwift Timer.swift
[674/794] Compiling RxSwift ToArray.swift
[675/794] Compiling RxSwift Using.swift
[676/794] Compiling RxSwift VirtualTimeConverterType.swift
[677/794] Compiling RxSwift VirtualTimeScheduler.swift
[678/794] Compiling RxSwift Window.swift
[679/794] Compiling RxSwift WithLatestFrom.swift
[680/794] Compiling RxSwift WithUnretained.swift
[681/794] Compiling RxSwift Zip+Collection.swift
[682/794] Compiling RxSwift Zip+arity.swift
[683/794] Compiling RxSwift Zip.swift
[684/794] Compiling RxSwift resource_bundle_accessor.swift
[685/801] Compiling RxRelay PublishRelay.swift
[686/801] Compiling RxRelay resource_bundle_accessor.swift
[687/801] Compiling RxRelay Utils.swift
[688/801] Compiling RxRelay ReplayRelay.swift
[689/801] Compiling RxRelay Observable+Bind.swift
[690/801] Compiling RxRelay BehaviorRelay.swift
[691/801] Emitting module RxRelay
[692/801] Compiling ConcurrencyTaskManager _Log.swift
[693/801] Compiling ConcurrencyTaskManager TaskType.swift
[694/801] Compiling ConcurrencyTaskManager TaskNode.swift
[696/801] Compiling ConcurrencyTaskManager AutoReleaseContinuationBox.swift
[697/801] Compiling ConcurrencyTaskManager TaskType.swift
[698/801] Compiling ConcurrencyTaskManager _Log.swift
[715/808] Compiling RxRelay resource_bundle_accessor.swift
[716/808] Compiling RxRelay Utils.swift
[717/808] Compiling RxRelay PublishRelay.swift
[718/808] Compiling RxRelay BehaviorRelay.swift
[719/808] Compiling RxRelay ReplayRelay.swift
[720/808] Compiling RxRelay Observable+Bind.swift
[721/808] Emitting module RxRelay
[721/808] Compiling RxCocoaRuntime resource_bundle_accessor.m
[722/808] Compiling RxCocoaRuntime _RX.m
[723/808] Compiling RxCocoaRuntime _RXKVOObserver.m
[724/808] Compiling RxCocoaRuntime resource_bundle_accessor.m
[725/808] Compiling RxCocoaRuntime _RXKVOObserver.m
[726/808] Compiling RxCocoaRuntime _RXDelegateProxy.m
[727/808] Compiling RxCocoaRuntime _RX.m
[728/808] Compiling RxCocoaRuntime _RXObjCRuntime.m
[729/808] Compiling RxCocoaRuntime _RXDelegateProxy.m
[731/808] Emitting module SwiftSyntax
[731/828] Compiling RxCocoaRuntime _RXObjCRuntime.m
[733/989] Compiling ConcurrencyTaskManager TaskManager.swift
[734/989] Compiling ConcurrencyTaskManager SwiftUI.swift
[735/989] Compiling ConcurrencyTaskManager AutoReleaseContinuationBox.swift
[736/989] Emitting module ConcurrencyTaskManager
[737/989] Compiling ConcurrencyTaskManager TaskManager.swift
[738/989] Emitting module ConcurrencyTaskManager
[739/989] Compiling ConcurrencyTaskManager SwiftUI.swift
[740/989] Compiling RxCocoa ObservableConvertibleType+Signal.swift
[741/989] Compiling RxCocoa PublishRelay+Signal.swift
[742/989] Compiling RxCocoa RxCocoa.swift
[743/989] Compiling RxCocoa RxCocoaObjCRuntimeError+Extensions.swift
[744/989] Compiling RxCocoa RxCollectionViewDataSourcePrefetchingProxy.swift
[745/989] Compiling RxCocoa RxCollectionViewDataSourceProxy.swift
[746/989] Compiling RxCocoa RxCollectionViewDataSourceType.swift
[747/989] Compiling RxCocoa RxTabBarDelegateProxy.swift
[748/989] Compiling RxCocoa RxTableViewDataSourcePrefetchingProxy.swift
[749/989] Compiling RxCocoa RxTableViewDataSourceProxy.swift
[750/989] Compiling RxCocoa RxTableViewDataSourceType.swift
[751/989] Compiling RxCocoa RxTableViewDelegateProxy.swift
[752/989] Compiling RxCocoa RxTableViewReactiveArrayDataSource.swift
[753/989] Compiling RxCocoa RxTarget.swift
[754/989] Compiling RxCocoa RxTextStorageDelegateProxy.swift
[755/989] Compiling RxCocoa RxTextViewDelegateProxy.swift
[756/998] Compiling RxCocoa ControlEvent+Driver.swift
[757/998] Compiling RxCocoa ControlEvent+Signal.swift
[758/998] Compiling RxCocoa ControlEvent.swift
[759/998] Compiling RxCocoa ControlProperty+Driver.swift
[760/998] Compiling RxCocoa ControlProperty.swift
[761/998] Compiling RxCocoa ControlTarget.swift
[762/998] Compiling RxCocoa DelegateProxy.swift
[763/998] Compiling RxCocoa DelegateProxyType.swift
[764/998] Compiling RxCocoa DispatchQueue+Extensions.swift
[765/998] Compiling RxCocoa RxWKNavigationDelegateProxy.swift
[766/1007] Compiling RxCocoa SchedulerType+SharedSequence.swift
[767/1007] Compiling RxCocoa SectionedViewDataSourceType.swift
[768/1007] Compiling RxCocoa SharedSequence+Concurrency.swift
[769/1007] Compiling RxCocoa SharedSequence+Operators+arity.swift
[770/1007] Compiling RxCocoa SharedSequence+Operators.swift
[771/1007] Compiling RxCocoa SharedSequence.swift
[772/1007] Compiling RxCocoa Signal+Subscription.swift
[773/1007] Compiling RxCocoa Signal.swift
[774/1007] Compiling RxCocoa UINavigationController+Rx.swift
[782/1007] Compiling RxCocoa UIDatePicker+Rx.swift
[783/1007] Compiling RxCocoa UIGestureRecognizer+Rx.swift
[784/1007] Compiling RxCocoa BehaviorRelay+Driver.swift
[790/1007] Compiling RxCocoa UIPickerView+Rx.swift
[791/1007] Compiling RxCocoa UIRefreshControl+Rx.swift
[792/1007] Compiling RxCocoa UIScrollView+Rx.swift
[793/1007] Compiling RxCocoa UISearchBar+Rx.swift
[794/1007] Compiling RxCocoa UISearchController+Rx.swift
[795/1007] Compiling RxCocoa UISegmentedControl+Rx.swift
[803/1007] Compiling RxCocoa TextInput.swift
[804/1007] Compiling RxCocoa UIActivityIndicatorView+Rx.swift
[805/1007] Compiling RxCocoa UIApplication+Rx.swift
[806/1007] Compiling RxCocoa UIBarButtonItem+Rx.swift
[807/1007] Compiling RxCocoa UIButton+Rx.swift
[808/1007] Compiling RxCocoa UICollectionView+Rx.swift
[809/1007] Compiling RxCocoa UIControl+Rx.swift
[810/1007] Emitting module RxCocoa
[811/1007] Compiling RxCocoa Driver+Subscription.swift
[812/1007] Compiling RxCocoa Driver.swift
[813/1007] Compiling RxCocoa Infallible+Bind.swift
[814/1007] Compiling RxCocoa Infallible+Driver.swift
[815/1007] Compiling RxCocoa ItemEvents.swift
[816/1007] Compiling RxCocoa KVORepresentable+CoreGraphics.swift
[817/1007] Compiling RxCocoa KVORepresentable+Swift.swift
[818/1007] Compiling RxCocoa KVORepresentable.swift
[819/1007] Compiling RxCocoa NSButton+Rx.swift
[820/1007] Compiling RxCocoa NSControl+Rx.swift
[821/1007] Emitting module RxCocoa
[831/1007] Compiling RxCocoa ObservableConvertibleType+SharedSequence.swift
[839/1007] Compiling RxCocoa RxCollectionViewDelegateProxy.swift
[840/1007] Compiling RxCocoa NSObject+Rx+KVORepresentable.swift
[841/1007] Compiling RxCocoa NSObject+Rx+RawRepresentable.swift
[842/1007] Compiling RxCocoa NSObject+Rx.swift
[843/1007] Compiling RxCocoa NSSlider+Rx.swift
[844/1007] Compiling RxCocoa NSTextField+Rx.swift
[845/1007] Compiling RxCocoa NSTextStorage+Rx.swift
[846/1007] Compiling RxCocoa NSTextView+Rx.swift
[847/1007] Compiling RxCocoa NSView+Rx.swift
[848/1007] Compiling RxCocoa NotificationCenter+Rx.swift
[849/1007] Compiling RxCocoa Observable+Bind.swift
[850/1007] Compiling RxCocoa RxNavigationControllerDelegateProxy.swift
[851/1007] Compiling RxCocoa RxPickerViewAdapter.swift
[852/1007] Compiling RxCocoa RxPickerViewDataSourceProxy.swift
[853/1007] Compiling RxCocoa RxPickerViewDataSourceType.swift
[854/1007] Compiling RxCocoa RxPickerViewDelegateProxy.swift
[855/1007] Compiling RxCocoa RxScrollViewDelegateProxy.swift
[856/1007] Compiling RxCocoa RxSearchBarDelegateProxy.swift
[857/1007] Compiling RxCocoa RxSearchControllerDelegateProxy.swift
[858/1007] Compiling RxCocoa RxTabBarControllerDelegateProxy.swift
[859/1007] Compiling RxCocoa ObservableConvertibleType+Driver.swift
[880/1007] Compiling RxCocoa RxCollectionViewReactiveArrayDataSource.swift
[907/1007] Compiling RxCocoa UISlider+Rx.swift
[908/1007] Compiling RxCocoa UIStepper+Rx.swift
[919/1007] Compiling RxCocoa UISwitch+Rx.swift
[921/1007] Compiling RxCocoa UITabBar+Rx.swift
[923/1007] Compiling RxCocoa UITabBarController+Rx.swift
[925/1007] Compiling RxCocoa UITableView+Rx.swift
[927/1007] Compiling RxCocoa UITextField+Rx.swift
[929/1007] Compiling RxCocoa UITextView+Rx.swift
[931/1007] Compiling RxCocoa URLSession+Rx.swift
[933/1007] Compiling RxCocoa WKWebView+Rx.swift
[935/1007] Compiling RxCocoa resource_bundle_accessor.swift
[1002/1067] Compiling SwiftDiagnostics FixIt.swift
[1003/1067] Compiling SwiftDiagnostics Message.swift
[1004/1068] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1005/1068] Compiling SwiftBasicFormat Indenter.swift
[1006/1068] Compiling SwiftBasicFormat InferIndentation.swift
[1007/1068] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1008/1068] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1009/1068] Compiling SwiftDiagnostics Note.swift
[1010/1068] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1011/1068] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1012/1068] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[1013/1068] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[1014/1068] Compiling SwiftDiagnostics Convenience.swift
[1015/1068] Compiling SwiftDiagnostics Diagnostic.swift
[1016/1068] Emitting module SwiftDiagnostics
[1017/1068] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1018/1068] Compiling SwiftBasicFormat BasicFormat.swift
[1019/1068] Emitting module SwiftBasicFormat
[1020/1068] Compiling SwiftParser TopLevel.swift
[1021/1068] Compiling SwiftParser TriviaParser.swift
[1022/1068] Compiling SwiftParser Types.swift
[1023/1068] Compiling SwiftParser ExperimentalFeatures.swift
[1024/1072] Compiling SwiftParser StringLiterals.swift
[1025/1072] Compiling SwiftParser SwiftParserCompatibility.swift
[1026/1072] Compiling SwiftParser SwiftVersion.swift
[1027/1072] Compiling SwiftParser SyntaxUtils.swift
[1028/1072] Compiling SwiftParser TokenConsumer.swift
[1029/1072] Compiling SwiftParser TokenPrecedence.swift
[1030/1072] Compiling SwiftParser TokenSpec.swift
[1031/1072] Compiling SwiftParser TokenSpecSet.swift
[1032/1072] Compiling SwiftParser RegexLiteralLexer.swift
[1033/1072] Compiling SwiftParser UnicodeScalarExtensions.swift
[1034/1072] Compiling SwiftParser Lookahead.swift
[1035/1072] Compiling SwiftParser LoopProgressCondition.swift
[1036/1072] Compiling SwiftParser Modifiers.swift
[1037/1072] Emitting module SwiftParser
[1038/1072] Compiling SwiftParser Names.swift
[1039/1072] Compiling SwiftParser Nominals.swift
[1040/1072] Compiling SwiftParser Parameters.swift
[1041/1072] Compiling SwiftParser ParseSourceFile.swift
[1042/1072] Compiling SwiftParser Parser.swift
[1043/1072] Compiling SwiftParser Patterns.swift
[1044/1072] Compiling SwiftParser Recovery.swift
[1045/1072] Compiling SwiftParser Specifiers.swift
[1046/1072] Compiling SwiftParser Statements.swift
[1047/1072] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1048/1072] Compiling SwiftParser IsValidIdentifier.swift
[1049/1072] Compiling SwiftParser Cursor.swift
[1050/1072] Compiling SwiftParser Lexeme.swift
[1051/1072] Compiling SwiftParser LexemeSequence.swift
[1052/1072] Compiling SwiftParser Lexer.swift
[1053/1072] Compiling SwiftParser Declarations.swift
[1054/1072] Compiling SwiftParser Directives.swift
[1055/1072] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1056/1072] Compiling SwiftParser Expressions.swift
[1057/1072] Compiling SwiftParser IncrementalParseTransition.swift
[1058/1072] Compiling SwiftParser Attributes.swift
[1059/1072] Compiling SwiftParser Availability.swift
[1060/1072] Compiling SwiftParser CharacterInfo.swift
[1061/1072] Compiling SwiftParser CollectionNodes+Parsable.swift
[1062/1072] Compiling SwiftParser CompilerFiles.swift
[1063/1072] Compiling SwiftParser IsLexerClassified.swift
[1064/1072] Compiling SwiftParser LayoutNodes+Parsable.swift
[1065/1072] Compiling SwiftParser Parser+TokenSpecSet.swift
[1066/1072] Compiling SwiftParser TokenSpecStaticMembers.swift
[1067/1095] Compiling SwiftOperators PrecedenceGraph.swift
[1068/1095] Compiling SwiftOperators OperatorTable.swift
[1069/1095] Compiling SwiftOperators PrecedenceGroup.swift
[1070/1096] Compiling SwiftOperators OperatorTable+Semantics.swift
[1071/1096] Compiling SwiftOperators OperatorError.swift
[1072/1096] Compiling SwiftOperators Operator.swift
[1073/1096] Compiling SwiftOperators OperatorError+Diagnostics.swift
[1074/1096] Emitting module SwiftOperators
[1075/1096] Compiling SwiftOperators OperatorTable+Defaults.swift
[1076/1096] Compiling SwiftOperators OperatorTable+Folding.swift
[1077/1096] Compiling SwiftOperators SyntaxSynthesis.swift
[1078/1096] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1079/1096] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1080/1096] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1081/1096] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1082/1096] Compiling SwiftParserDiagnostics Utils.swift
[1083/1097] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1084/1097] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1085/1097] Compiling SwiftParserDiagnostics MissingNodesError.swift
[1086/1097] Compiling SwiftParserDiagnostics MissingTokenError.swift
[1087/1097] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[1088/1097] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[1089/1097] Emitting module SwiftParserDiagnostics
[1090/1097] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1091/1097] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1092/1112] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1093/1113] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1094/1113] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[1095/1113] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[1096/1113] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1097/1113] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1098/1113] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[1099/1113] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[1100/1113] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[1101/1113] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[1102/1113] Compiling SwiftSyntaxBuilder Indenter.swift
[1103/1113] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1104/1113] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[1105/1113] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[1106/1113] Emitting module SwiftSyntaxBuilder
[1107/1113] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1108/1131] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[1109/1131] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[1110/1131] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[1111/1131] Compiling SwiftSyntaxMacros Macro+Format.swift
[1112/1131] Compiling SwiftSyntaxMacros PreambleMacro.swift
[1113/1131] Compiling SwiftSyntaxMacros AttachedMacro.swift
[1114/1131] Compiling SwiftSyntaxMacros BodyMacro.swift
[1115/1131] Compiling SwiftSyntaxMacros MemberMacro.swift
[1116/1131] Compiling SwiftSyntaxMacros PeerMacro.swift
[1117/1131] Compiling SwiftSyntaxMacros Macro.swift
[1118/1131] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[1119/1132] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[1120/1132] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[1121/1132] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[1122/1132] Compiling SwiftSyntaxMacros AccessorMacro.swift
[1123/1132] Emitting module SwiftSyntaxMacros
[1124/1132] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[1125/1132] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[1126/1132] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[1127/1142] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1128/1142] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1129/1142] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1130/1142] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1131/1142] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1132/1142] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1133/1142] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1134/1142] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1135/1142] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1136/1142] Emitting module SwiftSyntaxMacroExpansion
[1137/1154] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1138/1154] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1139/1154] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1140/1154] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[1141/1154] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[1142/1154] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[1143/1154] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[1144/1154] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[1145/1154] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[1146/1154] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[1147/1154] Emitting module SwiftCompilerPluginMessageHandling
[1148/1154] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1149/1155] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1150/1157] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[1151/1157] Emitting module SwiftCompilerPlugin
[1152/1175] Compiling VergeMacrosPlugin MacroError.swift
[1153/1175] Compiling VergeMacrosPlugin Plugin.swift
[1154/1175] 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
[1155/1175] Emitting module VergeMacrosPlugin
[1155/1175] Write Objects.LinkFileList
[1157/1175] Compiling StateStructMacros PrimitiveTrackingPropertyMacro.swift
[1158/1175] Compiling StateStructMacros TrackingIgnoredMacro.swift
[1159/1175] Compiling StateStructMacros KnownTypes.swift
[1160/1175] Compiling StateStructMacros Plugin.swift
[1161/1175] Compiling StateStructMacros TrackingMacro.swift
[1162/1175] Emitting module StateStructMacros
[1163/1175] Compiling StateStructMacros COWTrackingPropertyMacro.swift
[1163/1175] Write Objects.LinkFileList
[1164/1175] Linking VergeMacrosPlugin-tool
[1166/1175] Compiling NormalizationMacrosPlugin TableMacro.swift
[1167/1175] Compiling NormalizationMacrosPlugin Plugin.swift
[1168/1175] Compiling NormalizationMacrosPlugin IndexMacro.swift
[1169/1175] Compiling NormalizationMacrosPlugin MacroError.swift
[1170/1175] Compiling NormalizationMacrosPlugin NormalizedStorageMacro.swift
[1170/1175] Linking StateStructMacros-tool
[1172/1179] Compiling NormalizationMacrosPlugin DatabaseStateMacro.swift
[1173/1179] Emitting module NormalizationMacrosPlugin
[1173/1179] Write Objects.LinkFileList
[1175/1199] Emitting module VergeMacros
[1176/1199] Compiling VergeMacros Source.swift
[1177/1199] Emitting module VergeMacros
[1178/1199] Compiling VergeMacros Source.swift
[1179/1199] Compiling StateStruct TrackingRuntime.swift
[1181/1201] Compiling StateStruct TrackingResult.swift
[1182/1201] Compiling StateStruct TrackingObject.swift
[1183/1201] Compiling StateStruct _TrackingContext.swift
[1184/1201] Compiling StateStruct CopyOnWrite.swift
[1185/1201] Compiling StateStruct TrackingObject.swift
[1186/1201] Compiling StateStruct TrackingResult.swift
[1187/1201] Compiling StateStruct _TrackingContext.swift
[1188/1201] Compiling StateStruct PropertyNode.swift
[1189/1201] Emitting module StateStruct
[1190/1201] Compiling StateStruct PropertyNode.swift
[1191/1201] Compiling StateStruct PropertyPath.swift
[1192/1201] Compiling StateStruct Referencing.swift
[1193/1201] Emitting module StateStruct
[1194/1201] Compiling StateStruct Array+modify.swift
[1195/1201] Compiling StateStruct Source.swift
[1196/1201] Compiling StateStruct Referencing.swift
[1197/1201] Compiling StateStruct Array+modify.swift
[1198/1201] Compiling StateStruct PropertyPath.swift
[1199/1201] Compiling StateStruct Source.swift
[1200/1201] Compiling StateStruct CopyOnWrite.swift
[1200/1201] Linking NormalizationMacrosPlugin-tool
[1202/1321] Compiling Verge Derived+Assign.swift
[1203/1321] Compiling Verge Derived.swift
[1204/1322] Compiling Normalization Selector.swift
[1207/1322] Compiling Normalization NormalizedStorageType.swift
[1208/1323] Compiling Normalization VergeNormalization.swift
[1210/1323] Compiling Normalization Selector.swift
[1211/1323] Compiling Verge BackgroundDeallocationQueue.swift
[1212/1323] Compiling Verge CachedMap.swift
[1213/1323] Emitting module Normalization
[1215/1323] Compiling Normalization TableType.swift
[1216/1323] Compiling Normalization NormalizedStorageType.swift
[1217/1323] Compiling Normalization UpdatedMarker.swift
[1218/1323] Compiling Normalization Tables.swift
[1219/1323] Compiling Normalization Tables.Hash.swift
[1220/1323] Compiling Normalization VergeNormalization+Macros.swift
[1221/1323] Compiling Normalization Tables.swift
[1222/1323] Compiling Normalization TableType.swift
[1225/1323] Compiling Normalization Tables.Hash.swift
[1226/1323] Compiling Normalization VergeNormalization+Macros.swift
[1227/1323] Compiling Normalization UpdatedMarker.swift
[1228/1323] Compiling Verge MutationTrace.swift
[1229/1323] Compiling Verge RuntimeError.swift
[1230/1323] Compiling Verge RuntimeSanitizer.swift
[1231/1323] Compiling Verge StoreLogger.swift
[1232/1323] Compiling Verge Sendable.swift
[1233/1328] Emitting module Verge
[1234/1333] Compiling Verge Log.swift
[1235/1333] Compiling Verge Signpost.swift
[1236/1333] Compiling Verge StoreActivitySubscription.swift
[1237/1333] Compiling Verge StoreStateSubscription.swift
[1238/1333] Compiling Verge StoreSubscriptionBase.swift
[1239/1333] Compiling Verge VergeAnyCancellable.swift
[1240/1333] Compiling Verge VergeConcurrency+SynchronizationTracker.swift
[1241/1333] Compiling Verge VergeConcurrency.swift
[1242/1333] Compiling Verge _BackingStorage+.swift
[1243/1333] Compiling Verge ActivityTrace.swift
[1244/1333] Compiling Verge DefaultStoreLogger.swift
[1261/1333] Compiling Verge AnyTargetQueue.swift
[1262/1333] Compiling Verge Changes.swift
[1263/1333] Compiling Verge DetachedDispatcher.swift
[1264/1333] Compiling Verge KeyObject.swift
[1265/1333] Compiling Verge NonAtomicCounter.swift
[1275/1333] Compiling Verge EventEmitter.swift
[1276/1333] Compiling Verge InoutRef.swift
[1277/1333] Emitting module Verge
[1284/1333] 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)
[1285/1333] 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)
[1286/1333] 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)
[1287/1333] 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)
[1288/1333] 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)
[1289/1333] 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 |     }
[1290/1333] 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 |     }
[1291/1333] 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 |     }
[1292/1333] 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 |     }
[1293/1333] 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/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/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/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/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/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/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 |     }
[1304/1333] Compiling Verge Store.swift
[1305/1333] Compiling Verge StoreDriverType+Accumulator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Store.swift:446:9: warning: immutable value 'warnings' was never used; consider removing it
444 |     }
445 |
446 |     let warnings: Set<VergeConcurrency.SynchronizationTracker.Warning>
    |         `- warning: immutable value 'warnings' was never used; consider removing it
447 |     if RuntimeSanitizer.global.isRecursivelyCommitDetectionEnabled {
448 |       warnings = tracker.register()
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Store.swift:463:9: warning: initialization of immutable value '__sanitizer__' was never used; consider replacing with assignment to '_' or removing it
461 |     var commitLog: CommitLog?
462 |
463 |     let __sanitizer__ = sanitizer
    |         `- warning: initialization of immutable value '__sanitizer__' was never used; consider replacing with assignment to '_' or removing it
464 |
465 |     /** a ciritical session */
/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,
[1307/1333] Compiling Verge StoreDriverType.swift
[1308/1333] Compiling Verge StoreMiddleware.swift
[1309/1333] Compiling Verge StoreOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Store.swift:446:9: warning: immutable value 'warnings' was never used; consider removing it
444 |     }
445 |
446 |     let warnings: Set<VergeConcurrency.SynchronizationTracker.Warning>
    |         `- warning: immutable value 'warnings' was never used; consider removing it
447 |     if RuntimeSanitizer.global.isRecursivelyCommitDetectionEnabled {
448 |       warnings = tracker.register()
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Store.swift:463:9: warning: initialization of immutable value '__sanitizer__' was never used; consider replacing with assignment to '_' or removing it
461 |     var commitLog: CommitLog?
462 |
463 |     let __sanitizer__ = sanitizer
    |         `- warning: initialization of immutable value '__sanitizer__' was never used; consider replacing with assignment to '_' or removing it
464 |
465 |     /** a ciritical session */
/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/Store.swift:446:9: warning: immutable value 'warnings' was never used; consider removing it
444 |     }
445 |
446 |     let warnings: Set<VergeConcurrency.SynchronizationTracker.Warning>
    |         `- warning: immutable value 'warnings' was never used; consider removing it
447 |     if RuntimeSanitizer.global.isRecursivelyCommitDetectionEnabled {
448 |       warnings = tracker.register()
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Store.swift:463:9: warning: initialization of immutable value '__sanitizer__' was never used; consider replacing with assignment to '_' or removing it
461 |     var commitLog: CommitLog?
462 |
463 |     let __sanitizer__ = sanitizer
    |         `- warning: initialization of immutable value '__sanitizer__' was never used; consider replacing with assignment to '_' or removing it
464 |
465 |     /** a ciritical session */
/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/Store.swift:446:9: warning: immutable value 'warnings' was never used; consider removing it
444 |     }
445 |
446 |     let warnings: Set<VergeConcurrency.SynchronizationTracker.Warning>
    |         `- warning: immutable value 'warnings' was never used; consider removing it
447 |     if RuntimeSanitizer.global.isRecursivelyCommitDetectionEnabled {
448 |       warnings = tracker.register()
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Store.swift:463:9: warning: initialization of immutable value '__sanitizer__' was never used; consider replacing with assignment to '_' or removing it
461 |     var commitLog: CommitLog?
462 |
463 |     let __sanitizer__ = sanitizer
    |         `- warning: initialization of immutable value '__sanitizer__' was never used; consider replacing with assignment to '_' or removing it
464 |
465 |     /** a ciritical session */
/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,
[1313/1333] Compiling Verge Pipeline.swift
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Store.swift:446:9: warning: immutable value 'warnings' was never used; consider removing it
444 |     }
445 |
446 |     let warnings: Set<VergeConcurrency.SynchronizationTracker.Warning>
    |         `- warning: immutable value 'warnings' was never used; consider removing it
447 |     if RuntimeSanitizer.global.isRecursivelyCommitDetectionEnabled {
448 |       warnings = tracker.register()
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Store.swift:463:9: warning: initialization of immutable value '__sanitizer__' was never used; consider replacing with assignment to '_' or removing it
461 |     var commitLog: CommitLog?
462 |
463 |     let __sanitizer__ = sanitizer
    |         `- warning: initialization of immutable value '__sanitizer__' was never used; consider replacing with assignment to '_' or removing it
464 |
465 |     /** a ciritical session */
/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/Store.swift:446:9: warning: immutable value 'warnings' was never used; consider removing it
444 |     }
445 |
446 |     let warnings: Set<VergeConcurrency.SynchronizationTracker.Warning>
    |         `- warning: immutable value 'warnings' was never used; consider removing it
447 |     if RuntimeSanitizer.global.isRecursivelyCommitDetectionEnabled {
448 |       warnings = tracker.register()
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Store.swift:463:9: warning: initialization of immutable value '__sanitizer__' was never used; consider replacing with assignment to '_' or removing it
461 |     var commitLog: CommitLog?
462 |
463 |     let __sanitizer__ = sanitizer
    |         `- warning: initialization of immutable value '__sanitizer__' was never used; consider replacing with assignment to '_' or removing it
464 |
465 |     /** a ciritical session */
/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,
[1315/1333] Compiling Verge Scan.swift
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Store.swift:446:9: warning: immutable value 'warnings' was never used; consider removing it
444 |     }
445 |
446 |     let warnings: Set<VergeConcurrency.SynchronizationTracker.Warning>
    |         `- warning: immutable value 'warnings' was never used; consider removing it
447 |     if RuntimeSanitizer.global.isRecursivelyCommitDetectionEnabled {
448 |       warnings = tracker.register()
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Store.swift:463:9: warning: initialization of immutable value '__sanitizer__' was never used; consider replacing with assignment to '_' or removing it
461 |     var commitLog: CommitLog?
462 |
463 |     let __sanitizer__ = sanitizer
    |         `- warning: initialization of immutable value '__sanitizer__' was never used; consider replacing with assignment to '_' or removing it
464 |
465 |     /** a ciritical session */
/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,
[1318/1333] Compiling Verge StateType.swift
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Store.swift:446:9: warning: immutable value 'warnings' was never used; consider removing it
444 |     }
445 |
446 |     let warnings: Set<VergeConcurrency.SynchronizationTracker.Warning>
    |         `- warning: immutable value 'warnings' was never used; consider removing it
447 |     if RuntimeSanitizer.global.isRecursivelyCommitDetectionEnabled {
448 |       warnings = tracker.register()
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Store.swift:463:9: warning: initialization of immutable value '__sanitizer__' was never used; consider replacing with assignment to '_' or removing it
461 |     var commitLog: CommitLog?
462 |
463 |     let __sanitizer__ = sanitizer
    |         `- warning: initialization of immutable value '__sanitizer__' was never used; consider replacing with assignment to '_' or removing it
464 |
465 |     /** a ciritical session */
/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,
[1320/1333] Compiling Verge Store+Combine.swift
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Store.swift:446:9: warning: immutable value 'warnings' was never used; consider removing it
444 |     }
445 |
446 |     let warnings: Set<VergeConcurrency.SynchronizationTracker.Warning>
    |         `- warning: immutable value 'warnings' was never used; consider removing it
447 |     if RuntimeSanitizer.global.isRecursivelyCommitDetectionEnabled {
448 |       warnings = tracker.register()
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Store.swift:463:9: warning: initialization of immutable value '__sanitizer__' was never used; consider replacing with assignment to '_' or removing it
461 |     var commitLog: CommitLog?
462 |
463 |     let __sanitizer__ = sanitizer
    |         `- warning: initialization of immutable value '__sanitizer__' was never used; consider replacing with assignment to '_' or removing it
464 |
465 |     /** a ciritical session */
/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,
[1322/1333] Compiling Verge Store+RunLoop.swift
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Store.swift:446:9: warning: immutable value 'warnings' was never used; consider removing it
444 |     }
445 |
446 |     let warnings: Set<VergeConcurrency.SynchronizationTracker.Warning>
    |         `- warning: immutable value 'warnings' was never used; consider removing it
447 |     if RuntimeSanitizer.global.isRecursivelyCommitDetectionEnabled {
448 |       warnings = tracker.register()
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Store.swift:463:9: warning: initialization of immutable value '__sanitizer__' was never used; consider replacing with assignment to '_' or removing it
461 |     var commitLog: CommitLog?
462 |
463 |     let __sanitizer__ = sanitizer
    |         `- warning: initialization of immutable value '__sanitizer__' was never used; consider replacing with assignment to '_' or removing it
464 |
465 |     /** a ciritical session */
/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,
[1324/1333] Compiling Verge Edge.swift
[1325/1333] Compiling Verge ReferenceEdge.swift
[1326/1333] Compiling Verge ThunkToMainActor.swift
[1327/1333] Compiling Verge Verge.swift
[1328/1333] Compiling Verge macros.swift
[1334/1357] Compiling VergeNormalizationDerived VergeNormalizationDerived.swift
[1335/1357] Compiling VergeNormalizationDerived StoreType+.swift
[1336/1357] Compiling VergeNormalizationDerived VergeNormalizationDerived.swift
[1337/1357] Compiling VergeNormalizationDerived StoreType+.swift
[1338/1357] Compiling VergeNormalizationDerived Pipelines.swift
[1339/1357] Compiling VergeNormalizationDerived NonNullEntityWrapper.swift
[1340/1357] Compiling VergeNormalizationDerived EntityType+Typealias.swift
[1341/1357] Compiling VergeNormalizationDerived DerivedResult.swift
[1342/1357] Compiling VergeNormalizationDerived EntityWrapper.swift
[1343/1357] Compiling VergeNormalizationDerived NonNullEntityWrapper.swift
[1344/1357] Compiling VergeNormalizationDerived Pipelines.swift
[1345/1357] Compiling VergeNormalizationDerived EntityType+Typealias.swift
[1346/1357] Compiling VergeNormalizationDerived EntityWrapper.swift
[1347/1357] Compiling VergeNormalizationDerived DerivedResult.swift
[1348/1357] Compiling VergeNormalizationDerived DerivedMaking+.swift
[1349/1357] Emitting module VergeNormalizationDerived
[1351/1357] Compiling VergeNormalizationDerived DerivedMaking+.swift
[1352/1357] Compiling VergeRx Store+Rx.swift
[1354/1357] Emitting module VergeRx
[1355/1357] Compiling VergeRx Extensions.swift
[1357/1357] Emitting module VergeRx
[1358/1371] Compiling VergeClassic Extensions.swift
[1359/1371] Emitting module VergeClassic
[1360/1371] Compiling VergeClassic Emitter.swift
[1361/1371] Compiling VergeClassic VergeClassic.swift
[1362/1371] Compiling VergeClassic Verge+Extension.swift
[1363/1371] Compiling VergeClassic Storage+Rx.swift
[1364/1371] Compiling VergeClassic Storage.swift
[1365/1371] Compiling VergeClassic Verge+Extension.swift
[1366/1371] Compiling VergeClassic VergeClassic.swift
[1367/1371] Compiling VergeClassic Extensions.swift
[1368/1371] Compiling VergeClassic Storage+Rx.swift
[1369/1371] Emitting module VergeClassic
[1370/1371] Compiling VergeClassic Storage.swift
[1371/1371] Compiling VergeClassic Emitter.swift
Build complete! (70.60s)
Fetching https://github.com/pointfreeco/swift-macro-testing.git
Fetching https://github.com/VergeGroup/swift-concurrency-task-manager
Fetching https://github.com/VergeGroup/swift-macro-state-struct
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetching https://github.com/VergeGroup/Normalization
Fetching https://github.com/nalexn/ViewInspector.git
Fetching https://github.com/VergeGroup/TypedComparator
[1/12649] Fetching viewinspector
[128/12762] Fetching viewinspector, normalization
[140/12776] Fetching viewinspector, normalization, typedcomparator
[177/13656] Fetching viewinspector, normalization, typedcomparator, swift-macro-state-struct
[378/13913] Fetching viewinspector, normalization, typedcomparator, swift-macro-state-struct, swift-concurrency-task-manager
Fetched https://github.com/VergeGroup/TypedComparator from cache (0.72s)
Fetching https://github.com/apple/swift-collections from cache
[611/13899] Fetching viewinspector, normalization, swift-macro-state-struct, swift-concurrency-task-manager
[840/14831] Fetching viewinspector, normalization, swift-macro-state-struct, swift-concurrency-task-manager, swift-macro-testing
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (0.92s)
[3501/13899] Fetching viewinspector, normalization, swift-macro-state-struct, swift-concurrency-task-manager
Fetched https://github.com/VergeGroup/swift-macro-state-struct from cache (0.94s)
Fetched https://github.com/VergeGroup/swift-concurrency-task-manager from cache (0.94s)
Fetching https://github.com/apple/swift-atomics.git from cache
[3149/12762] Fetching viewinspector, normalization
Fetching https://github.com/ReactiveX/RxSwift.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.74s)
Fetched https://github.com/VergeGroup/Normalization from cache (1.87s)
Fetched https://github.com/nalexn/ViewInspector.git from cache (1.87s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (1.93s)
Fetched https://github.com/apple/swift-collections from cache (1.33s)
[1/52846] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (4.59s)
Computing version for https://github.com/VergeGroup/TypedComparator
Computed https://github.com/VergeGroup/TypedComparator at 1.0.0 (6.04s)
Computing version for https://github.com/VergeGroup/swift-concurrency-task-manager
Computed https://github.com/VergeGroup/swift-concurrency-task-manager at 3.0.0 (0.47s)
Computing version for https://github.com/VergeGroup/swift-macro-state-struct
Computed https://github.com/VergeGroup/swift-macro-state-struct at 3.0.1 (0.46s)
Computing version for https://github.com/VergeGroup/Normalization
Computed https://github.com/VergeGroup/Normalization at 2.0.1 (0.59s)
Fetching https://github.com/VergeGroup/swift-typed-identifier
[1/63] Fetching swift-typed-identifier
Fetched https://github.com/VergeGroup/swift-typed-identifier from cache (0.97s)
Computing version for https://github.com/VergeGroup/swift-typed-identifier
Computed https://github.com/VergeGroup/swift-typed-identifier at 2.0.4 (1.45s)
Computing version for https://github.com/nalexn/ViewInspector.git
Computed https://github.com/nalexn/ViewInspector.git at 0.10.3 (0.47s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (3.42s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.45s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (0.59s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.9.1 (0.50s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.4 (0.48s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing from cache
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (6.52s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (7.02s)
Fetching https://github.com/pointfreeco/swift-custom-dump from cache
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.60s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (2.07s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.33s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (1.82s)
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.7
Creating working copy for https://github.com/pointfreeco/swift-macro-testing.git
Working copy of https://github.com/pointfreeco/swift-macro-testing.git resolved at 0.6.4
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.3.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Creating working copy for https://github.com/VergeGroup/swift-typed-identifier
Working copy of https://github.com/VergeGroup/swift-typed-identifier resolved at 2.0.4
Creating working copy for https://github.com/nalexn/ViewInspector.git
Working copy of https://github.com/nalexn/ViewInspector.git resolved at 0.10.3
Creating working copy for https://github.com/VergeGroup/TypedComparator
Working copy of https://github.com/VergeGroup/TypedComparator resolved at 1.0.0
Creating working copy for https://github.com/VergeGroup/Normalization
Working copy of https://github.com/VergeGroup/Normalization resolved at 2.0.1
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.9.1
Creating working copy for https://github.com/VergeGroup/swift-concurrency-task-manager
Working copy of https://github.com/VergeGroup/swift-concurrency-task-manager resolved at 3.0.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.7.0
Creating working copy for https://github.com/VergeGroup/swift-macro-state-struct
Working copy of https://github.com/VergeGroup/swift-macro-state-struct resolved at 3.0.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
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/Verge@2x.png
    /Users/admin/builder/spi-builder-workspace/Sources/VergeClassic/demo.gif
    /Users/admin/builder/spi-builder-workspace/Sources/VergeClassic/Info.plist
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" : "3.0.0",
            "upper_bound" : "4.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" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/VergeGroup/Normalization"
    },
    {
      "identity" : "swift-macro-state-struct",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.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" : "603.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"
}
Done.