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 Toasty, reference v1.0.0 (307bcb), with Swift 5.10 for macOS (SPM) on 25 Jul 2025 14:53:55 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/annurdien/Toasty.git
Reference: v1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/annurdien/Toasty
 * tag               v1.0.0     -> FETCH_HEAD
HEAD is now at 307bcb6 fix: fix build yml
Cloned https://github.com/annurdien/Toasty.git
Revision (git rev-parse @):
307bcb665a1fb1395b67f623034960578e24f4cb
SUCCESS checkout https://github.com/annurdien/Toasty.git at v1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/annurdien/Toasty.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/10] Compiling Toasty View+Toastable.swift
[4/10] Compiling Toasty ToastView.swift
[5/10] Compiling Toasty Toast.swift
[6/10] Compiling Toasty ToastManager.swift
[7/10] Compiling Toasty ToastConfiguration.swift
[8/10] Compiling Toasty ToastData.swift
[9/10] Compiling Toasty ToastPresenterModifier.swift
[10/10] Emitting module Toasty
Build complete! (8.74s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Toasty",
  "name" : "Toasty",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "Toasty",
      "targets" : [
        "Toasty"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ToastyTests",
      "module_type" : "SwiftTarget",
      "name" : "ToastyTests",
      "path" : "Tests/ToastyTests",
      "sources" : [
        "ToastyTests.swift"
      ],
      "target_dependencies" : [
        "Toasty"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Toasty",
      "module_type" : "SwiftTarget",
      "name" : "Toasty",
      "path" : "Sources/Toasty",
      "product_memberships" : [
        "Toasty"
      ],
      "sources" : [
        "Core/ToastConfiguration.swift",
        "Core/ToastData.swift",
        "Core/ToastManager.swift",
        "Extensions/View+Toastable.swift",
        "Modifiers/ToastPresenterModifier.swift",
        "Views/ToastView.swift",
        "Wrappers/Toast.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.