Build Information
Successful build of ValidatedPropertyKit, reference 0.0.7 (2e679b), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 11:26:26 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/SvenTiigi/ValidatedPropertyKit.git
Reference: 0.0.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SvenTiigi/ValidatedPropertyKit
* tag 0.0.7 -> FETCH_HEAD
HEAD is now at 2e679bf Make setter nonmutating
Cloned https://github.com/SvenTiigi/ValidatedPropertyKit.git
Revision (git rev-parse @):
2e679bf96ef8b692c6b10cb01e143fd86e36f58f
SUCCESS checkout https://github.com/SvenTiigi/ValidatedPropertyKit.git at 0.0.7
========================================
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": "validatedpropertykit",
"name": "ValidatedPropertyKit",
"url": "https://github.com/SvenTiigi/ValidatedPropertyKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ValidatedPropertyKit",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/SvenTiigi/ValidatedPropertyKit.git
[1/689] Fetching validatedpropertykit
Fetched https://github.com/SvenTiigi/ValidatedPropertyKit.git from cache (0.91s)
Creating working copy for https://github.com/SvenTiigi/ValidatedPropertyKit.git
Working copy of https://github.com/SvenTiigi/ValidatedPropertyKit.git resolved at 0.0.7 (2e679bf)
warning: '.resolve-product-dependencies': dependency 'validatedpropertykit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/SvenTiigi/ValidatedPropertyKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/16] Compiling ValidatedPropertyKit Validation+KeyPath.swift
[4/16] Compiling ValidatedPropertyKit Validation+ComparisonOperators.swift
[5/16] Compiling ValidatedPropertyKit Validation+Constant.swift
[6/17] Compiling ValidatedPropertyKit Validation+Sequence.swift
[7/17] Compiling ValidatedPropertyKit Validation+LogicalOperators.swift
[8/17] Compiling ValidatedPropertyKit Validation+Collection.swift
[9/17] Compiling ValidatedPropertyKit Validation+Comparable.swift
[10/17] Compiling ValidatedPropertyKit Validation+Equatable.swift
[11/17] Compiling ValidatedPropertyKit Validation+String.swift
[12/17] Compiling ValidatedPropertyKit Validation.swift
[13/17] Compiling ValidatedPropertyKit Validated.swift
[14/17] Compiling ValidatedPropertyKit Validation+BinaryInteger.swift
[15/17] Compiling ValidatedPropertyKit View+validated.swift
[16/17] Compiling ValidatedPropertyKit Validatable.swift
[17/17] Emitting module ValidatedPropertyKit
Build complete! (8.57s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ValidatedPropertyKit",
"name" : "ValidatedPropertyKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "ValidatedPropertyKit",
"targets" : [
"ValidatedPropertyKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ValidatedPropertyKitTests",
"module_type" : "SwiftTarget",
"name" : "ValidatedPropertyKitTests",
"path" : "Tests",
"sources" : [
"ValidationCollectionTests.swift",
"ValidationComparableTests.swift",
"ValidationEquatableTests.swift",
"ValidationSequenceTests.swift",
"ValidationStringTests.swift"
],
"target_dependencies" : [
"ValidatedPropertyKit"
],
"type" : "test"
},
{
"c99name" : "ValidatedPropertyKit",
"module_type" : "SwiftTarget",
"name" : "ValidatedPropertyKit",
"path" : "Sources",
"product_memberships" : [
"ValidatedPropertyKit"
],
"sources" : [
"SwiftUI/View+validated.swift",
"Validatable/Validatable.swift",
"Validated.swift",
"Validation/Validation+BinaryInteger.swift",
"Validation/Validation+Collection.swift",
"Validation/Validation+Comparable.swift",
"Validation/Validation+ComparisonOperators.swift",
"Validation/Validation+Constant.swift",
"Validation/Validation+Equatable.swift",
"Validation/Validation+KeyPath.swift",
"Validation/Validation+LogicalOperators.swift",
"Validation/Validation+Sequence.swift",
"Validation/Validation+String.swift",
"Validation/Validation.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.