Build Information
Successful build of ValidatorKit, reference main (6cd9d1), with Swift 6.2 for macOS (SPM) on 4 Mar 2026 18:35:17 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jonacruz/ValidatorKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jonacruz/ValidatorKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6cd9d1b [FEAT]: Add new rules
Cloned https://github.com/jonacruz/ValidatorKit.git
Revision (git rev-parse @):
6cd9d1ba3377cdf4f42d7534371ebf2f5fe51e60
SUCCESS checkout https://github.com/jonacruz/ValidatorKit.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "validatorkit",
"name": "ValidatorKit",
"url": "https://github.com/jonacruz/ValidatorKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ValidatorKit",
"dependencies": [
]
}
]
}
Fetching https://github.com/jonacruz/ValidatorKit.git
[1/58] Fetching validatorkit
Fetched https://github.com/jonacruz/ValidatorKit.git from cache (0.73s)
Creating working copy for https://github.com/jonacruz/ValidatorKit.git
Working copy of https://github.com/jonacruz/ValidatorKit.git resolved at main (6cd9d1b)
warning: '.resolve-product-dependencies': dependency 'validatorkit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/jonacruz/ValidatorKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/12] Compiling ValidatorKit Validator.swift
[4/12] Compiling ValidatorKit ComparatorRules.swift
[5/12] Compiling ValidatorKit ValidationResult.swift
[6/12] Compiling ValidatorKit NumericRules.swift
[7/12] Compiling ValidatorKit ValidationRule.swift
[8/12] Compiling ValidatorKit Validator+Presets.swift
[9/12] Compiling ValidatorKit CommonRules.swift
[10/12] Compiling ValidatorKit ConditionalRule.swift
[11/12] Compiling ValidatorKit StringRules.swift
[12/12] Emitting module ValidatorKit
[13/13] Compiling ValidatorKit ValidatedField.swift
Build complete! (9.90s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ValidatorKit",
"name" : "ValidatorKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ValidatorKit",
"targets" : [
"ValidatorKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ValidatorKitTests",
"module_type" : "SwiftTarget",
"name" : "ValidatorKitTests",
"path" : "Tests/ValidatorKitTests",
"sources" : [
"ValidatorKitTests.swift"
],
"target_dependencies" : [
"ValidatorKit"
],
"type" : "test"
},
{
"c99name" : "ValidatorKit",
"module_type" : "SwiftTarget",
"name" : "ValidatorKit",
"path" : "Sources/ValidatorKit",
"product_memberships" : [
"ValidatorKit"
],
"sources" : [
"Core/ValidationResult.swift",
"Core/ValidationRule.swift",
"Core/Validator+Presets.swift",
"Core/Validator.swift",
"Rules/CommonRules.swift",
"Rules/ComparatorRules.swift",
"Rules/ConditionalRule.swift",
"Rules/NumericRules.swift",
"Rules/StringRules.swift",
"SwiftUI/ValidatedField.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Done.