The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ToastifySwift, reference main (42dbb6), with Swift 6.3 for macOS (SPM) on 23 Apr 2026 08:48:15 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/RJIOSDEV/ToastifySwift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RJIOSDEV/ToastifySwift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 42dbb69 Update README.md
Cloned https://github.com/RJIOSDEV/ToastifySwift.git
Revision (git rev-parse @):
42dbb69f303f0f5736562ad7901237aa746440e2
SUCCESS checkout https://github.com/RJIOSDEV/ToastifySwift.git at main
========================================
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": "toastifyswift",
      "name": "ToastifySwift",
      "url": "https://github.com/RJIOSDEV/ToastifySwift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ToastifySwift",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/RJIOSDEV/ToastifySwift.git
[1/59] Fetching toastifyswift
Fetched https://github.com/RJIOSDEV/ToastifySwift.git from cache (0.67s)
Creating working copy for https://github.com/RJIOSDEV/ToastifySwift.git
Working copy of https://github.com/RJIOSDEV/ToastifySwift.git resolved at main (42dbb69)
warning: '.resolve-product-dependencies': dependency 'toastifyswift' 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/RJIOSDEV/ToastifySwift.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/7] Compiling ToastifySwift ToastModel.swift
[4/7] Compiling ToastifySwift ToastView.swift
[5/7] Compiling ToastifySwift ToastManager.swift
[6/7] Emitting module ToastifySwift
[7/7] Compiling ToastifySwift CustomAlertModifier.swift
Build complete! (9.08s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ToastifySwift",
  "name" : "ToastifySwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "ToastifySwift",
      "targets" : [
        "ToastifySwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ToastifySwift",
      "module_type" : "SwiftTarget",
      "name" : "ToastifySwift",
      "path" : "Sources/ToastifySwift",
      "product_memberships" : [
        "ToastifySwift"
      ],
      "sources" : [
        "CustomAlertModifier.swift",
        "ToastManager.swift",
        "ToastModel.swift",
        "ToastView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.