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 Wrap, reference 6.0.0 (3b731a), with Swift 6.0 for Linux on 28 Feb 2025 03:35:58 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/VergeGroup/swift-operator-wrap.git
Reference: 6.0.0
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/VergeGroup/swift-operator-wrap
 * tag               6.0.0      -> FETCH_HEAD
HEAD is now at 3b731a1 Update Swift 6 (#6)
Cloned https://github.com/VergeGroup/swift-operator-wrap.git
Revision (git rev-parse @):
3b731a14d9ee74b80bd781bba8c4baac6510d51b
SUCCESS checkout https://github.com/VergeGroup/swift-operator-wrap.git at 6.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/VergeGroup/swift-operator-wrap.git
https://github.com/VergeGroup/swift-operator-wrap.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Wrap",
  "name" : "Wrap",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Wrap",
      "targets" : [
        "Wrap"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "WrapTests",
      "module_type" : "SwiftTarget",
      "name" : "WrapTests",
      "path" : "Tests/WrapTests",
      "sources" : [
        "File.swift"
      ],
      "target_dependencies" : [
        "Wrap"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Wrap",
      "module_type" : "SwiftTarget",
      "name" : "Wrap",
      "path" : "Sources/Wrap",
      "product_memberships" : [
        "Wrap"
      ],
      "sources" : [
        "Wrap.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/4] Emitting module Wrap
[4/4] Compiling Wrap Wrap.swift
Build complete! (4.87s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Wrap",
  "name" : "Wrap",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Wrap",
      "targets" : [
        "Wrap"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "WrapTests",
      "module_type" : "SwiftTarget",
      "name" : "WrapTests",
      "path" : "Tests/WrapTests",
      "sources" : [
        "File.swift"
      ],
      "target_dependencies" : [
        "Wrap"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Wrap",
      "module_type" : "SwiftTarget",
      "name" : "Wrap",
      "path" : "Sources/Wrap",
      "product_memberships" : [
        "Wrap"
      ],
      "sources" : [
        "Wrap.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.