Build Information
Successful build of SwiftTea, reference 1.0.1 (c35c8a), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 01:04:43 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/sufiyanyusuf/SwiftTea.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sufiyanyusuf/SwiftTea
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at c35c8a5 Fix: Make Store and Effect publicly accessible
Cloned https://github.com/sufiyanyusuf/SwiftTea.git
Revision (git rev-parse @):
c35c8a51b548838949478e660cbd21e347865acf
SUCCESS checkout https://github.com/sufiyanyusuf/SwiftTea.git at 1.0.1
========================================
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": "swifttea",
"name": "SwiftTea",
"url": "https://github.com/sufiyanyusuf/SwiftTea.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftTea",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/sufiyanyusuf/SwiftTea.git
[1/188] Fetching swifttea
Fetched https://github.com/sufiyanyusuf/SwiftTea.git from cache (0.73s)
Creating working copy for https://github.com/sufiyanyusuf/SwiftTea.git
Working copy of https://github.com/sufiyanyusuf/SwiftTea.git resolved at 1.0.1 (c35c8a5)
warning: '.resolve-product-dependencies': dependency 'swifttea' 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/sufiyanyusuf/SwiftTea.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/4] Compiling SwiftTea Store.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTea/Store.swift:211:8: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
209 | }
210 | print("[Store.handleEffect] Consumer Task (ID: \(id), Token: \(newConsumeTaskToken)): Loop FINISHED NATURALLY after \(actionsProcessed) actions.")
211 | } catch is CancellationError {
| `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
212 | print("[Store.handleEffect] Consumer Task (ID: \(id), Token: \(newConsumeTaskToken)): Caught CANCELLATION ERROR after \(actionsProcessed) actions.")
213 | } catch {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTea/Store.swift:423:9: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
421 | }
422 | continuation.finish()
423 | } catch {
| `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
424 | print("Error in original stream while mapping: \(error) for effect ID \(id)")
425 | continuation.finish()
[4/4] Emitting module SwiftTea
Build complete! (4.91s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftTea",
"name" : "SwiftTea",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "17.0"
}
],
"products" : [
{
"name" : "SwiftTea",
"targets" : [
"SwiftTea"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftTea",
"module_type" : "SwiftTarget",
"name" : "SwiftTea",
"path" : "Sources/SwiftTea",
"product_memberships" : [
"SwiftTea"
],
"sources" : [
"Store.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Done.