Build Information
Successful build of ValidationKit, reference main (1e61d2
), with Swift 6.2 (beta) for Android on 24 Jun 2025 10:18:05 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
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: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/Q42/ValidationKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/5] Copying Localizable.strings
[0/5] Write sources
[1/5] Copying Info.plist
[4/5] Write swift-version-8C5A4AE7A8CE2BA.txt
[6/17] Emitting module ValidationKit
[7/18] Compiling ValidationKit Validator+String.swift
[8/18] Compiling ValidationKit Validator+Selection.swift
[9/18] Compiling ValidationKit Validator.swift
[10/18] Compiling ValidationKit Validator+Accepted.swift
[11/18] Compiling ValidationKit ValidationError.swift
[12/18] Compiling ValidationKit ValidationResult.swift
[13/18] Compiling ValidationKit Validator+None.swift
[14/18] Compiling ValidationKit Validator+Date.swift
[15/18] Compiling ValidationKit Validator+Email.swift
[16/18] Compiling ValidationKit Validator+Empty.swift
[17/18] Compiling ValidationKit Validator+Length.swift
[18/18] Compiling ValidationKit resource_bundle_accessor.swift
Build complete! (24.01s)
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"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.