Build Information
Successful build of Valid8, reference main (5dc8cf), with Swift 6.1 for macOS (SPM) on 30 Jun 2025 16:09:10 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .statsBuild 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
========================================
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": "valid8",
"name": "Valid8",
"url": "https://github.com/emadhegab/Valid8.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Valid8",
"dependencies": [
]
}
]
}
Fetching https://github.com/emadhegab/Valid8.git
[1/28] Fetching valid8
Fetched https://github.com/emadhegab/Valid8.git from cache (0.59s)
Creating working copy for https://github.com/emadhegab/Valid8.git
Working copy of https://github.com/emadhegab/Valid8.git resolved at main (5dc8cf6)
warning: '.resolve-product-dependencies': dependency 'valid8' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/emadhegab/Valid8.git
https://github.com/emadhegab/Valid8.git
{
"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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/5] Emitting module Valid8
[4/5] Compiling Valid8 Valid8.swift
[5/5] Compiling Valid8 Rule.swift
Build complete! (0.76s)
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.