The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swiftui-toast, reference 1.2.0 (2ffb41), with Swift 6.0 for macOS (SPM) on 11 Feb 2026 03:06:41 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ivan-magda/swiftui-toast.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ivan-magda/swiftui-toast
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at 2ffb416 Update installation version to 1.2.0 in README
Cloned https://github.com/ivan-magda/swiftui-toast.git
Revision (git rev-parse @):
2ffb416143184c473f266456796e8e3dd279a50d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ivan-magda/swiftui-toast.git at 1.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/ivan-magda/swiftui-toast.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/15] Compiling SwiftUIToast ToastType.swift
[6/15] Compiling SwiftUIToast ToastPosition.swift
[7/16] Compiling SwiftUIToast LayoutInsets.swift
[8/16] Compiling SwiftUIToast FlipEffect.swift
[9/16] Compiling SwiftUIToast ToastConfiguration.swift
[10/16] Compiling SwiftUIToast ToastManager.swift
[11/16] Compiling SwiftUIToast ToastExamples.swift
[12/16] Compiling SwiftUIToast View+Toast.swift
[13/16] Emitting module SwiftUIToast
[14/16] Compiling SwiftUIToast ToastModifier.swift
[15/16] Compiling SwiftUIToast ToastAnimation.swift
[16/16] Compiling SwiftUIToast ToastView.swift
Build complete! (27.53s)
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2171] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.24s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.02s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3655] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.21s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.61s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "swiftui-toast",
  "name" : "swiftui-toast",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftUIToast",
      "targets" : [
        "SwiftUIToast"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftUIToastTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUIToastTests",
      "path" : "Tests/SwiftUIToastTests",
      "sources" : [
        "AsyncExpectation.swift",
        "ToastAnimationTests.swift",
        "ToastConfigurationTests.swift",
        "ToastEdgeCaseTests.swift",
        "ToastIntegrationTests.swift",
        "ToastManagerTests.swift"
      ],
      "target_dependencies" : [
        "SwiftUIToast"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftUIToast",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUIToast",
      "path" : "Sources/SwiftUIToast",
      "product_memberships" : [
        "SwiftUIToast"
      ],
      "sources" : [
        "Examples/ToastExamples.swift",
        "Extensions/View+Toast.swift",
        "Helpers/FlipEffect.swift",
        "LayoutInsets.swift",
        "ToastAnimation.swift",
        "ToastConfiguration.swift",
        "ToastManager.swift",
        "ToastModifier.swift",
        "ToastPosition.swift",
        "ToastType.swift",
        "ToastView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.