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 swift-password-validation, reference 0.0.1 (350c84), with Swift 6.1 for Linux on 28 Jul 2025 11:34:13 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/coenttb/swift-password-validation.git
Reference: 0.0.1
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/coenttb/swift-password-validation
 * tag               0.0.1      -> FETCH_HEAD
HEAD is now at 350c846 Initial release: Password validation library with comprehensive features
Cloned https://github.com/coenttb/swift-password-validation.git
Revision (git rev-parse @):
350c846e1aca8cedaf06534c34ab4a3f5db75eea
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/coenttb/swift-password-validation.git at 0.0.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/coenttb/swift-password-validation.git
https://github.com/coenttb/swift-password-validation.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-translating",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/coenttb/swift-translating"
    },
    {
      "identity" : "swift-dependencies",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-dependencies"
    }
  ],
  "manifest_display_name" : "swift-password-validation",
  "name" : "swift-password-validation",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "PasswordValidation",
      "targets" : [
        "PasswordValidation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "PasswordValidation_Tests",
      "module_type" : "SwiftTarget",
      "name" : "PasswordValidation Tests",
      "path" : "Tests/PasswordValidation Tests",
      "product_dependencies" : [
        "DependenciesTestSupport"
      ],
      "sources" : [
        "PasswordValidation Tests.swift"
      ],
      "target_dependencies" : [
        "PasswordValidation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PasswordValidation",
      "module_type" : "SwiftTarget",
      "name" : "PasswordValidation",
      "path" : "Sources/PasswordValidation",
      "product_dependencies" : [
        "Translating",
        "Dependencies"
      ],
      "product_memberships" : [
        "PasswordValidation"
      ],
      "sources" : [
        "PasswordValidation+Dependencies.swift",
        "PasswordValidation.swift",
        "exports.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/coenttb/swift-translating
Fetching https://github.com/pointfreeco/swift-dependencies
[1/840] Fetching swift-translating
[573/7131] Fetching swift-translating, swift-dependencies
Fetched https://github.com/coenttb/swift-translating from cache (1.06s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (1.07s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (2.15s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/2410] Fetching combine-schedulers
[2411/3702] Fetching combine-schedulers, swift-clocks
[2528/75067] Fetching combine-schedulers, swift-clocks, swift-syntax
[2542/75935] Fetching combine-schedulers, swift-clocks, swift-syntax, swift-concurrency-extras
[3641/81417] Fetching combine-schedulers, swift-clocks, swift-syntax, swift-concurrency-extras, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.69s)
[5014/79007] Fetching swift-clocks, swift-syntax, swift-concurrency-extras, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.75s)
[4984/77715] Fetching swift-syntax, swift-concurrency-extras, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.78s)
[6366/76847] Fetching swift-syntax, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (8.96s)
Fetched https://github.com/swiftlang/swift-syntax from cache (9.02s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (9.76s)
Computing version for https://github.com/coenttb/swift-translating
Computed https://github.com/coenttb/swift-translating at 0.1.1 (0.83s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.72s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (2.28s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.0 (1.52s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (3.69s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.6.0
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.2
Creating working copy for https://github.com/coenttb/swift-translating
Working copy of https://github.com/coenttb/swift-translating resolved at 0.1.1
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Building for debugging...
[0/21] Write sources
[16/21] Write swift-version-24593BA9C3E375BF.txt
[18/40] Emitting module IssueReportingPackageSupport
[19/40] Compiling IssueReportingPackageSupport _Test.swift
[21/41] Compiling Language exports .swift
[22/41] Compiling ConcurrencyExtras ActorIsolated.swift
[23/41] Compiling ConcurrencyExtras AnyHashableSendable.swift
[24/41] Emitting module ConcurrencyExtras
[25/42] Compiling ConcurrencyExtras UncheckedSendable.swift
[25/45] Wrapping AST for IssueReportingPackageSupport for debugging
[27/64] Compiling IssueReporting TestContext.swift
[28/64] Compiling IssueReporting Unimplemented.swift
[29/66] Compiling IssueReporting WithExpectedIssue.swift
[30/66] Compiling IssueReporting WithIssueContext.swift
[31/66] Emitting module Language
[32/66] Compiling Language Language.locale.swift
[33/66] Compiling IssueReporting BreakpointReporter.swift
[34/66] Compiling IssueReporting FatalErrorReporter.swift
[35/66] Compiling IssueReporting RuntimeWarningReporter.swift
[36/66] Compiling IssueReporting ReportIssue.swift
[37/66] Compiling Language Language.swift
[38/66] Compiling Language Locale.Language.swift
[39/66] Compiling IssueReportingTestSupport SwiftTesting.swift
[40/66] Emitting module IssueReportingTestSupport
[41/66] Compiling IssueReportingTestSupport XCTest.swift
[42/67] Compiling ConcurrencyExtras LockIsolated.swift
[43/67] Compiling ConcurrencyExtras Task.swift
[44/67] Compiling ConcurrencyExtras MainSerialExecutor.swift
[45/67] Compiling IssueReporting IsTesting.swift
[46/67] Compiling IssueReporting IssueReporter.swift
[47/67] Compiling ConcurrencyExtras Result.swift
[48/67] Compiling IssueReporting Rethrows.swift
[49/67] Compiling IssueReporting XCTest.swift
[55/68] Compiling IssueReporting SwiftTesting.swift
[56/68] Compiling IssueReporting UncheckedSendable.swift
[57/68] Compiling IssueReporting Warn.swift
[58/68] Compiling IssueReporting ErrorReporting.swift
[59/68] Compiling IssueReporting AppHostWarning.swift
[60/68] Compiling IssueReporting Deprecations.swift
[61/68] Compiling IssueReporting FailureObserver.swift
[62/68] Compiling IssueReporting LockIsolated.swift
[64/68] Emitting module IssueReporting
[64/69] Wrapping AST for IssueReportingTestSupport for debugging
[65/69] Write Objects.LinkFileList
[68/92] Emitting module CombineSchedulers
[69/92] Compiling XCTestDynamicOverlay Exports.swift
[69/93] Linking libIssueReportingTestSupport.so
[71/93] Compiling Clocks ImmediateClock.swift
[72/93] Compiling Clocks Lock.swift
[73/94] Compiling CombineSchedulers AnyScheduler.swift
[74/94] Compiling CombineSchedulers Concurrency.swift
[75/94] Compiling CombineSchedulers UIKit.swift
[76/94] Compiling CombineSchedulers UIScheduler.swift
[77/94] Compiling CombineSchedulers ImmediateScheduler.swift
[78/94] Compiling CombineSchedulers Deprecations.swift
[79/94] Compiling CombineSchedulers Lock.swift
[80/94] Compiling CombineSchedulers NSRecursiveLock.swift
[81/94] Compiling Clocks Timer.swift
[82/94] Compiling CombineSchedulers SwiftUI.swift
[83/94] Compiling CombineSchedulers TestScheduler.swift
[84/94] Compiling CombineSchedulers Timer.swift
[85/94] Compiling CombineSchedulers UnimplementedScheduler.swift
[86/95] Compiling Clocks AnyClock.swift
[87/95] Emitting module Clocks
[88/95] Compiling Clocks _AsyncTimerSequence.swift
[90/95] Compiling Clocks SwiftUI.swift
[91/95] Compiling Clocks TestClock.swift
[92/95] Compiling Clocks UnimplementedClock.swift
[93/96] Emitting module XCTestDynamicOverlay
[94/96] Compiling XCTestDynamicOverlay Deprecations.swift
[97/120] Compiling Dependencies Locale.swift
[98/120] Compiling Dependencies MainQueue.swift
[99/120] Compiling Dependencies MainRunLoop.swift
[100/123] Emitting module Dependencies
[101/123] Compiling Dependencies UUID.swift
[102/123] Compiling Dependencies WithRandomNumberGenerator.swift
[103/123] Compiling Dependencies AppEntryPoint.swift
[104/123] Compiling Dependencies Assert.swift
[105/123] Compiling Dependencies Calendar.swift
[106/123] Compiling Dependencies Clocks.swift
[107/123] Compiling Dependencies Deprecations.swift
[108/123] Compiling Dependencies Exports.swift
[109/123] Compiling Dependencies TypeName.swift
[110/123] Compiling Dependencies OpenURL.swift
[111/123] Compiling Dependencies TimeZone.swift
[112/123] Compiling Dependencies URLSession.swift
[113/123] Compiling Dependencies PreviewTrait.swift
[114/123] Compiling Dependencies TestTrait.swift
[115/123] Compiling Dependencies WithDependencies.swift
[116/123] Compiling Dependencies Context.swift
[117/123] Compiling Dependencies Date.swift
[118/123] Compiling Dependencies FireAndForget.swift
[119/123] Compiling Dependencies Dependency.swift
[120/123] Compiling Dependencies DependencyContext.swift
[121/123] Compiling Dependencies DependencyKey.swift
[122/123] Compiling Dependencies DependencyValues.swift
[124/124] Compiling Language Locale.swift
[126/128] Compiling Translated extensions.swift
[127/128] Compiling Translated Translated.swift
[128/128] Emitting module Translated
[130/137] Compiling TranslatedString exports.swift
[131/137] Compiling TranslatedString Date.swift
[132/137] Emitting module TranslatedString
[133/137] Compiling TranslatedString [String].swift
[134/137] Compiling TranslatedString Translations.swift
[135/137] Compiling TranslatedString [Language].swift
[136/137] Compiling TranslatedString TranslatedString.swift
[137/137] Compiling TranslatedString NumberingAndSign.swift
[139/145] Emitting module SinglePlural
[140/145] Compiling SinglePlural SinglePlural.swift
[141/145] Compiling Translating_Dependencies Language.swift
[142/145] Emitting module Translating_Dependencies
[143/145] Compiling Translating_Dependencies LanguagesKey.swift
[144/145] Compiling Translating_Dependencies extensions.swift
[145/146] Compiling SinglePlural extensions.swift
[148/149] Emitting module DateFormattedLocalized
[149/149] Compiling DateFormattedLocalized DateFormattedLocalized.swift
[151/158] Compiling Translating [TranslatedString].swift
[152/159] Emitting module Translating
[153/159] Compiling Translating [String].swift
[154/159] Compiling Translating exports.swift
[155/159] Compiling Translating TranslatedString.swift
[156/159] Compiling Translating Translated.init (english non-optional).swift
[157/159] Compiling Translating Translated.init.swift
[158/159] Compiling Translating Date.swift
[159/159] Compiling Translating String.swift
[161/164] Compiling PasswordValidation exports.swift
[162/164] Compiling PasswordValidation PasswordValidation+Dependencies.swift
[163/164] Compiling PasswordValidation PasswordValidation.swift
[164/164] Emitting module PasswordValidation
Build complete! (117.08s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-translating",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/coenttb/swift-translating"
    },
    {
      "identity" : "swift-dependencies",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-dependencies"
    }
  ],
  "manifest_display_name" : "swift-password-validation",
  "name" : "swift-password-validation",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "PasswordValidation",
      "targets" : [
        "PasswordValidation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "PasswordValidation_Tests",
      "module_type" : "SwiftTarget",
      "name" : "PasswordValidation Tests",
      "path" : "Tests/PasswordValidation Tests",
      "product_dependencies" : [
        "DependenciesTestSupport"
      ],
      "sources" : [
        "PasswordValidation Tests.swift"
      ],
      "target_dependencies" : [
        "PasswordValidation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PasswordValidation",
      "module_type" : "SwiftTarget",
      "name" : "PasswordValidation",
      "path" : "Sources/PasswordValidation",
      "product_dependencies" : [
        "Translating",
        "Dependencies"
      ],
      "product_memberships" : [
        "PasswordValidation"
      ],
      "sources" : [
        "PasswordValidation+Dependencies.swift",
        "PasswordValidation.swift",
        "exports.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.