Build Information
Successful build of tca-kit, reference master (f702dc), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 23:58:26 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ronstorm/tca-kit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ronstorm/tca-kit
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at f702dc0 Updated support emails
Cloned https://github.com/ronstorm/tca-kit.git
Revision (git rev-parse @):
f702dc0e6f894f3f3e9387ce35a5fc8577a7dc97
SUCCESS checkout https://github.com/ronstorm/tca-kit.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": "tca-kit",
"name": "tca-kit",
"url": "https://github.com/ronstorm/tca-kit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/tca-kit",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/ronstorm/tca-kit.git
[1/353] Fetching tca-kit
Fetched https://github.com/ronstorm/tca-kit.git from cache (0.79s)
Creating working copy for https://github.com/ronstorm/tca-kit.git
Working copy of https://github.com/ronstorm/tca-kit.git resolved at master (f702dc0)
warning: '.resolve-product-dependencies': dependency 'tca-kit' 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/ronstorm/tca-kit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/11] Compiling TCAKit Store.swift
[4/11] Compiling TCAKit Effect.swift
[5/11] Compiling TCAKit CombineBridge.swift
/Users/admin/builder/spi-builder-workspace/Sources/TCAKit/Bridges/CombineBridge.swift:191:32: warning: no 'async' operations occur within 'await' expression
189 |
190 | Task { @MainActor in
191 | let currentState = await store.state
| `- warning: no 'async' operations occur within 'await' expression
192 | _ = subscriber.receive(currentState)
193 | subscriber.receive(completion: .finished)
/Users/admin/builder/spi-builder-workspace/Sources/TCAKit/Bridges/CombineBridge.swift:221:32: warning: no 'async' operations occur within 'await' expression
219 | task = Task { @MainActor in
220 | // Send initial state
221 | let initialState = await store.state
| `- warning: no 'async' operations occur within 'await' expression
222 | _ = subscriber.receive(initialState)
223 |
[6/11] Emitting module TCAKit
[7/11] Compiling TCAKit WithStore.swift
[8/11] Compiling TCAKit TestStore.swift
/Users/admin/builder/spi-builder-workspace/Sources/TCAKit/Testing/TestStore.swift:106:24: warning: no 'async' operations occur within 'await' expression
104 |
105 | // Update our current state
106 | var newState = await store.state
| `- warning: no 'async' operations occur within 'await' expression
107 | assert(&newState)
108 |
/Users/admin/builder/spi-builder-workspace/Sources/TCAKit/Testing/TestStore.swift:122:31: warning: no 'async' operations occur within 'await' expression
120 | if !areStatesEqual(previousState, newState) {
121 | // The assertion modified the state, so we need to verify it matches the actual state
122 | let actualState = await store.state
| `- warning: no 'async' operations occur within 'await' expression
123 | if !areStatesEqual(newState, actualState) {
124 | fatalError("State assertion failed. Expected: \(newState), Actual: \(actualState)")
/Users/admin/builder/spi-builder-workspace/Sources/TCAKit/Testing/TestStore.swift:149:24: warning: no 'async' operations occur within 'await' expression
147 |
148 | // Update our current state
149 | var newState = await store.state
| `- warning: no 'async' operations occur within 'await' expression
150 | assert(&newState)
151 |
/Users/admin/builder/spi-builder-workspace/Sources/TCAKit/Testing/TestStore.swift:163:27: warning: no 'async' operations occur within 'await' expression
161 |
162 | // Verify the state matches our assertion
163 | let actualState = await store.state
| `- warning: no 'async' operations occur within 'await' expression
164 | if !areStatesEqual(newState, actualState) {
165 | fatalError("State assertion failed. Expected: \(newState), Actual: \(actualState)")
[9/11] Compiling TCAKit Reducer.swift
[10/11] Compiling TCAKit Dependencies.swift
[11/11] Compiling TCAKit TCAKit.swift
Build complete! (9.98s)
Build complete.
{
"default_localization" : "en",
"dependencies" : [
],
"manifest_display_name" : "tca-kit",
"name" : "tca-kit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "TCAKit",
"targets" : [
"TCAKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TCAKitTests",
"module_type" : "SwiftTarget",
"name" : "TCAKitTests",
"path" : "Tests/TCAKitTests",
"sources" : [
"Bridges/CombineBridgeTests.swift",
"Core/EffectTests.swift",
"Core/ReducerTests.swift",
"Core/StoreTests.swift",
"DependenciesTests.swift",
"SwiftUI/WithStoreTests.swift",
"TCAKitTests.swift",
"TestHelpers.swift",
"Testing/TestStoreTests.swift"
],
"target_dependencies" : [
"TCAKit"
],
"type" : "test"
},
{
"c99name" : "TCAKit",
"module_type" : "SwiftTarget",
"name" : "TCAKit",
"path" : "Sources/TCAKit",
"product_memberships" : [
"TCAKit"
],
"sources" : [
"Bridges/CombineBridge.swift",
"Core/Effect.swift",
"Core/Reducer.swift",
"Core/Store.swift",
"Dependencies.swift",
"SwiftUI/WithStore.swift",
"TCAKit.swift",
"Testing/TestStore.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.