The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of ValidationKit, reference main (1e61d2), with Swift 6.1 for Linux on 4 Jun 2025 18:56:24 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Q42/ValidationKit.git
Reference: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1e61d24 Update GitHub Actions steps to their latest versions
Cloned https://github.com/Q42/ValidationKit.git
Revision (git rev-parse @):
1e61d241b10bb76ede19200b03cf1dc2b6f71f7b
SUCCESS checkout https://github.com/Q42/ValidationKit.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Q42/ValidationKit.git
https://github.com/Q42/ValidationKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/5] Write sources
[1/5] Copying Localizable.strings
[1/5] Copying Info.plist
[1/5] Copying Localizable.strings
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/17] Compiling ValidationKit Validator+Date.swift
[7/17] Compiling ValidationKit Validator+Email.swift
[8/18] Compiling ValidationKit Validator+None.swift
[9/18] Compiling ValidationKit Validator+Selection.swift
[10/18] Compiling ValidationKit Validator+String.swift
[11/18] Compiling ValidationKit Validator+Empty.swift
[12/18] Compiling ValidationKit Validator+Length.swift
[13/18] Emitting module ValidationKit
[14/18] Compiling ValidationKit ValidationError.swift
[15/18] Compiling ValidationKit ValidationResult.swift
[16/18] Compiling ValidationKit Validator.swift
[17/18] Compiling ValidationKit Validator+Accepted.swift
[18/18] Compiling ValidationKit resource_bundle_accessor.swift
Build complete! (14.13s)
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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.