The Swift Package Index logo.Swift Package Index

Build Information

Successful build of MacToastKit, reference 1.0.0 (09418e), with Swift 6.1 for macOS (SPM) on 28 Aug 2025 18:37:05 UTC.

Swift 6 data race errors: 0

Build Command

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

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
========================================
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": "mactoastkit",
      "name": "MacToastKit",
      "url": "https://github.com/daniyalmaster693/MacToastKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/MacToastKit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/daniyalmaster693/MacToastKit.git
[1/207] Fetching mactoastkit
Fetched https://github.com/daniyalmaster693/MacToastKit.git from cache (1.18s)
Creating working copy for https://github.com/daniyalmaster693/MacToastKit.git
Working copy of https://github.com/daniyalmaster693/MacToastKit.git resolved at 1.0.0 (09418ed)
warning: '.resolve-product-dependencies': dependency 'mactoastkit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/daniyalmaster693/MacToastKit.git
https://github.com/daniyalmaster693/MacToastKit.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.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-2F0A5646E1D333AE.txt
[3/5] Compiling MacToastKit ToastContentView.swift
[4/5] Compiling MacToastKit MacToastKit.swift
[5/5] Emitting module MacToastKit
Build complete! (9.09s)
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.