Build Information
Successful build of Revolve, reference 1.0.1 (eb2044), with Swift 6.1 for macOS (SPM) on 13 Feb 2026 07:06:45 UTC.
Swift 6 data race errors: 0
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 InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/handasa-io/Revolve.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/handasa-io/Revolve
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at eb20444 Update README.md
Cloned https://github.com/handasa-io/Revolve.git
Revision (git rev-parse @):
eb2044453c13dcd083c2136f8cec787e837fbbf2
SUCCESS checkout https://github.com/handasa-io/Revolve.git at 1.0.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/handasa-io/Revolve.git
https://github.com/handasa-io/Revolve.git
{
"dependencies" : [
{
"identity" : "combine-schedulers",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/combine-schedulers"
}
],
"manifest_display_name" : "Revolve",
"name" : "Revolve",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "Revolve",
"targets" : [
"Revolve"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RevolveTests",
"module_type" : "SwiftTarget",
"name" : "RevolveTests",
"path" : "Tests/RevolveTests",
"sources" : [
"Counter.swift",
"RevolveTests.swift"
],
"target_dependencies" : [
"Revolve"
],
"type" : "test"
},
{
"c99name" : "Revolve",
"module_type" : "SwiftTarget",
"name" : "Revolve",
"path" : "Sources/Revolve",
"product_dependencies" : [
"CombineSchedulers"
],
"product_memberships" : [
"Revolve"
],
"sources" : [
"Action.swift",
"Reducer.swift",
"Revolve.swift",
"State.swift",
"StateStore.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
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/5] Write sources
[4/5] Write swift-version-2F0A5646E1D333AE.txt
[6/23] Compiling ConcurrencyExtras UncheckedSendable.swift
[7/23] Compiling ConcurrencyExtras Task.swift
[8/23] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[9/23] Compiling XCTestDynamicOverlay Unimplemented.swift
[10/23] Compiling XCTestDynamicOverlay XCTFail.swift
[11/23] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[12/23] Compiling ConcurrencyExtras MainSerialExecutor.swift
[13/23] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[14/23] Compiling ConcurrencyExtras LockIsolated.swift
[15/23] Compiling ConcurrencyExtras ActorIsolated.swift
[16/23] Emitting module ConcurrencyExtras
[17/23] Compiling ConcurrencyExtras Locking.swift
[18/23] Compiling ConcurrencyExtras AsyncStream.swift
[19/23] Emitting module XCTestDynamicOverlay
[20/23] Compiling XCTestDynamicOverlay Deprecations.swift
[21/23] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[22/23] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[23/23] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[24/35] Compiling CombineSchedulers UIScheduler.swift
[25/36] Compiling CombineSchedulers UIKit.swift
[26/36] Compiling CombineSchedulers UnimplementedScheduler.swift
[27/36] Compiling CombineSchedulers TestScheduler.swift
[28/36] Compiling CombineSchedulers NSRecursiveLock.swift
[29/36] Compiling CombineSchedulers Timer.swift
[30/36] Compiling CombineSchedulers AnyScheduler.swift
[31/36] Compiling CombineSchedulers Concurrency.swift
[32/36] Compiling CombineSchedulers ImmediateScheduler.swift
[33/36] Compiling CombineSchedulers Deprecations.swift
[34/36] Emitting module CombineSchedulers
[35/36] Compiling CombineSchedulers Lock.swift
[36/36] Compiling CombineSchedulers SwiftUI.swift
[37/42] Compiling Revolve Action.swift
[38/42] Compiling Revolve State.swift
[39/42] Emitting module Revolve
[40/42] Compiling Revolve StateStore.swift
/Users/admin/builder/spi-builder-workspace/Sources/Revolve/StateStore.swift:41:11: warning: capture of 'self' with non-sendable type 'StateStore<State, Action>' in a '@Sendable' closure
12 | import CombineSchedulers
13 |
14 | public final class StateStore<State: Revolve.State, Action: Revolve.Action>: ObservableObject {
| `- note: generic class 'StateStore' does not conform to the 'Sendable' protocol
15 | @Published private(set) public var state: State
16 | private let reducer: Reducer<State, Action>
:
39 | ) -> Binding<Value> {
40 | Binding(
41 | get: { self.state[keyPath: keyPath] },
| `- warning: capture of 'self' with non-sendable type 'StateStore<State, Action>' in a '@Sendable' closure
42 | set: { newValue in self.send(action(newValue)) }
43 | )
/Users/admin/builder/spi-builder-workspace/Sources/Revolve/StateStore.swift:41:31: warning: capture of 'keyPath' with non-sendable type 'KeyPath<State, Value>' in a '@Sendable' closure
39 | ) -> Binding<Value> {
40 | Binding(
41 | get: { self.state[keyPath: keyPath] },
| `- warning: capture of 'keyPath' with non-sendable type 'KeyPath<State, Value>' in a '@Sendable' closure
42 | set: { newValue in self.send(action(newValue)) }
43 | )
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
1 | public class KeyPath<Root, Value> : PartialKeyPath<Root> {
| `- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
2 | @objc deinit
3 | }
/Users/admin/builder/spi-builder-workspace/Sources/Revolve/StateStore.swift:42:23: warning: capture of 'self' with non-sendable type 'StateStore<State, Action>' in a '@Sendable' closure
12 | import CombineSchedulers
13 |
14 | public final class StateStore<State: Revolve.State, Action: Revolve.Action>: ObservableObject {
| `- note: generic class 'StateStore' does not conform to the 'Sendable' protocol
15 | @Published private(set) public var state: State
16 | private let reducer: Reducer<State, Action>
:
40 | Binding(
41 | get: { self.state[keyPath: keyPath] },
42 | set: { newValue in self.send(action(newValue)) }
| `- warning: capture of 'self' with non-sendable type 'StateStore<State, Action>' in a '@Sendable' closure
43 | )
44 | }
/Users/admin/builder/spi-builder-workspace/Sources/Revolve/StateStore.swift:42:33: warning: capture of 'action' with non-sendable type '(Value) -> Action' in a '@Sendable' closure
40 | Binding(
41 | get: { self.state[keyPath: keyPath] },
42 | set: { newValue in self.send(action(newValue)) }
| |- warning: capture of 'action' with non-sendable type '(Value) -> Action' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
43 | )
44 | }
[41/42] Compiling Revolve Revolve.swift
[42/42] Compiling Revolve Reducer.swift
Build complete! (18.92s)
Fetching https://github.com/pointfreeco/combine-schedulers from cache
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.65s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 0.11.0 (4.01s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetching https://github.com/pointfreeco/swift-concurrency-extras from cache
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.74s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.75s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (1.40s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 0.1.2 (0.59s)
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 0.1.2
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 0.9.0
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 0.11.0
Build complete.
{
"dependencies" : [
{
"identity" : "combine-schedulers",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/combine-schedulers"
}
],
"manifest_display_name" : "Revolve",
"name" : "Revolve",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "Revolve",
"targets" : [
"Revolve"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RevolveTests",
"module_type" : "SwiftTarget",
"name" : "RevolveTests",
"path" : "Tests/RevolveTests",
"sources" : [
"Counter.swift",
"RevolveTests.swift"
],
"target_dependencies" : [
"Revolve"
],
"type" : "test"
},
{
"c99name" : "Revolve",
"module_type" : "SwiftTarget",
"name" : "Revolve",
"path" : "Sources/Revolve",
"product_dependencies" : [
"CombineSchedulers"
],
"product_memberships" : [
"Revolve"
],
"sources" : [
"Action.swift",
"Reducer.swift",
"Revolve.swift",
"State.swift",
"StateStore.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Done.