The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Toast, reference v1.0.1 (9788cf), with Swift 6.3 for macOS (SPM) on 20 Apr 2026 11:19:17 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/jaywcjlove/Toast.git
Reference: v1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jaywcjlove/Toast
 * tag               v1.0.1     -> FETCH_HEAD
HEAD is now at 9788cf7 fix: use Task to avoid state changes during view updates in dismiss methods
Cloned https://github.com/jaywcjlove/Toast.git
Revision (git rev-parse @):
9788cf7e378c60bd840364f9860a50867d8bed6d
SUCCESS checkout https://github.com/jaywcjlove/Toast.git at v1.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": "toast",
      "name": "Toast",
      "url": "https://github.com/jaywcjlove/Toast.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Toast",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/jaywcjlove/Toast.git
[1/79] Fetching toast
Fetched https://github.com/jaywcjlove/Toast.git from cache (0.61s)
Creating working copy for https://github.com/jaywcjlove/Toast.git
Working copy of https://github.com/jaywcjlove/Toast.git resolved at v1.0.1 (9788cf7)
warning: '.resolve-product-dependencies': dependency 'toast' 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/jaywcjlove/Toast.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/9] Compiling Toast ToastManager.swift
[4/9] Compiling Toast ToastItem.swift
[5/9] Emitting module Toast
[6/9] Compiling Toast ToastEnvironment.swift
[7/9] Compiling Toast Toast.swift
[8/9] Compiling Toast ToastView.swift
[9/9] Compiling Toast ToastModels.swift
Build complete! (10.17s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Toast",
  "name" : "Toast",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Toast",
      "targets" : [
        "Toast"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ToastTests",
      "module_type" : "SwiftTarget",
      "name" : "ToastTests",
      "path" : "Tests/ToastTests",
      "sources" : [
        "ToastTests.swift"
      ],
      "target_dependencies" : [
        "Toast"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Toast",
      "module_type" : "SwiftTarget",
      "name" : "Toast",
      "path" : "Sources/Toast",
      "product_memberships" : [
        "Toast"
      ],
      "sources" : [
        "Toast.swift",
        "ToastEnvironment.swift",
        "ToastItem.swift",
        "ToastManager.swift",
        "ToastModels.swift",
        "ToastView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Done.