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, reference 2.0.2 (bd5449), with Swift 6.0 for Linux on 29 Nov 2024 07:50:48 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xLeif/Plugin.git
Reference: 2.0.2
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/0xLeif/Plugin
 * tag               2.0.2      -> FETCH_HEAD
HEAD is now at bd5449f Promote public to open
Cloned https://github.com/0xLeif/Plugin.git
Revision (git rev-parse @):
bd5449fc40720589881bacb4ed7373ddfcb2d214
SUCCESS checkout https://github.com/0xLeif/Plugin.git at 2.0.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/0xLeif/Plugin.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/0xLeif/Fork
[1/484] Fetching fork
Fetched https://github.com/0xLeif/Fork from cache (0.20s)
Computing version for https://github.com/0xLeif/Fork
Computed https://github.com/0xLeif/Fork at 1.3.0 (0.42s)
Creating working copy for https://github.com/0xLeif/Fork
Working copy of https://github.com/0xLeif/Fork resolved at 1.3.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/12] Emitting module Fork
[5/12] Compiling Fork KeyPathActor.swift
[6/12] Compiling Fork BatchedForkedArray.swift
[7/13] Compiling Fork ForkedActor.swift
[8/13] Compiling Fork Sequence+BatchedForkedArray.swift
[9/13] Compiling Fork Actor+ForkedActor.swift
[10/13] Compiling Fork Task+Fork.swift
[11/13] Compiling Fork Sequence+ForkedArray.swift
[12/13] Compiling Fork Fork.swift
[13/13] Compiling Fork ForkedArray.swift
[15/19] Compiling Plugin Plugin.swift
[16/19] Emitting module Plugin
[17/19] Compiling Plugin ImmutablePluginable.swift
[18/19] Compiling Plugin ImmutablePlugin.swift
[19/19] Compiling Plugin Pluginable.swift
Build complete! (6.42s)
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" : "/host/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"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.