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.1 for macOS (SPM) on 22 Jul 2025 08:01:42 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

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
========================================
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",
  "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",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/RJIOSDEV/ToastifySwift.git
[1/59] Fetching toastifyswift
Fetched https://github.com/RJIOSDEV/ToastifySwift.git from cache (0.64s)
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.1
Building package at path:  $PWD
https://github.com/RJIOSDEV/ToastifySwift.git
https://github.com/RJIOSDEV/ToastifySwift.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/7] Compiling ToastifySwift ToastManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/ToastifySwift/ToastManager.swift:13:13: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
11 |         self.currentToast = toast
12 |         DispatchQueue.main.asyncAfter(deadline: .now() + toast.duration) {
13 |             self.currentToast = nil
   |             |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
   |             `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
14 |         }
15 |     }
[4/7] Emitting module ToastifySwift
[5/7] Compiling ToastifySwift ToastModel.swift
[6/7] Compiling ToastifySwift ToastView.swift
[7/7] Compiling ToastifySwift CustomAlertModifier.swift
Build complete! (8.10s)
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.