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.0 for macOS (SPM) on 1 Dec 2024 20:20:36 UTC.

Swift 6 data race errors: 1

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.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.58.1
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/66777] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (3.44s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 510.0.3 (3.31s)
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 (2.50s)
Fetching https://github.com/apple/swift-syntax.git from cache
Fetched https://github.com/apple/swift-syntax.git from cache (0.81s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 510.0.3 (0.02s)
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.0
Building package at path:  $PWD
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.1.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/18] Write sources
[15/18] Write swift-version--7754E27361AE5C74.txt
[17/22] Compiling SwiftSyntax509 Empty.swift
[18/22] Emitting module SwiftSyntax509
[19/22] Emitting module SwiftSyntax510
[20/22] Compiling SwiftSyntax510 Empty.swift
[21/84] Compiling SwiftSyntax AbsolutePosition.swift
[22/84] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[23/84] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[24/84] Compiling SwiftSyntax Assert.swift
[25/84] Compiling SwiftSyntax BumpPtrAllocator.swift
[26/84] Compiling SwiftSyntax CommonAncestor.swift
[27/84] Compiling SwiftSyntax Convenience.swift
[28/90] Compiling SwiftSyntax SyntaxHashable.swift
[29/90] Compiling SwiftSyntax SyntaxIdentifier.swift
[30/90] Compiling SwiftSyntax SyntaxNodeStructure.swift
[31/90] Compiling SwiftSyntax SyntaxProtocol.swift
[32/90] Compiling SwiftSyntax SyntaxText.swift
[33/90] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[34/90] Compiling SwiftSyntax TokenDiagnostic.swift
[35/90] Compiling SwiftSyntax MemoryLayout.swift
[36/90] Compiling SwiftSyntax MissingNodeInitializers.swift
[37/90] Compiling SwiftSyntax RawSyntax.swift
[38/90] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[39/90] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[40/90] Compiling SwiftSyntax RawSyntaxTokenView.swift
[41/90] Compiling SwiftSyntax SourceLength.swift
[42/90] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[43/90] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[44/90] Compiling SwiftSyntax SyntaxBaseNodes.swift
[45/90] Compiling SwiftSyntax SyntaxCollections.swift
[46/90] Compiling SwiftSyntax SyntaxEnum.swift
[47/90] Compiling SwiftSyntax SyntaxKind.swift
[48/90] Compiling SwiftSyntax SyntaxRewriter.swift
[49/90] Compiling SwiftSyntax RawSyntaxNodesC.swift
[50/90] Compiling SwiftSyntax RawSyntaxNodesD.swift
[51/90] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[52/90] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[53/90] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[54/90] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[55/90] Compiling SwiftSyntax SourceLocation.swift
[56/90] Compiling SwiftSyntax SourcePresence.swift
[57/90] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[58/90] Compiling SwiftSyntax Syntax.swift
[59/90] Compiling SwiftSyntax SyntaxArena.swift
[60/90] Compiling SwiftSyntax SyntaxChildren.swift
[61/90] Compiling SwiftSyntax SyntaxCollection.swift
[62/90] Compiling SwiftSyntax SyntaxTraits.swift
[63/90] Compiling SwiftSyntax SyntaxTransform.swift
[64/90] Compiling SwiftSyntax SyntaxVisitor.swift
[65/90] Compiling SwiftSyntax TokenKind.swift
[66/90] Compiling SwiftSyntax Tokens.swift
[67/90] Compiling SwiftSyntax TriviaPieces.swift
[68/90] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[69/90] Emitting module SwiftSyntax
[70/90] Compiling SwiftSyntax TokenSequence.swift
[71/90] Compiling SwiftSyntax TokenSyntax.swift
[72/90] Compiling SwiftSyntax Trivia.swift
[73/90] Compiling SwiftSyntax Utils.swift
[74/90] Compiling SwiftSyntax ChildNameForKeyPath.swift
[75/90] Compiling SwiftSyntax Keyword.swift
[76/90] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[77/90] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[78/90] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[79/90] Compiling SwiftSyntax RawSyntaxValidation.swift
[80/90] Compiling SwiftSyntax SyntaxNodesAB.swift
[81/90] Compiling SwiftSyntax SyntaxNodesC.swift
[82/90] Compiling SwiftSyntax SyntaxNodesD.swift
[83/90] Compiling SwiftSyntax SyntaxNodesEF.swift
[84/90] Compiling SwiftSyntax SyntaxNodesGHI.swift
[85/90] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[86/90] Compiling SwiftSyntax SyntaxNodesOP.swift
[87/90] Compiling SwiftSyntax SyntaxNodesQRS.swift
[88/90] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[89/142] Compiling SwiftDiagnostics Note.swift
[90/142] Compiling SwiftDiagnostics Message.swift
[91/142] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[92/142] Compiling SwiftBasicFormat Syntax+Extensions.swift
[93/142] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[94/142] Compiling SwiftDiagnostics FixIt.swift
[95/142] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[96/142] Emitting module SwiftDiagnostics
[97/142] Compiling SwiftDiagnostics Diagnostic.swift
[98/142] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[99/142] Compiling SwiftDiagnostics Convenience.swift
[100/142] Emitting module SwiftBasicFormat
[101/142] Compiling SwiftBasicFormat BasicFormat.swift
[102/142] Compiling SwiftParser UnicodeScalarExtensions.swift
[103/142] Compiling SwiftParser Lookahead.swift
[104/142] Compiling SwiftParser LoopProgressCondition.swift
[105/142] Compiling SwiftParser Modifiers.swift
[106/146] Compiling SwiftParser Parser.swift
[107/146] Compiling SwiftParser Patterns.swift
[108/146] Compiling SwiftParser Recovery.swift
[109/146] Compiling SwiftParser Specifiers.swift
[110/146] Compiling SwiftParser SyntaxUtils.swift
[111/146] Compiling SwiftParser TokenConsumer.swift
[112/146] Compiling SwiftParser TokenPrecedence.swift
[113/146] Compiling SwiftParser TokenSpec.swift
[114/146] Compiling SwiftParser Statements.swift
[115/146] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[116/146] Compiling SwiftParser StringLiterals.swift
[117/146] Compiling SwiftParser SwiftParserCompatibility.swift
[118/146] Compiling SwiftParser TokenSpecSet.swift
[119/146] Compiling SwiftParser TopLevel.swift
[120/146] Compiling SwiftParser TriviaParser.swift
[121/146] Compiling SwiftParser Types.swift
[122/146] Compiling SwiftParser Attributes.swift
[123/146] Compiling SwiftParser Availability.swift
[124/146] Compiling SwiftParser CharacterInfo.swift
[125/146] Compiling SwiftParser CollectionNodes+Parsable.swift
[126/146] Compiling SwiftParser Declarations.swift
[127/146] Emitting module SwiftParser
[128/146] Compiling SwiftParser IsLexerClassified.swift
[129/146] Compiling SwiftParser LayoutNodes+Parsable.swift
[130/146] Compiling SwiftParser Parser+TokenSpecSet.swift
[131/146] Compiling SwiftParser TokenSpecStaticMembers.swift
[132/146] Compiling SwiftParser Directives.swift
[133/146] Compiling SwiftParser ExperimentalFeatures.swift
[134/146] Compiling SwiftParser Expressions.swift
[135/146] Compiling SwiftParser IncrementalParseTransition.swift
[136/146] Compiling SwiftParser Cursor.swift
[137/146] Compiling SwiftParser Names.swift
[138/146] Compiling SwiftParser Nominals.swift
[139/146] Compiling SwiftParser Parameters.swift
[140/146] Compiling SwiftParser ParseSourceFile.swift
[141/146] Compiling SwiftParser Lexeme.swift
[142/146] Compiling SwiftParser LexemeSequence.swift
[143/146] Compiling SwiftParser Lexer.swift
[144/146] Compiling SwiftParser RegexLiteralLexer.swift
[145/169] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[146/169] Compiling SwiftParserDiagnostics Utils.swift
[147/170] Compiling SwiftOperators PrecedenceGroup.swift
[148/171] Compiling SwiftOperators PrecedenceGraph.swift
[149/171] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[150/171] Compiling SwiftOperators OperatorTable.swift
[151/171] Compiling SwiftOperators SyntaxSynthesis.swift
[152/171] Emitting module SwiftOperators
[153/171] Compiling SwiftOperators OperatorError.swift
[154/171] Compiling SwiftOperators OperatorTable+Semantics.swift
[155/171] Compiling SwiftOperators OperatorTable+Defaults.swift
[156/171] Compiling SwiftOperators OperatorTable+Folding.swift
[157/171] Compiling SwiftOperators Operator.swift
[158/171] Compiling SwiftOperators OperatorError+Diagnostics.swift
[159/171] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[160/171] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[161/171] Compiling SwiftParserDiagnostics PresenceUtils.swift
[162/171] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[163/171] Emitting module SwiftParserDiagnostics
[164/171] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[165/171] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[166/171] Compiling SwiftParserDiagnostics MissingNodesError.swift
[167/171] Compiling SwiftParserDiagnostics MissingTokenError.swift
[168/171] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[169/171] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[170/185] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[171/186] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[172/186] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[173/186] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[174/186] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[175/186] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[176/186] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[177/186] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[178/186] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[179/186] Compiling SwiftSyntaxBuilder Indenter.swift
[180/186] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[181/186] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[182/186] Emitting module SwiftSyntaxBuilder
[183/186] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[184/186] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[185/200] Compiling SwiftSyntaxMacros Macro.swift
[186/200] Compiling SwiftSyntaxMacros Macro+Format.swift
[187/200] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[188/200] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[189/200] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[190/200] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[191/200] Compiling SwiftSyntaxMacros MemberMacro.swift
[192/201] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[193/201] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[194/201] Compiling SwiftSyntaxMacros AccessorMacro.swift
[195/201] Compiling SwiftSyntaxMacros AttachedMacro.swift
[196/201] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[197/201] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[198/201] Emitting module SwiftSyntaxMacros
[199/201] Compiling SwiftSyntaxMacros PeerMacro.swift
[200/209] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[201/209] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[202/209] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[203/209] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[204/209] Emitting module SwiftSyntaxMacroExpansion
[205/209] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[206/209] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[207/209] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[208/216] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[209/216] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[210/216] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[211/216] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[212/216] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[213/216] Emitting module SwiftCompilerPluginMessageHandling
[214/216] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[215/218] Emitting module SwiftCompilerPlugin
[216/218] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[217/221] Compiling PureduxMacros Plugin.swift
[218/221] Compiling PureduxMacros DependencyInjectionMacro.swift
[219/221] Emitting module PureduxMacros
[219/221] Write Objects.LinkFileList
[220/221] Linking PureduxMacros-tool
[222/252] Compiling Puredux UIKit+StoreBindings.swift
[223/252] Compiling Puredux DispatchQueue+Delay.swift
[224/252] Compiling Puredux Equating.swift
[225/255] Compiling Puredux CoreStore.swift
[226/255] Compiling Puredux StoreNode.swift
[227/255] Compiling Puredux StoreObjectProtocol.swift
[228/255] Compiling Puredux KeyPath+Sendable.swift
[229/255] Compiling Puredux ReferencedObject.swift
[230/255] Compiling Puredux UncheckedReference.swift
[231/255] Compiling Puredux CancellableObserver.swift
[232/255] Compiling Puredux Effect.swift
[233/255] Compiling Puredux EffectOperator.swift
[234/255] Compiling Puredux EffectState.swift
[235/255] Compiling Puredux SideEffects.swift
[236/255] Compiling Puredux AnyStore.swift
[237/255] Compiling Puredux AnyStoreObject.swift
[238/255] Emitting module Puredux
[239/255] Compiling Puredux Dependencies.swift
[240/255] Compiling Puredux Dependency.swift
[241/255] Compiling Puredux DependencyContainer.swift
[242/255] Compiling Puredux DependencyKey.swift
[243/255] Compiling Puredux SharedStores.swift
[244/255] Compiling Puredux StoreOf.swift
[245/255] Compiling Puredux PureduxMacros.swift
[246/255] Compiling Puredux AsyncAction.swift
[247/255] Compiling Puredux Observer.swift
[248/255] Compiling Puredux StateStore.swift
[249/255] Compiling Puredux Store.swift
[250/255] Compiling Puredux View+StoreBindings.swift
[251/255] Compiling Puredux Presentable.swift
[252/255] Compiling Puredux PresentationQueue.swift
[253/255] Compiling Puredux StateObserverModifier.swift
[254/255] Compiling Puredux StoreView.swift
[255/255] Compiling Puredux View+SideEffects.swift
Build complete! (51.39s)
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.0
Target:                   Puredux
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
 * branch            88815688627177b9716a01ca41da19397bd30e47 -> FETCH_HEAD
