Build Information
Successful build of Valid8, reference main (5dc8cf), with Swift 6.2 for macOS (SPM) on 30 Jun 2025 16:09:51 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/emadhegab/Valid8.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/emadhegab/Valid8
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5dc8cf6 Update README.md
Cloned https://github.com/emadhegab/Valid8.git
Revision (git rev-parse @):
5dc8cf6e721aec2942dc3cbe62333101be0437d3
SUCCESS checkout https://github.com/emadhegab/Valid8.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/emadhegab/Valid8.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/5] Compiling Valid8 Rule.swift
[4/5] Emitting module Valid8
[5/5] Compiling Valid8 Valid8.swift
Build complete! (0.68s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Valid8",
"name" : "Valid8",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Valid8",
"targets" : [
"Valid8"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Valid8Tests",
"module_type" : "SwiftTarget",
"name" : "Valid8Tests",
"path" : "Tests/Valid8Tests",
"sources" : [
"Valid8Tests.swift"
],
"target_dependencies" : [
"Valid8"
],
"type" : "test"
},
{
"c99name" : "Valid8",
"module_type" : "SwiftTarget",
"name" : "Valid8",
"path" : "Sources/Valid8",
"product_memberships" : [
"Valid8"
],
"sources" : [
"Rule.swift",
"Valid8.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.