Build Information
Successful build of swift-mail-automation, reference v1.0.0 (591962), with Swift 6.0 for macOS (SPM) on 23 Apr 2026 00:41:10 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/chrischall/swift-mail-automation.git
Reference: v1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/chrischall/swift-mail-automation
* tag v1.0.0 -> FETCH_HEAD
HEAD is now at 5919625 release: 1.0.0
Cloned https://github.com/chrischall/swift-mail-automation.git
Revision (git rev-parse @):
5919625e0a6c6ad08b9d9337af0e132bfac5a54e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/chrischall/swift-mail-automation.git at v1.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/chrischall/swift-mail-automation.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/9] Compiling Logging LogHandler.swift
[5/9] Compiling Logging MetadataProvider.swift
[6/9] Compiling Logging LogEvent.swift
[7/9] Compiling Logging Locks.swift
[8/9] Emitting module Logging
[9/9] Compiling Logging Logging.swift
[10/17] Compiling MailAutomation StringHelpers.swift
[11/17] Compiling MailAutomation SpotlightMailSearch.swift
[12/17] Compiling MailAutomation EmailMessage.swift
[13/17] Compiling MailAutomation MailService.swift
[14/17] Compiling MailAutomation AppleScriptRunner.swift
[15/17] Emitting module MailAutomation
[16/17] Compiling MailAutomation ISODate.swift
[17/17] Compiling MailAutomation NSAppleScriptRunner.swift
Build complete! (11.25s)
Fetching https://github.com/apple/swift-log.git
[1/6636] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.13s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (0.43s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.11.0
Build complete.
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
}
],
"manifest_display_name" : "swift-mail-automation",
"name" : "swift-mail-automation",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "MailAutomation",
"targets" : [
"MailAutomation"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MailAutomationTests",
"module_type" : "SwiftTarget",
"name" : "MailAutomationTests",
"path" : "Tests/MailAutomationTests",
"sources" : [
"FakeAppleScriptRunner.swift",
"ISODateTests.swift",
"MailServiceIntegrationTests.swift",
"MailServiceTests.swift",
"NSAppleScriptRunnerTests.swift",
"SpotlightMailSearchTests.swift",
"StringHelpersTests.swift"
],
"target_dependencies" : [
"MailAutomation"
],
"type" : "test"
},
{
"c99name" : "MailAutomation",
"module_type" : "SwiftTarget",
"name" : "MailAutomation",
"path" : "Sources/MailAutomation",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"MailAutomation"
],
"sources" : [
"AppleScriptRunner.swift",
"EmailMessage.swift",
"ISODate.swift",
"MailService.swift",
"NSAppleScriptRunner.swift",
"SpotlightMailSearch.swift",
"StringHelpers.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.