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 (7ff0b9), with Swift 6.2 for macOS (SPM) on 6 Dec 2025 03:13:59 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.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/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 7ff0b9d Fix branch name
Cloned https://github.com/sanzaru/SimpleToast.git
Revision (git rev-parse @):
7ff0b9d3b220cbadeddddc72cf2d4b9ca7815c6b
SUCCESS checkout https://github.com/sanzaru/SimpleToast.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "simpletoast",
      "name": "SimpleToast",
      "url": "https://github.com/sanzaru/SimpleToast.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SimpleToast",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/sanzaru/SimpleToast.git
[1/574] Fetching simpletoast
Fetched https://github.com/sanzaru/SimpleToast.git from cache (0.80s)
Creating working copy for https://github.com/sanzaru/SimpleToast.git
Working copy of https://github.com/sanzaru/SimpleToast.git resolved at master (7ff0b9d)
warning: '.resolve-product-dependencies': dependency 'simpletoast' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/sanzaru/SimpleToast.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/12] Emitting module SimpleToast
[4/12] Compiling SimpleToast SimpleToastModifier.swift
[5/12] Compiling SimpleToast SimpleToastFade.swift
[6/12] Compiling SimpleToast PresentationState.swift
[7/12] Compiling SimpleToast SimpleToast.swift
[8/12] Compiling SimpleToast SimpleToastScale.swift
[9/12] Compiling SimpleToast SimpleToastSkew.swift
[10/12] Compiling SimpleToast SimpleToastSlide.swift
[11/12] Compiling SimpleToast SimpleToastDragGestureModifier.swift
[12/12] Compiling SimpleToast SimpleToastNotificationPublisher.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.