Build Information
Successful build of PerfectLib, reference master (859e69), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 01:51:32 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/perfectlysoft/perfect.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/perfectlysoft/perfect
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 859e696 Merge pull request #301 from omrd/master
Cloned https://github.com/perfectlysoft/perfect.git
Revision (git rev-parse @):
859e696457fa91a9f998ad94080632f20b47fe58
SUCCESS checkout https://github.com/perfectlysoft/perfect.git at master
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "perfect",
"name": "PerfectLib",
"url": "https://github.com/perfectlysoft/perfect.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/perfect",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/perfectlysoft/perfect.git
[1/10784] Fetching perfect
Fetched https://github.com/perfectlysoft/perfect.git from cache (3.32s)
Creating working copy for https://github.com/perfectlysoft/perfect.git
Working copy of https://github.com/perfectlysoft/perfect.git resolved at master (859e696)
warning: '.resolve-product-dependencies': dependency 'perfect' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/perfectlysoft/perfect.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/12] Emitting module PerfectLib
[4/12] Compiling PerfectLib Utilities.swift
[5/12] Compiling PerfectLib Bytes.swift
[6/12] Compiling PerfectLib Dir.swift
/Users/admin/builder/spi-builder-workspace/Sources/PerfectLib/Dir.swift:139:16: warning: 'readdir_r' is deprecated: This function cannot be used safely as it does not take into account the variability of {NAME_MAX}. It is highly recommended that you use readdir(3) instead. [#DeprecatedDeclaration]
137 | #else
138 | func readDir(_ d: UnsafeMutablePointer<DIR>, _ dirEnt: inout dirent, _ endPtr: UnsafeMutablePointer<UnsafeMutablePointer<dirent>?>!) -> Int32 {
139 | return readdir_r(d, &dirEnt, endPtr)
| `- warning: 'readdir_r' is deprecated: This function cannot be used safely as it does not take into account the variability of {NAME_MAX}. It is highly recommended that you use readdir(3) instead. [#DeprecatedDeclaration]
140 | }
141 | #endif
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[7/12] Compiling PerfectLib SysProcess.swift
[8/12] Compiling PerfectLib File.swift
[9/12] Compiling PerfectLib JSONConvertible.swift
[10/12] Compiling PerfectLib PerfectServer.swift
[11/12] Compiling PerfectLib Log.swift
[12/12] Compiling PerfectLib PerfectError.swift
Build complete! (3.83s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "PerfectLib",
"name" : "PerfectLib",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "PerfectLib",
"targets" : [
"PerfectLib"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PerfectLibTests",
"module_type" : "SwiftTarget",
"name" : "PerfectLibTests",
"path" : "Tests/PerfectLibTests",
"sources" : [
"PerfectLibTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"PerfectLib"
],
"type" : "test"
},
{
"c99name" : "PerfectLib",
"module_type" : "SwiftTarget",
"name" : "PerfectLib",
"path" : "Sources/PerfectLib",
"product_memberships" : [
"PerfectLib"
],
"sources" : [
"Bytes.swift",
"Dir.swift",
"File.swift",
"JSONConvertible.swift",
"Log.swift",
"PerfectError.swift",
"PerfectServer.swift",
"SysProcess.swift",
"Utilities.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.