The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-password-validation, reference main (cb6bd6), with Swift 6.1 for Android on 3 Nov 2025 21:05:13 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/coenttb/swift-password-validation.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/coenttb/swift-password-validation
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at cb6bd6f Standardize CI workflows
Cloned https://github.com/coenttb/swift-password-validation.git
Revision (git rev-parse @):
cb6bd6f97ad225405337a4584ac5fbe2e136d331
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/coenttb/swift-password-validation.git at main
========================================
Build
========================================
Selected platform:         android
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.0",
            "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",
        "ReadmeVerificationTests.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-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/coenttb/swift-translating
Fetching https://github.com/pointfreeco/swift-dependencies
[1/941] Fetching swift-translating
[942/7333] Fetching swift-translating, swift-dependencies
Fetched https://github.com/coenttb/swift-translating from cache (0.36s)
[128/6392] Fetching swift-dependencies
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.61s)
Computing version for https://github.com/coenttb/swift-translating
Computed https://github.com/coenttb/swift-translating at 0.3.0 (1.32s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.10.0 (0.68s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/combine-schedulers
[1/883] Fetching swift-concurrency-extras
[443/3405] Fetching swift-concurrency-extras, combine-schedulers
[1583/4697] Fetching swift-concurrency-extras, combine-schedulers, swift-clocks
[2175/10249] Fetching swift-concurrency-extras, combine-schedulers, swift-clocks, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.70s)
[5784/7727] Fetching swift-concurrency-extras, swift-clocks, xctest-dynamic-overlay
[6118/80438] Fetching swift-concurrency-extras, swift-clocks, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (1.22s)
[16297/79555] Fetching swift-clocks, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/swift-clocks from cache (7.59s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (7.60s)
Fetched https://github.com/swiftlang/swift-syntax from cache (7.66s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (8.22s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.54s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.62s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (0.55s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (2.86s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
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.2
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.10.0
Creating working copy for https://github.com/coenttb/swift-translating
Working copy of https://github.com/coenttb/swift-translating resolved at 0.3.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.7.0
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
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
[20/41] Wrapping AST for IssueReportingPackageSupport for debugging
[22/63] Compiling Language exports .swift
[23/63] Compiling IssueReportingTestSupport SwiftTesting.swift
[24/63] Emitting module IssueReportingTestSupport
[25/63] Compiling IssueReporting ErrorReporting.swift
[26/63] Compiling IssueReporting AppHostWarning.swift
[27/63] Emitting module ConcurrencyExtras
[28/64] Compiling IssueReporting TestContext.swift
[29/64] Compiling IssueReporting Unimplemented.swift
[30/66] Compiling ConcurrencyExtras UncheckedSendable.swift
[31/66] Emitting module IssueReporting
[32/66] Compiling IssueReporting WithExpectedIssue.swift
[33/66] Compiling IssueReporting WithIssueContext.swift
[34/66] Compiling IssueReporting RuntimeWarningReporter.swift
[35/66] Compiling IssueReporting ReportIssue.swift
[36/66] Compiling IssueReporting BreakpointReporter.swift
[37/66] Compiling IssueReporting FatalErrorReporter.swift
[38/66] Compiling IssueReporting XCTest.swift
[39/66] Compiling IssueReporting IsTesting.swift
[40/66] Compiling IssueReporting IssueReporter.swift
[41/66] Compiling ConcurrencyExtras MainSerialExecutor.swift
[42/66] Compiling IssueReportingTestSupport XCTest.swift
[43/66] Compiling ConcurrencyExtras Task.swift
[44/66] Compiling ConcurrencyExtras Result.swift
[45/67] Compiling IssueReporting LockIsolated.swift
[46/67] Compiling IssueReporting Rethrows.swift
[47/67] Compiling IssueReporting Deprecations.swift
[48/67] Compiling IssueReporting FailureObserver.swift
[49/67] Compiling ConcurrencyExtras LockIsolated.swift
[50/68] Compiling IssueReporting SwiftTesting.swift
[51/68] Compiling IssueReporting UncheckedSendable.swift
[52/68] Compiling IssueReporting Warn.swift
[61/69] Emitting module Language
[62/77] Wrapping AST for IssueReportingTestSupport for debugging
[63/77] Write Objects.LinkFileList
[65/89] Compiling CombineSchedulers ImmediateScheduler.swift
[66/89] Compiling CombineSchedulers Deprecations.swift
[67/93] Compiling CombineSchedulers UIScheduler.swift
[68/93] Compiling CombineSchedulers UnimplementedScheduler.swift
[69/93] Compiling Clocks SwiftUI.swift
[70/94] Compiling CombineSchedulers UIKit.swift
[71/94] Compiling XCTestDynamicOverlay Exports.swift
[72/94] Compiling CombineSchedulers Timer.swift
[73/94] Emitting module CombineSchedulers
[74/94] Compiling CombineSchedulers AnyScheduler.swift
[75/94] Compiling CombineSchedulers Concurrency.swift
[76/94] Compiling CombineSchedulers Lock.swift
[77/94] Compiling CombineSchedulers NSRecursiveLock.swift
[78/94] Compiling CombineSchedulers SwiftUI.swift
[79/94] Compiling CombineSchedulers TestScheduler.swift
[80/95] Compiling Clocks Lock.swift
[81/95] Compiling Clocks Timer.swift
[82/95] Emitting module Clocks
[83/95] Compiling Clocks ImmediateClock.swift
[84/95] Compiling Clocks AnyClock.swift
[84/95] Linking libIssueReportingTestSupport.so
[87/95] Compiling Clocks _AsyncTimerSequence.swift
[88/95] Compiling Clocks UnimplementedClock.swift
[89/95] Emitting module XCTestDynamicOverlay
[90/95] Compiling XCTestDynamicOverlay Deprecations.swift
[91/96] Compiling Clocks TestClock.swift
[94/121] Emitting module Dependencies
[95/124] Compiling Dependencies OpenURL.swift
[96/124] Compiling Dependencies TimeZone.swift
[97/124] Compiling Dependencies URLSession.swift
[98/124] Compiling Dependencies MainQueue.swift
[99/124] Compiling Dependencies MainRunLoop.swift
[100/124] Compiling Dependencies NotificationCenter.swift
[101/124] Compiling Dependencies UUID.swift
[102/124] Compiling Dependencies WithRandomNumberGenerator.swift
[103/124] Compiling Dependencies AppEntryPoint.swift
[104/124] Compiling Dependencies Deprecations.swift
[105/124] Compiling Dependencies Exports.swift
[106/124] Compiling Dependencies TypeName.swift
[107/124] Compiling Dependencies Date.swift
[108/124] Compiling Dependencies FireAndForget.swift
[109/124] Compiling Dependencies Locale.swift
[110/124] Compiling Dependencies Assert.swift
[111/124] Compiling Dependencies Calendar.swift
[112/124] Compiling Dependencies Clocks.swift
[113/124] Compiling Dependencies Context.swift
[114/124] Compiling Dependencies Dependency.swift
[115/124] Compiling Dependencies DependencyContext.swift
[116/124] Compiling Dependencies DependencyKey.swift
[117/124] Compiling Dependencies DependencyValues.swift
[118/124] Compiling Dependencies PreviewTrait.swift
[119/124] Compiling Dependencies TestTrait.swift
[120/124] Compiling Dependencies WithDependencies.swift
[122/125] Compiling Language Locale.Language.swift
[123/125] Compiling Language Language.locale.swift
[124/125] Compiling Language Language.swift
[125/125] Compiling Language Locale.swift
[127/129] Compiling Translated Translated.swift
[128/129] Compiling Translated extensions.swift
[129/129] Emitting module Translated
[131/138] Compiling TranslatedString TranslatedString.swift
[132/138] Compiling TranslatedString exports.swift
[133/138] Compiling TranslatedString [String].swift
[134/138] Compiling TranslatedString Translations.swift
[135/138] Compiling TranslatedString [Language].swift
[136/138] Compiling TranslatedString Date.swift
[137/138] Compiling TranslatedString NumberingAndSign.swift
[138/138] Emitting module TranslatedString
[140/146] Compiling Translating_Dependencies extensions.swift
[141/146] Compiling Translating_Dependencies LanguagesKey.swift
[142/146] Emitting module Translating_Dependencies
[143/146] Compiling Translating_Dependencies Language.swift
[144/147] Compiling SinglePlural SinglePlural.swift
[145/147] Emitting module SinglePlural
[146/147] Compiling SinglePlural extensions.swift
[149/150] Emitting module DateFormattedLocalized
[150/150] Compiling DateFormattedLocalized DateFormattedLocalized.swift
[152/160] Emitting module Translating
[153/160] Compiling Translating [TranslatedString].swift
[154/161] Compiling Translating [String].swift
[155/161] Compiling Translating TranslatedString.swift
[156/161] Compiling Translating Translated.init (english non-optional).swift
[157/161] Compiling Translating Translated.init.swift
[158/161] Compiling Translating exports.swift
[159/161] Compiling Translating Date.swift
[160/161] Compiling Translating DateComponents.swift
[161/161] Compiling Translating String.swift
[163/166] Emitting module PasswordValidation
[164/166] Compiling PasswordValidation exports.swift
[165/166] Compiling PasswordValidation PasswordValidation.swift
[166/166] Compiling PasswordValidation PasswordValidation+Dependencies.swift
Build complete! (105.85s)
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.0",
            "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",
        "ReadmeVerificationTests.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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.