The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swiftui-toast, reference main (b7da10), with Swift 6.1 for macOS (SPM) on 28 Apr 2026 11:09:05 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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ivan-magda/swiftui-toast.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ivan-magda/swiftui-toast
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b7da107 deps: bump github.com/swiftlang/swift-docc-plugin from 1.4.6 to 1.5.0 (#7)
Cloned https://github.com/ivan-magda/swiftui-toast.git
Revision (git rev-parse @):
b7da1073bcca2367cb4c768ee7172cb1a18197a0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ivan-magda/swiftui-toast.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ivan-magda/swiftui-toast.git
https://github.com/ivan-magda/swiftui-toast.git
{
  "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"
}
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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/15] Compiling SwiftUIToast ToastModifier.swift
[6/15] Compiling SwiftUIToast ToastType.swift
[7/16] Compiling SwiftUIToast ToastManager.swift
[8/16] Compiling SwiftUIToast ToastPosition.swift
[9/16] Compiling SwiftUIToast LayoutInsets.swift
[10/16] Compiling SwiftUIToast ToastAnimation.swift
[11/16] Compiling SwiftUIToast ToastExamples.swift
[12/16] Compiling SwiftUIToast View+Toast.swift
[13/16] Compiling SwiftUIToast FlipEffect.swift
[14/16] Compiling SwiftUIToast ToastConfiguration.swift
[15/16] Emitting module SwiftUIToast
[16/16] Compiling SwiftUIToast ToastView.swift
Build complete! (24.40s)
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.67s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.5.0 (3.79s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.91s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.57s)
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.5.0
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.