Build Information
Successful build of swift-valid, reference v0.1.0 (7fbeda), with Swift 6.2 for macOS (SPM) on 4 Jan 2026 20:52:06 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/CorvidLabs/swift-valid.git
Reference: v0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CorvidLabs/swift-valid
* tag v0.1.0 -> FETCH_HEAD
HEAD is now at 7fbeda5 docs: update documentation comment format
Cloned https://github.com/CorvidLabs/swift-valid.git
Revision (git rev-parse @):
7fbeda5022680f72419110c56fe3cba9fb3c6c7a
SUCCESS checkout https://github.com/CorvidLabs/swift-valid.git at v0.1.0
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/2158] Fetching swift-docc-plugin
[239/5790] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.18s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.18s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (3.92s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.69s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
========================================
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": "swift-valid",
"name": "swift-valid",
"url": "https://github.com/CorvidLabs/swift-valid.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-valid",
"dependencies": [
]
}
]
}
Fetching https://github.com/CorvidLabs/swift-valid.git
[1/106] Fetching swift-valid
Fetched https://github.com/CorvidLabs/swift-valid.git from cache (0.67s)
Creating working copy for https://github.com/CorvidLabs/swift-valid.git
Working copy of https://github.com/CorvidLabs/swift-valid.git resolved at v0.1.0 (7fbeda5)
warning: '.resolve-product-dependencies': dependency 'swift-valid' 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/CorvidLabs/swift-valid.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-49B95AFC49DCD68C.txt
[5/16] Compiling Valid NumericValidation.swift
[6/17] Compiling Valid PropertyValidator.swift
[7/17] Compiling Valid ValidError.swift
[8/17] Compiling Valid Validatable.swift
[9/17] Compiling Valid ValidationResult.swift
[10/17] Compiling Valid Validator.swift
[11/17] Compiling Valid OrValidator.swift
[12/17] Compiling Valid AnyValidator.swift
[13/17] Compiling Valid AndValidator.swift
[14/17] Compiling Valid NotValidator.swift
[15/17] Emitting module Valid
[16/17] Compiling Valid CollectionValidation.swift
[17/17] Compiling Valid StringValidation.swift
Build complete! (14.30s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
}
],
"manifest_display_name" : "swift-valid",
"name" : "swift-valid",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Valid",
"targets" : [
"Valid"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "ValidTests",
"module_type" : "SwiftTarget",
"name" : "ValidTests",
"path" : "Tests/ValidTests",
"sources" : [
"CollectionValidationTests.swift",
"CompositionTests.swift",
"NumericValidationTests.swift",
"SchemaTests.swift",
"StringValidationTests.swift"
],
"target_dependencies" : [
"Valid"
],
"type" : "test"
},
{
"c99name" : "Valid",
"module_type" : "SwiftTarget",
"name" : "Valid",
"path" : "Sources/Valid",
"product_memberships" : [
"Valid"
],
"sources" : [
"Composition/AndValidator.swift",
"Composition/NotValidator.swift",
"Composition/OrValidator.swift",
"Core/AnyValidator.swift",
"Core/ValidationResult.swift",
"Core/Validator.swift",
"Schema/PropertyValidator.swift",
"Schema/Validatable.swift",
"ValidError.swift",
"Validators/CollectionValidation.swift",
"Validators/NumericValidation.swift",
"Validators/StringValidation.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.