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