The Swift Package Index logo.Swift Package Index

Build Information

Successful build of MacToastKit, reference 1.0.0 (09418e), with Swift 6.0 for macOS (SPM) on 28 Aug 2025 18:30:12 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/daniyalmaster693/MacToastKit.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/daniyalmaster693/MacToastKit
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 09418ed Updated README.md
Cloned https://github.com/daniyalmaster693/MacToastKit.git
Revision (git rev-parse @):
09418ed3be23b407f01200c45e4bc0dede7d90c0
SUCCESS checkout https://github.com/daniyalmaster693/MacToastKit.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/daniyalmaster693/MacToastKit.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/5] Compiling MacToastKit ToastContentView.swift
[4/5] Compiling MacToastKit MacToastKit.swift
[5/5] Emitting module MacToastKit
Build complete! (8.20s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "MacToastKit",
  "name" : "MacToastKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "MacToastKit",
      "targets" : [
        "MacToastKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MacToastKitTests",
      "module_type" : "SwiftTarget",
      "name" : "MacToastKitTests",
      "path" : "Tests/MacToastKitTests",
      "sources" : [
        "MacToastKitTests.swift"
      ],
      "target_dependencies" : [
        "MacToastKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MacToastKit",
      "module_type" : "SwiftTarget",
      "name" : "MacToastKit",
      "path" : "Sources/MacToastKit",
      "product_memberships" : [
        "MacToastKit"
      ],
      "sources" : [
        "MacToastKit.swift",
        "ToastContentView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.