Build Information
Successful build of Validations, reference main (aba133), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 15:29:40 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/siemensikkema/Validations.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/siemensikkema/Validations
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at aba1336 Bump decoded (#1)
Cloned https://github.com/siemensikkema/Validations.git
Revision (git rev-parse @):
aba1336f91bc200f8c99db994fbd7ede2b431bd9
SUCCESS checkout https://github.com/siemensikkema/Validations.git at main
Fetching https://github.com/siemensikkema/Decoded.git
[1/735] Fetching decoded
Fetched https://github.com/siemensikkema/Decoded.git from cache (0.80s)
Computing version for https://github.com/siemensikkema/Decoded.git
Computed https://github.com/siemensikkema/Decoded.git at 0.5.0 (1.49s)
Creating working copy for https://github.com/siemensikkema/Decoded.git
Working copy of https://github.com/siemensikkema/Decoded.git resolved at 0.5.0
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "validations",
"name": "Validations",
"url": "https://github.com/siemensikkema/Validations.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Validations",
"traits": [
"default"
],
"dependencies": [
{
"identity": "decoded",
"name": "Decoded",
"url": "https://github.com/siemensikkema/Decoded.git",
"version": "0.5.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Decoded",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/siemensikkema/Validations.git
[1/1789] Fetching validations
Fetched https://github.com/siemensikkema/Validations.git from cache (0.84s)
Fetching https://github.com/siemensikkema/Decoded.git from cache
Fetched https://github.com/siemensikkema/Decoded.git from cache (0.45s)
Computing version for https://github.com/siemensikkema/Decoded.git
Computed https://github.com/siemensikkema/Decoded.git at 0.5.0 (0.52s)
Creating working copy for https://github.com/siemensikkema/Validations.git
Working copy of https://github.com/siemensikkema/Validations.git resolved at main (aba1336)
Creating working copy for https://github.com/siemensikkema/Decoded.git
Working copy of https://github.com/siemensikkema/Decoded.git resolved at 0.5.0
warning: '.resolve-product-dependencies': dependency 'validations' is not used by any target
Found 1 product dependencies
- Decoded
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/siemensikkema/Validations.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/11] Compiling Decoded Unwrappable.swift
[5/11] Compiling Decoded DecodingResult.swift
[6/11] Compiling Decoded DecodingSuccess.swift
[7/11] Compiling Decoded CodingPath.swift
[8/11] Compiling Decoded DecodingFailure.swift
[9/11] Emitting module Decoded
[10/11] Compiling Decoded AnyCodingKey.swift
[11/11] Compiling Decoded Decoded.swift
[12/29] Compiling Validations ValidEmail.swift
[13/30] Compiling Validations IsAbsent.swift
[14/30] Compiling Validations IsEqual.swift
[15/30] Compiling Validations IsNil.swift
[16/30] Compiling Validations IsNotEqual.swift
[17/30] Compiling Validations ValidatorExpressible.swift
[18/30] Compiling Validations InRange.swift
[19/30] Compiling Validations Validated.swift
[20/30] Compiling Validations ValidationFailure.swift
[21/30] Compiling Validations Decoded+Validations.swift
[22/30] Compiling Validations KeyedFailure.swift
[23/30] Compiling Validations KeyedSuccess.swift
[24/30] Compiling Validations PartialRangeAfter.swift
[25/30] Compiling Validations KeyedFailures.swift
[26/30] Compiling Validations KeyedFailuresRepresentable.swift
[27/30] Emitting module Validations
[28/30] Compiling Validations Validator.swift
[29/30] Compiling Validations ValidatorBuilder.swift
[30/30] Compiling Validations operators.swift
Build complete! (1.72s)
Build complete.
{
"dependencies" : [
{
"identity" : "decoded",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/siemensikkema/Decoded.git"
}
],
"manifest_display_name" : "Validations",
"name" : "Validations",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Validations",
"targets" : [
"Validations"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ValidationsTests",
"module_type" : "SwiftTarget",
"name" : "ValidationsTests",
"path" : "Tests/ValidationsTests",
"sources" : [
"KeyedFailuresTests.swift",
"ValidatedTests.swift",
"ValidationsTestCase.swift",
"ValidationsTests.swift",
"ValidatorTests.swift"
],
"target_dependencies" : [
"Validations"
],
"type" : "test"
},
{
"c99name" : "Validations",
"module_type" : "SwiftTarget",
"name" : "Validations",
"path" : "Sources/Validations",
"product_dependencies" : [
"Decoded"
],
"product_memberships" : [
"Validations"
],
"sources" : [
"Decoded+Validations.swift",
"KeyedFailure.swift",
"KeyedFailures.swift",
"KeyedFailuresRepresentable.swift",
"KeyedSuccess.swift",
"PartialRangeAfter.swift",
"Validated.swift",
"ValidationFailure.swift",
"Validator.swift",
"ValidatorBuilder.swift",
"ValidatorExpressible.swift",
"Validators/InRange.swift",
"Validators/IsAbsent.swift",
"Validators/IsEqual.swift",
"Validators/IsNil.swift",
"Validators/IsNotEqual.swift",
"Validators/ValidEmail.swift",
"Validators/operators.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.