The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of Verge, reference main (61e890), with Swift 6.0 for macOS (SPM) on 26 May 2025 21:17:58 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
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 61e8909 Update README.md
Cloned https://github.com/VergeGroup/swift-Verge.git
Revision (git rev-parse @):
61e8909d36a430a6fcaba96dd8dc7a9bf260771f
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.0
Building package at path:  $PWD
https://github.com/VergeGroup/swift-Verge.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/53] Write sources
[25/53] Copying PrivacyInfo.xcprivacy
[26/53] Write sources
[26/53] Copying PrivacyInfo.xcprivacy
[26/53] Write sources
[26/53] Copying PrivacyInfo.xcprivacy
[26/53] Write sources
[39/53] Compiling _SwiftSyntaxCShims dummy.c
[40/53] Write swift-version-5BDAB9E9C0126B9D.txt
[41/53] Compiling _AtomicsShims.c
[43/247] Emitting module SwiftSyntax509
[44/247] Compiling SwiftSyntax509 Empty.swift
[45/247] Emitting module SwiftSyntax600
[46/247] Compiling SwiftSyntax600 Empty.swift
[47/247] Compiling SwiftSyntax510 Empty.swift
[48/247] Emitting module SwiftSyntax510
[49/247] Emitting module TypedComparator
[50/247] Compiling TypedIdentifier TypedIdentifier.swift
[51/247] Emitting module TypedIdentifier
[52/247] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[53/247] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[54/248] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[55/248] Compiling TypedComparator TypedComparator.swift
[56/248] Compiling TypedComparator PackedCompare.swift
[57/248] Compiling InternalCollectionsUtilities Descriptions.swift
[58/248] Compiling InternalCollectionsUtilities Debugging.swift
[59/313] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[60/313] Emitting module InternalCollectionsUtilities
[61/313] Compiling SwiftSyntax AbsolutePosition.swift
[62/313] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[63/313] Compiling SwiftSyntax Convenience.swift
[64/313] Compiling SwiftSyntax CustomTraits.swift
[65/313] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[66/313] Compiling SwiftSyntax Assert.swift
[67/313] Compiling SwiftSyntax BumpPtrAllocator.swift
[68/313] Compiling SwiftSyntax CommonAncestor.swift
[69/313] Compiling SwiftSyntax SyntaxTraits.swift
[70/313] Compiling SwiftSyntax SyntaxVisitor.swift
[71/313] Compiling SwiftSyntax ChildNameForKeyPath.swift
[72/313] Compiling SwiftSyntax Keyword.swift
[73/313] Compiling SwiftSyntax TokenKind.swift
[74/313] Compiling SwiftSyntax Utils.swift
[75/315] Compiling SwiftSyntax SyntaxCollections.swift
[76/315] Compiling SwiftSyntax SyntaxEnum.swift
[79/350] Compiling Atomics IntegerOperations.swift
[80/350] Compiling Atomics Unmanaged extensions.swift
[81/409] Compiling DequeModule _DequeBufferHeader.swift
[82/409] Compiling DequeModule _DequeSlot.swift
[83/410] Compiling DequeModule _DequeBuffer.swift
[84/410] Compiling DequeModule _UnsafeWrappedBuffer.swift
[85/410] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[86/410] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[87/410] Compiling HashTreeCollections _HashLevel.swift
[88/410] Compiling HashTreeCollections _HashNode+Builder.swift
[89/410] Compiling HashTreeCollections _Bucket.swift
[90/410] Compiling HashTreeCollections _Hash.swift
[91/410] Emitting module Atomics
[92/410] Compiling HashTreeCollections _AncestorHashSlots.swift
[93/410] Compiling HashTreeCollections _Bitmap.swift
[98/410] Compiling HashTreeCollections _HashNode+Invariants.swift
[99/410] Compiling HashTreeCollections _HashNode+Lookups.swift
[100/410] Compiling HashTreeCollections _HashNode+Debugging.swift
[101/410] Compiling HashTreeCollections _HashNode+Initializers.swift
[104/410] Compiling HashTreeCollections TreeSet+Equatable.swift
[105/410] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[106/410] Compiling HashTreeCollections TreeSet+Extras.swift
[107/410] Compiling HashTreeCollections TreeSet+Filter.swift
[108/410] Compiling HashTreeCollections TreeSet+Hashable.swift
[109/410] Compiling HashTreeCollections TreeSet+Sendable.swift
[110/410] Compiling HashTreeCollections TreeSet+Sequence.swift
[111/410] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[112/410] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[113/410] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[114/410] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[115/410] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[116/410] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[117/410] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[118/410] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[119/410] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[122/418] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[123/418] Compiling HashTreeCollections TreeDictionary+Filter.swift
[124/418] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[125/418] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[126/418] Compiling HashTreeCollections TreeDictionary+Keys.swift
[127/418] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[128/418] Compiling HashTreeCollections TreeDictionary+Merge.swift
[129/418] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[130/418] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[131/418] Compiling HashTreeCollections TreeDictionary+Values.swift
[132/418] Compiling HashTreeCollections TreeDictionary.swift
[133/418] Compiling HashTreeCollections TreeSet+Codable.swift
[134/418] Compiling HashTreeCollections TreeSet+Collection.swift
[135/418] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[136/418] Compiling HashTreeCollections TreeSet+Debugging.swift
[137/418] Compiling HashTreeCollections TreeSet+Descriptions.swift
[138/418] Emitting module DequeModule
[139/418] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[140/418] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[141/418] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[142/418] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[143/418] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[144/418] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[145/418] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[146/418] Compiling HashTreeCollections TreeSet.swift
[147/424] Compiling HashTreeCollections _RawHashNode.swift
[148/424] Compiling HashTreeCollections _UnmanagedHashNode.swift
[149/424] Compiling HashTreeCollections _UnsafePath.swift
[150/424] Compiling HashTreeCollections TreeDictionary+Codable.swift
[151/424] Compiling HashTreeCollections TreeDictionary+Collection.swift
[152/424] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[153/424] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[154/424] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[155/424] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[156/424] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[157/424] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[158/424] Compiling HashTreeCollections _HashNode.swift
[159/424] Compiling HashTreeCollections _HashNodeHeader.swift
[160/424] Compiling HashTreeCollections _HashSlot.swift
[161/424] Compiling HashTreeCollections _HashStack.swift
[162/424] Compiling HashTreeCollections _HashTreeIterator.swift
[163/424] Compiling HashTreeCollections _HashTreeStatistics.swift
[164/424] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[176/431] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[177/431] Compiling HashTreeCollections _HashNode+Storage.swift
[178/431] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[179/431] Compiling HashTreeCollections _HashNode+Structural filter.swift
[180/431] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[181/431] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[191/431] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[192/431] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[193/431] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[194/431] Compiling HashTreeCollections _HashNode+Structural merge.swift
[195/431] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[196/431] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[197/431] Compiling HashTreeCollections _HashNode+Structural union.swift
[198/431] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[199/431] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[200/431] Emitting module HashTreeCollections
[239/447] Compiling VergeTiny Source.swift
[240/447] Emitting module VergeTiny
[258/447] Compiling RxSwift Never.swift
[259/447] Compiling RxSwift NopDisposable.swift
[260/447] Compiling RxSwift Observable+Concurrency.swift
[261/447] Compiling RxSwift Observable.swift
[262/447] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[263/447] Compiling RxSwift ObservableConvertibleType.swift
[264/447] Compiling RxSwift ObservableType+Extensions.swift
[265/447] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[266/447] Compiling RxSwift ObservableType.swift
[267/447] Compiling RxSwift ObserveOn.swift
[268/447] Compiling RxSwift ObserverBase.swift
[269/447] Compiling RxSwift ObserverType.swift
[270/447] Compiling RxSwift OperationQueueScheduler.swift
[271/447] Compiling RxSwift Optional.swift
[272/447] Compiling RxSwift Platform.Darwin.swift
[273/447] Compiling RxSwift Platform.Linux.swift
[274/447] Compiling RxSwift Infallible+Debug.swift
[275/447] Compiling RxSwift Infallible+Operators.swift
[276/447] Compiling RxSwift Infallible+Zip+arity.swift
[277/447] Compiling RxSwift Infallible.swift
[278/447] Compiling RxSwift InfiniteSequence.swift
[279/447] Compiling RxSwift InvocableScheduledItem.swift
[280/447] Compiling RxSwift InvocableType.swift
[281/447] Compiling RxSwift Just.swift
[282/447] Compiling RxSwift Lock.swift
[283/447] Compiling RxSwift LockOwnerType.swift
[284/447] Compiling RxSwift MainScheduler.swift
[285/447] Compiling RxSwift Map.swift
[286/447] Compiling RxSwift Materialize.swift
[287/447] Compiling RxSwift Maybe.swift
[288/447] Compiling RxSwift Merge.swift
[289/447] Compiling RxSwift Multicast.swift
[290/447] Compiling RxSwift Enumerated.swift
[291/447] Compiling RxSwift Error.swift
[292/447] Compiling RxSwift Errors.swift
[293/447] Compiling RxSwift Event.swift
[294/447] Compiling RxSwift Filter.swift
[295/447] Compiling RxSwift First.swift
[296/447] Compiling RxSwift Generate.swift
[297/447] Compiling RxSwift GroupBy.swift
[298/447] Compiling RxSwift GroupedObservable.swift
[299/447] Compiling RxSwift HistoricalScheduler.swift
[300/447] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[301/447] Compiling RxSwift ImmediateSchedulerType.swift
[302/447] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[303/447] Compiling RxSwift Infallible+CombineLatest+arity.swift
[304/447] Compiling RxSwift Infallible+Concurrency.swift
[305/447] Compiling RxSwift Infallible+Create.swift
[306/447] Emitting module RxSwift
[321/447] Compiling SwiftSyntax SyntaxNodesD.swift
[322/447] Compiling SwiftSyntax SyntaxNodesEF.swift
[339/447] Compiling ConcurrencyTaskManager _Log.swift
[343/447] Compiling RxSwift CombineLatest+arity.swift
[344/447] Compiling RxSwift CombineLatest.swift
[345/447] Compiling RxSwift CompactMap.swift
[346/447] Compiling RxSwift Completable+AndThen.swift
[347/447] Compiling RxSwift Completable.swift
[348/447] Compiling RxSwift CompositeDisposable.swift
[349/447] Compiling RxSwift Concat.swift
[350/447] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[351/447] Compiling RxSwift ConcurrentMainScheduler.swift
[352/447] Compiling RxSwift ConnectableObservableType.swift
[353/447] Compiling RxSwift Create.swift
[354/447] Compiling RxSwift CurrentThreadScheduler.swift
[355/447] Compiling RxSwift Date+Dispatch.swift
[356/447] Compiling RxSwift Debounce.swift
[357/447] Compiling SwiftSyntax SyntaxNodesGHI.swift
[358/447] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[359/447] Compiling SwiftSyntax SyntaxNodesOP.swift
[360/447] Compiling SwiftSyntax SyntaxNodesQRS.swift
[361/447] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[373/447] Compiling ConcurrencyTaskManager TaskType.swift
[374/447] Emitting module ConcurrencyTaskManager
[375/447] Compiling ConcurrencyTaskManager TaskStackActor.swift
[376/447] Compiling ConcurrencyTaskManager TaskManagerActor.swift
[377/447] Compiling ConcurrencyTaskManager TaskQueueActor.swift
[378/447] Compiling RxSwift TakeLast.swift
[379/447] Compiling RxSwift TakeWithPredicate.swift
[380/447] Compiling RxSwift Throttle.swift
[381/447] Compiling RxSwift Timeout.swift
[382/447] Compiling RxSwift Timer.swift
[383/447] Compiling RxSwift ToArray.swift
[384/447] Compiling RxSwift Using.swift
[385/447] Compiling RxSwift VirtualTimeConverterType.swift
[386/447] Compiling RxSwift VirtualTimeScheduler.swift
[387/447] Compiling RxSwift Window.swift
[388/447] Compiling RxSwift WithLatestFrom.swift
[389/447] Compiling RxSwift WithUnretained.swift
[390/447] Compiling RxSwift Zip+Collection.swift
[391/447] Compiling RxSwift Zip+arity.swift
[392/447] Compiling RxSwift Zip.swift
[393/447] Compiling RxSwift resource_bundle_accessor.swift
[394/454] Emitting module RxRelay
[395/454] Compiling RxRelay Utils.swift
[396/454] Compiling RxRelay ReplayRelay.swift
[397/454] Compiling RxRelay BehaviorRelay.swift
[398/454] Compiling RxRelay PublishRelay.swift
[399/454] Compiling RxRelay Observable+Bind.swift
[400/454] Compiling RxRelay resource_bundle_accessor.swift
[401/454] Emitting module SwiftSyntax
[401/454] Compiling RxCocoaRuntime _RXKVOObserver.m
[402/454] Compiling RxCocoaRuntime resource_bundle_accessor.m
[403/454] Compiling RxCocoaRuntime _RX.m
[404/454] Compiling RxCocoaRuntime _RXDelegateProxy.m
[405/454] Compiling RxCocoaRuntime _RXObjCRuntime.m
[407/541] Compiling RxCocoa RxCollectionViewDataSourceType.swift
[408/541] Compiling RxCocoa RxCollectionViewDelegateProxy.swift
[409/541] Compiling RxCocoa NSObject+Rx+KVORepresentable.swift
[410/541] Compiling RxCocoa NSObject+Rx+RawRepresentable.swift
[411/541] Compiling RxCocoa NSObject+Rx.swift
[412/541] Compiling RxCocoa NSSlider+Rx.swift
[413/541] Compiling RxCocoa NSTextField+Rx.swift
[414/541] Compiling RxCocoa Signal+Subscription.swift
[415/541] Compiling RxCocoa Signal.swift
[416/541] Compiling RxCocoa TextInput.swift
[417/541] Compiling RxCocoa UIActivityIndicatorView+Rx.swift
[418/541] Compiling RxCocoa UIApplication+Rx.swift
[419/541] Compiling RxCocoa UIBarButtonItem+Rx.swift
[420/541] Compiling RxCocoa UIButton+Rx.swift
[421/541] Compiling RxCocoa RxWKNavigationDelegateProxy.swift
[422/541] Compiling RxCocoa SchedulerType+SharedSequence.swift
[423/541] Compiling RxCocoa SectionedViewDataSourceType.swift
[424/541] Compiling RxCocoa SharedSequence+Concurrency.swift
[425/541] Compiling RxCocoa SharedSequence+Operators+arity.swift
[426/541] Compiling RxCocoa SharedSequence+Operators.swift
[427/541] Compiling RxCocoa SharedSequence.swift
[428/541] Compiling RxCocoa UINavigationController+Rx.swift
[429/541] Compiling RxCocoa UIPickerView+Rx.swift
[430/541] Compiling RxCocoa UIRefreshControl+Rx.swift
[431/541] Compiling RxCocoa UIScrollView+Rx.swift
[432/541] Compiling RxCocoa UISearchBar+Rx.swift
[433/541] Compiling RxCocoa UISearchController+Rx.swift
[434/541] Compiling RxCocoa UISegmentedControl+Rx.swift
[435/541] Compiling RxCocoa UISlider+Rx.swift
[436/541] Compiling RxCocoa UIStepper+Rx.swift
[437/550] Compiling RxCocoa RxTabBarDelegateProxy.swift
[438/550] Compiling RxCocoa RxTableViewDataSourcePrefetchingProxy.swift
[439/550] Compiling RxCocoa RxTableViewDataSourceProxy.swift
[440/550] Compiling RxCocoa RxTableViewDataSourceType.swift
[441/550] Compiling RxCocoa RxTableViewDelegateProxy.swift
[442/550] Compiling RxCocoa RxTableViewReactiveArrayDataSource.swift
[443/550] Compiling RxCocoa RxTarget.swift
[444/550] Compiling RxCocoa RxTextStorageDelegateProxy.swift
[445/550] Compiling RxCocoa RxTextViewDelegateProxy.swift
[446/550] Compiling RxCocoa RxCollectionViewReactiveArrayDataSource.swift
[447/550] Compiling RxCocoa RxNavigationControllerDelegateProxy.swift
[448/550] Compiling RxCocoa RxPickerViewAdapter.swift
[449/550] Compiling RxCocoa RxPickerViewDataSourceProxy.swift
[450/550] Compiling RxCocoa RxPickerViewDataSourceType.swift
[451/550] Compiling RxCocoa RxPickerViewDelegateProxy.swift
[452/550] Compiling RxCocoa RxScrollViewDelegateProxy.swift
[453/550] Compiling RxCocoa RxSearchBarDelegateProxy.swift
[454/550] Compiling RxCocoa RxSearchControllerDelegateProxy.swift
[455/550] Compiling RxCocoa RxTabBarControllerDelegateProxy.swift
[456/550] Emitting module RxCocoa
[457/550] Compiling RxCocoa ObservableConvertibleType+Driver.swift
[458/550] Compiling RxCocoa ObservableConvertibleType+SharedSequence.swift
[459/550] Compiling RxCocoa ObservableConvertibleType+Signal.swift
[460/550] Compiling RxCocoa PublishRelay+Signal.swift
[461/550] Compiling RxCocoa RxCocoa.swift
[462/550] Compiling RxCocoa RxCocoaObjCRuntimeError+Extensions.swift
[463/550] Compiling RxCocoa RxCollectionViewDataSourcePrefetchingProxy.swift
[464/550] Compiling RxCocoa RxCollectionViewDataSourceProxy.swift
[472/550] Compiling RxCocoa UICollectionView+Rx.swift
[473/550] Compiling RxCocoa UIControl+Rx.swift
[474/550] Compiling RxCocoa UIDatePicker+Rx.swift
[475/550] Compiling RxCocoa UIGestureRecognizer+Rx.swift
[476/550] Compiling RxCocoa Driver+Subscription.swift
[477/550] Compiling RxCocoa Driver.swift
[478/550] Compiling RxCocoa Infallible+Bind.swift
[479/550] Compiling RxCocoa Infallible+Driver.swift
[480/550] Compiling RxCocoa ItemEvents.swift
[481/550] Compiling RxCocoa KVORepresentable+CoreGraphics.swift
[482/550] Compiling RxCocoa KVORepresentable+Swift.swift
[483/550] Compiling RxCocoa KVORepresentable.swift
[484/550] Compiling RxCocoa NSButton+Rx.swift
[485/550] Compiling RxCocoa NSControl+Rx.swift
[486/550] Compiling RxCocoa BehaviorRelay+Driver.swift
[487/550] Compiling RxCocoa ControlEvent+Driver.swift
[488/550] Compiling RxCocoa ControlEvent+Signal.swift
[489/550] Compiling RxCocoa ControlEvent.swift
[490/550] Compiling RxCocoa ControlProperty+Driver.swift
[491/550] Compiling RxCocoa ControlProperty.swift
[492/550] Compiling RxCocoa ControlTarget.swift
[493/550] Compiling RxCocoa DelegateProxy.swift
[494/550] Compiling RxCocoa DelegateProxyType.swift
[495/550] Compiling RxCocoa DispatchQueue+Extensions.swift
[501/550] Compiling RxCocoa NSTextStorage+Rx.swift
[502/550] Compiling RxCocoa NSTextView+Rx.swift
[503/550] Compiling RxCocoa NSView+Rx.swift
[504/550] Compiling RxCocoa NotificationCenter+Rx.swift
[505/550] Compiling RxCocoa Observable+Bind.swift
[506/550] Compiling RxCocoa UISwitch+Rx.swift
[507/550] Compiling RxCocoa UITabBar+Rx.swift
[508/550] Compiling RxCocoa UITabBarController+Rx.swift
[509/550] Compiling RxCocoa UITableView+Rx.swift
[510/550] Compiling RxCocoa UITextField+Rx.swift
[511/550] Compiling RxCocoa UITextView+Rx.swift
[512/550] Compiling RxCocoa URLSession+Rx.swift
[513/550] Compiling RxCocoa WKWebView+Rx.swift
[514/550] Compiling RxCocoa resource_bundle_accessor.swift
[545/608] Compiling SwiftDiagnostics Message.swift
[546/609] Compiling SwiftBasicFormat Syntax+Extensions.swift
[547/609] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[548/609] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[549/609] Compiling SwiftBasicFormat InferIndentation.swift
[550/609] Compiling SwiftDiagnostics Diagnostic.swift
[551/609] Compiling SwiftDiagnostics Convenience.swift
[552/609] Emitting module SwiftDiagnostics
[553/609] Compiling SwiftDiagnostics Note.swift
[554/609] Compiling SwiftDiagnostics FixIt.swift
[555/609] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[556/609] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[557/609] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[558/609] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[559/609] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[560/609] Emitting module SwiftBasicFormat
[561/609] Compiling SwiftBasicFormat BasicFormat.swift
[562/609] Compiling SwiftParser TopLevel.swift
[563/609] Compiling SwiftParser TriviaParser.swift
[564/609] Compiling SwiftParser Types.swift
[565/609] Compiling SwiftParser ExperimentalFeatures.swift
[566/613] Compiling SwiftParser UnicodeScalarExtensions.swift
[567/613] Compiling SwiftParser Lookahead.swift
[568/613] Compiling SwiftParser LoopProgressCondition.swift
[569/613] Compiling SwiftParser Modifiers.swift
[570/613] Compiling SwiftParser Names.swift
[571/613] Compiling SwiftParser TokenConsumer.swift
[572/613] Compiling SwiftParser TokenPrecedence.swift
[573/613] Compiling SwiftParser TokenSpec.swift
[574/613] Compiling SwiftParser TokenSpecSet.swift
[575/613] Compiling SwiftParser StringLiterals.swift
[576/613] Compiling SwiftParser SwiftParserCompatibility.swift
[577/613] Compiling SwiftParser SwiftVersion.swift
[578/613] Compiling SwiftParser SyntaxUtils.swift
[579/613] Emitting module SwiftParser
[580/613] Compiling SwiftParser Nominals.swift
[581/613] Compiling SwiftParser Parameters.swift
[582/613] Compiling SwiftParser ParseSourceFile.swift
[583/613] Compiling SwiftParser Parser.swift
[584/613] Compiling SwiftParser Patterns.swift
[585/613] Compiling SwiftParser Recovery.swift
[586/613] Compiling SwiftParser Specifiers.swift
[587/613] Compiling SwiftParser Statements.swift
[588/613] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[589/613] Compiling SwiftParser Attributes.swift
[590/613] Compiling SwiftParser Availability.swift
[591/613] Compiling SwiftParser CharacterInfo.swift
[592/613] Compiling SwiftParser CollectionNodes+Parsable.swift
[593/613] Compiling SwiftParser Declarations.swift
[594/613] Compiling SwiftParser Cursor.swift
[595/613] Compiling SwiftParser Lexeme.swift
[596/613] Compiling SwiftParser LexemeSequence.swift
[597/613] Compiling SwiftParser Lexer.swift
[598/613] Compiling SwiftParser RegexLiteralLexer.swift
[599/613] Compiling SwiftParser Directives.swift
[600/613] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[601/613] Compiling SwiftParser Expressions.swift
[602/613] Compiling SwiftParser IncrementalParseTransition.swift
[603/613] Compiling SwiftParser IsValidIdentifier.swift
[604/613] Compiling SwiftParser IsLexerClassified.swift
[605/613] Compiling SwiftParser LayoutNodes+Parsable.swift
[606/613] Compiling SwiftParser Parser+TokenSpecSet.swift
[607/613] Compiling SwiftParser TokenSpecStaticMembers.swift
[608/636] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[609/637] Compiling SwiftOperators PrecedenceGroup.swift
[610/638] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[611/638] Compiling SwiftOperators PrecedenceGraph.swift
[612/638] Compiling SwiftOperators OperatorTable.swift
[613/638] Compiling SwiftOperators OperatorTable+Defaults.swift
[614/638] Compiling SwiftOperators OperatorTable+Semantics.swift
[615/638] Compiling SwiftOperators OperatorError+Diagnostics.swift
[616/638] Compiling SwiftOperators OperatorError.swift
[617/638] Compiling SwiftOperators Operator.swift
[618/638] Emitting module SwiftOperators
[619/638] Compiling SwiftOperators OperatorTable+Folding.swift
[620/638] Compiling SwiftParserDiagnostics Utils.swift
[621/638] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[622/638] Compiling SwiftOperators SyntaxSynthesis.swift
[623/638] Compiling SwiftParserDiagnostics PresenceUtils.swift
[624/638] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[625/638] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[626/638] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[627/638] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[628/638] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[629/638] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[630/638] Compiling SwiftParserDiagnostics MissingNodesError.swift
[631/638] Compiling SwiftParserDiagnostics MissingTokenError.swift
[632/638] Emitting module SwiftParserDiagnostics
[633/653] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[634/654] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[635/654] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[636/654] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[637/654] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[638/654] Emitting module SwiftSyntaxBuilder
[639/654] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[640/654] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[641/654] Compiling SwiftSyntaxBuilder Indenter.swift
[642/654] Compiling SwiftSyntaxBuilder ListBuilder.swift
[643/654] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[644/654] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[645/654] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[646/654] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[647/654] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[648/654] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[649/672] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[650/672] Compiling SwiftSyntaxMacros AccessorMacro.swift
[651/672] Compiling SwiftSyntaxMacros PreambleMacro.swift
[652/672] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[653/672] Compiling SwiftSyntaxMacros Macro+Format.swift
[654/672] Compiling SwiftSyntaxMacros Macro.swift
[655/672] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[656/672] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[657/672] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[658/672] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[659/672] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[660/672] Compiling SwiftSyntaxMacros MemberMacro.swift
[661/672] Compiling SwiftSyntaxMacros PeerMacro.swift
[662/673] Emitting module SwiftSyntaxMacros
[663/673] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[664/673] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[665/673] Compiling SwiftSyntaxMacros AttachedMacro.swift
[666/673] Compiling SwiftSyntaxMacros BodyMacro.swift
[667/673] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[668/683] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[669/683] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[670/683] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[671/683] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[672/683] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[673/683] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[674/683] Emitting module SwiftSyntaxMacroExpansion
[675/683] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[676/683] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[677/683] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[678/695] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[679/696] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[680/696] Emitting module SwiftCompilerPluginMessageHandling
[681/696] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[682/696] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[683/696] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[684/696] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[685/696] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[686/696] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[687/696] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[688/696] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[689/696] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[690/696] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[691/698] Emitting module SwiftCompilerPlugin
[692/698] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[693/716] Compiling StateStructMacros PrimitiveTrackingPropertyMacro.swift
[694/716] Compiling StateStructMacros TrackingIgnoredMacro.swift
[695/716] Compiling StateStructMacros Plugin.swift
[696/716] Compiling StateStructMacros TrackingMacro.swift
[697/716] Compiling StateStructMacros KnownTypes.swift
[698/716] Emitting module StateStructMacros
[699/716] Compiling StateStructMacros COWTrackingPropertyMacro.swift
[699/716] Write Objects.LinkFileList
[701/716] 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
[702/716] Emitting module VergeMacrosPlugin
[703/716] Compiling VergeMacrosPlugin Plugin.swift
[704/716] Compiling VergeMacrosPlugin MacroError.swift
[704/716] Write Objects.LinkFileList
[705/716] Linking VergeMacrosPlugin-tool
[706/716] Linking StateStructMacros-tool
[708/728] Compiling StateStruct TrackingRuntime.swift
[709/729] Emitting module VergeMacros
[710/729] Compiling VergeMacros Source.swift
[711/729] Compiling NormalizationMacrosPlugin TableMacro.swift
[712/729] Compiling NormalizationMacrosPlugin Plugin.swift
[713/729] Compiling NormalizationMacrosPlugin NormalizedStorageMacro.swift
[714/729] Compiling NormalizationMacrosPlugin IndexMacro.swift
[715/729] Compiling NormalizationMacrosPlugin DatabaseStateMacro.swift
[716/729] Emitting module NormalizationMacrosPlugin
[717/729] Compiling NormalizationMacrosPlugin MacroError.swift
[717/729] Write Objects.LinkFileList
[719/729] Compiling StateStruct CopyOnWrite.swift
[720/729] Compiling StateStruct PropertyPath.swift
[721/729] Compiling StateStruct Array+modify.swift
[722/729] Compiling StateStruct _TrackingContext.swift
[723/729] Emitting module StateStruct
[724/729] Compiling StateStruct TrackingObject.swift
[725/729] Compiling StateStruct Referencing.swift
[726/729] Compiling StateStruct TrackingResult.swift
[727/729] Compiling StateStruct PropertyNode.swift
[728/729] Compiling StateStruct Source.swift
[728/777] Linking NormalizationMacrosPlugin-tool
[730/789] Compiling Normalization UpdatedMarker.swift
[731/790] Compiling Normalization EntityType.swift
[732/790] Compiling Normalization Indexes.swift
[733/790] Compiling Normalization TableType.swift
[734/790] Compiling Normalization VergeNormalization.swift
[735/790] Compiling Normalization Tables.swift
[736/790] Compiling Normalization Tables.Hash.swift
[737/790] Emitting module Normalization
[738/790] Compiling Normalization Selector.swift
[739/790] Compiling Normalization VergeNormalization+Macros.swift
[740/790] Compiling Normalization NormalizedStorageType.swift
[741/790] Compiling Normalization Normalization.swift
[742/790] Compiling Normalization NormalizedStorageComparators.swift
[743/790] Compiling Verge AnyTargetQueue.swift
[744/790] Compiling Verge Changes.swift
[745/790] Compiling Verge DetachedDispatcher.swift
[746/790] Compiling Verge KeyObject.swift
[747/790] Compiling Verge NonAtomicCounter.swift
[748/795] 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)
[749/795] 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)
[750/795] 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)
[751/795] 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)
[752/795] 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)
[753/795] Emitting module Verge
[754/795] Compiling Verge Derived+Assign.swift
[755/795] Compiling Verge Derived.swift
[756/795] Compiling Verge BackgroundDeallocationQueue.swift
[757/795] Compiling Verge CachedMap.swift
[758/795] Compiling Verge EventEmitter.swift
[759/795] Compiling Verge InoutRef.swift
[764/795] Compiling Verge DefaultStoreLogger.swift
[765/795] Compiling Verge MutationTrace.swift
[766/795] Compiling Verge RuntimeError.swift
[767/795] Compiling Verge RuntimeSanitizer.swift
[768/795] Compiling Verge StoreLogger.swift
[769/795] Compiling Verge Sendable.swift
[770/795] Compiling Verge Edge.swift
[771/795] Compiling Verge ReferenceEdge.swift
[772/795] Compiling Verge ThunkToMainActor.swift
[773/795] Compiling Verge Verge.swift
[774/795] Compiling Verge macros.swift
[775/795] Compiling Verge Store.swift
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreDriverType.swift:345:9: warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it
343 |   ) rethrows -> Result {
344 |
345 |     let trace = MutationTrace(
    |         `- warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it
346 |       name: name,
347 |       file: file,
[776/795] Compiling Verge StoreDriverType+Accumulator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreDriverType.swift:345:9: warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it
343 |   ) rethrows -> Result {
344 |
345 |     let trace = MutationTrace(
    |         `- warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it
346 |       name: name,
347 |       file: file,
[777/795] Compiling Verge StoreDriverType.swift
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreDriverType.swift:345:9: warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it
343 |   ) rethrows -> Result {
344 |
345 |     let trace = MutationTrace(
    |         `- warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it
346 |       name: name,
347 |       file: file,
[778/795] Compiling Verge StoreMiddleware.swift
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreDriverType.swift:345:9: warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it
343 |   ) rethrows -> Result {
344 |
345 |     let trace = MutationTrace(
    |         `- warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it
346 |       name: name,
347 |       file: file,
[779/795] Compiling Verge StoreOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreDriverType.swift:345:9: warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it
343 |   ) rethrows -> Result {
344 |
345 |     let trace = MutationTrace(
    |         `- warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it
346 |       name: name,
347 |       file: file,
[780/795] Compiling Verge Pipeline.swift
[781/795] Compiling Verge Scan.swift
[782/795] Compiling Verge StateType.swift
[783/795] Compiling Verge Store+Combine.swift
[784/795] Compiling Verge Store+RunLoop.swift
[785/795] Compiling Verge Log.swift
[786/795] Compiling Verge Signpost.swift
[787/795] Compiling Verge StoreActivitySubscription.swift
[788/795] Compiling Verge StoreStateSubscription.swift
[789/795] Compiling Verge StoreSubscriptionBase.swift
[790/795] Compiling Verge VergeAnyCancellable.swift
[791/795] 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 |     }
[792/795] 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 |     }
[793/795] 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 |     }
[794/795] 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 |     }
[795/795] 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 |     }
[796/807] Compiling VergeNormalizationDerived EntityWrapper.swift
[797/807] Compiling VergeNormalizationDerived DerivedResult.swift
[798/807] Compiling VergeNormalizationDerived VergeNormalizationDerived.swift
[799/807] Emitting module VergeNormalizationDerived
[800/807] Compiling VergeNormalizationDerived DerivedMaking+.swift
[801/807] Compiling VergeNormalizationDerived NonNullEntityWrapper.swift
[802/807] Compiling VergeNormalizationDerived EntityType+Typealias.swift
[803/807] Compiling VergeNormalizationDerived Pipelines.swift
[804/807] Compiling VergeNormalizationDerived StoreType+.swift
[805/807] Emitting module VergeRx
[806/807] Compiling VergeRx Extensions.swift
[807/807] Compiling VergeRx Store+Rx.swift
[808/814] Compiling VergeClassic Verge+Extension.swift
[809/814] Compiling VergeClassic Storage.swift
[810/814] Compiling VergeClassic VergeClassic.swift
[811/814] Compiling VergeClassic Storage+Rx.swift
[812/814] Emitting module VergeClassic
[813/814] Compiling VergeClassic Extensions.swift
[814/814] Compiling VergeClassic Emitter.swift
Build complete! (69.59s)
Fetching https://github.com/nalexn/ViewInspector.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/VergeGroup/TypedComparator
Fetching https://github.com/VergeGroup/swift-macro-state-struct
Fetching https://github.com/VergeGroup/swift-concurrency-task-manager
Fetching https://github.com/pointfreeco/swift-macro-testing.git
Fetching https://github.com/VergeGroup/Normalization
[1/14] Fetching typedcomparator
[15/12426] Fetching typedcomparator, viewinspector
[140/13316] Fetching typedcomparator, viewinspector, swift-macro-testing
[247/14161] Fetching typedcomparator, viewinspector, swift-macro-testing, swift-macro-state-struct
[459/14257] Fetching typedcomparator, viewinspector, swift-macro-testing, swift-macro-state-struct, normalization
[555/14393] Fetching typedcomparator, viewinspector, swift-macro-testing, swift-macro-state-struct, normalization, swift-concurrency-task-manager
Fetched https://github.com/VergeGroup/swift-macro-state-struct from cache (0.86s)
[5232/13548] Fetching typedcomparator, viewinspector, swift-macro-testing, normalization, swift-concurrency-task-manager
Fetching https://github.com/apple/swift-collections
Fetched https://github.com/nalexn/ViewInspector.git from cache (1.08s)
Fetching https://github.com/apple/swift-atomics.git
[1/16591] Fetching swift-collections
[333/18301] Fetching swift-collections, swift-atomics
[768/88744] Fetching swift-collections, swift-atomics, swift-syntax
Fetched https://github.com/apple/swift-atomics.git from cache (0.94s)
[6344/87034] Fetching swift-collections, swift-syntax
Fetching https://github.com/ReactiveX/RxSwift.git
[31710/139717] Fetching swift-collections, swift-syntax, rxswift
Fetched https://github.com/apple/swift-collections from cache (2.97s)
[87752/123126] Fetching swift-syntax, rxswift
Fetched https://github.com/swiftlang/swift-syntax.git from cache (7.18s)
Fetched https://github.com/VergeGroup/swift-concurrency-task-manager from cache (7.18s)
Fetched https://github.com/VergeGroup/Normalization from cache (7.18s)
Fetched https://github.com/VergeGroup/TypedComparator from cache (7.18s)
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (7.18s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (5.34s)
Computing version for https://github.com/VergeGroup/Normalization
Computed https://github.com/VergeGroup/Normalization at 1.2.1 (0.46s)
Fetching https://github.com/VergeGroup/swift-typed-identifier
[1/62] Fetching swift-typed-identifier
Fetched https://github.com/VergeGroup/swift-typed-identifier from cache (0.62s)
Computing version for https://github.com/VergeGroup/TypedComparator
Computed https://github.com/VergeGroup/TypedComparator at 1.0.0 (0.44s)
Computing version for https://github.com/VergeGroup/swift-typed-identifier
Computed https://github.com/VergeGroup/swift-typed-identifier at 2.0.4 (0.44s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (3.13s)
Computing version for https://github.com/nalexn/ViewInspector.git
Computed https://github.com/nalexn/ViewInspector.git at 0.10.1 (0.45s)
Computing version for https://github.com/VergeGroup/swift-macro-state-struct
Computed https://github.com/VergeGroup/swift-macro-state-struct at 2.3.0 (0.45s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.44s)
Computing version for https://github.com/VergeGroup/swift-concurrency-task-manager
Computed https://github.com/VergeGroup/swift-concurrency-task-manager at 1.4.0 (0.57s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (0.54s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.9.0 (0.49s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.2 (0.46s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13182] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (7.92s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (0.46s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.91s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.45s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5458] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.53s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.47s)
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 1.4.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/VergeGroup/swift-macro-state-struct
Working copy of https://github.com/VergeGroup/swift-macro-state-struct resolved at 2.3.0
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/VergeGroup/TypedComparator
Working copy of https://github.com/VergeGroup/TypedComparator resolved at 1.0.0
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.4
Creating working copy for https://github.com/nalexn/ViewInspector.git
Working copy of https://github.com/nalexn/ViewInspector.git resolved at 0.10.1
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.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.2.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/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.0
Creating working copy for https://github.com/VergeGroup/Normalization
Working copy of https://github.com/VergeGroup/Normalization resolved at 1.2.1
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.9.0
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.2
warning: 'normalization': 'normalization' dependency on 'https://github.com/apple/swift-syntax.git' conflicts with dependency on 'https://github.com/swiftlang/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
warning: 'spi-builder-workspace': found 3 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/VergeClassic/Info.plist
    /Users/admin/builder/spi-builder-workspace/Sources/VergeClassic/Verge@2x.png
    /Users/admin/builder/spi-builder-workspace/Sources/VergeClassic/demo.gif
warning: 'spi-builder-workspace': found 3 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/VergeClassic/Info.plist
    /Users/admin/builder/spi-builder-workspace/Sources/VergeClassic/Verge@2x.png
    /Users/admin/builder/spi-builder-workspace/Sources/VergeClassic/demo.gif
Build complete.
{
  "dependencies" : [
    {
      "identity" : "rxswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ReactiveX/RxSwift.git"
    },
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "identity" : "swift-concurrency-task-manager",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/VergeGroup/swift-concurrency-task-manager"
    },
    {
      "identity" : "typedcomparator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/VergeGroup/TypedComparator"
    },
    {
      "identity" : "normalization",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/VergeGroup/Normalization"
    },
    {
      "identity" : "swift-macro-state-struct",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.2",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/VergeGroup/swift-macro-state-struct"
    },
    {
      "identity" : "viewinspector",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.10.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nalexn/ViewInspector.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing.git"
    }
  ],
  "manifest_display_name" : "Verge",
  "name" : "Verge",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Verge",
      "targets" : [
        "Verge"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "VergeTiny",
      "targets" : [
        "VergeTiny"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "VergeNormalizationDerived",
      "targets" : [
        "VergeNormalizationDerived"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "VergeRx",
      "targets" : [
        "VergeRx"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "VergeClassic",
      "targets" : [
        "VergeClassic"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "VergeMacros",
      "targets" : [
        "VergeMacros"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "VergeMacrosPlugin",
      "targets" : [
        "VergeMacrosPlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "VergeTinyTests",
      "module_type" : "SwiftTarget",
      "name" : "VergeTinyTests",
      "path" : "Tests/VergeTinyTests",
      "sources" : [
        "VergeTinyTests.swift"
      ],
      "target_dependencies" : [
        "VergeTiny"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VergeTiny",
      "module_type" : "SwiftTarget",
      "name" : "VergeTiny",
      "path" : "Sources/VergeTiny",
      "product_memberships" : [
        "VergeTiny"
      ],
      "sources" : [
        "Source.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "VergeTests",
      "module_type" : "SwiftTarget",
      "name" : "VergeTests",
      "path" : "Tests/VergeTests",
      "product_dependencies" : [
        "ViewInspector"
      ],
      "sources" : [
        "AccumulationTests.swift",
        "ActivityTests.swift",
        "BindingDerivedTests.swift",
        "CachedMapTests.swift",
        "ChangesTests.swift",
        "ComparerTests.swift",
        "ConcurrencyTests.swift",
        "CopyPerformance.swift",
        "CounterTests.swift",
        "DemoState.swift",
        "DerivedTests.swift",
        "EdgeTests.swift",
        "EventEmitterTests.swift",
        "FilterTests.swift",
        "IsolatedContextTests.swift",
        "OldComparer.swift",
        "PerformanceTests.swift",
        "PipelineTests.swift",
        "ReferenceEdgeTests.swift",
        "Retain/PublisherCompletionTests.swift",
        "Retain/StoreSinkSusbscriptionTests.swift",
        "RunLoopTests.swift",
        "Sample.swift",
        "StateTypeTests.swift",
        "StoreAndDerivedTests.swift",
        "StoreInitTests.swift",
        "StoreMiddlewareTests.swift",
        "StoreSinkTests.swift",
        "StoreTaskTests.swift",
        "SynchronizeDisplayValueTests.swift",
        "SyntaxTests.swift",
        "TransactionTests.swift",
        "Usage.swift",
        "VergeStoreTests.swift"
      ],
      "target_dependencies" : [
        "Verge"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VergeRxTests",
      "module_type" : "SwiftTarget",
      "name" : "VergeRxTests",
      "path" : "Tests/VergeRxTests",
      "sources" : [
        "ChangedOperatorTests.swift",
        "DemoState.swift",
        "ReproduceDeadlockTests.swift",
        "SubjectCompletionTests.swift",
        "VergeRxTests.swift"
      ],
      "target_dependencies" : [
        "VergeRx",
        "VergeClassic"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VergeRx",
      "module_type" : "SwiftTarget",
      "name" : "VergeRx",
      "path" : "Sources/VergeRx",
      "product_dependencies" : [
        "RxSwift",
        "RxCocoa"
      ],
      "product_memberships" : [
        "VergeRx",
        "VergeClassic"
      ],
      "sources" : [
        "Extensions.swift",
        "Store+Rx.swift"
      ],
      "target_dependencies" : [
        "Verge"
      ],
      "type" : "library"
    },
    {
      "c99name" : "VergeNormalizationDerivedTests",
      "module_type" : "SwiftTarget",
      "name" : "VergeNormalizationDerivedTests",
      "path" : "Tests/VergeNormalizationDerivedTests",
      "sources" : [
        "CombiningTests.swift",
        "DemoState.swift",
        "VergeNormalizationDerivedTests.swift"
      ],
      "target_dependencies" : [
        "VergeNormalizationDerived"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VergeNormalizationDerived",
      "module_type" : "SwiftTarget",
      "name" : "VergeNormalizationDerived",
      "path" : "Sources/VergeNormalizationDerived",
      "product_dependencies" : [
        "Normalization",
        "HashTreeCollections"
      ],
      "product_memberships" : [
        "VergeNormalizationDerived"
      ],
      "sources" : [
        "DerivedMaking+.swift",
        "DerivedResult.swift",
        "EntityType+Typealias.swift",
        "EntityWrapper.swift",
        "NonNullEntityWrapper.swift",
        "Pipelines.swift",
        "StoreType+.swift",
        "VergeNormalizationDerived.swift"
      ],
      "target_dependencies" : [
        "Verge"
      ],
      "type" : "library"
    },
    {
      "c99name" : "VergeMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "VergeMacrosTests",
      "path" : "Tests/VergeMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport",
        "MacroTesting"
      ],
      "sources" : [
        "KeyPathMapTests.swift"
      ],
      "target_dependencies" : [
        "VergeMacrosPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VergeMacrosPlugin",
      "module_type" : "SwiftTarget",
      "name" : "VergeMacrosPlugin",
      "path" : "Sources/VergeMacrosPlugin",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "Verge",
        "VergeNormalizationDerived",
        "VergeRx",
        "VergeClassic",
        "VergeMacros",
        "VergeMacrosPlugin"
      ],
      "sources" : [
        "KeyPathMap.swift",
        "MacroError.swift",
        "Plugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "VergeMacros",
      "module_type" : "SwiftTarget",
      "name" : "VergeMacros",
      "path" : "Sources/VergeMacros",
      "product_memberships" : [
        "Verge",
        "VergeNormalizationDerived",
        "VergeRx",
        "VergeClassic",
        "VergeMacros"
      ],
      "sources" : [
        "Source.swift"
      ],
      "target_dependencies" : [
        "VergeMacrosPlugin"
      ],
      "type" : "library"
    },
    {
      "c99name" : "VergeClassic",
      "module_type" : "SwiftTarget",
      "name" : "VergeClassic",
      "path" : "Sources/VergeClassic",
      "product_memberships" : [
        "VergeClassic"
      ],
      "sources" : [
        "Emitter.swift",
        "Extensions.swift",
        "Storage+Rx.swift",
        "Storage.swift",
        "Verge+Extension.swift",
        "VergeClassic.swift"
      ],
      "target_dependencies" : [
        "VergeRx"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Verge",
      "module_type" : "SwiftTarget",
      "name" : "Verge",
      "path" : "Sources/Verge",
      "product_dependencies" : [
        "StateStruct",
        "TypedComparator",
        "Atomics",
        "DequeModule",
        "ConcurrencyTaskManager"
      ],
      "product_memberships" : [
        "Verge",
        "VergeNormalizationDerived",
        "VergeRx",
        "VergeClassic"
      ],
      "sources" : [
        "Derived/Derived+Assign.swift",
        "Derived/Derived.swift",
        "Library/BackgroundDeallocationQueue.swift",
        "Library/CachedMap.swift",
        "Library/EventEmitter.swift",
        "Library/InoutRef.swift",
        "Library/Log.swift",
        "Library/Signpost.swift",
        "Library/StoreActivitySubscription.swift",
        "Library/StoreStateSubscription.swift",
        "Library/StoreSubscriptionBase.swift",
        "Library/VergeAnyCancellable.swift",
        "Library/VergeConcurrency+SynchronizationTracker.swift",
        "Library/VergeConcurrency.swift",
        "Library/_BackingStorage+.swift",
        "Logging/ActivityTrace.swift",
        "Logging/DefaultStoreLogger.swift",
        "Logging/MutationTrace.swift",
        "Logging/RuntimeError.swift",
        "Logging/RuntimeSanitizer.swift",
        "Logging/StoreLogger.swift",
        "Sendable.swift",
        "Store/AnyTargetQueue.swift",
        "Store/Changes.swift",
        "Store/DetachedDispatcher.swift",
        "Store/KeyObject.swift",
        "Store/NonAtomicCounter.swift",
        "Store/Pipeline.swift",
        "Store/Scan.swift",
        "Store/StateType.swift",
        "Store/Store+Combine.swift",
        "Store/Store+RunLoop.swift",
        "Store/Store.swift",
        "Store/StoreDriverType+Accumulator.swift",
        "Store/StoreDriverType.swift",
        "Store/StoreMiddleware.swift",
        "Store/StoreOperation.swift",
        "Store/StoreType+Assignee.swift",
        "Store/StoreType+BindingDerived.swift",
        "Store/StoreType+Derived.swift",
        "Store/StoreWrapperType.swift",
        "Store/Transaction.swift",
        "Store/UIStateStore.swift",
        "SwiftUI/OnReceive.swift",
        "SwiftUI/Reading.swift",
        "SwiftUI/StoreObject.swift",
        "SwiftUI/StoreReader.swift",
        "Utility/Edge.swift",
        "Utility/ReferenceEdge.swift",
        "Utility/ThunkToMainActor.swift",
        "Verge.swift",
        "macros.swift"
      ],
      "target_dependencies" : [
        "VergeMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.