Build Information
Successful build of ValidatedPropertyKit, reference 0.0.7 (2e679b
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 22:20:31 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/SvenTiigi/ValidatedPropertyKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/16] Compiling ValidatedPropertyKit Validation+Collection.swift
[4/16] Compiling ValidatedPropertyKit Validation+Comparable.swift
[5/17] Compiling ValidatedPropertyKit Validation+Sequence.swift
[6/17] Compiling ValidatedPropertyKit Validation+Equatable.swift
[7/17] Compiling ValidatedPropertyKit Validation+ComparisonOperators.swift
[8/17] Compiling ValidatedPropertyKit Validation+Constant.swift
[9/17] Compiling ValidatedPropertyKit Validation+KeyPath.swift
[10/17] Compiling ValidatedPropertyKit Validation+String.swift
[11/17] Compiling ValidatedPropertyKit Validation+LogicalOperators.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! (7.87s)
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.