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 Plugins, reference master (6116ac), with Swift 5.9 for macOS (SPM) on 9 Dec 2024 21:17:31 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.58.5
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Jomy10/Plugins.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Jomy10/Plugins
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 6116ac9 libExt static computed property
Cloned https://github.com/Jomy10/Plugins.git
Revision (git rev-parse @):
6116ac9dd7832ec4b081230edb1df39f638141d1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Jomy10/Plugins.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/Jomy10/Plugins.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/2] Compiling Plugins Plugins.swift
[2/2] Emitting module Plugins
Build complete! (6.40s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Plugins",
  "name" : "Plugins",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Plugins",
      "targets" : [
        "Plugins"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PluginsTests",
      "module_type" : "SwiftTarget",
      "name" : "PluginsTests",
      "path" : "Tests/PluginsTests",
      "sources" : [
        "PluginsTests.swift"
      ],
      "target_dependencies" : [
        "Plugins"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Plugins",
      "module_type" : "SwiftTarget",
      "name" : "Plugins",
      "path" : "Sources/Plugins",
      "product_memberships" : [
        "Plugins"
      ],
      "sources" : [
        "Plugins.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.