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 master (8d49c8), with Swift 6.0 for macOS (SPM) on 26 May 2025 02:29:32 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sanzaru/SimpleToast.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sanzaru/SimpleToast
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/sanzaru/SimpleToast.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/12] Compiling SimpleToast SimpleToastNotificationPublisher.swift
[4/13] Compiling SimpleToast SimpleToastModifier.swift
[5/13] Compiling SimpleToast SimpleToastDragGestureModifier.swift
[6/13] Compiling SimpleToast PresentationState.swift
[7/13] Compiling SimpleToast SimpleToastSlide.swift
[8/13] Compiling SimpleToast SimpleToastSkew.swift
[9/13] Compiling SimpleToast SimpleToastScale.swift
[10/13] Compiling SimpleToast SimpleToastFade.swift
[11/13] Emitting module SimpleToast
[12/13] Compiling SimpleToast SimpleToast.swift
[13/13] Compiling SimpleToast SimpleToastOptions.swift
Build complete! (9.64s)
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.