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 1.0.3 (b3e3dd), with Swift 5.10 for macOS (SPM) on 13 Jul 2025 11:06:44 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.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: 1.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RJIOSDEV/ToastifySwift
 * tag               1.0.3      -> FETCH_HEAD
HEAD is now at b3e3dd7 ✅ Fix platform-specific background color using computed property
Cloned https://github.com/RJIOSDEV/ToastifySwift.git
Revision (git rev-parse @):
b3e3dd7783d6c2e3887a7a1d37bf5aa2a1a4694f
SUCCESS checkout https://github.com/RJIOSDEV/ToastifySwift.git at 1.0.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/RJIOSDEV/ToastifySwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/7] Compiling ToastifySwift ToastView.swift
[4/7] Compiling ToastifySwift ToastModel.swift
[5/7] Compiling ToastifySwift ToastManager.swift
[6/7] Emitting module ToastifySwift
[7/7] Compiling ToastifySwift CustomAlertModifier.swift
Build complete! (6.50s)
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.