The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TOASTack, reference main (8427c7), with Swift 6.0 for macOS (SPM) on 28 Jan 2026 08:12:51 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ukushu/TOASTack.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ukushu/TOASTack
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8427c7e VStack mode
Cloned https://github.com/ukushu/TOASTack.git
Revision (git rev-parse @):
8427c7ee2615154641e3f6dfa571a9232b4ac1f7
SUCCESS checkout https://github.com/ukushu/TOASTack.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/ukushu/TOASTack.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/19] Compiling TOASTack ToastView.swift
[4/20] Emitting module TOASTack
[5/20] Compiling TOASTack Toast.swift
[6/20] Compiling TOASTack ToastStackConfig.swift
[7/20] Compiling TOASTack ToastStack.swift
[8/20] Compiling TOASTack ToastSample1.swift
[9/20] Compiling TOASTack ToastSample2.swift
[10/20] Compiling TOASTack ThisDevice.swift
[11/20] Compiling TOASTack Color+.swift
[12/20] Compiling TOASTack CRToast.swift
[13/20] Compiling TOASTack CapsuleToast.swift
[14/20] Compiling TOASTack Toaster.swift
[15/20] Compiling TOASTack Array+.swift
[16/20] Compiling TOASTack View+.swift
[17/20] Compiling TOASTack oldToastCode.swift
[18/20] Compiling TOASTack EdgeInsets.swift
[19/20] Compiling TOASTack Text+.swift
[20/20] Compiling TOASTack applyToaster.swift
Build complete! (10.45s)
warning: 'spi-builder-workspace': the target name TOASTack has different case on the filesystem and the Package.swift manifest file
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TOASTack",
  "name" : "TOASTack",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "TOASTack",
      "targets" : [
        "TOASTack"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TOASTack",
      "module_type" : "SwiftTarget",
      "name" : "TOASTack",
      "path" : "Sources/TOASTack",
      "product_memberships" : [
        "TOASTack"
      ],
      "sources" : [
        "Core/Toast.swift",
        "Core/ToastStackConfig.swift",
        "Core/Toaster.swift",
        "Other/Other/Array+.swift",
        "Other/Other/ThisDevice.swift",
        "Other/SwiftUIMore/Color+.swift",
        "Other/SwiftUIMore/EdgeInsets.swift",
        "Other/SwiftUIMore/Text+.swift",
        "Other/SwiftUIMore/View+.swift",
        "Other/zz_oldCode/oldToastCode.swift",
        "Toast_Designs/CRToast.swift",
        "Toast_Designs/CapsuleToast.swift",
        "Toast_Designs/Samples/ToastSample1.swift",
        "Toast_Designs/Samples/ToastSample2.swift",
        "Views/ToastStack.swift",
        "Views/ToastView.swift",
        "applyToaster.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
warning: 'spi-builder-workspace': the target name TOASTack has different case on the filesystem and the Package.swift manifest file
Done.