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.1 for macOS (SPM) on 26 May 2025 02:30:16 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: 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
========================================
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.72s)
Creating working copy for https://github.com/sanzaru/SimpleToast.git
Working copy of https://github.com/sanzaru/SimpleToast.git resolved at master (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 SimpleToastModifier.swift
[4/12] Compiling SimpleToast SimpleToastScale.swift
[5/12] Compiling SimpleToast SimpleToastSkew.swift
[6/12] Compiling SimpleToast SimpleToastFade.swift
[7/12] Emitting module SimpleToast
[8/12] Compiling SimpleToast SimpleToastSlide.swift
[9/12] Compiling SimpleToast SimpleToastNotificationPublisher.swift
[10/12] Compiling SimpleToast SimpleToast.swift
[11/13] Compiling SimpleToast PresentationState.swift
[12/13] Compiling SimpleToast SimpleToastDragGestureModifier.swift
[13/13] Compiling SimpleToast SimpleToastOptions.swift
Build complete! (9.34s)
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.