The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ToastView, reference master (564087), with Swift 6.2 for macOS (SPM) on 23 Jun 2025 01:43:20 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PhilippeWeidmann/ToastView.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/PhilippeWeidmann/ToastView
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 564087d docs: Update readme
Cloned https://github.com/PhilippeWeidmann/ToastView.git
Revision (git rev-parse @):
564087d21728dc3dd228b6a46eac7aced00ded3e
SUCCESS checkout https://github.com/PhilippeWeidmann/ToastView.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/PhilippeWeidmann/ToastView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/8] Compiling ToastView ToastView.swift
[4/8] Compiling ToastView ToastView+AppKit.swift
[5/8] Compiling ToastView ToastView+SwiftUI.swift
[6/8] Emitting module ToastView
[7/8] Compiling ToastView ToastWindow.swift
[8/8] Compiling ToastView ToastView+UIKit.swift
Build complete! (8.19s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ToastView",
  "name" : "ToastView",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "ToastView",
      "targets" : [
        "ToastView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ToastView",
      "module_type" : "SwiftTarget",
      "name" : "ToastView",
      "path" : "Sources/ToastView",
      "product_memberships" : [
        "ToastView"
      ],
      "sources" : [
        "ToastView+AppKit.swift",
        "ToastView+SwiftUI.swift",
        "ToastView+UIKit.swift",
        "ToastView.swift",
        "ToastWindow.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.