Build Information
Successful build of swift-validated, reference main (065724
), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 21:31:11 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/pointfreeco/swift-validated.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pointfreeco/swift-validated
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 065724c Add `.editorconfig` for consistent code formatting (#19)
Cloned https://github.com/pointfreeco/swift-validated.git
Revision (git rev-parse @):
065724c58df0f7d39d3f22ea92796901a1d2ba75
SUCCESS checkout https://github.com/pointfreeco/swift-validated.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/pointfreeco/swift-validated.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/11] Compiling NonEmpty NonEmpty+RangeReplaceableCollection.swift
[5/11] Compiling NonEmpty NonEmpty+String.swift
[6/11] Compiling NonEmpty NonEmpty+SetAlgebra.swift
[7/11] Compiling NonEmpty NonEmpty+ExpressibleByArrayLiteral.swift
[8/11] Compiling NonEmpty NonEmpty+ExpressibleByDictionaryLiteral.swift
[9/11] Emitting module NonEmpty
[10/11] Compiling NonEmpty NonEmpty+Dictionary.swift
[11/11] Compiling NonEmpty NonEmpty.swift
[12/14] Compiling Validated Validated.swift
[13/14] Compiling Validated Zips.swift
[14/14] Emitting module Validated
Build complete! (3.22s)
Fetching https://github.com/pointfreeco/swift-nonempty.git
[1/1124] Fetching swift-nonempty
Fetched https://github.com/pointfreeco/swift-nonempty.git from cache (0.81s)
Computing version for https://github.com/pointfreeco/swift-nonempty.git
Computed https://github.com/pointfreeco/swift-nonempty.git at 0.5.0 (1.38s)
Creating working copy for https://github.com/pointfreeco/swift-nonempty.git
Working copy of https://github.com/pointfreeco/swift-nonempty.git resolved at 0.5.0
Build complete.
{
"dependencies" : [
{
"identity" : "swift-nonempty",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-nonempty.git"
}
],
"manifest_display_name" : "swift-validated",
"name" : "swift-validated",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Validated",
"targets" : [
"Validated"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ValidatedTests",
"module_type" : "SwiftTarget",
"name" : "ValidatedTests",
"path" : "Tests/ValidatedTests",
"sources" : [
"ValidatedTests.swift"
],
"target_dependencies" : [
"Validated"
],
"type" : "test"
},
{
"c99name" : "Validated",
"module_type" : "SwiftTarget",
"name" : "Validated",
"path" : "Sources/Validated",
"product_dependencies" : [
"NonEmpty"
],
"product_memberships" : [
"Validated"
],
"sources" : [
"Validated.swift",
"Zips.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.