HEAD is now at 8881568 Update the artifact
Extracting symbol information for 'Puredux'...
Finished extracting symbol information for 'Puredux'. (21.24s)
Building documentation for 'Puredux'...
warning: Return value documented for initializer returning void
  --> ../Store/StateStore.swift:93:10-94:10
91 |            The default value is `.userInteractive`, which provides high-priority processing.
92 |          - Parameter reducer: A function that is called on every dispatched action and performs state mutations.
93 +          - Returns: A `StateStore<State, Action>` instance configured with the provided parameters.
   |          ╰─suggestion: Remove return value documentation
94 +
95 |          Example usage:
96 |          ```swift
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.65s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/kazaimazai/puredux/main
Fetching https://github.com/swiftlang/swift-docc-plugin
Updating https://github.com/apple/swift-syntax.git
[1/2044] Fetching swift-docc-plugin
Updated https://github.com/apple/swift-syntax.git (0.94s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.26s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 510.0.3 (0.61s)
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
[1/3188] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.23s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.57s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--7754E27361AE5C74.txt
[6/53] Compiling SymbolKit GenericConstraint.swift
[7/53] Compiling SymbolKit GenericParameter.swift
[8/53] Compiling SymbolKit Generics.swift
[9/53] Compiling SymbolKit Namespace.swift
[10/57] Compiling SymbolKit Mixin+Equals.swift
[11/57] Compiling SymbolKit Mixin+Hash.swift
[12/57] Compiling SymbolKit Mixin.swift
[13/57] Compiling SymbolKit LineList.swift
[14/57] Compiling SymbolKit Position.swift
[15/57] Emitting module Snippets
[16/57] Compiling Snippets Snippet.swift
[17/57] Compiling Snippets SnippetParser.swift
[18/57] Compiling SymbolKit SourceRange.swift
[19/57] Compiling SymbolKit Metadata.swift
[20/57] Compiling SymbolKit Module.swift
[21/57] Compiling SymbolKit OperatingSystem.swift
[22/57] Compiling SymbolKit Platform.swift
[23/57] Compiling SymbolKit Identifier.swift
[24/57] Compiling SymbolKit KindIdentifier.swift
[25/57] Compiling SymbolKit Location.swift
[26/57] Compiling SymbolKit Mutability.swift
[27/57] Emitting module SymbolKit
[28/57] Compiling SymbolKit Relationship.swift
[29/57] Compiling SymbolKit RelationshipKind.swift
[30/57] Compiling SymbolKit SourceOrigin.swift
[31/57] Compiling SymbolKit GenericConstraints.swift
[32/57] Compiling SymbolKit Swift.swift
[33/57] Compiling SymbolKit Symbol.swift
[34/57] Compiling SymbolKit SymbolKind.swift
[35/57] Compiling SymbolKit SymbolGraph.swift
[36/57] Compiling SymbolKit GraphCollector.swift
[37/57] Compiling SymbolKit SemanticVersion.swift
[38/57] Compiling SymbolKit AccessControl.swift
[39/57] Compiling SymbolKit Availability.swift
[40/57] Compiling SymbolKit AvailabilityItem.swift
[41/57] Compiling SymbolKit Domain.swift
[42/57] Compiling SymbolKit DeclarationFragments.swift
[43/57] Compiling SymbolKit Fragment.swift
[44/57] Compiling SymbolKit FragmentKind.swift
[45/57] Compiling SymbolKit FunctionParameter.swift
[46/57] Compiling SymbolKit FunctionSignature.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 URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.07s)
Building for debugging...
[0/3] Write swift-version--7754E27361AE5C74.txt
[2/7] Compiling SwiftSyntax510 Empty.swift
[3/7] Compiling SwiftSyntax509 Empty.swift
[4/7] Emitting module SwiftSyntax510
[5/7] Emitting module SwiftSyntax509
[6/69] Compiling SwiftSyntax AbsolutePosition.swift
[7/69] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[8/69] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[9/69] Compiling SwiftSyntax Assert.swift
[10/69] Compiling SwiftSyntax BumpPtrAllocator.swift
[11/69] Compiling SwiftSyntax CommonAncestor.swift
[12/69] Compiling SwiftSyntax Convenience.swift
[13/75] Compiling SwiftSyntax SyntaxHashable.swift
[14/75] Compiling SwiftSyntax SyntaxIdentifier.swift
[15/75] Compiling SwiftSyntax SyntaxNodeStructure.swift
[16/75] Compiling SwiftSyntax SyntaxProtocol.swift
[17/75] Compiling SwiftSyntax SyntaxText.swift
[18/75] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[19/75] Compiling SwiftSyntax TokenDiagnostic.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 RenamedNodesCompatibility.swift
[28/75] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[29/75] Compiling SwiftSyntax SyntaxBaseNodes.swift
[30/75] Compiling SwiftSyntax SyntaxCollections.swift
[31/75] Compiling SwiftSyntax SyntaxEnum.swift
[32/75] Compiling SwiftSyntax SyntaxKind.swift
[33/75] Compiling SwiftSyntax SyntaxRewriter.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 RawSyntaxNodesC.swift
[43/75] Compiling SwiftSyntax RawSyntaxNodesD.swift
[44/75] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[45/75] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[46/75] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[47/75] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[48/75] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[49/75] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[50/75] Compiling SwiftSyntax RawSyntaxValidation.swift
[51/75] Compiling SwiftSyntax SyntaxNodesAB.swift
[52/75] Compiling SwiftSyntax SyntaxNodesC.swift
[53/75] Compiling SwiftSyntax SyntaxNodesD.swift
[54/75] Compiling SwiftSyntax SyntaxTraits.swift
[55/75] Compiling SwiftSyntax SyntaxTransform.swift
[56/75] Compiling SwiftSyntax SyntaxVisitor.swift
[57/75] Compiling SwiftSyntax TokenKind.swift
[58/75] Compiling SwiftSyntax Tokens.swift
[59/75] Compiling SwiftSyntax TriviaPieces.swift
[60/75] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[61/75] Compiling SwiftSyntax MemoryLayout.swift
[62/75] Compiling SwiftSyntax MissingNodeInitializers.swift
[63/75] Compiling SwiftSyntax RawSyntax.swift
[64/75] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[65/75] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[66/75] Compiling SwiftSyntax RawSyntaxTokenView.swift
[67/75] Compiling SwiftSyntax SourceLength.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 Message.swift
[75/127] Compiling SwiftDiagnostics Note.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 GroupedDiagnostics.swift
[81/127] Compiling SwiftDiagnostics Convenience.swift
[82/127] Compiling SwiftDiagnostics Diagnostic.swift
[83/127] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[84/127] Emitting module SwiftDiagnostics
[85/127] Compiling SwiftBasicFormat BasicFormat.swift
[86/127] Emitting module SwiftBasicFormat
[87/127] Compiling SwiftParser Lexeme.swift
[88/127] Compiling SwiftParser LexemeSequence.swift
[89/127] Compiling SwiftParser Lexer.swift
[90/127] Compiling SwiftParser RegexLiteralLexer.swift
[91/131] Compiling SwiftParser UnicodeScalarExtensions.swift
[92/131] Compiling SwiftParser Lookahead.swift
[93/131] Compiling SwiftParser LoopProgressCondition.swift
[94/131] Compiling SwiftParser Modifiers.swift
[95/131] Compiling SwiftParser Statements.swift
[96/131] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[97/131] Compiling SwiftParser StringLiterals.swift
[98/131] Compiling SwiftParser SwiftParserCompatibility.swift
[99/131] Compiling SwiftParser Names.swift
[100/131] Compiling SwiftParser Nominals.swift
[101/131] Compiling SwiftParser Parameters.swift
[102/131] Compiling SwiftParser ParseSourceFile.swift
[103/131] Compiling SwiftParser SyntaxUtils.swift
[104/131] Compiling SwiftParser TokenConsumer.swift
[105/131] Compiling SwiftParser TokenPrecedence.swift
[106/131] Compiling SwiftParser TokenSpec.swift
[107/131] Compiling SwiftParser Parser.swift
[108/131] Compiling SwiftParser Patterns.swift
[109/131] Compiling SwiftParser Recovery.swift
[110/131] Compiling SwiftParser Specifiers.swift
[111/131] Compiling SwiftParser TokenSpecSet.swift
[112/131] Compiling SwiftParser TopLevel.swift
[113/131] Compiling SwiftParser TriviaParser.swift
[114/131] Compiling SwiftParser Types.swift
[115/131] Compiling SwiftParser IsLexerClassified.swift
[116/131] Compiling SwiftParser LayoutNodes+Parsable.swift
[117/131] Compiling SwiftParser Parser+TokenSpecSet.swift
[118/131] Compiling SwiftParser TokenSpecStaticMembers.swift
[119/131] Compiling SwiftParser Attributes.swift
[120/131] Compiling SwiftParser Availability.swift
[121/131] Compiling SwiftParser CharacterInfo.swift
[122/131] Compiling SwiftParser CollectionNodes+Parsable.swift
[123/131] Compiling SwiftParser Declarations.swift
[124/131] Compiling SwiftParser Directives.swift
[125/131] Compiling SwiftParser ExperimentalFeatures.swift
[126/131] Compiling SwiftParser Expressions.swift
[127/131] Compiling SwiftParser IncrementalParseTransition.swift
[128/131] Compiling SwiftParser Cursor.swift
[129/131] Emitting module SwiftParser
[130/154] Compiling SwiftOperators PrecedenceGroup.swift
[131/155] Compiling SwiftOperators PrecedenceGraph.swift
[132/155] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[133/156] Compiling SwiftOperators OperatorTable+Semantics.swift
[134/156] Compiling SwiftOperators SyntaxSynthesis.swift
[135/156] Compiling SwiftOperators OperatorTable+Defaults.swift
[136/156] Compiling SwiftOperators OperatorError.swift
[137/156] Compiling SwiftOperators OperatorError+Diagnostics.swift
[138/156] Emitting module SwiftOperators
[139/156] Compiling SwiftOperators Operator.swift
[140/156] Compiling SwiftOperators OperatorTable+Folding.swift
[141/156] Compiling SwiftOperators OperatorTable.swift
[142/156] Compiling SwiftParserDiagnostics PresenceUtils.swift
[143/156] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[144/156] Compiling SwiftParserDiagnostics Utils.swift
[145/156] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[146/156] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[147/156] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[148/156] Compiling SwiftParserDiagnostics MissingNodesError.swift
[149/156] Compiling SwiftParserDiagnostics MissingTokenError.swift
[150/156] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[151/156] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[152/156] Emitting module SwiftParserDiagnostics
[153/156] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[154/156] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[155/170] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[156/171] Emitting module SwiftSyntaxBuilder
[157/171] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[158/171] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[159/171] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[160/171] Compiling SwiftSyntaxBuilder Indenter.swift
[161/171] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[162/171] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[163/171] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[164/171] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[165/171] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[166/171] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[167/171] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[168/171] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[169/171] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[170/185] Compiling SwiftSyntaxMacros Macro+Format.swift
[171/185] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[172/185] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[173/185] Compiling SwiftSyntaxMacros MemberMacro.swift
[174/185] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[175/185] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[176/185] Compiling SwiftSyntaxMacros Macro.swift
[177/185] Compiling SwiftSyntaxMacros AccessorMacro.swift
[178/185] Compiling SwiftSyntaxMacros AttachedMacro.swift
[179/185] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[180/185] Compiling SwiftSyntaxMacros MemberAttributeMacro.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 MacroExpansionDiagnosticMessages.swift
[187/194] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[188/194] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[189/194] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[190/194] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.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] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[197/201] Emitting module SwiftCompilerPluginMessageHandling
[198/201] Compiling SwiftCompilerPluginMessageHandling Diagnostics.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 Dependencies.swift
[208/237] Compiling Puredux Dependency.swift
[209/237] Compiling Puredux DependencyContainer.swift
[210/237] Compiling Puredux DependencyKey.swift
[211/240] Compiling Puredux View+StoreBindings.swift
[212/240] Compiling Puredux Presentable.swift
[213/240] Compiling Puredux PresentationQueue.swift
[214/240] Compiling Puredux Observer.swift
[215/240] Compiling Puredux StateStore.swift
[216/240] Compiling Puredux Store.swift
[217/240] Compiling Puredux CoreStore.swift
[218/240] Compiling Puredux StoreNode.swift
[219/240] Compiling Puredux StoreObjectProtocol.swift
[220/240] Compiling Puredux SideEffects.swift
[221/240] Compiling Puredux AnyStore.swift
[222/240] Compiling Puredux AnyStoreObject.swift
[223/240] Compiling Puredux KeyPath+Sendable.swift
[224/240] Compiling Puredux ReferencedObject.swift
[225/240] Compiling Puredux UncheckedReference.swift
[226/240] Compiling Puredux StateObserverModifier.swift
[227/240] Compiling Puredux StoreView.swift
[228/240] Compiling Puredux View+SideEffects.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 UIKit+StoreBindings.swift
[234/240] Compiling Puredux DispatchQueue+Delay.swift
[235/240] Compiling Puredux Equating.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.14s)
    1896
15	/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: 1896
Doc size:   15.0MB
Preparing doc bundle ...
Uploading prod-kazaimazai-puredux-main-e973ab75.zip to s3://spi-docs-inbox/prod-kazaimazai-puredux-main-e973ab75.zip
Copying... [11%]
Copying... [22%]
Copying... [31%]
Copying... [42%]
Copying... [50%]
Copying... [61%]
Copying... [70%]
Copying... [81%]
Copying... [92%]
Copying... [100%]
Done.