The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-mail-automation, reference main (cd1d21), with Swift 6.1 for macOS (SPM) on 4 May 2026 04:05:24 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build 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.1
Building package at path:  $PWD
https://github.com/chrischall/swift-mail-automation.git
https://github.com/chrischall/swift-mail-automation.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/9] Compiling Logging MetadataProvider.swift
[5/9] Compiling Logging Locks.swift
[6/9] Compiling Logging LogEvent.swift
[7/9] Compiling Logging LogHandler.swift
[8/9] Compiling Logging Logging.swift
[9/9] Emitting module Logging
[10/17] Compiling MailAutomation StringHelpers.swift
[11/17] Compiling MailAutomation MailService.swift
[12/17] Compiling MailAutomation NSAppleScriptRunner.swift
[13/17] Compiling MailAutomation EmailMessage.swift
[14/17] Compiling MailAutomation SpotlightMailSearch.swift
[15/17] Compiling MailAutomation ISODate.swift
[16/17] Emitting module MailAutomation
[17/17] Compiling MailAutomation AppleScriptRunner.swift
Build complete! (11.69s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (1.06s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (1.62s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.12.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.