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 SimpleToast, reference 0.11.0 (8d49c8), with Swift 5.9 for macOS (SPM) on 25 May 2025 12:01:32 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sanzaru/SimpleToast.git
Reference: 0.11.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sanzaru/SimpleToast
 * tag               0.11.0     -> FETCH_HEAD
HEAD is now at 8d49c8c Update readme for new breaking changes (#44)
Cloned https://github.com/sanzaru/SimpleToast.git
Revision (git rev-parse @):
8d49c8c16d218b03c3428a0d1c8fe79f4e2707a6
SUCCESS checkout https://github.com/sanzaru/SimpleToast.git at 0.11.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/sanzaru/SimpleToast.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/10] Compiling SimpleToast SimpleToastDragGestureModifier.swift
[2/11] Compiling SimpleToast SimpleToastNotificationPublisher.swift
[3/11] Compiling SimpleToast PresentationState.swift
[4/11] Compiling SimpleToast SimpleToastModifier.swift
[5/11] Compiling SimpleToast SimpleToastSlide.swift
[6/11] Compiling SimpleToast SimpleToastSkew.swift
[7/11] Compiling SimpleToast SimpleToastScale.swift
[8/11] Compiling SimpleToast SimpleToastFade.swift
[9/11] Emitting module SimpleToast
[10/11] Compiling SimpleToast SimpleToast.swift
[11/11] Compiling SimpleToast SimpleToastOptions.swift
Build complete! (9.93s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SimpleToast",
  "name" : "SimpleToast",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "SimpleToast",
      "targets" : [
        "SimpleToast"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SimpleToastTests",
      "module_type" : "SwiftTarget",
      "name" : "SimpleToastTests",
      "path" : "Tests/SimpleToastTests",
      "sources" : [
        "SimpleToastTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SimpleToast"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SimpleToast",
      "module_type" : "SwiftTarget",
      "name" : "SimpleToast",
      "path" : "Sources/SimpleToast",
      "product_memberships" : [
        "SimpleToast"
      ],
      "sources" : [
        "Modifier/SimpleToastFade.swift",
        "Modifier/SimpleToastScale.swift",
        "Modifier/SimpleToastSkew.swift",
        "Modifier/SimpleToastSlide.swift",
        "PresentationState.swift",
        "SimpleToast.swift",
        "SimpleToastDragGestureModifier.swift",
        "SimpleToastModifier.swift",
        "SimpleToastNotificationPublisher.swift",
        "SimpleToastOptions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.