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 ToastUI, reference main (146e2f), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 22:34:29 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/quanshousio/ToastUI.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/quanshousio/ToastUI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 146e2f5 Merge pull request #38 from quanshousio/4.0.0
Cloned https://github.com/quanshousio/ToastUI.git
Revision (git rev-parse @):
146e2f52c132f681fbf798c8c9f0eb52f021f346
SUCCESS checkout https://github.com/quanshousio/ToastUI.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/quanshousio/ToastUI.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/11] Emitting module ToastUI
[4/11] Compiling ToastUI ToastViewHostingController.swift
[5/11] Compiling ToastUI ToastViewStyle.swift
[6/11] Compiling ToastUI ToastViewController.swift
[7/11] Compiling ToastUI ToastUI.swift
[8/11] Compiling ToastUI ToastViewBridge.swift
[9/11] Compiling ToastUI ToastView.swift
[10/11] Compiling ToastUI DefaultToastViewStyle.swift
[11/11] Compiling ToastUI EnvironmentValues.swift
Build complete! (8.37s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ToastUI",
  "name" : "ToastUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "ToastUI",
      "targets" : [
        "ToastUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ToastUI",
      "module_type" : "SwiftTarget",
      "name" : "ToastUI",
      "path" : "Sources/ToastUI",
      "product_memberships" : [
        "ToastUI"
      ],
      "sources" : [
        "DefaultToastViewStyle.swift",
        "EnvironmentValues.swift",
        "ToastUI.swift",
        "ToastView.swift",
        "ToastViewBridge.swift",
        "ToastViewController.swift",
        "ToastViewHostingController.swift",
        "ToastViewStyle.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.