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 ToastView, reference 2.0.0 (9c0c2c), with Swift 6.0 for macOS (SPM) on 8 Feb 2025 17:54:10 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PhilippeWeidmann/ToastView.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/PhilippeWeidmann/ToastView
 * tag               2.0.0      -> FETCH_HEAD
HEAD is now at 9c0c2c4 feat: Swift 6
Cloned https://github.com/PhilippeWeidmann/ToastView.git
Revision (git rev-parse @):
9c0c2c4f709bddde32d393735c0dc14742613a8c
SUCCESS checkout https://github.com/PhilippeWeidmann/ToastView.git at 2.0.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": "toastview",
      "name": "ToastView",
      "url": "https://github.com/PhilippeWeidmann/ToastView.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ToastView",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/PhilippeWeidmann/ToastView.git
[1/42] Fetching toastview
Fetched https://github.com/PhilippeWeidmann/ToastView.git from cache (0.72s)
Creating working copy for https://github.com/PhilippeWeidmann/ToastView.git
Working copy of https://github.com/PhilippeWeidmann/ToastView.git resolved at 2.0.0 (9c0c2c4)
warning: '.resolve-product-dependencies': dependency 'toastview' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/PhilippeWeidmann/ToastView.git
https://github.com/PhilippeWeidmann/ToastView.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/8] Compiling ToastView ToastView+UIKit.swift
[4/8] Compiling ToastView ToastView.swift
[5/8] Compiling ToastView ToastView+SwiftUI.swift
[6/8] Compiling ToastView ToastWindow.swift
[7/8] Emitting module ToastView
[8/8] Compiling ToastView ToastView+AppKit.swift
Build complete! (12.49s)
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.