The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of ToastKit, reference main (23ffd5), with Swift 6.0 for macOS (SPM) on 19 Apr 2025 23:18:16 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/Desp0o/ToastKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Desp0o/ToastKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 23ffd58 Update README.md
Cloned https://github.com/Desp0o/ToastKit.git
Revision (git rev-parse @):
23ffd585819d4a2771e84bb3982a9149d1148ede
SUCCESS checkout https://github.com/Desp0o/ToastKit.git at main
========================================
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": "toastkit",
      "name": "ToastKit",
      "url": "https://github.com/Desp0o/ToastKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ToastKit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Desp0o/ToastKit.git
[1/139] Fetching toastkit
Fetched https://github.com/Desp0o/ToastKit.git from cache (0.72s)
Creating working copy for https://github.com/Desp0o/ToastKit.git
Working copy of https://github.com/Desp0o/ToastKit.git resolved at main (23ffd58)
warning: '.resolve-product-dependencies': dependency 'toastkit' 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/Desp0o/ToastKit.git
https://github.com/Desp0o/ToastKit.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ToastKit",
  "name" : "ToastKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ToastKit",
      "targets" : [
        "ToastKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ToastKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ToastKitTests",
      "path" : "Tests/ToastKitTests",
      "sources" : [
        "EnumsTests.swift",
        "ToastStackTests.swift"
      ],
      "target_dependencies" : [
        "ToastKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ToastKit",
      "module_type" : "SwiftTarget",
      "name" : "ToastKit",
      "path" : "Sources/ToastKit",
      "product_memberships" : [
        "ToastKit"
      ],
      "sources" : [
        "Enums/ToastEnums.swift",
        "Extensions/Extension+View.swift",
        "ToastKit.swift",
        "ToastModifier.swift",
        "ToastStack/ToastItemModel.swift",
        "ToastStack/ToastStackManager.swift",
        "ToastStack/ToastStackView.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/10] Compiling ToastKit ToastStackView.swift
[4/10] Compiling ToastKit Extension+View.swift
[5/10] Compiling ToastKit ToastStackManager.swift
[6/10] Compiling ToastKit ToastItemModel.swift
[7/10] Compiling ToastKit ToastKit.swift
[8/10] Compiling ToastKit ToastEnums.swift
[9/10] Emitting module ToastKit
[10/10] Compiling ToastKit ToastModifier.swift
Build complete! (19.40s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ToastKit",
  "name" : "ToastKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ToastKit",
      "targets" : [
        "ToastKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ToastKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ToastKitTests",
      "path" : "Tests/ToastKitTests",
      "sources" : [
        "EnumsTests.swift",
        "ToastStackTests.swift"
      ],
      "target_dependencies" : [
        "ToastKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ToastKit",
      "module_type" : "SwiftTarget",
      "name" : "ToastKit",
      "path" : "Sources/ToastKit",
      "product_memberships" : [
        "ToastKit"
      ],
      "sources" : [
        "Enums/ToastEnums.swift",
        "Extensions/Extension+View.swift",
        "ToastKit.swift",
        "ToastModifier.swift",
        "ToastStack/ToastItemModel.swift",
        "ToastStack/ToastStackManager.swift",
        "ToastStack/ToastStackView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.