Build Information
Successful build of SwiftTea, reference 1.0.1 (c35c8a), with Swift 6.2 for macOS (SPM) on 20 Sep 2025 17:50:42 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/sufiyanyusuf/SwiftTea.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.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.67s)
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.