Build Information
Successful build of PerfectLib, reference 4.0.1 (859e69
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 21:16:15 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/perfectlysoft/perfect.git
Reference: 4.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/perfectlysoft/perfect
* tag 4.0.1 -> FETCH_HEAD
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 4.0.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/perfectlysoft/perfect.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/12] Compiling PerfectLib SysProcess.swift
[4/12] Compiling PerfectLib JSONConvertible.swift
[5/12] Compiling PerfectLib Log.swift
[6/12] Compiling PerfectLib Dir.swift
[7/12] Compiling PerfectLib Bytes.swift
[8/12] Emitting module PerfectLib
[9/12] Compiling PerfectLib File.swift
[10/12] Compiling PerfectLib Utilities.swift
[11/12] Compiling PerfectLib PerfectError.swift
[12/12] Compiling PerfectLib PerfectServer.swift
Build complete! (3.47s)
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.