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 0.11.0 (8d49c8), with Swift 6.1 for macOS (SPM) on 25 May 2025 12:00:51 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sanzaru/SimpleToast.git
Reference: 0.11.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sanzaru/SimpleToast
 * tag               0.11.0     -> FETCH_HEAD
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 0.11.0
========================================
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/537] Fetching simpletoast
Fetched https://github.com/sanzaru/SimpleToast.git from cache (0.68s)
Creating working copy for https://github.com/sanzaru/SimpleToast.git
Working copy of https://github.com/sanzaru/SimpleToast.git resolved at 0.11.0 (8d49c8c)
warning: '.resolve-product-dependencies': dependency 'simpletoast' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/sanzaru/SimpleToast.git
https://github.com/sanzaru/SimpleToast.git
{
  "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"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/12] Compiling SimpleToast SimpleToast.swift
[4/13] Compiling SimpleToast SimpleToastDragGestureModifier.swift
[5/13] Emitting module SimpleToast
[6/13] Compiling SimpleToast SimpleToastModifier.swift
[7/13] Compiling SimpleToast SimpleToastFade.swift
[8/13] Compiling SimpleToast SimpleToastSlide.swift
[9/13] Compiling SimpleToast SimpleToastScale.swift
[10/13] Compiling SimpleToast SimpleToastSkew.swift
[11/13] Compiling SimpleToast SimpleToastNotificationPublisher.swift
[12/13] Compiling SimpleToast PresentationState.swift
[13/13] Compiling SimpleToast SimpleToastOptions.swift
Build complete! (9.69s)
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.