The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of ToastifySwift, reference main (42dbb6), with Swift 6.2 (beta) for macOS (SPM) on 22 Jul 2025 08:01:52 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/RJIOSDEV/ToastifySwift.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/7] Compiling ToastifySwift ToastManager.swift
[4/7] Compiling ToastifySwift ToastView.swift
[5/7] Compiling ToastifySwift ToastModel.swift
[6/7] Emitting module ToastifySwift
[7/7] Compiling ToastifySwift CustomAlertModifier.swift
Build complete! (7.52s)
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.