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 ValidationKit, reference 1.1.0 (5904be), with Swift 6.0 for Linux on 5 Nov 2024 06:05:17 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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Q42/ValidationKit.git
Reference: 1.1.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/Q42/ValidationKit
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 5904bed ValidationKit 1.1.0
Cloned https://github.com/Q42/ValidationKit.git
Revision (git rev-parse @):
5904bed0696f197c49e52a93f882d83e7774b922
SUCCESS checkout https://github.com/Q42/ValidationKit.git at 1.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/Q42/ValidationKit.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 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
Building for debugging...
[0/5] Write sources
[0/5] Copying Localizable.strings
[0/5] Copying Info.plist
[3/5] Copying Localizable.strings
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/17] Compiling ValidationKit Validator+String.swift
[7/17] Compiling ValidationKit Validator+Selection.swift
[8/17] Compiling ValidationKit Validator+None.swift
[9/18] Compiling ValidationKit resource_bundle_accessor.swift
[10/18] Emitting module ValidationKit
[11/18] Compiling ValidationKit Validator+Date.swift
[12/18] Compiling ValidationKit Validator+Email.swift
[13/18] Compiling ValidationKit ValidationError.swift
[14/18] Compiling ValidationKit ValidationResult.swift
[15/18] Compiling ValidationKit Validator.swift
[16/18] Compiling ValidationKit Validator+Accepted.swift
[17/18] Compiling ValidationKit Validator+Empty.swift
[18/18] Compiling ValidationKit Validator+Length.swift
Build complete! (11.30s)
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "ValidationKit",
  "name" : "ValidationKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ValidationKit",
      "targets" : [
        "ValidationKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ValidationKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ValidationKitTests",
      "path" : "Tests/ValidationKitTests",
      "sources" : [
        "AcceptedTests.swift",
        "DateTests.swift",
        "EmailTests.swift",
        "EmptyTests.swift",
        "LengthTests.swift",
        "OperatorTests.swift",
        "SelectionTests.swift",
        "StringTests.swift"
      ],
      "target_dependencies" : [
        "ValidationKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ValidationKit",
      "module_type" : "SwiftTarget",
      "name" : "ValidationKit",
      "path" : "Sources/ValidationKit",
      "product_memberships" : [
        "ValidationKit"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/ValidationKit/Resources/en.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/ValidationKit/Resources/nl.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "nl"
            }
          }
        }
      ],
      "sources" : [
        "ValidationError.swift",
        "ValidationResult.swift",
        "Validator.swift",
        "Validators/Validator+Accepted.swift",
        "Validators/Validator+Date.swift",
        "Validators/Validator+Email.swift",
        "Validators/Validator+Empty.swift",
        "Validators/Validator+Length.swift",
        "Validators/Validator+None.swift",
        "Validators/Validator+Selection.swift",
        "Validators/Validator+String.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
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.