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 Puredux, reference main (ac1bfa), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 10:19:04 UTC.

Swift 6 data race errors: 2

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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/KazaiMazai/Puredux.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/KazaiMazai/Puredux
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ac1bfa4 Update README.md (#120)
Cloned https://github.com/KazaiMazai/Puredux.git
Revision (git rev-parse @):
ac1bfa4fbb93559b3f99517a9c03d1f88c16dee8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/KazaiMazai/Puredux.git at main
Fetching https://github.com/apple/swift-syntax.git
[1/70245] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (3.98s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 510.0.3 (5.06s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 510.0.3
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "puredux",
      "name": "Puredux",
      "url": "https://github.com/KazaiMazai/Puredux.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Puredux",
      "dependencies": [
        {
          "identity": "swift-syntax",
          "name": "swift-syntax",
          "url": "https://github.com/apple/swift-syntax.git",
          "version": "510.0.3",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/KazaiMazai/Puredux.git
[1/6171] Fetching puredux
Fetched https://github.com/KazaiMazai/Puredux.git from cache (1.01s)
Fetching https://github.com/apple/swift-syntax.git from cache
Fetched https://github.com/apple/swift-syntax.git from cache (0.87s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 510.0.3 (0.93s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 510.0.3
Creating working copy for https://github.com/KazaiMazai/Puredux.git
Working copy of https://github.com/KazaiMazai/Puredux.git resolved at main (ac1bfa4)
warning: '.resolve-product-dependencies': dependency 'puredux' is not used by any target
Found 1 product dependencies
  - swift-syntax
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/KazaiMazai/Puredux.git
https://github.com/KazaiMazai/Puredux.git
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "510.0.0",
            "upper_bound" : "511.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "Puredux",
  "name" : "Puredux",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "Puredux",
      "targets" : [
        "Puredux"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PureduxMacros",
      "targets" : [
        "PureduxMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PureduxTests",
      "module_type" : "SwiftTarget",
      "name" : "PureduxTests",
      "path" : "Tests/PureduxTests",
      "sources" : [
        "InjectionTests/InjectionTests.swift",
        "SideEffectsTests/EffectStateTests.swift",
        "SideEffectsTests/SideEfectsBoolTests.swift",
        "SideEffectsTests/SideEfectsCollectionTests.swift",
        "SideEffectsTests/SideEfectsEquatableTests.swift",
        "SideEffectsTests/SideEfectsStateTests.swift",
        "SideEffectsTests/SideEffectRefCycleTests.swift",
        "StoreTests/ObserverTests.swift",
        "StoreTests/RootStoreTests/RootStoreProxyTests.swift",
        "StoreTests/RootStoreTests/RootStoreQueueTests.swift",
        "StoreTests/RootStoreTests/RootStoreRefCyclesTest.swift",
        "StoreTests/RootStoreTests/RootStoreTests.swift",
        "StoreTests/StateStoreTests/ActionsMappingTests.swift",
        "StoreTests/StateStoreTests/AsyncActionTests.swift",
        "StoreTests/StateStoreTests/ChildStoreDispatchActionsTests.swift",
        "StoreTests/StateStoreTests/ChildStoreInterceptorTests.swift",
        "StoreTests/StateStoreTests/ChildStoreTests.swift",
        "StoreTests/StateStoreTests/FactoryRootStoreQueueTests.swift",
        "StoreTests/StateStoreTests/FactoryRootStoreTests.swift",
        "StoreTests/StateStoreTests/ScopeStoreTests.swift",
        "StoreTests/StoreNodeTests/StoreNodeDetachedStoreRefCyclesTests.swift",
        "StoreTests/StoreNodeTests/StoreNodeObserverRefCycleTests.swift",
        "StoreTests/StoreNodeTests/StoreNodeRefCyclesTests.swift",
        "StoreTests/StoreNodeTests/StorePerformanceTests.swift",
        "SwiftUITests/StoreViewTests/StoreViewAlwaysEqualDeduplicationPropsTests.swift",
        "SwiftUITests/StoreViewTests/StoreViewContentRenderTests.swift",
        "SwiftUITests/StoreViewTests/StoreViewDeduplicationPropsTests.swift",
        "SwiftUITests/StoreViewTests/StoreViewNoDeduplicationPropsTests.swift",
        "SwiftUITests/StoreViewTests/StoreViewPresentationQueueTest.swift",
        "TestUtils/StoreExtensions.swift",
        "TestUtils/TestActions.swift",
        "TestUtils/TestRootAppStore.swift",
        "TestUtils/TestState.swift",
        "UIKitTests/ChildStorePresenterTests/ChildStorePresenterRefCycleTests.swift",
        "UIKitTests/ChildStorePresenterTests/NoDeduplicationPropsStoreObjectTests.swift",
        "UIKitTests/PresentationQueueTests/PresentationQueuePropsEvaluationTests.swift",
        "UIKitTests/PresentationQueueTests/PresentationQueueVCUpdateTests.swift",
        "UIKitTests/PropsEvaluationTests/AlwaysEqualDeduplicationPropsTests.swift",
        "UIKitTests/PropsEvaluationTests/DeduplicationPropsTests.swift",
        "UIKitTests/PropsEvaluationTests/NoDeduplicationPropsTests.swift",
        "UIKitTests/TestUtils/AssertDeallocation.swift",
        "UIKitTests/TestUtils/StubViewController.swift",
        "UIKitTests/TestUtils/UIWindow+Tests.swift",
        "UIKitTests/VCUpdateTests/AlwaysEqualDeduplicationVCTests.swift",
        "UIKitTests/VCUpdateTests/DeduplicationVCTests.swift",
        "UIKitTests/VCUpdateTests/NoDeduplicationVCTests.swift"
      ],
      "target_dependencies" : [
        "Puredux"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PureduxMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "PureduxMacrosTests",
      "path" : "Tests/PureduxMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "InjectedStoreMacroTests.swift"
      ],
      "target_dependencies" : [
        "PureduxMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PureduxMacros",
      "module_type" : "SwiftTarget",
      "name" : "PureduxMacros",
      "path" : "Sources/PureduxMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "Puredux",
        "PureduxMacros"
      ],
      "sources" : [
        "DependencyInjectionMacro.swift",
        "Plugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "Puredux",
      "module_type" : "SwiftTarget",
      "name" : "Puredux",
      "path" : "Sources/Puredux",
      "product_memberships" : [
        "Puredux"
      ],
      "sources" : [
        "DependencyInjection/Dependencies.swift",
        "DependencyInjection/Dependency.swift",
        "DependencyInjection/DependencyContainer.swift",
        "DependencyInjection/DependencyKey.swift",
        "DependencyInjection/SharedStores.swift",
        "DependencyInjection/StoreOf.swift",
        "PureduxMacros.swift",
        "SideEffects/AsyncAction.swift",
        "SideEffects/CancellableObserver.swift",
        "SideEffects/Effect.swift",
        "SideEffects/EffectOperator.swift",
        "SideEffects/EffectState.swift",
        "SideEffects/SideEffects.swift",
        "Store/AnyStore.swift",
        "Store/Core/AnyStoreObject.swift",
        "Store/Core/CoreStore.swift",
        "Store/Core/StoreNode.swift",
        "Store/Core/StoreObjectProtocol.swift",
        "Store/Observer.swift",
        "Store/StateStore.swift",
        "Store/Store.swift",
        "SwiftUI/StateObserverModifier.swift",
        "SwiftUI/StoreView.swift",
        "SwiftUI/View+SideEffects.swift",
        "SwiftUI/View+StoreBindings.swift",
        "UIKit/Presentable.swift",
        "UIKit/PresentationQueue.swift",
        "UIKit/UIKit+StoreBindings.swift",
        "Utils/DispatchQueue+Delay.swift",
        "Utils/Equating.swift",
        "Utils/KeyPath+Sendable.swift",
        "Utils/ReferencedObject.swift",
        "Utils/UncheckedReference.swift"
      ],
      "target_dependencies" : [
        "PureduxMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/19] Write sources
[16/19] Write swift-version-2F0A5646E1D333AE.txt
[18/23] Emitting module SwiftSyntax510
[19/23] Emitting module SwiftSyntax509
[20/23] Compiling SwiftSyntax510 Empty.swift
[21/23] Compiling SwiftSyntax509 Empty.swift
[22/85] Compiling SwiftSyntax SyntaxHashable.swift
[23/85] Compiling SwiftSyntax SyntaxIdentifier.swift
[24/85] Compiling SwiftSyntax SyntaxNodeStructure.swift
[25/85] Compiling SwiftSyntax SyntaxProtocol.swift
[26/85] Compiling SwiftSyntax SyntaxText.swift
[27/85] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[28/85] Compiling SwiftSyntax TokenDiagnostic.swift
[29/91] Compiling SwiftSyntax MemoryLayout.swift
[30/91] Compiling SwiftSyntax MissingNodeInitializers.swift
[31/91] Compiling SwiftSyntax RawSyntax.swift
[32/91] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[33/91] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[34/91] Compiling SwiftSyntax RawSyntaxTokenView.swift
[35/91] Compiling SwiftSyntax SourceLength.swift
[36/91] Emitting module SwiftSyntax
[37/91] Compiling SwiftSyntax RawSyntaxNodesC.swift
[38/91] Compiling SwiftSyntax RawSyntaxNodesD.swift
[39/91] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[40/91] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[41/91] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[42/91] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[43/91] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[44/91] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[45/91] Compiling SwiftSyntax SyntaxBaseNodes.swift
[46/91] Compiling SwiftSyntax SyntaxCollections.swift
[47/91] Compiling SwiftSyntax SyntaxEnum.swift
[48/91] Compiling SwiftSyntax SyntaxKind.swift
[49/91] Compiling SwiftSyntax SyntaxRewriter.swift
[50/91] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[51/91] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[52/91] Compiling SwiftSyntax RawSyntaxValidation.swift
[53/91] Compiling SwiftSyntax SyntaxNodesAB.swift
[54/91] Compiling SwiftSyntax SyntaxNodesC.swift
[55/91] Compiling SwiftSyntax SyntaxNodesD.swift
[56/91] Compiling SwiftSyntax SourceLocation.swift
[57/91] Compiling SwiftSyntax SourcePresence.swift
[58/91] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[59/91] Compiling SwiftSyntax Syntax.swift
[60/91] Compiling SwiftSyntax SyntaxArena.swift
[61/91] Compiling SwiftSyntax SyntaxChildren.swift
[62/91] Compiling SwiftSyntax SyntaxCollection.swift
[63/91] Compiling SwiftSyntax AbsolutePosition.swift
[64/91] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[65/91] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[66/91] Compiling SwiftSyntax Assert.swift
[67/91] Compiling SwiftSyntax BumpPtrAllocator.swift
[68/91] Compiling SwiftSyntax CommonAncestor.swift
[69/91] Compiling SwiftSyntax Convenience.swift
[70/91] Compiling SwiftSyntax TokenSequence.swift
[71/91] Compiling SwiftSyntax TokenSyntax.swift
[72/91] Compiling SwiftSyntax Trivia.swift
[73/91] Compiling SwiftSyntax Utils.swift
[74/91] Compiling SwiftSyntax ChildNameForKeyPath.swift
[75/91] Compiling SwiftSyntax Keyword.swift
[76/91] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[77/91] Compiling SwiftSyntax SyntaxTraits.swift
[78/91] Compiling SwiftSyntax SyntaxTransform.swift
[79/91] Compiling SwiftSyntax SyntaxVisitor.swift
[80/91] Compiling SwiftSyntax TokenKind.swift
[81/91] Compiling SwiftSyntax Tokens.swift
[82/91] Compiling SwiftSyntax TriviaPieces.swift
[83/91] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[84/91] Compiling SwiftSyntax SyntaxNodesEF.swift
[85/91] Compiling SwiftSyntax SyntaxNodesGHI.swift
[86/91] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[87/91] Compiling SwiftSyntax SyntaxNodesOP.swift
[88/91] Compiling SwiftSyntax SyntaxNodesQRS.swift
[89/91] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[90/143] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[91/143] Compiling SwiftBasicFormat Syntax+Extensions.swift
[92/143] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[93/143] Compiling SwiftDiagnostics Message.swift
[94/143] Compiling SwiftDiagnostics Note.swift
[95/143] Compiling SwiftDiagnostics Convenience.swift
[96/143] Compiling SwiftBasicFormat BasicFormat.swift
[97/143] Emitting module SwiftBasicFormat
[98/143] Emitting module SwiftDiagnostics
[99/143] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[100/143] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[101/143] Compiling SwiftDiagnostics Diagnostic.swift
[102/143] Compiling SwiftDiagnostics FixIt.swift
[103/143] Compiling SwiftParser Statements.swift
[104/143] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[105/143] Compiling SwiftParser StringLiterals.swift
[106/143] Compiling SwiftParser SwiftParserCompatibility.swift
[107/143] Compiling SwiftParser Names.swift
[108/143] Compiling SwiftParser Nominals.swift
[109/143] Compiling SwiftParser Parameters.swift
[110/143] Compiling SwiftParser ParseSourceFile.swift
[111/143] Compiling SwiftParser Lexeme.swift
[112/143] Compiling SwiftParser LexemeSequence.swift
[113/143] Compiling SwiftParser Lexer.swift
[114/143] Compiling SwiftParser RegexLiteralLexer.swift
[115/147] Emitting module SwiftParser
[116/147] Compiling SwiftParser Parser.swift
[117/147] Compiling SwiftParser Patterns.swift
[118/147] Compiling SwiftParser Recovery.swift
[119/147] Compiling SwiftParser Specifiers.swift
[120/147] Compiling SwiftParser SyntaxUtils.swift
[121/147] Compiling SwiftParser TokenConsumer.swift
[122/147] Compiling SwiftParser TokenPrecedence.swift
[123/147] Compiling SwiftParser TokenSpec.swift
[124/147] Compiling SwiftParser TokenSpecSet.swift
[125/147] Compiling SwiftParser TopLevel.swift
[126/147] Compiling SwiftParser TriviaParser.swift
[127/147] Compiling SwiftParser Types.swift
[128/147] Compiling SwiftParser UnicodeScalarExtensions.swift
[129/147] Compiling SwiftParser Lookahead.swift
[130/147] Compiling SwiftParser LoopProgressCondition.swift
[131/147] Compiling SwiftParser Modifiers.swift
[132/147] Compiling SwiftParser Directives.swift
[133/147] Compiling SwiftParser ExperimentalFeatures.swift
[134/147] Compiling SwiftParser Expressions.swift
[135/147] Compiling SwiftParser IncrementalParseTransition.swift
[136/147] Compiling SwiftParser Cursor.swift
[137/147] Compiling SwiftParser Attributes.swift
[138/147] Compiling SwiftParser Availability.swift
[139/147] Compiling SwiftParser CharacterInfo.swift
[140/147] Compiling SwiftParser CollectionNodes+Parsable.swift
[141/147] Compiling SwiftParser Declarations.swift
[142/147] Compiling SwiftParser IsLexerClassified.swift
[143/147] Compiling SwiftParser LayoutNodes+Parsable.swift
[144/147] Compiling SwiftParser Parser+TokenSpecSet.swift
[145/147] Compiling SwiftParser TokenSpecStaticMembers.swift
[146/170] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[147/171] Compiling SwiftOperators PrecedenceGroup.swift
[148/172] Compiling SwiftOperators PrecedenceGraph.swift
[149/172] Compiling SwiftOperators OperatorTable.swift
[150/172] Compiling SwiftOperators OperatorError+Diagnostics.swift
[151/172] Compiling SwiftOperators OperatorTable+Semantics.swift
[152/172] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[153/172] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[154/172] Compiling SwiftParserDiagnostics PresenceUtils.swift
[155/172] Compiling SwiftParserDiagnostics Utils.swift
[156/172] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[157/172] Compiling SwiftOperators SyntaxSynthesis.swift
[158/172] Emitting module SwiftOperators
[159/172] Compiling SwiftOperators OperatorTable+Defaults.swift
[160/172] Compiling SwiftOperators OperatorError.swift
[161/172] Compiling SwiftOperators Operator.swift
[162/172] Compiling SwiftOperators OperatorTable+Folding.swift
[163/172] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[164/172] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[165/172] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[166/172] Emitting module SwiftParserDiagnostics
[167/172] Compiling SwiftParserDiagnostics MissingNodesError.swift
[168/172] Compiling SwiftParserDiagnostics MissingTokenError.swift
[169/172] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[170/172] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[171/186] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[172/186] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[173/186] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[174/186] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[175/187] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[176/187] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[177/187] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[178/187] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[179/187] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[180/187] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[181/187] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[182/187] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[183/187] Emitting module SwiftSyntaxBuilder
[184/187] Compiling SwiftSyntaxBuilder Indenter.swift
[185/187] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[186/201] Compiling SwiftSyntaxMacros Macro.swift
[187/202] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[188/202] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[189/202] Emitting module SwiftSyntaxMacros
[190/202] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[191/202] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[192/202] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[193/202] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[194/202] Compiling SwiftSyntaxMacros Macro+Format.swift
[195/202] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[196/202] Compiling SwiftSyntaxMacros AccessorMacro.swift
[197/202] Compiling SwiftSyntaxMacros AttachedMacro.swift
[198/202] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[199/202] Compiling SwiftSyntaxMacros MemberMacro.swift
[200/202] Compiling SwiftSyntaxMacros PeerMacro.swift
[201/210] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[202/210] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[203/210] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[204/210] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[205/210] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[206/210] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[207/210] Emitting module SwiftSyntaxMacroExpansion
[208/210] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[209/217] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[210/217] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[211/217] Emitting module SwiftCompilerPluginMessageHandling
[212/217] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[213/217] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[214/217] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[215/217] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[216/219] Emitting module SwiftCompilerPlugin
[217/219] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[218/222] Emitting module PureduxMacros
[219/222] Compiling PureduxMacros Plugin.swift
[220/222] Compiling PureduxMacros DependencyInjectionMacro.swift
[220/222] Write Objects.LinkFileList
[221/222] Linking PureduxMacros-tool
[223/284] Compiling Puredux Dependencies.swift
[224/284] Compiling Puredux Dependency.swift
[225/284] Compiling Puredux DependencyContainer.swift
[226/284] Compiling Puredux DependencyKey.swift
[231/290] Compiling Puredux View+StoreBindings.swift
[232/290] Compiling Puredux Presentable.swift
[233/290] Compiling Puredux PresentationQueue.swift
[234/290] Compiling Puredux CoreStore.swift
[235/290] Compiling Puredux StoreNode.swift
[236/290] Compiling Puredux StoreObjectProtocol.swift
[237/290] Compiling Puredux KeyPath+Sendable.swift
[238/290] Compiling Puredux ReferencedObject.swift
[239/290] Compiling Puredux UncheckedReference.swift
[243/290] Compiling Puredux CancellableObserver.swift
[244/290] Compiling Puredux Effect.swift
[245/290] Compiling Puredux EffectOperator.swift
[246/290] Compiling Puredux EffectState.swift
[247/290] Compiling Puredux SideEffects.swift
[248/290] Compiling Puredux AnyStore.swift
[249/290] Compiling Puredux AnyStoreObject.swift
[254/290] Emitting module Puredux
[256/290] Compiling Puredux Observer.swift
[257/290] Compiling Puredux StateStore.swift
[258/290] Compiling Puredux Store.swift
[259/290] Compiling Puredux CoreStore.swift
[260/290] Compiling Puredux View+StoreBindings.swift
[261/290] Compiling Puredux Presentable.swift
[262/290] Compiling Puredux StateObserverModifier.swift
[263/290] Compiling Puredux StoreView.swift
[264/290] Compiling Puredux View+SideEffects.swift
[271/290] Compiling Puredux SharedStores.swift
[272/290] Compiling Puredux StoreOf.swift
[273/290] Compiling Puredux PureduxMacros.swift
[274/290] Compiling Puredux AsyncAction.swift
Build complete! (32.21s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "510.0.0",
            "upper_bound" : "511.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "Puredux",
  "name" : "Puredux",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "Puredux",
      "targets" : [
        "Puredux"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PureduxMacros",
      "targets" : [
        "PureduxMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PureduxTests",
      "module_type" : "SwiftTarget",
      "name" : "PureduxTests",
      "path" : "Tests/PureduxTests",
      "sources" : [
        "InjectionTests/InjectionTests.swift",
        "SideEffectsTests/EffectStateTests.swift",
        "SideEffectsTests/SideEfectsBoolTests.swift",
        "SideEffectsTests/SideEfectsCollectionTests.swift",
        "SideEffectsTests/SideEfectsEquatableTests.swift",
        "SideEffectsTests/SideEfectsStateTests.swift",
        "SideEffectsTests/SideEffectRefCycleTests.swift",
        "StoreTests/ObserverTests.swift",
        "StoreTests/RootStoreTests/RootStoreProxyTests.swift",
        "StoreTests/RootStoreTests/RootStoreQueueTests.swift",
        "StoreTests/RootStoreTests/RootStoreRefCyclesTest.swift",
        "StoreTests/RootStoreTests/RootStoreTests.swift",
        "StoreTests/StateStoreTests/ActionsMappingTests.swift",
        "StoreTests/StateStoreTests/AsyncActionTests.swift",
        "StoreTests/StateStoreTests/ChildStoreDispatchActionsTests.swift",
        "StoreTests/StateStoreTests/ChildStoreInterceptorTests.swift",
        "StoreTests/StateStoreTests/ChildStoreTests.swift",
        "StoreTests/StateStoreTests/FactoryRootStoreQueueTests.swift",
        "StoreTests/StateStoreTests/FactoryRootStoreTests.swift",
        "StoreTests/StateStoreTests/ScopeStoreTests.swift",
        "StoreTests/StoreNodeTests/StoreNodeDetachedStoreRefCyclesTests.swift",
        "StoreTests/StoreNodeTests/StoreNodeObserverRefCycleTests.swift",
        "StoreTests/StoreNodeTests/StoreNodeRefCyclesTests.swift",
        "StoreTests/StoreNodeTests/StorePerformanceTests.swift",
        "SwiftUITests/StoreViewTests/StoreViewAlwaysEqualDeduplicationPropsTests.swift",
        "SwiftUITests/StoreViewTests/StoreViewContentRenderTests.swift",
        "SwiftUITests/StoreViewTests/StoreViewDeduplicationPropsTests.swift",
        "SwiftUITests/StoreViewTests/StoreViewNoDeduplicationPropsTests.swift",
        "SwiftUITests/StoreViewTests/StoreViewPresentationQueueTest.swift",
        "TestUtils/StoreExtensions.swift",
        "TestUtils/TestActions.swift",
        "TestUtils/TestRootAppStore.swift",
        "TestUtils/TestState.swift",
        "UIKitTests/ChildStorePresenterTests/ChildStorePresenterRefCycleTests.swift",
        "UIKitTests/ChildStorePresenterTests/NoDeduplicationPropsStoreObjectTests.swift",
        "UIKitTests/PresentationQueueTests/PresentationQueuePropsEvaluationTests.swift",
        "UIKitTests/PresentationQueueTests/PresentationQueueVCUpdateTests.swift",
        "UIKitTests/PropsEvaluationTests/AlwaysEqualDeduplicationPropsTests.swift",
        "UIKitTests/PropsEvaluationTests/DeduplicationPropsTests.swift",
        "UIKitTests/PropsEvaluationTests/NoDeduplicationPropsTests.swift",
        "UIKitTests/TestUtils/AssertDeallocation.swift",
        "UIKitTests/TestUtils/StubViewController.swift",
        "UIKitTests/TestUtils/UIWindow+Tests.swift",
        "UIKitTests/VCUpdateTests/AlwaysEqualDeduplicationVCTests.swift",
        "UIKitTests/VCUpdateTests/DeduplicationVCTests.swift",
        "UIKitTests/VCUpdateTests/NoDeduplicationVCTests.swift"
      ],
      "target_dependencies" : [
        "Puredux"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PureduxMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "PureduxMacrosTests",
      "path" : "Tests/PureduxMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "InjectedStoreMacroTests.swift"
      ],
      "target_dependencies" : [
        "PureduxMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PureduxMacros",
      "module_type" : "SwiftTarget",
      "name" : "PureduxMacros",
      "path" : "Sources/PureduxMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "Puredux",
        "PureduxMacros"
      ],
      "sources" : [
        "DependencyInjectionMacro.swift",
        "Plugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "Puredux",
      "module_type" : "SwiftTarget",
      "name" : "Puredux",
      "path" : "Sources/Puredux",
      "product_memberships" : [
        "Puredux"
      ],
      "sources" : [
        "DependencyInjection/Dependencies.swift",
        "DependencyInjection/Dependency.swift",
        "DependencyInjection/DependencyContainer.swift",
        "DependencyInjection/DependencyKey.swift",
        "DependencyInjection/SharedStores.swift",
        "DependencyInjection/StoreOf.swift",
        "PureduxMacros.swift",
        "SideEffects/AsyncAction.swift",
        "SideEffects/CancellableObserver.swift",
        "SideEffects/Effect.swift",
        "SideEffects/EffectOperator.swift",
        "SideEffects/EffectState.swift",
        "SideEffects/SideEffects.swift",
        "Store/AnyStore.swift",
        "Store/Core/AnyStoreObject.swift",
        "Store/Core/CoreStore.swift",
        "Store/Core/StoreNode.swift",
        "Store/Core/StoreObjectProtocol.swift",
        "Store/Observer.swift",
        "Store/StateStore.swift",
        "Store/Store.swift",
        "SwiftUI/StateObserverModifier.swift",
        "SwiftUI/StoreView.swift",
        "SwiftUI/View+SideEffects.swift",
        "SwiftUI/View+StoreBindings.swift",
        "UIKit/Presentable.swift",
        "UIKit/PresentationQueue.swift",
        "UIKit/UIKit+StoreBindings.swift",
        "Utils/DispatchQueue+Delay.swift",
        "Utils/Equating.swift",
        "Utils/KeyPath+Sendable.swift",
        "Utils/ReferencedObject.swift",
        "Utils/UncheckedReference.swift"
      ],
      "target_dependencies" : [
        "PureduxMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/kazaimazai/puredux/main
Repository:               KazaiMazai/Puredux
Swift version used:       6.1
Target:                   Puredux
Extracting symbol information for 'Puredux'...
Finished extracting symbol information for 'Puredux'. (21.22s)
Building documentation for 'Puredux'...
warning: Parameter 'transform' not found in instance method declaration
   --> ../Store/StateStore.swift:228:18-228:27
226 |      The transformation is applied to the current state whenever it is accessed, resulting in a new `StateStore` of type `T`.
227 |
228 +      - Parameter transform: A closure that takes the current state of type `State` and returns a new state of type `T`.
    |                  ╰─suggestion: Replace 'transform' with 'transformation'
229 |      - Returns: A new `StateStore` with the transformed state of type `T` and the same action type `Action`.
230 |     */
warning: Parameter 'transformation' is missing documentation
   --> ../Store/StateStore.swift:228:120-228:120
226 |      The transformation is applied to the current state whenever it is accessed, resulting in a new `StateStore` of type `T`.
227 |
228 +      - Parameter transform: A closure that takes the current state of type `State` and returns a new state of type `T`.
    |                                                                                                                        ╰─suggestion: Document 'transformation' parameter
229 |      - Returns: A new `StateStore` with the transformed state of type `T` and the same action type `Action`.
230 |     */
warning: Parameter 'transform' not found in instance method declaration
   --> ../Store/StateStore.swift:249:18-249:27
247 |      The transformation is applied to the action whenever it is dispatched.
248 |
249 +      - Parameter transform: A closure that takes the local action of type `A` and returns a parent actions of type `Action`.
    |                  ╰─suggestion: Replace 'transform' with 'transformation'
250 |      - Returns: A new `StateStore` with local to global actions mapping.
251 |     */
warning: Parameter 'transformation' is missing documentation
   --> ../Store/StateStore.swift:249:125-249:125
247 |      The transformation is applied to the action whenever it is dispatched.
248 |
249 +      - Parameter transform: A closure that takes the local action of type `A` and returns a parent actions of type `Action`.
    |                                                                                                                             ╰─suggestion: Document 'transformation' parameter
250 |      - Returns: A new `StateStore` with local to global actions mapping.
251 |     */
warning: Parameter 'transform' not found in instance method declaration
   --> ../Store/StateStore.swift:270:18-270:27
268 |      depending on the outcome of the transformation closure.
269 |
270 +      - Parameter transform: A closure that takes the current state of type `State` and returns an optional new state of type `T?`.
    |                  ╰─suggestion: Replace 'transform' with 'transformation'
271 |      - Returns: A new `StateStore` with the transformed state of type `T?` (optional) and the same action type `Action`.
272 |     */
warning: Parameter 'transformation' is missing documentation
   --> ../Store/StateStore.swift:270:131-270:131
268 |      depending on the outcome of the transformation closure.
269 |
270 +      - Parameter transform: A closure that takes the current state of type `State` and returns an optional new state of type `T?`.
    |                                                                                                                                   ╰─suggestion: Document 'transformation' parameter
271 |      - Returns: A new `StateStore` with the transformed state of type `T?` (optional) and the same action type `Action`.
272 |     */
warning: External name 'removeStateDuplicates' used to document parameter
  --> ../SwiftUI/View+StoreBindings.swift:20:10-20:31
18 |        - props: A closure that maps the store's `State` and the `Store` itself to a `Props` instance. This `Props` instance will be passed to the `observe` closure whenever the state changes.
19 |        - presentationQueue: A `DispatchQueue` that determines the queue on which props will be evaluated. Defaults to `.sharedPresentationQueue`.
20 +        - removeStateDuplicates: An optional `Equating` that determines if duplicate states should be filtered out to avoid unnecessary updates. This is used to compare the current state with the previous one to decide if the view needs to be updated.
   |          ╰─suggestion: Replace 'removeStateDuplicates' with 'equating'
21 |        - debounceFor: A `TimeInterval` that specifies the debounce time for state changes. If multiple state changes occur within this interval, only the last one will trigger an update. This helps to reduce the number of updates and improve performance. Defaults to `.uiDebounce`.
22 |        - observe: A closure that will be called with the `Props` instance whenever the state changes. This closure is used to update the view based on the new `Props`.
warning: External name 'removeStateDuplicates' used to document parameter
  --> ../SwiftUI/View+StoreBindings.swift:20:10-20:31
18 |        - props: A closure that maps the store's `State` and the `Store` itself to a `Props` instance. This `Props` instance will be passed to the `observe` closure whenever the state changes.
19 |        - presentationQueue: A `DispatchQueue` that determines the queue on which props will be evaluated. Defaults to `.sharedPresentationQueue`.
20 +        - removeStateDuplicates: An optional `Equating` that determines if duplicate states should be filtered out to avoid unnecessary updates. This is used to compare the current state with the previous one to decide if the view needs to be updated.
   |          ╰─suggestion: Replace 'removeStateDuplicates' with 'equating'
21 |        - debounceFor: A `TimeInterval` that specifies the debounce time for state changes. If multiple state changes occur within this interval, only the last one will trigger an update. This helps to reduce the number of updates and improve performance. Defaults to `.uiDebounce`.
22 |        - observe: A closure that will be called with the `Props` instance whenever the state changes. This closure is used to update the view based on the new `Props`.
warning: External name 'debounceFor' used to document parameter
  --> ../SwiftUI/View+StoreBindings.swift:21:10-21:21
19 |        - presentationQueue: A `DispatchQueue` that determines the queue on which props will be evaluated. Defaults to `.sharedPresentationQueue`.
20 |        - removeStateDuplicates: An optional `Equating` that determines if duplicate states should be filtered out to avoid unnecessary updates. This is used to compare the current state with the previous one to decide if the view needs to be updated.
21 +        - debounceFor: A `TimeInterval` that specifies the debounce time for state changes. If multiple state changes occur within this interval, only the last one will trigger an update. This helps to reduce the number of updates and improve performance. Defaults to `.uiDebounce`.
   |          ╰─suggestion: Replace 'debounceFor' with 'timeInterval'
22 |        - observe: A closure that will be called with the `Props` instance whenever the state changes. This closure is used to update the view based on the new `Props`.
23 |
warning: External name 'debounceFor' used to document parameter
  --> ../SwiftUI/View+StoreBindings.swift:21:10-21:21
19 |        - presentationQueue: A `DispatchQueue` that determines the queue on which props will be evaluated. Defaults to `.sharedPresentationQueue`.
20 |        - removeStateDuplicates: An optional `Equating` that determines if duplicate states should be filtered out to avoid unnecessary updates. This is used to compare the current state with the previous one to decide if the view needs to be updated.
21 +        - debounceFor: A `TimeInterval` that specifies the debounce time for state changes. If multiple state changes occur within this interval, only the last one will trigger an update. This helps to reduce the number of updates and improve performance. Defaults to `.uiDebounce`.
   |          ╰─suggestion: Replace 'debounceFor' with 'timeInterval'
22 |        - observe: A closure that will be called with the `Props` instance whenever the state changes. This closure is used to update the view based on the new `Props`.
23 |
warning: External name 'removeStateDuplicates' used to document parameter
  --> ../SwiftUI/View+StoreBindings.swift:81:10-81:31
79 |        - props: A closure that converts the `State` and a `Dispatch` function into a `Props` instance. The `Dispatch` function is used to dispatch actions to the store. This `Props` object is used in the `observe` closure to update the view.
80 |        - presentationQueue: A `DispatchQueue` specifying where view updates should occur. The default value is `.sharedPresentationQueue`.
81 +        - removeStateDuplicates: An optional `Equating` that determines if duplicate states should be filtered to prevent redundant updates. This helps to avoid unnecessary view updates by comparing the current state with the previous state.
   |          ╰─suggestion: Replace 'removeStateDuplicates' with 'equating'
82 |        - debounceFor: A `TimeInterval` that specifies the debounce duration for state changes. When multiple state changes occur within this interval, only the last change will trigger an update, reducing the frequency of updates and improving performance. The default value is `.uiDebounce`.
83 |        - observe: A closure is performed when the state changes. This closure is invoked whenever the state updates and is used to update the view or trigger side effects.
warning: External name 'removeStateDuplicates' used to document parameter
  --> ../SwiftUI/View+StoreBindings.swift:81:10-81:31
79 |        - props: A closure that converts the `State` and a `Dispatch` function into a `Props` instance. The `Dispatch` function is used to dispatch actions to the store. This `Props` object is used in the `observe` closure to update the view.
80 |        - presentationQueue: A `DispatchQueue` specifying where view updates should occur. The default value is `.sharedPresentationQueue`.
81 +        - removeStateDuplicates: An optional `Equating` that determines if duplicate states should be filtered to prevent redundant updates. This helps to avoid unnecessary view updates by comparing the current state with the previous state.
   |          ╰─suggestion: Replace 'removeStateDuplicates' with 'equating'
82 |        - debounceFor: A `TimeInterval` that specifies the debounce duration for state changes. When multiple state changes occur within this interval, only the last change will trigger an update, reducing the frequency of updates and improving performance. The default value is `.uiDebounce`.
83 |        - observe: A closure is performed when the state changes. This closure is invoked whenever the state updates and is used to update the view or trigger side effects.
warning: External name 'debounceFor' used to document parameter
  --> ../SwiftUI/View+StoreBindings.swift:82:10-82:21
80 |        - presentationQueue: A `DispatchQueue` specifying where view updates should occur. The default value is `.sharedPresentationQueue`.
81 |        - removeStateDuplicates: An optional `Equating` that determines if duplicate states should be filtered to prevent redundant updates. This helps to avoid unnecessary view updates by comparing the current state with the previous state.
82 +        - debounceFor: A `TimeInterval` that specifies the debounce duration for state changes. When multiple state changes occur within this interval, only the last change will trigger an update, reducing the frequency of updates and improving performance. The default value is `.uiDebounce`.
   |          ╰─suggestion: Replace 'debounceFor' with 'timeInterval'
83 |        - observe: A closure is performed when the state changes. This closure is invoked whenever the state updates and is used to update the view or trigger side effects.
84 |
warning: External name 'debounceFor' used to document parameter
  --> ../SwiftUI/View+StoreBindings.swift:82:10-82:21
80 |        - presentationQueue: A `DispatchQueue` specifying where view updates should occur. The default value is `.sharedPresentationQueue`.
81 |        - removeStateDuplicates: An optional `Equating` that determines if duplicate states should be filtered to prevent redundant updates. This helps to avoid unnecessary view updates by comparing the current state with the previous state.
82 +        - debounceFor: A `TimeInterval` that specifies the debounce duration for state changes. When multiple state changes occur within this interval, only the last change will trigger an update, reducing the frequency of updates and improving performance. The default value is `.uiDebounce`.
   |          ╰─suggestion: Replace 'debounceFor' with 'timeInterval'
83 |        - observe: A closure is performed when the state changes. This closure is invoked whenever the state updates and is used to update the view or trigger side effects.
84 |
warning: External name 'removeStateDuplicates' used to document parameter
   --> ../SwiftUI/View+StoreBindings.swift:115:10-115:31
113 |     - Parameters:
114 |        - store: A `Store` instance that manages the application's state and actions. It holds the state that the view will observe.
115 +        - removeStateDuplicates: An optional `Equating` used to determine if duplicate states should be filtered out to avoid unnecessary updates. If provided, it compares the current state with the previous state to decide if the view should be updated. If `nil`, all state changes trigger an update.
    |          ╰─suggestion: Replace 'removeStateDuplicates' with 'equating'
116 |        - debounceFor: A `TimeInterval` that specifies the debounce duration for state changes. If multiple state changes occur within this interval, only the last change will trigger an update. This reduces the frequency of updates and can improve performance by preventing unnecessary view updates. The default value is `.uiDebounce`.
117 |        - observe: A closure that takes the current state and performs actions whenever the state changes. This closure is invoked whenever the state updates and is used to update the view or perform side effects based on the new state.
warning: External name 'removeStateDuplicates' used to document parameter
   --> ../SwiftUI/View+StoreBindings.swift:115:10-115:31
113 |     - Parameters:
114 |        - store: A `Store` instance that manages the application's state and actions. It holds the state that the view will observe.
115 +        - removeStateDuplicates: An optional `Equating` used to determine if duplicate states should be filtered out to avoid unnecessary updates. If provided, it compares the current state with the previous state to decide if the view should be updated. If `nil`, all state changes trigger an update.
    |          ╰─suggestion: Replace 'removeStateDuplicates' with 'equating'
116 |        - debounceFor: A `TimeInterval` that specifies the debounce duration for state changes. If multiple state changes occur within this interval, only the last change will trigger an update. This reduces the frequency of updates and can improve performance by preventing unnecessary view updates. The default value is `.uiDebounce`.
117 |        - observe: A closure that takes the current state and performs actions whenever the state changes. This closure is invoked whenever the state updates and is used to update the view or perform side effects based on the new state.
warning: External name 'debounceFor' used to document parameter
   --> ../SwiftUI/View+StoreBindings.swift:116:10-116:21
114 |        - store: A `Store` instance that manages the application's state and actions. It holds the state that the view will observe.
115 |        - removeStateDuplicates: An optional `Equating` used to determine if duplicate states should be filtered out to avoid unnecessary updates. If provided, it compares the current state with the previous state to decide if the view should be updated. If `nil`, all state changes trigger an update.
116 +        - debounceFor: A `TimeInterval` that specifies the debounce duration for state changes. If multiple state changes occur within this interval, only the last change will trigger an update. This reduces the frequency of updates and can improve performance by preventing unnecessary view updates. The default value is `.uiDebounce`.
    |          ╰─suggestion: Replace 'debounceFor' with 'timeInterval'
117 |        - observe: A closure that takes the current state and performs actions whenever the state changes. This closure is invoked whenever the state updates and is used to update the view or perform side effects based on the new state.
118 |
warning: External name 'debounceFor' used to document parameter
   --> ../SwiftUI/View+StoreBindings.swift:116:10-116:21
114 |        - store: A `Store` instance that manages the application's state and actions. It holds the state that the view will observe.
115 |        - removeStateDuplicates: An optional `Equating` used to determine if duplicate states should be filtered out to avoid unnecessary updates. If provided, it compares the current state with the previous state to decide if the view should be updated. If `nil`, all state changes trigger an update.
116 +        - debounceFor: A `TimeInterval` that specifies the debounce duration for state changes. If multiple state changes occur within this interval, only the last change will trigger an update. This reduces the frequency of updates and can improve performance by preventing unnecessary view updates. The default value is `.uiDebounce`.
    |          ╰─suggestion: Replace 'debounceFor' with 'timeInterval'
117 |        - observe: A closure that takes the current state and performs actions whenever the state changes. This closure is invoked whenever the state updates and is used to update the view or perform side effects based on the new state.
118 |
warning: External name 'removeStateDuplicates' used to document parameter
   --> ../SwiftUI/View+StoreBindings.swift:165:11-165:32
163 |     - Parameters:
164 |         - store: A `Store` instance that manages the application's state and actions. It holds the state that the view will observe and the dispatch function for dispatching actions.
165 +         - removeStateDuplicates: An optional `Equating` used to determine if duplicate states should be filtered out to avoid unnecessary updates. If provided, this closure compares the current state with the previous state to decide if the view should be updated. If `nil`, all state changes trigger an update.
    |           ╰─suggestion: Replace 'removeStateDuplicates' with 'equating'
166 |         - debounceFor: A `TimeInterval` that specifies the debounce duration for state changes. If multiple state changes occur within this interval, only the last change will trigger an update. This helps to reduce the frequency of updates and improve performance by preventing redundant view updates. The default value is `.uiDebounce`.
167 |         - observe: A closure that takes the current state and a `Dispatch` function, performing actions whenever the state changes. This closure is invoked on each state update and is used to update the view or perform side effects based on the new state. The `Dispatch` function allows for actions to be dispatched in response to state changes.
warning: External name 'removeStateDuplicates' used to document parameter
   --> ../SwiftUI/View+StoreBindings.swift:165:11-165:32
163 |     - Parameters:
164 |         - store: A `Store` instance that manages the application's state and actions. It holds the state that the view will observe and the dispatch function for dispatching actions.
165 +         - removeStateDuplicates: An optional `Equating` used to determine if duplicate states should be filtered out to avoid unnecessary updates. If provided, this closure compares the current state with the previous state to decide if the view should be updated. If `nil`, all state changes trigger an update.
    |           ╰─suggestion: Replace 'removeStateDuplicates' with 'equating'
166 |         - debounceFor: A `TimeInterval` that specifies the debounce duration for state changes. If multiple state changes occur within this interval, only the last change will trigger an update. This helps to reduce the frequency of updates and improve performance by preventing redundant view updates. The default value is `.uiDebounce`.
167 |         - observe: A closure that takes the current state and a `Dispatch` function, performing actions whenever the state changes. This closure is invoked on each state update and is used to update the view or perform side effects based on the new state. The `Dispatch` function allows for actions to be dispatched in response to state changes.
warning: External name 'debounceFor' used to document parameter
   --> ../SwiftUI/View+StoreBindings.swift:166:11-166:22
164 |         - store: A `Store` instance that manages the application's state and actions. It holds the state that the view will observe and the dispatch function for dispatching actions.
165 |         - removeStateDuplicates: An optional `Equating` used to determine if duplicate states should be filtered out to avoid unnecessary updates. If provided, this closure compares the current state with the previous state to decide if the view should be updated. If `nil`, all state changes trigger an update.
166 +         - debounceFor: A `TimeInterval` that specifies the debounce duration for state changes. If multiple state changes occur within this interval, only the last change will trigger an update. This helps to reduce the frequency of updates and improve performance by preventing redundant view updates. The default value is `.uiDebounce`.
    |           ╰─suggestion: Replace 'debounceFor' with 'timeInterval'
167 |         - observe: A closure that takes the current state and a `Dispatch` function, performing actions whenever the state changes. This closure is invoked on each state update and is used to update the view or perform side effects based on the new state. The `Dispatch` function allows for actions to be dispatched in response to state changes.
168 |
warning: External name 'debounceFor' used to document parameter
   --> ../SwiftUI/View+StoreBindings.swift:166:11-166:22
164 |         - store: A `Store` instance that manages the application's state and actions. It holds the state that the view will observe and the dispatch function for dispatching actions.
165 |         - removeStateDuplicates: An optional `Equating` used to determine if duplicate states should be filtered out to avoid unnecessary updates. If provided, this closure compares the current state with the previous state to decide if the view should be updated. If `nil`, all state changes trigger an update.
166 +         - debounceFor: A `TimeInterval` that specifies the debounce duration for state changes. If multiple state changes occur within this interval, only the last change will trigger an update. This helps to reduce the frequency of updates and improve performance by preventing redundant view updates. The default value is `.uiDebounce`.
    |           ╰─suggestion: Replace 'debounceFor' with 'timeInterval'
167 |         - observe: A closure that takes the current state and a `Dispatch` function, performing actions whenever the state changes. This closure is invoked on each state update and is used to update the view or perform side effects based on the new state. The `Dispatch` function allows for actions to be dispatched in response to state changes.
168 |
warning: External name 'removeStateDuplicates' used to document parameter
   --> ../SwiftUI/View+StoreBindings.swift:217:11-217:32
215 |     - Parameters:
216 |         - store: A `Store` instance that manages the application's state and actions. The store holds the state that the view will observe and provides functions for dispatching actions.
217 +         - removeStateDuplicates: An optional `Equating` used to determine if duplicate states should be filtered out to avoid unnecessary updates. If provided, this closure compares the current state with the previous state to decide if the view should be updated. If `nil`, all state changes will trigger an update.
    |           ╰─suggestion: Replace 'removeStateDuplicates' with 'equating'
218 |         - debounceFor: A `TimeInterval` that specifies the debounce duration for state changes. If multiple state changes occur within this interval, only the last change will trigger an update. This helps reduce the frequency of updates and improves performance by preventing redundant view updates. The default value is `.uiDebounce`.
219 |         - observe: A closure that takes the current state and the `Store` itself, performing actions whenever the state changes. This closure is invoked on each state update and is used to update the view or perform side effects based on the new state. It provides access to the store for additional interactions.
warning: External name 'removeStateDuplicates' used to document parameter
   --> ../SwiftUI/View+StoreBindings.swift:217:11-217:32
215 |     - Parameters:
216 |         - store: A `Store` instance that manages the application's state and actions. The store holds the state that the view will observe and provides functions for dispatching actions.
217 +         - removeStateDuplicates: An optional `Equating` used to determine if duplicate states should be filtered out to avoid unnecessary updates. If provided, this closure compares the current state with the previous state to decide if the view should be updated. If `nil`, all state changes will trigger an update.
    |           ╰─suggestion: Replace 'removeStateDuplicates' with 'equating'
218 |         - debounceFor: A `TimeInterval` that specifies the debounce duration for state changes. If multiple state changes occur within this interval, only the last change will trigger an update. This helps reduce the frequency of updates and improves performance by preventing redundant view updates. The default value is `.uiDebounce`.
219 |         - observe: A closure that takes the current state and the `Store` itself, performing actions whenever the state changes. This closure is invoked on each state update and is used to update the view or perform side effects based on the new state. It provides access to the store for additional interactions.
warning: External name 'debounceFor' used to document parameter
   --> ../SwiftUI/View+StoreBindings.swift:218:11-218:22
216 |         - store: A `Store` instance that manages the application's state and actions. The store holds the state that the view will observe and provides functions for dispatching actions.
217 |         - removeStateDuplicates: An optional `Equating` used to determine if duplicate states should be filtered out to avoid unnecessary updates. If provided, this closure compares the current state with the previous state to decide if the view should be updated. If `nil`, all state changes will trigger an update.
218 +         - debounceFor: A `TimeInterval` that specifies the debounce duration for state changes. If multiple state changes occur within this interval, only the last change will trigger an update. This helps reduce the frequency of updates and improves performance by preventing redundant view updates. The default value is `.uiDebounce`.
    |           ╰─suggestion: Replace 'debounceFor' with 'timeInterval'
219 |         - observe: A closure that takes the current state and the `Store` itself, performing actions whenever the state changes. This closure is invoked on each state update and is used to update the view or perform side effects based on the new state. It provides access to the store for additional interactions.
220 |
warning: External name 'debounceFor' used to document parameter
   --> ../SwiftUI/View+StoreBindings.swift:218:11-218:22
216 |         - store: A `Store` instance that manages the application's state and actions. The store holds the state that the view will observe and provides functions for dispatching actions.
217 |         - removeStateDuplicates: An optional `Equating` used to determine if duplicate states should be filtered out to avoid unnecessary updates. If provided, this closure compares the current state with the previous state to decide if the view should be updated. If `nil`, all state changes will trigger an update.
218 +         - debounceFor: A `TimeInterval` that specifies the debounce duration for state changes. If multiple state changes occur within this interval, only the last change will trigger an update. This helps reduce the frequency of updates and improves performance by preventing redundant view updates. The default value is `.uiDebounce`.
    |           ╰─suggestion: Replace 'debounceFor' with 'timeInterval'
219 |         - observe: A closure that takes the current state and the `Store` itself, performing actions whenever the state changes. This closure is invoked on each state update and is used to update the view or perform side effects based on the new state. It provides access to the store for additional interactions.
220 |
warning: External name 'debounceFor' used to document parameter
  --> ../UIKit/Presentable.swift:58:11-58:22
56 |         - presentationQueue: The dispatch queue on which the props will be evaluated. Defaults to `DispatchQueue.sharedPresentationQueue`. Must be **Serial DispatchQueue**
57 |         - equating: An optional `Equating` that determines whether the state has changed to avoid redundant updates. Defaults to `nil`.
58 +         - debounceFor: A time interval for debouncing rapid state changes. Defaults to `.uiDebounce`.
   |           ╰─suggestion: Replace 'debounceFor' with 'timeInterval'
59 |
60 |      Usage Example for `UIViewController`:
warning: Parameter 'timeInterval' is missing documentation
   --> ../UIKit/Presentable.swift:124:136-124:136
122 |         - props: A closure that maps the state and dispatch closure to the properties needed by the presentable.
123 |         - presentationQueue: The dispatch queue on which the props will be evaluated on. Defaults to `DispatchQueue.sharedPresentationQueue`. Must be **Serial DispatchQueue**
124 +         - equating: An optional `Equating` that determines whether the state has changed to avoid redundant updates. Defaults to `nil`.
    |                                                                                                                                        ╰─suggestion: Document 'timeInterval' parameter
125 |     */
126 |     func setPresenter<State, Action>(_ store: any Store<State, Action>,
warning: External name 'removeStateDuplicates' used to document parameter
  --> ../UIKit/UIKit+StoreBindings.swift:41:11-41:32
39 |         - props: A closure that takes the current state and the `Store` itself, and returns a `Props` instance. This `Props` instance is used to update the view or view controller or trigger side effects. The `props` closure allows for deriving view-specific properties from the state and store.
40 |         - presentationQueue: A `DispatchQueue` specifying where props evaluation should occur. The default value is `.sharedPresentationQueue`.  Must be a **serial queue**.
41 +         - removeStateDuplicates: An optional `Equating` used to determine if duplicate states should be filtered out to avoid unnecessary updates. If provided, this closure compares the current state with the previous state to decide if the view or view controller should be updated. If `nil`, all state changes will trigger an update.
   |           ╰─suggestion: Replace 'removeStateDuplicates' with 'equating'
42 |         - debounceFor: A `TimeInterval` that specifies the debounce duration for state changes. If multiple state changes occur within this interval, only the last change will trigger an update. This helps reduce the frequency of updates and improve performance by preventing redundant view updates. The default value is `.uiDebounce`.
43 |         - observe: A closure that is called whenever the state changes. This closure is invoked with the updated `Props` instance and is used to update the view or view controller or perform side effects based on the new properties.
warning: External name 'debounceFor' used to document parameter
  --> ../UIKit/UIKit+StoreBindings.swift:42:11-42:22
40 |         - presentationQueue: A `DispatchQueue` specifying where props evaluation should occur. The default value is `.sharedPresentationQueue`.  Must be a **serial queue**.
41 |         - removeStateDuplicates: An optional `Equating` used to determine if duplicate states should be filtered out to avoid unnecessary updates. If provided, this closure compares the current state with the previous state to decide if the view or view controller should be updated. If `nil`, all state changes will trigger an update.
42 +         - debounceFor: A `TimeInterval` that specifies the debounce duration for state changes. If multiple state changes occur within this interval, only the last change will trigger an update. This helps reduce the frequency of updates and improve performance by preventing redundant view updates. The default value is `.uiDebounce`.
   |           ╰─suggestion: Replace 'debounceFor' with 'timeInterval'
43 |         - observe: A closure that is called whenever the state changes. This closure is invoked with the updated `Props` instance and is used to update the view or view controller or perform side effects based on the new properties.
44 |
warning: Return value documented for instance method returning void
  --> ../UIKit/UIKit+StoreBindings.swift:45:6-47:6
43 |         - observe: A closure that is called whenever the state changes. This closure is invoked with the updated `Props` instance and is used to update the view or view controller or perform side effects based on the new properties.
44 |
45 +      - Returns:
   |      ╰─suggestion: Remove return value documentation
46 +         This method does not return a value. It subscribes the view or view controller to the `Store` and sets up the necessary logic to handle state changes and updates.
47 +
48 |      Usage Example for `UIViewController`:
49 |
warning: External name 'removeStateDuplicates' used to document parameter
   --> ../UIKit/UIKit+StoreBindings.swift:113:11-113:32
111 |         - props: A closure that takes the current state and the store's dispatch function, and returns a `Props` instance. This `Props` instance is used to update the view or view controller or trigger side effects. The `props` closure allows for deriving view-specific properties from the state and store.
112 |         - presentationQueue: A `DispatchQueue` specifying where props evaluation should occur. The default value is `.sharedPresentationQueue`.  Must be a **serial queue**.
113 +         - removeStateDuplicates: An optional `Equating` used to determine if duplicate states should be filtered out to avoid unnecessary updates. If provided, this closure compares the current state with the previous state to decide if the view or view controller should be updated. If `nil`, all state changes will trigger an update.
    |           ╰─suggestion: Replace 'removeStateDuplicates' with 'equating'
114 |         - debounceFor: A `TimeInterval` that specifies the debounce duration for state changes. If multiple state changes occur within this interval, only the last change will trigger an update. This helps reduce the frequency of updates and improve performance by preventing redundant view updates. The default value is `.uiDebounce`.
115 |         - observe: A closure that is called whenever the state changes. This closure is invoked with the updated `Props` instance and is used to update the view or view controller or perform side effects based on the new properties.
warning: External name 'debounceFor' used to document parameter
   --> ../UIKit/UIKit+StoreBindings.swift:114:11-114:22
112 |         - presentationQueue: A `DispatchQueue` specifying where props evaluation should occur. The default value is `.sharedPresentationQueue`.  Must be a **serial queue**.
113 |         - removeStateDuplicates: An optional `Equating` used to determine if duplicate states should be filtered out to avoid unnecessary updates. If provided, this closure compares the current state with the previous state to decide if the view or view controller should be updated. If `nil`, all state changes will trigger an update.
114 +         - debounceFor: A `TimeInterval` that specifies the debounce duration for state changes. If multiple state changes occur within this interval, only the last change will trigger an update. This helps reduce the frequency of updates and improve performance by preventing redundant view updates. The default value is `.uiDebounce`.
    |           ╰─suggestion: Replace 'debounceFor' with 'timeInterval'
115 |         - observe: A closure that is called whenever the state changes. This closure is invoked with the updated `Props` instance and is used to update the view or view controller or perform side effects based on the new properties.
116 |
warning: Return value documented for instance method returning void
   --> ../UIKit/UIKit+StoreBindings.swift:117:6-119:6
115 |         - observe: A closure that is called whenever the state changes. This closure is invoked with the updated `Props` instance and is used to update the view or view controller or perform side effects based on the new properties.
116 |
117 +      - Returns:
    |      ╰─suggestion: Remove return value documentation
118 +         This method does not return a value. It subscribes the view or view controller to the `Store` and sets up the necessary logic to handle state changes and updates.
119 +
120 |      Usage Example for `UIViewController`:
121 |
warning: External name 'removeStateDuplicates' used to document parameter
   --> ../UIKit/UIKit+StoreBindings.swift:181:11-181:32
179 |      - Parameters:
180 |         - store: A `Store` instance that manages the application's state and actions. It holds the state that the view or view controller will observe.
181 +         - removeStateDuplicates: An optional `Equating` used to determine if duplicate states should be filtered out to avoid unnecessary updates. If provided, this closure compares the current state with the previous state to decide if the view or view controller should be updated. If `nil`, all state changes will trigger an update.
    |           ╰─suggestion: Replace 'removeStateDuplicates' with 'equating'
182 |         - debounceFor: A `TimeInterval` that specifies the debounce duration for state changes. If multiple state changes occur within this interval, only the last change will trigger an update. This helps reduce the frequency of updates and improve performance by preventing redundant view updates. The default value is `.uiDebounce`.
183 |         - observe: A closure that is called whenever the state changes. This closure is invoked with the updated state and is used to update the view or view controller or perform side effects based on the new state.
warning: External name 'debounceFor' used to document parameter
   --> ../UIKit/UIKit+StoreBindings.swift:182:11-182:22
180 |         - store: A `Store` instance that manages the application's state and actions. It holds the state that the view or view controller will observe.
181 |         - removeStateDuplicates: An optional `Equating` used to determine if duplicate states should be filtered out to avoid unnecessary updates. If provided, this closure compares the current state with the previous state to decide if the view or view controller should be updated. If `nil`, all state changes will trigger an update.
182 +         - debounceFor: A `TimeInterval` that specifies the debounce duration for state changes. If multiple state changes occur within this interval, only the last change will trigger an update. This helps reduce the frequency of updates and improve performance by preventing redundant view updates. The default value is `.uiDebounce`.
    |           ╰─suggestion: Replace 'debounceFor' with 'timeInterval'
183 |         - observe: A closure that is called whenever the state changes. This closure is invoked with the updated state and is used to update the view or view controller or perform side effects based on the new state.
184 |
warning: Return value documented for instance method returning void
   --> ../UIKit/UIKit+StoreBindings.swift:185:6-187:6
183 |         - observe: A closure that is called whenever the state changes. This closure is invoked with the updated state and is used to update the view or view controller or perform side effects based on the new state.
184 |
185 +      - Returns:
    |      ╰─suggestion: Remove return value documentation
186 +         This method does not return a value. It subscribes the view or view controller to the `Store` and sets up the necessary logic to handle state changes and updates.
187 +
188 |      Usage Example for `UIViewController`:
189 |
warning: External name 'removeStateDuplicates' used to document parameter
   --> ../UIKit/UIKit+StoreBindings.swift:237:11-237:32
235 |      - Parameters:
236 |         - store: A `Store` instance that manages the application's state and actions. It holds the state that the view or view controller will observe and provides functions for dispatching actions.
237 +         - removeStateDuplicates: An optional `Equating` used to determine if duplicate states should be filtered out to avoid unnecessary updates. If provided, this closure compares the current state with the previous state to decide if the view or view controller should be updated. If `nil`, all state changes will trigger an update.
    |           ╰─suggestion: Replace 'removeStateDuplicates' with 'equating'
238 |         - debounceFor: A `TimeInterval` specifying the debounce duration for state changes. If multiple state changes occur within this interval, only the last change will trigger an update. This helps reduce the frequency of updates and improve performance by preventing redundant view updates. The default value is `.uiDebounce`.
239 |         - observe: A closure that is called whenever the state changes. This closure is invoked with the updated state and the store's dispatch function. It is used to update the view or view controller or perform side effects based on the new state and provides the dispatch function to dispatch actions if needed.
warning: External name 'debounceFor' used to document parameter
   --> ../UIKit/UIKit+StoreBindings.swift:238:11-238:22
236 |         - store: A `Store` instance that manages the application's state and actions. It holds the state that the view or view controller will observe and provides functions for dispatching actions.
237 |         - removeStateDuplicates: An optional `Equating` used to determine if duplicate states should be filtered out to avoid unnecessary updates. If provided, this closure compares the current state with the previous state to decide if the view or view controller should be updated. If `nil`, all state changes will trigger an update.
238 +         - debounceFor: A `TimeInterval` specifying the debounce duration for state changes. If multiple state changes occur within this interval, only the last change will trigger an update. This helps reduce the frequency of updates and improve performance by preventing redundant view updates. The default value is `.uiDebounce`.
    |           ╰─suggestion: Replace 'debounceFor' with 'timeInterval'
239 |         - observe: A closure that is called whenever the state changes. This closure is invoked with the updated state and the store's dispatch function. It is used to update the view or view controller or perform side effects based on the new state and provides the dispatch function to dispatch actions if needed.
240 |
warning: Return value documented for instance method returning void
   --> ../UIKit/UIKit+StoreBindings.swift:241:6-243:6
239 |         - observe: A closure that is called whenever the state changes. This closure is invoked with the updated state and the store's dispatch function. It is used to update the view or view controller or perform side effects based on the new state and provides the dispatch function to dispatch actions if needed.
240 |
241 +      - Returns:
    |      ╰─suggestion: Remove return value documentation
242 +         This method does not return a value. It subscribes the view or view controller to the `Store` and sets up the necessary logic to handle state changes and updates.
243 +
244 |      Usage Example for `UIViewController`:
245 |
warning: External name 'removeStateDuplicates' used to document parameter
   --> ../UIKit/UIKit+StoreBindings.swift:291:11-291:32
289 |      - Parameters:
290 |         - store: A `Store` instance that manages the application's state and actions. It holds the state that the view or view controller will observe and provides functions for dispatching actions.
291 +         - removeStateDuplicates: An optional `Equating` used to determine if duplicate states should be filtered out to avoid unnecessary updates. If provided, this closure compares the current state with the previous state to decide if the view or view controller should be updated. If `nil`, all state changes will trigger an update.
    |           ╰─suggestion: Replace 'removeStateDuplicates' with 'equating'
292 |         - debounceFor: A `TimeInterval` specifying the debounce duration for state changes. If multiple state changes occur within this interval, only the last change will trigger an update. This helps reduce the frequency of updates and improve performance by preventing redundant view updates. The default value is `.uiDebounce`.
293 |         - observe: A closure that is called whenever the state changes. This closure is invoked with the updated state and the store itself. It is used to update the view or view controller or perform side effects based on the new state, and provides direct access to the store for additional interactions.
warning: External name 'debounceFor' used to document parameter
   --> ../UIKit/UIKit+StoreBindings.swift:292:11-292:22
290 |         - store: A `Store` instance that manages the application's state and actions. It holds the state that the view or view controller will observe and provides functions for dispatching actions.
291 |         - removeStateDuplicates: An optional `Equating` used to determine if duplicate states should be filtered out to avoid unnecessary updates. If provided, this closure compares the current state with the previous state to decide if the view or view controller should be updated. If `nil`, all state changes will trigger an update.
292 +         - debounceFor: A `TimeInterval` specifying the debounce duration for state changes. If multiple state changes occur within this interval, only the last change will trigger an update. This helps reduce the frequency of updates and improve performance by preventing redundant view updates. The default value is `.uiDebounce`.
    |           ╰─suggestion: Replace 'debounceFor' with 'timeInterval'
293 |         - observe: A closure that is called whenever the state changes. This closure is invoked with the updated state and the store itself. It is used to update the view or view controller or perform side effects based on the new state, and provides direct access to the store for additional interactions.
294 |
warning: Return value documented for instance method returning void
   --> ../UIKit/UIKit+StoreBindings.swift:295:6-297:6
293 |         - observe: A closure that is called whenever the state changes. This closure is invoked with the updated state and the store itself. It is used to update the view or view controller or perform side effects based on the new state, and provides direct access to the store for additional interactions.
294 |
295 +      - Returns:
    |      ╰─suggestion: Remove return value documentation
296 +         This method does not return a value. It subscribes the view or view controller to the `Store` and sets up the necessary logic to handle state changes and updates.
297 +
298 |      Usage Example for `UIViewController`:
299 |
Finished building documentation for 'Puredux' (0.74s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/kazaimazai/puredux/main
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Updating https://github.com/apple/swift-syntax.git
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.43s)
Updated https://github.com/apple/swift-syntax.git (0.84s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 510.0.3 (1.51s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.54s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.87s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.50s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling Snippets SnippetParser.swift
[8/57] Compiling Snippets Snippet.swift
[9/57] Emitting module Snippets
[10/57] Compiling SymbolKit GenericConstraint.swift
[11/57] Compiling SymbolKit GenericParameter.swift
[12/57] Compiling SymbolKit Generics.swift
[13/57] Compiling SymbolKit Namespace.swift
[14/57] Compiling SymbolKit DeclarationFragments.swift
[15/57] Compiling SymbolKit Fragment.swift
[16/57] Compiling SymbolKit FragmentKind.swift
[17/57] Compiling SymbolKit FunctionParameter.swift
[18/57] Compiling SymbolKit FunctionSignature.swift
[19/57] Compiling SymbolKit Mixin+Equals.swift
[20/57] Compiling SymbolKit Mixin+Hash.swift
[21/57] Compiling SymbolKit Mixin.swift
[22/57] Compiling SymbolKit LineList.swift
[23/57] Compiling SymbolKit Position.swift
[24/57] Compiling SymbolKit SourceRange.swift
[25/57] Compiling SymbolKit Metadata.swift
[26/57] Compiling SymbolKit Module.swift
[27/57] Compiling SymbolKit OperatingSystem.swift
[28/57] Compiling SymbolKit Platform.swift
[29/57] Compiling SymbolKit SemanticVersion.swift
[30/57] Compiling SymbolKit AccessControl.swift
[31/57] Compiling SymbolKit Availability.swift
[32/57] Compiling SymbolKit AvailabilityItem.swift
[33/57] Compiling SymbolKit Domain.swift
[34/57] Compiling SymbolKit Symbol.swift
[35/57] Compiling SymbolKit SymbolKind.swift
[36/57] Compiling SymbolKit SymbolGraph.swift
[37/57] Compiling SymbolKit GraphCollector.swift
[38/57] Compiling SymbolKit Identifier.swift
[39/57] Compiling SymbolKit KindIdentifier.swift
[40/57] Compiling SymbolKit Location.swift
[41/57] Compiling SymbolKit Mutability.swift
[42/57] Compiling SymbolKit Relationship.swift
[43/57] Compiling SymbolKit RelationshipKind.swift
[44/57] Compiling SymbolKit SourceOrigin.swift
[45/57] Compiling SymbolKit GenericConstraints.swift
[46/57] Compiling SymbolKit Swift.swift
[47/57] Compiling SymbolKit Names.swift
[48/57] Compiling SymbolKit SPI.swift
[49/57] Compiling SymbolKit Snippet.swift
[50/57] Compiling SymbolKit Extension.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract URL+Status.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.58s)
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
[2/7] Compiling SwiftSyntax510 Empty.swift
[3/7] Emitting module SwiftSyntax510
[4/7] Emitting module SwiftSyntax509
[5/7] Compiling SwiftSyntax509 Empty.swift
[6/69] Compiling SwiftSyntax SyntaxHashable.swift
[7/69] Compiling SwiftSyntax SyntaxIdentifier.swift
[8/69] Compiling SwiftSyntax SyntaxNodeStructure.swift
[9/69] Compiling SwiftSyntax SyntaxProtocol.swift
[10/69] Compiling SwiftSyntax SyntaxText.swift
[11/69] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[12/69] Compiling SwiftSyntax TokenDiagnostic.swift
[13/75] Compiling SwiftSyntax MemoryLayout.swift
[14/75] Compiling SwiftSyntax MissingNodeInitializers.swift
[15/75] Compiling SwiftSyntax RawSyntax.swift
[16/75] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[17/75] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[18/75] Compiling SwiftSyntax RawSyntaxTokenView.swift
[19/75] Compiling SwiftSyntax SourceLength.swift
[20/75] Compiling SwiftSyntax SourceLocation.swift
[21/75] Compiling SwiftSyntax SourcePresence.swift
[22/75] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[23/75] Compiling SwiftSyntax Syntax.swift
[24/75] Compiling SwiftSyntax SyntaxArena.swift
[25/75] Compiling SwiftSyntax SyntaxChildren.swift
[26/75] Compiling SwiftSyntax SyntaxCollection.swift
[27/75] Compiling SwiftSyntax AbsolutePosition.swift
[28/75] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[29/75] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[30/75] Compiling SwiftSyntax Assert.swift
[31/75] Compiling SwiftSyntax BumpPtrAllocator.swift
[32/75] Compiling SwiftSyntax CommonAncestor.swift
[33/75] Compiling SwiftSyntax Convenience.swift
[34/75] Emitting module SwiftSyntax
[35/75] Compiling SwiftSyntax TokenSequence.swift
[36/75] Compiling SwiftSyntax TokenSyntax.swift
[37/75] Compiling SwiftSyntax Trivia.swift
[38/75] Compiling SwiftSyntax Utils.swift
[39/75] Compiling SwiftSyntax ChildNameForKeyPath.swift
[40/75] Compiling SwiftSyntax Keyword.swift
[41/75] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[42/75] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[43/75] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[44/75] Compiling SwiftSyntax SyntaxBaseNodes.swift
[45/75] Compiling SwiftSyntax SyntaxCollections.swift
[46/75] Compiling SwiftSyntax SyntaxEnum.swift
[47/75] Compiling SwiftSyntax SyntaxKind.swift
[48/75] Compiling SwiftSyntax SyntaxRewriter.swift
[49/75] Compiling SwiftSyntax RawSyntaxNodesC.swift
[50/75] Compiling SwiftSyntax RawSyntaxNodesD.swift
[51/75] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[52/75] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[53/75] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[54/75] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[55/75] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[56/75] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[57/75] Compiling SwiftSyntax RawSyntaxValidation.swift
[58/75] Compiling SwiftSyntax SyntaxNodesAB.swift
[59/75] Compiling SwiftSyntax SyntaxNodesC.swift
[60/75] Compiling SwiftSyntax SyntaxNodesD.swift
[61/75] Compiling SwiftSyntax SyntaxTraits.swift
[62/75] Compiling SwiftSyntax SyntaxTransform.swift
[63/75] Compiling SwiftSyntax SyntaxVisitor.swift
[64/75] Compiling SwiftSyntax TokenKind.swift
[65/75] Compiling SwiftSyntax Tokens.swift
[66/75] Compiling SwiftSyntax TriviaPieces.swift
[67/75] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[68/75] Compiling SwiftSyntax SyntaxNodesEF.swift
[69/75] Compiling SwiftSyntax SyntaxNodesGHI.swift
[70/75] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[71/75] Compiling SwiftSyntax SyntaxNodesOP.swift
[72/75] Compiling SwiftSyntax SyntaxNodesQRS.swift
[73/75] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[74/127] Compiling SwiftDiagnostics Note.swift
[75/127] Compiling SwiftDiagnostics Message.swift
[76/127] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[77/127] Compiling SwiftBasicFormat Syntax+Extensions.swift
[78/127] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[79/127] Compiling SwiftDiagnostics FixIt.swift
[80/127] Compiling SwiftDiagnostics Convenience.swift
[81/127] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[82/127] Emitting module SwiftDiagnostics
[83/127] Compiling SwiftDiagnostics Diagnostic.swift
[84/127] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[85/127] Emitting module SwiftBasicFormat
[86/127] Compiling SwiftParser SyntaxUtils.swift
[87/127] Compiling SwiftParser TokenConsumer.swift
[88/127] Compiling SwiftParser TokenPrecedence.swift
[89/127] Compiling SwiftBasicFormat BasicFormat.swift
[90/127] Compiling SwiftParser TokenSpec.swift
[91/131] Compiling SwiftParser Lexeme.swift
[92/131] Compiling SwiftParser LexemeSequence.swift
[93/131] Compiling SwiftParser Lexer.swift
[94/131] Compiling SwiftParser RegexLiteralLexer.swift
[95/131] Compiling SwiftParser UnicodeScalarExtensions.swift
[96/131] Compiling SwiftParser Lookahead.swift
[97/131] Compiling SwiftParser LoopProgressCondition.swift
[98/131] Compiling SwiftParser Modifiers.swift
[99/131] Emitting module SwiftParser
[100/131] Compiling SwiftParser Parser.swift
[101/131] Compiling SwiftParser Patterns.swift
[102/131] Compiling SwiftParser Recovery.swift
[103/131] Compiling SwiftParser Specifiers.swift
[104/131] Compiling SwiftParser Names.swift
[105/131] Compiling SwiftParser Nominals.swift
[106/131] Compiling SwiftParser Parameters.swift
[107/131] Compiling SwiftParser ParseSourceFile.swift
[108/131] Compiling SwiftParser Statements.swift
[109/131] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[110/131] Compiling SwiftParser StringLiterals.swift
[111/131] Compiling SwiftParser SwiftParserCompatibility.swift
[112/131] Compiling SwiftParser TokenSpecSet.swift
[113/131] Compiling SwiftParser TopLevel.swift
[114/131] Compiling SwiftParser TriviaParser.swift
[115/131] Compiling SwiftParser Types.swift
[116/131] Compiling SwiftParser IsLexerClassified.swift
[117/131] Compiling SwiftParser LayoutNodes+Parsable.swift
[118/131] Compiling SwiftParser Parser+TokenSpecSet.swift
[119/131] Compiling SwiftParser TokenSpecStaticMembers.swift
[120/131] Compiling SwiftParser Directives.swift
[121/131] Compiling SwiftParser ExperimentalFeatures.swift
[122/131] Compiling SwiftParser Expressions.swift
[123/131] Compiling SwiftParser IncrementalParseTransition.swift
[124/131] Compiling SwiftParser Cursor.swift
[125/131] Compiling SwiftParser Attributes.swift
[126/131] Compiling SwiftParser Availability.swift
[127/131] Compiling SwiftParser CharacterInfo.swift
[128/131] Compiling SwiftParser CollectionNodes+Parsable.swift
[129/131] Compiling SwiftParser Declarations.swift
[130/154] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[131/155] Compiling SwiftParserDiagnostics PresenceUtils.swift
[132/155] Compiling SwiftOperators OperatorTable+Folding.swift
[133/155] Compiling SwiftOperators PrecedenceGroup.swift
[134/155] Compiling SwiftOperators PrecedenceGraph.swift
[135/155] Compiling SwiftOperators OperatorTable+Defaults.swift
[136/155] Compiling SwiftOperators OperatorError+Diagnostics.swift
[137/155] Compiling SwiftOperators OperatorTable.swift
[138/155] Compiling SwiftOperators Operator.swift
[139/155] Compiling SwiftOperators OperatorTable+Semantics.swift
[140/155] Compiling SwiftOperators OperatorError.swift
[141/155] Emitting module SwiftOperators
[142/156] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[143/156] Compiling SwiftParserDiagnostics Utils.swift
[144/156] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[145/156] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[146/156] Emitting module SwiftParserDiagnostics
[147/156] Compiling SwiftOperators SyntaxSynthesis.swift
[148/156] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[149/156] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[150/156] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[151/156] Compiling SwiftParserDiagnostics MissingNodesError.swift
[152/156] Compiling SwiftParserDiagnostics MissingTokenError.swift
[153/156] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[154/156] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[155/170] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[156/170] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[157/170] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[158/170] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[159/170] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[160/170] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[161/170] Compiling SwiftSyntaxBuilder Indenter.swift
[162/170] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[163/170] Emitting module SwiftSyntaxBuilder
[164/170] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[165/170] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[166/170] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[167/170] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[168/170] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[169/171] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[170/185] Compiling SwiftSyntaxMacros Macro+Format.swift
[171/186] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[172/186] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[173/186] Compiling SwiftSyntaxMacros Macro.swift
[174/186] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[175/186] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[176/186] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[177/186] Compiling SwiftSyntaxMacros MemberMacro.swift
[178/186] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[179/186] Compiling SwiftSyntaxMacros AccessorMacro.swift
[180/186] Compiling SwiftSyntaxMacros AttachedMacro.swift
[181/186] Emitting module SwiftSyntaxMacros
[182/186] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[183/186] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[184/186] Compiling SwiftSyntaxMacros PeerMacro.swift
[185/194] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[186/194] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[187/194] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[188/194] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[189/194] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[190/194] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[191/194] Emitting module SwiftSyntaxMacroExpansion
[192/194] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[193/201] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[194/201] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[195/201] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[196/201] Emitting module SwiftCompilerPluginMessageHandling
[197/201] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[198/201] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[199/201] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[200/203] Emitting module SwiftCompilerPlugin
[201/203] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[202/206] Compiling PureduxMacros Plugin.swift
[203/206] Compiling PureduxMacros DependencyInjectionMacro.swift
[204/206] Emitting module PureduxMacros
[204/206] Write Objects.LinkFileList
[205/206] Linking PureduxMacros-tool
[207/237] Compiling Puredux Observer.swift
[208/237] Compiling Puredux StateStore.swift
[209/237] Compiling Puredux Store.swift
[210/237] Compiling Puredux View+StoreBindings.swift
[211/237] Compiling Puredux Presentable.swift
[212/237] Compiling Puredux PresentationQueue.swift
[213/240] Compiling Puredux UIKit+StoreBindings.swift
[214/240] Compiling Puredux DispatchQueue+Delay.swift
[215/240] Compiling Puredux Equating.swift
[216/240] Compiling Puredux Dependencies.swift
[217/240] Compiling Puredux Dependency.swift
[218/240] Compiling Puredux DependencyContainer.swift
[219/240] Compiling Puredux DependencyKey.swift
[220/240] Compiling Puredux StateObserverModifier.swift
[221/240] Compiling Puredux StoreView.swift
[222/240] Compiling Puredux View+SideEffects.swift
[223/240] Compiling Puredux SideEffects.swift
[224/240] Compiling Puredux AnyStore.swift
[225/240] Compiling Puredux AnyStoreObject.swift
[226/240] Compiling Puredux KeyPath+Sendable.swift
[227/240] Compiling Puredux ReferencedObject.swift
[228/240] Compiling Puredux UncheckedReference.swift
[229/240] Compiling Puredux CancellableObserver.swift
[230/240] Compiling Puredux Effect.swift
[231/240] Compiling Puredux EffectOperator.swift
[232/240] Compiling Puredux EffectState.swift
[233/240] Compiling Puredux CoreStore.swift
[234/240] Compiling Puredux StoreNode.swift
[235/240] Compiling Puredux StoreObjectProtocol.swift
[236/240] Compiling Puredux SharedStores.swift
[237/240] Compiling Puredux StoreOf.swift
[238/240] Compiling Puredux PureduxMacros.swift
[239/240] Compiling Puredux AsyncAction.swift
[240/240] Emitting module Puredux
Build of target: 'Puredux' complete! (17.28s)
    1916
14	/Users/admin/builder/spi-builder-workspace/.docs/kazaimazai/puredux/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/kazaimazai/puredux/main
File count: 1916
Doc size:   14.0MB
Preparing doc bundle ...
Uploading prod-kazaimazai-puredux-main-873af4d8.zip to s3://spi-docs-inbox/prod-kazaimazai-puredux-main-873af4d8.zip
Copying... [11%]
Copying... [20%]
Copying... [32%]
Copying... [41%]
Copying... [52%]
Copying... [61%]
Copying... [72%]
Copying... [81%]
Copying... [90%]
Copying... [100%]
Done.