Build Information
Successful build of PonyExpress, reference main (9d5a3a), with Swift 5.10 for macOS (SPM) on 5 Sep 2025 11:22:06 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adamwulf/PonyExpress.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/adamwulf/PonyExpress
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9d5a3a1 Updating locks to 1.0.1
Cloned https://github.com/adamwulf/PonyExpress.git
Revision (git rev-parse @):
9d5a3a11a6e68e5ba0880be24b9e968dc55a3d9f
SUCCESS checkout https://github.com/adamwulf/PonyExpress.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/adamwulf/PonyExpress.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-33747A42983211AE.txt
[4/13] Compiling Locks ThreadLocal.swift
[5/14] Compiling Locks RecursiveMutex.swift
[6/14] Compiling Locks NSLocking+Extensions.swift
[7/14] Compiling Locks AtomicWrapper+Extensions.swift
[8/14] Compiling Locks AtomicWrapper.swift
[9/14] Compiling Locks Mutex.swift
[10/14] Compiling Locks AtomicSet.swift
[11/14] Emitting module Locks
[12/14] Compiling Locks AtomicDictionary.swift
[13/14] Compiling Locks ReadWriteLock.swift
[14/14] Compiling Locks UnfairLock.swift
[15/19] Compiling PonyExpress Mail.swift
[16/19] Compiling PonyExpress Recipient.swift
[17/19] Compiling PonyExpress Array+Extension.swift
[18/19] Compiling PonyExpress PostOffice.swift
[19/19] Emitting module PonyExpress
Build complete! (11.99s)
Fetching https://github.com/adamwulf/Locks.git
[1/312] Fetching locks
Fetched https://github.com/adamwulf/Locks.git from cache (1.23s)
Computing version for https://github.com/adamwulf/Locks.git
Computed https://github.com/adamwulf/Locks.git at 1.0.1 (0.46s)
Creating working copy for https://github.com/adamwulf/Locks.git
Working copy of https://github.com/adamwulf/Locks.git resolved at 1.0.1
Build complete.
{
"dependencies" : [
{
"identity" : "locks",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/adamwulf/Locks.git"
}
],
"manifest_display_name" : "PonyExpress",
"name" : "PonyExpress",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "11.0"
}
],
"products" : [
{
"name" : "PonyExpress",
"targets" : [
"PonyExpress"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PonyExpressTests",
"module_type" : "SwiftTarget",
"name" : "PonyExpressTests",
"path" : "Tests/PonyExpressTests",
"sources" : [
"MemoryTests.swift",
"TestHelpers.swift",
"UnverifiedMailBlockTests.swift",
"UnverifiedMailMethodTests.swift",
"VerifiedBlockTests.swift",
"VerifiedMethodTests.swift"
],
"target_dependencies" : [
"PonyExpress"
],
"type" : "test"
},
{
"c99name" : "PonyExpress",
"module_type" : "SwiftTarget",
"name" : "PonyExpress",
"path" : "Sources/PonyExpress",
"product_dependencies" : [
"Locks"
],
"product_memberships" : [
"PonyExpress"
],
"sources" : [
"Array+Extension.swift",
"Mail.swift",
"PostOffice.swift",
"Recipient.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.