The Swift Package Index logo.Swift Package Index

Build Information

Successful build of EasyToast, reference main (6cd6c1), with Swift 6.1 for macOS (SPM) on 19 Jul 2025 08:31:17 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/banghuazhao/EasyToast.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/banghuazhao/EasyToast
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6cd6c13 Add Item-based & Custom Toasts
Cloned https://github.com/banghuazhao/EasyToast.git
Revision (git rev-parse @):
6cd6c135e8087dfe4047f2ff5661086a27a2a724
SUCCESS checkout https://github.com/banghuazhao/EasyToast.git at main
========================================
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": "easytoast",
      "name": "EasyToast",
      "url": "https://github.com/banghuazhao/EasyToast.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/EasyToast",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/banghuazhao/EasyToast.git
[1/143] Fetching easytoast
Fetched https://github.com/banghuazhao/EasyToast.git from cache (0.91s)
Creating working copy for https://github.com/banghuazhao/EasyToast.git
Working copy of https://github.com/banghuazhao/EasyToast.git resolved at main (6cd6c13)
warning: '.resolve-product-dependencies': dependency 'easytoast' 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/banghuazhao/EasyToast.git
https://github.com/banghuazhao/EasyToast.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "EasyToast",
  "name" : "EasyToast",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "EasyToast",
      "targets" : [
        "EasyToast"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EasyToastTests",
      "module_type" : "SwiftTarget",
      "name" : "EasyToastTests",
      "path" : "Tests/EasyToastTests",
      "sources" : [
        "EasyToastTests.swift"
      ],
      "target_dependencies" : [
        "EasyToast"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EasyToast",
      "module_type" : "SwiftTarget",
      "name" : "EasyToast",
      "path" : "Sources/EasyToast",
      "product_memberships" : [
        "EasyToast"
      ],
      "sources" : [
        "Toast/SimpleMessageView.swift",
        "Toast/ToastItemModifier.swift",
        "Toast/ToastModifier.swift",
        "Types/ToastAnimation.swift",
        "Types/ToastPosition.swift",
        "Types/ToastStyle.swift",
        "Types/ToastType.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
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/10] Compiling EasyToast ToastPosition.swift
[4/10] Compiling EasyToast ToastAnimation.swift
[5/10] Compiling EasyToast ToastType.swift
[6/10] Compiling EasyToast ToastStyle.swift
[7/10] Compiling EasyToast SimpleMessageView.swift
[8/10] Compiling EasyToast ToastItemModifier.swift
[9/10] Emitting module EasyToast
[10/10] Compiling EasyToast ToastModifier.swift
Build complete! (9.40s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "EasyToast",
  "name" : "EasyToast",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "EasyToast",
      "targets" : [
        "EasyToast"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EasyToastTests",
      "module_type" : "SwiftTarget",
      "name" : "EasyToastTests",
      "path" : "Tests/EasyToastTests",
      "sources" : [
        "EasyToastTests.swift"
      ],
      "target_dependencies" : [
        "EasyToast"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EasyToast",
      "module_type" : "SwiftTarget",
      "name" : "EasyToast",
      "path" : "Sources/EasyToast",
      "product_memberships" : [
        "EasyToast"
      ],
      "sources" : [
        "Toast/SimpleMessageView.swift",
        "Toast/ToastItemModifier.swift",
        "Toast/ToastModifier.swift",
        "Types/ToastAnimation.swift",
        "Types/ToastPosition.swift",
        "Types/ToastStyle.swift",
        "Types/ToastType.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.