The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftTea, reference main (e3bdfc), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 01:03:39 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sufiyanyusuf/SwiftTea.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sufiyanyusuf/SwiftTea
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e3bdfc0 - Improved effect cancellation - Added environment to store, to simplify dependency injection
Cloned https://github.com/sufiyanyusuf/SwiftTea.git
Revision (git rev-parse @):
e3bdfc04553e48be6c910bf808f216dc64702b00
SUCCESS checkout https://github.com/sufiyanyusuf/SwiftTea.git at main
Fetching https://github.com/apple/swift-docc-plugin.git
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/2277] Fetching swift-docc-plugin
[229/5949] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.13s)
[501/2277] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin.git from cache (1.22s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Creating working copy for https://github.com/apple/swift-docc-plugin.git
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Working copy of https://github.com/apple/swift-docc-plugin.git resolved at 1.4.5
========================================
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
[2/188] Fetching swifttea
Fetched https://github.com/sufiyanyusuf/SwiftTea.git from cache (0.68s)
Creating working copy for https://github.com/sufiyanyusuf/SwiftTea.git
Working copy of https://github.com/sufiyanyusuf/SwiftTea.git resolved at main (e3bdfc0)
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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version--6988338F2F200930.txt
[5/6] Compiling SwiftTea Store.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTea/Store.swift:231:8: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
229 | 						}
230 | 						print("[Store.handleEffect] Consumer Task (ID: \(id), Token: \(newConsumeTaskToken)): Loop FINISHED NATURALLY after \(actionsProcessed) actions.")
231 | 					} catch is CancellationError {
    |        `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
232 | 						print("[Store.handleEffect] Consumer Task (ID: \(id), Token: \(newConsumeTaskToken)): Caught CANCELLATION ERROR after \(actionsProcessed) actions.")
233 | 					} catch {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTea/Store.swift:516:9: warning: 'catch' block is unreachable because no errors are thrown in 'do' block
514 | 							}
515 | 							continuation.finish()
516 | 						} catch {
    |         `- warning: 'catch' block is unreachable because no errors are thrown in 'do' block
517 | 							print("Error in original stream while mapping: \(error) for effect ID \(id)")
518 | 							continuation.finish()
[6/6] Emitting module SwiftTea
Build complete! (10.73s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin.git"
    }
  ],
  "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" : "5.10"
}
Done.