Build Information
Successful build of swift-mail-automation, reference main (cd1d21), with Swift 6.0 for macOS (SPM) on 4 May 2026 04:06:43 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/chrischall/swift-mail-automation
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at cd1d21e chore: add dependabot config
Cloned https://github.com/chrischall/swift-mail-automation.git
Revision (git rev-parse @):
cd1d21e8ab513d3ba37bf45ba1bac7dd36a566af
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/chrischall/swift-mail-automation.git at main
========================================
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 Logging.swift
[6/9] Compiling Logging LogEvent.swift
[7/9] Compiling Logging Locks.swift
[8/9] Compiling Logging MetadataProvider.swift
[9/9] Emitting module Logging
[10/17] Compiling MailAutomation SpotlightMailSearch.swift
[11/17] Compiling MailAutomation StringHelpers.swift
[12/17] Compiling MailAutomation MailService.swift
[13/17] Compiling MailAutomation ISODate.swift
[14/17] Compiling MailAutomation EmailMessage.swift
[15/17] Compiling MailAutomation AppleScriptRunner.swift
[16/17] Compiling MailAutomation NSAppleScriptRunner.swift
[17/17] Emitting module MailAutomation
Build complete! (11.58s)
Fetching https://github.com/apple/swift-log.git
[1/6811] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.26s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (0.44s)
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.