Build Information
Successful build of Fluxor, reference master (d924fe), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 14:19:13 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64 --target FluxorBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FluxorOrg/Fluxor.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FluxorOrg/Fluxor
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at d924fec Remove wiki docs (#112)
Cloned https://github.com/FluxorOrg/Fluxor.git
Revision (git rev-parse @):
d924fec95afbc80a5c67f32ab7293950c951ff10
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/FluxorOrg/Fluxor.git at master
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "fluxor",
"name": "Fluxor",
"url": "https://github.com/FluxorOrg/Fluxor.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Fluxor",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/FluxorOrg/Fluxor.git
[1/3662] Fetching fluxor
Fetched https://github.com/FluxorOrg/Fluxor.git from cache (1.00s)
Creating working copy for https://github.com/FluxorOrg/Fluxor.git
Working copy of https://github.com/FluxorOrg/Fluxor.git resolved at master (d924fec)
warning: '.resolve-product-dependencies': dependency 'fluxor' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/FluxorOrg/Fluxor.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64 --target Fluxor
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/5] Emitting module AnyCodable
[5/5] Compiling AnyCodable AnyCodable.swift
[6/17] Compiling Fluxor Interceptor.swift
[7/17] Compiling Fluxor PrintInterceptor.swift
[8/17] Compiling Fluxor Action.swift
[9/17] Compiling Fluxor Effects.swift
[10/17] Emitting module Fluxor
[11/17] Compiling Fluxor Store+Binding.swift
/Users/admin/builder/spi-builder-workspace/Sources/Fluxor/SwiftUI/Store+Binding.swift:26:44: warning: capture of 'actionTemplate' with non-Sendable type 'ActionTemplate<Value>' in a '@Sendable' closure [#SendableClosureCaptures]
24 | send actionTemplate: ActionTemplate<Value>) -> Binding<Value> {
25 | .init(get: { self.selectCurrent(selector) },
26 | set: { self.dispatch(action: actionTemplate.createAction(payload: $0)) })
| `- warning: capture of 'actionTemplate' with non-Sendable type 'ActionTemplate<Value>' in a '@Sendable' closure [#SendableClosureCaptures]
27 | }
28 |
/Users/admin/builder/spi-builder-workspace/Sources/Fluxor/SwiftUI/Store+Binding.swift:47:57: warning: capture of 'enableActionTemplate' with non-Sendable type 'ActionTemplate<Void>' in a '@Sendable' closure [#SendableClosureCaptures]
45 | -> Binding<Bool> {
46 | return .init(get: { self.selectCurrent(selector) },
47 | set: { self.dispatch(action: ($0 ? enableActionTemplate : disableActionTemplate)()) })
| `- warning: capture of 'enableActionTemplate' with non-Sendable type 'ActionTemplate<Void>' in a '@Sendable' closure [#SendableClosureCaptures]
48 | }
49 |
/Users/admin/builder/spi-builder-workspace/Sources/Fluxor/SwiftUI/Store+Binding.swift:47:80: warning: capture of 'disableActionTemplate' with non-Sendable type 'ActionTemplate<Void>' in a '@Sendable' closure [#SendableClosureCaptures]
45 | -> Binding<Bool> {
46 | return .init(get: { self.selectCurrent(selector) },
47 | set: { self.dispatch(action: ($0 ? enableActionTemplate : disableActionTemplate)()) })
| `- warning: capture of 'disableActionTemplate' with non-Sendable type 'ActionTemplate<Void>' in a '@Sendable' closure [#SendableClosureCaptures]
48 | }
49 |
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[12/17] Compiling Fluxor ActionPublisher+OfType.swift
[13/17] Compiling Fluxor ActionPublisher+WithIdentifier.swift
[14/17] Compiling Fluxor Store.swift
[15/17] Compiling Fluxor Selector.swift
[16/17] Compiling Fluxor ActionPublisher+WasCreatedBy.swift
[17/17] Compiling Fluxor Reducer.swift
[18/18] Compiling Fluxor StoreValue.swift
Build of target: 'Fluxor' complete! (9.31s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Fluxor",
"name" : "Fluxor",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Fluxor",
"targets" : [
"Fluxor"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FluxorTestSupport",
"targets" : [
"FluxorTestSupport"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FluxorTests",
"module_type" : "SwiftTarget",
"name" : "FluxorTests",
"path" : "Tests/FluxorTests",
"sources" : [
"ActionTests.swift",
"EffectsTests.swift",
"Interceptors/PrintInterceptorTests.swift",
"Interceptors/TestInterceptorTests.swift",
"MockStoreTests.swift",
"Operators/ActionPublisher+OfTypeTests.swift",
"Operators/ActionPublisher+WasCreatedByTests.swift",
"Operators/ActionPublisher+WithIdentifierTests.swift",
"ReducerTests.swift",
"SelectorTests.swift",
"StoreTests.swift",
"SwiftUI/Store+BindingTests.swift",
"SwiftUI/StoreValueTests.swift"
],
"target_dependencies" : [
"Fluxor",
"FluxorTestSupport"
],
"type" : "test"
},
{
"c99name" : "FluxorTestSupport",
"module_type" : "SwiftTarget",
"name" : "FluxorTestSupport",
"path" : "Sources/FluxorTestSupport",
"product_memberships" : [
"FluxorTestSupport"
],
"sources" : [
"EffectRunner.swift",
"MockStore.swift",
"TestInterceptor.swift"
],
"target_dependencies" : [
"Fluxor"
],
"type" : "library"
},
{
"c99name" : "Fluxor",
"module_type" : "SwiftTarget",
"name" : "Fluxor",
"path" : "Sources/Fluxor",
"product_memberships" : [
"Fluxor",
"FluxorTestSupport"
],
"sources" : [
"Action.swift",
"Effects.swift",
"Interceptor.swift",
"Interceptors/PrintInterceptor.swift",
"Operators/ActionPublisher+OfType.swift",
"Operators/ActionPublisher+WasCreatedBy.swift",
"Operators/ActionPublisher+WithIdentifier.swift",
"Reducer.swift",
"Selector.swift",
"Store.swift",
"SwiftUI/Store+Binding.swift",
"SwiftUI/StoreValue.swift"
],
"target_dependencies" : [
"AnyCodable"
],
"type" : "library"
},
{
"c99name" : "AnyCodableTests",
"module_type" : "SwiftTarget",
"name" : "AnyCodableTests",
"path" : "Tests/AnyCodableTests",
"sources" : [
"AnyCodable+DecodableTests.swift",
"AnyCodable+EncodableTests.swift",
"AnyCodable+EquatableTests.swift",
"AnyCodable+StringTests.swift"
],
"target_dependencies" : [
"AnyCodable"
],
"type" : "test"
},
{
"c99name" : "AnyCodable",
"module_type" : "SwiftTarget",
"name" : "AnyCodable",
"path" : "Sources/AnyCodable",
"product_memberships" : [
"Fluxor",
"FluxorTestSupport"
],
"sources" : [
"AnyCodable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/fluxororg/fluxor/master
Repository: FluxorOrg/Fluxor
Swift version used: 6.3
Target: Fluxor
Extracting symbol information for 'Fluxor'...
Finished extracting symbol information for 'Fluxor'. (44.65s)
Building documentation for 'Fluxor'...
warning: Parameter 'state' not found in initializer declaration
--> Sources/Fluxor/Reducer.swift:22:6-22:46
20 |
21 | - Parameter reduce: The `reduce` function to create a `Reducer` from
22 + - Parameter state: The `State` to mutate
| ╰─suggestion: Remove 'state' parameter documentation
23 | - Parameter action: The `Action` dispatched
24 | */
warning: Parameter 'action' not found in initializer declaration
--> Sources/Fluxor/Reducer.swift:23:6-23:49
21 | - Parameter reduce: The `reduce` function to create a `Reducer` from
22 | - Parameter state: The `State` to mutate
23 + - Parameter action: The `Action` dispatched
| ╰─suggestion: Remove 'action' parameter documentation
24 | */
25 | public init(id: String = UUID().uuidString, reduce: @escaping (_ state: inout State, _ action: Action) -> Void) {
warning: Parameter 'id' is missing documentation
--> Sources/Fluxor/Reducer.swift:23:49-23:49
21 | - Parameter reduce: The `reduce` function to create a `Reducer` from
| ╰─suggestion: Document 'id' parameter
22 | - Parameter state: The `State` to mutate
23 + - Parameter action: The `Action` dispatched
24 | */
25 | public init(id: String = UUID().uuidString, reduce: @escaping (_ state: inout State, _ action: Action) -> Void) {
warning: Parameter 'id' is missing documentation
--> Sources/Fluxor/Reducer.swift:33:87-33:87
31 | Creates a `Reducer` from a list of `ReduceOn`s.
32 |
33 + - Parameter reduceOns: The `ReduceOn`s which the created `Reducer` should contain
| ╰─suggestion: Document 'id' parameter
34 | */
35 | public init(id: String = UUID().uuidString, _ reduceOns: ReduceOn<State>...) {
warning: Parameter 'state' not found in initializer declaration
--> Sources/Fluxor/Reducer.swift:53:6-53:46
51 | - Parameter actionType: The type of `Action` to filter on
52 | - Parameter reduce: A pure function which takes a `State` and an `Action` and returns a new `State`.
53 + - Parameter state: The `State` to mutate
| ╰─suggestion: Remove 'state' parameter documentation
54 | - Parameter action: The `Action` dispatched
55 | */
warning: Parameter 'action' not found in initializer declaration
--> Sources/Fluxor/Reducer.swift:54:18-54:24
52 | - Parameter reduce: A pure function which takes a `State` and an `Action` and returns a new `State`.
53 | - Parameter state: The `State` to mutate
54 + - Parameter action: The `Action` dispatched
| ╰─suggestion: Replace 'action' with 'actionType'
55 | */
56 | public init<A: Action>(_ actionType: A.Type, reduce: @escaping (_ state: inout State, _ action: A) -> Void) {
warning: Parameter 'state' not found in initializer declaration
--> Sources/Fluxor/Reducer.swift:68:6-68:46
66 | - Parameter actionTemplates: The `ActionTemplate`s to filter on
67 | - Parameter reduce: A pure function which takes a `State` and an `Action` and returns a new `State`.
68 + - Parameter state: The `State` to mutate
| ╰─suggestion: Remove 'state' parameter documentation
69 | - Parameter action: The `Action` dispatched
70 | */
warning: Parameter 'action' not found in initializer declaration
--> Sources/Fluxor/Reducer.swift:69:18-69:24
67 | - Parameter reduce: A pure function which takes a `State` and an `Action` and returns a new `State`.
68 | - Parameter state: The `State` to mutate
69 + - Parameter action: The `Action` dispatched
| ╰─suggestion: Replace 'action' with 'actionTemplates'
70 | */
71 | public init<Payload>(_ actionTemplates: ActionTemplate<Payload>...,
warning: Parameter 'projector' not found in initializer declaration
--> Sources/Fluxor/Selector.swift:84:6-84:81
82 |
83 | - Parameter selector1: The first `Selector`
84 + - Parameter projector: The closure to pass the value from the `Selector` to
| ╰─suggestion: Remove 'projector' parameter documentation
85 | */
86 | public convenience init(_ selector1: S1, keyPath: KeyPath<S1.Value, Value>) {
warning: Parameter 'keyPath' is missing documentation
--> Sources/Fluxor/Selector.swift:84:81-84:81
82 |
83 | - Parameter selector1: The first `Selector`
84 + - Parameter projector: The closure to pass the value from the `Selector` to
| ╰─suggestion: Document 'keyPath' parameter
85 | */
86 | public convenience init(_ selector1: S1, keyPath: KeyPath<S1.Value, Value>) {
warning: Parameter 'keyPath' is already documented
Sources/Fluxor/Selector.swift:225:6: Previously documented here
--> Sources/Fluxor/Selector.swift:226:6-226:86
224 | - Parameter selector1: The first `Selector`
225 | - Parameter keyPath: The `keyPath` to create the `Selector` from
226 + - Parameter keyPath: The `KeyPath` to subscript in the value from the `Selector`
| ╰─suggestion: Remove duplicate parameter documentation
227 | - Returns: A `Selector` from the given `Selector` and the `KeyPath`
228 | */
warning: Parameter 'value' not found in instance method declaration
--> Sources/Fluxor/SwiftUI/Store+Binding.swift:57:6-57:82
55 | - Parameter selector: The `Selector`s to use for getting the current value
56 | - Parameter action: A closure which returns an `Action` to be dispatched when the value changes
57 + - Parameter value: The value used to decide which `Action` to be dispatched.
| ╰─suggestion: Remove 'value' parameter documentation
58 | - Returns: A `Binding` based on the given `Selector` and closure
59 | */
Finished building documentation for 'Fluxor' (0.67s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/fluxororg/fluxor/master
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2271] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.09s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (1.76s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.04s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.75s)
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.6
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Compiling Snippets SnippetParser.swift
[7/53] Emitting module Snippets
[8/53] Compiling Snippets Snippet.swift
[9/53] Compiling SymbolKit DeclarationFragments.swift
[10/53] Compiling SymbolKit Fragment.swift
[11/53] Compiling SymbolKit FragmentKind.swift
[12/53] Compiling SymbolKit FunctionParameter.swift
[13/53] Compiling SymbolKit FunctionSignature.swift
[14/57] Compiling SymbolKit Names.swift
[15/57] Compiling SymbolKit SPI.swift
[16/57] Compiling SymbolKit Snippet.swift
[17/57] Compiling SymbolKit Extension.swift
[18/57] Compiling SymbolKit Mixin+Equals.swift
[19/57] Compiling SymbolKit Mixin+Hash.swift
[20/57] Compiling SymbolKit Mixin.swift
[21/57] Compiling SymbolKit LineList.swift
[22/57] Compiling SymbolKit Position.swift
[23/57] Compiling SymbolKit Relationship.swift
[24/57] Compiling SymbolKit RelationshipKind.swift
[25/57] Compiling SymbolKit SourceOrigin.swift
[26/57] Compiling SymbolKit GenericConstraints.swift
[27/57] Compiling SymbolKit Swift.swift
[28/57] Emitting module SymbolKit
[29/57] Compiling SymbolKit SemanticVersion.swift
[30/57] Compiling SymbolKit AccessControl.swift
[31/57] Compiling SymbolKit Availability.swift
[32/57] Compiling SymbolKit AvailabilityItem.swift
[33/57] Compiling SymbolKit Domain.swift
[34/57] Compiling SymbolKit SourceRange.swift
[35/57] Compiling SymbolKit Metadata.swift
[36/57] Compiling SymbolKit Module.swift
[37/57] Compiling SymbolKit OperatingSystem.swift
[38/57] Compiling SymbolKit Platform.swift
[39/57] Compiling SymbolKit Identifier.swift
[40/57] Compiling SymbolKit KindIdentifier.swift
[41/57] Compiling SymbolKit Location.swift
[42/57] Compiling SymbolKit Mutability.swift
[43/57] Compiling SymbolKit GenericConstraint.swift
[44/57] Compiling SymbolKit GenericParameter.swift
[45/57] Compiling SymbolKit Generics.swift
[46/57] Compiling SymbolKit Namespace.swift
[47/57] Compiling SymbolKit Symbol.swift
[48/57] Compiling SymbolKit SymbolKind.swift
[49/57] Compiling SymbolKit SymbolGraph.swift
[50/57] Compiling SymbolKit GraphCollector.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] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (6.13s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'Fluxor' complete! (0.20s)
Target: FluxorTestSupport
Extracting symbol information for 'FluxorTestSupport'...
Finished extracting symbol information for 'FluxorTestSupport'. (9.24s)
Building documentation for 'FluxorTestSupport'...
warning: Parameter 'effects' not found in initializer declaration
--> Sources/FluxorTestSupport/MockStore.swift:48:6-48:52
46 | - Parameter initialState: The initial `State` for the `Store`
47 | - Parameter reducers: The `Reducer`s to register
48 + - Parameter effects: The `Effect`s to register
| ╰─suggestion: Remove 'effects' parameter documentation
49 | */
50 | override public init(initialState: State, environment: Environment, reducers: [Reducer<State>] = []) {
warning: Parameter 'environment' is missing documentation
--> Sources/FluxorTestSupport/MockStore.swift:48:52-48:52
46 | - Parameter initialState: The initial `State` for the `Store`
47 | - Parameter reducers: The `Reducer`s to register
| ╰─suggestion: Document 'environment' parameter
48 + - Parameter effects: The `Effect`s to register
49 | */
50 | override public init(initialState: State, environment: Environment, reducers: [Reducer<State>] = []) {
Finished building documentation for 'FluxorTestSupport' (0.06s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/fluxororg/fluxor/master
Building for debugging...
[0/3] Write swift-version--6988338F2F200930.txt
Build of product 'snippet-extract' complete! (0.21s)
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/6] Compiling FluxorTestSupport MockStore.swift
/Users/admin/builder/spi-builder-workspace/Sources/FluxorTestSupport/MockStore.swift:16:1: warning: extension declares a conformance of imported type 'AnonymousAction' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Fluxor' introduce this conformance in the future
14 | import XCTest
15 |
16 | extension AnonymousAction: Equatable {
| |- warning: extension declares a conformance of imported type 'AnonymousAction' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Fluxor' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
17 | public static func == (lhs: Self, rhs: Self) -> Bool {
18 | lhs.id == rhs.id
[4/6] Compiling FluxorTestSupport EffectRunner.swift
[5/6] Compiling FluxorTestSupport TestInterceptor.swift
[6/6] Emitting module FluxorTestSupport
/Users/admin/builder/spi-builder-workspace/Sources/FluxorTestSupport/MockStore.swift:16:1: warning: extension declares a conformance of imported type 'AnonymousAction' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Fluxor' introduce this conformance in the future
14 | import XCTest
15 |
16 | extension AnonymousAction: Equatable {
| |- warning: extension declares a conformance of imported type 'AnonymousAction' to imported protocol 'Equatable'; this will not behave correctly if the owners of 'Fluxor' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
17 | public static func == (lhs: Self, rhs: Self) -> Bool {
18 | lhs.id == rhs.id
Build of target: 'FluxorTestSupport' complete! (5.13s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/fluxororg/fluxor/master/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/fluxororg/fluxor/master/linkable-paths.json
360
3 /Users/admin/builder/spi-builder-workspace/.docs/fluxororg/fluxor/master
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/fluxororg/fluxor/master
File count: 360
Doc size: 3.0MB
Preparing doc bundle ...
Uploading prod-fluxororg-fluxor-master-26951ad8.zip to s3://spi-docs-inbox/prod-fluxororg-fluxor-master-26951ad8.zip
Copying... [18%]
Copying... [28%]
Copying... [37%]
Copying... [46%]
Copying... [55%]
Copying... [65%]
Copying... [74%]
Copying... [83%]
Copying... [92%]
Copying... [100%]
Done.