This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 Plugin with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xLeif/Plugin.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xLeif/Plugin
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ae23e20 Update docc.yml
Cloned https://github.com/0xLeif/Plugin.git
Revision (git rev-parse @):
ae23e20b863e0bc2b21fb4d6d359778d5c970873
SUCCESS checkout https://github.com/0xLeif/Plugin.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/0xLeif/Plugin.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-6F35C1178C84523A.txt
[4/13] Compiling Fork ForkedActor.swift
[5/13] Compiling Fork ForkedArray.swift
[6/13] Compiling Fork Fork.swift
[7/13] Compiling Fork Task+Fork.swift
[8/13] Compiling Fork Sequence+ForkedArray.swift
[9/13] Compiling Fork Actor+ForkedActor.swift
[10/13] Compiling Fork BatchedForkedArray.swift
[11/13] Compiling Fork KeyPathActor.swift
[12/13] Compiling Fork Sequence+BatchedForkedArray.swift
[13/13] Emitting module Fork
[14/18] Compiling Plugin Plugin.swift
[15/18] Compiling Plugin ImmutablePluginable.swift
[16/18] Compiling Plugin ImmutablePlugin.swift
[17/18] Compiling Plugin Pluginable.swift
[18/18] Emitting module Plugin
Build complete! (9.13s)
Fetching https://github.com/0xLeif/Fork
[1/381] Fetching fork
Fetched https://github.com/0xLeif/Fork from cache (0.81s)
Computing version for https://github.com/0xLeif/Fork
Computed https://github.com/0xLeif/Fork at 1.3.0 (0.66s)
Creating working copy for https://github.com/0xLeif/Fork
Working copy of https://github.com/0xLeif/Fork resolved at 1.3.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "fork",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/0xLeif/Fork"
    }
  ],
  "manifest_display_name" : "Plugin",
  "name" : "Plugin",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Plugin",
      "targets" : [
        "Plugin"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PluginTests",
      "module_type" : "SwiftTarget",
      "name" : "PluginTests",
      "path" : "Tests/PluginTests",
      "sources" : [
        "PluginTests.swift"
      ],
      "target_dependencies" : [
        "Plugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Plugin",
      "module_type" : "SwiftTarget",
      "name" : "Plugin",
      "path" : "Sources/Plugin",
      "product_dependencies" : [
        "Fork"
      ],
      "product_memberships" : [
        "Plugin"
      ],
      "sources" : [
        "ImmutablePlugin.swift",
        "ImmutablePluginable.swift",
        "Plugin.swift",
        "Pluginable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.