The Swift Package Index logo.Swift Package Index

Build Information

Successful build of postmark-swift, reference v0.2.0 (5a83fb), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 20:53:19 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/aronbudinszky/postmark-swift.git
Reference: v0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aronbudinszky/postmark-swift
 * tag               v0.2.0     -> FETCH_HEAD
HEAD is now at 5a83fb1 Fix documentation yaml indentation.
Cloned https://github.com/aronbudinszky/postmark-swift.git
Revision (git rev-parse @):
5a83fb142a5508fe0b72843947dbc0e9a92dc153
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/aronbudinszky/postmark-swift.git at v0.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/aronbudinszky/postmark-swift.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/15] Compiling PostmarkSwift PostmarkClientCompatible.swift
[4/15] Compiling PostmarkSwift ApiClient.swift
[5/15] Compiling PostmarkSwift PostmarkSwift.swift
[6/15] Compiling PostmarkSwift ErrorCodes.swift
[7/15] Compiling PostmarkSwift RequestResponsePairing.swift
[8/15] Compiling PostmarkSwift ErrorCodeReceiving.swift
[9/16] Emitting module PostmarkSwift
[10/16] Compiling PostmarkSwift Client.swift
[11/16] Compiling PostmarkSwift Constants.swift
[12/16] Compiling PostmarkSwift ApiRequestCommunicating.swift
[13/16] Compiling PostmarkSwift URLSession+Async.swift
[14/16] Compiling PostmarkSwift OutgoingEmail.swift
[15/16] Compiling PostmarkSwift SendRequest.swift
[16/16] Compiling PostmarkSwift SendResponse.swift
Build complete! (4.80s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "postmark-swift",
  "name" : "postmark-swift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "PostmarkSwift",
      "targets" : [
        "PostmarkSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PostmarkSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "PostmarkSwiftTests",
      "path" : "Tests/PostmarkSwiftTests",
      "sources" : [
        "PostmarkSwiftTests.swift"
      ],
      "target_dependencies" : [
        "PostmarkSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PostmarkSwift",
      "module_type" : "SwiftTarget",
      "name" : "PostmarkSwift",
      "path" : "Sources/PostmarkSwift",
      "product_memberships" : [
        "PostmarkSwift"
      ],
      "sources" : [
        "Client.swift",
        "Constants.swift",
        "Extensions/URLSession+Async.swift",
        "Models/OutgoingEmail.swift",
        "Network/ApiClient.swift",
        "PostmarkSwift.swift",
        "Protocols/ApiRequestCommunicating.swift",
        "Protocols/ErrorCodeReceiving.swift",
        "Protocols/PostmarkClientCompatible.swift",
        "Protocols/RequestResponsePairing.swift",
        "Requests/SendRequest.swift",
        "Responses/ErrorCodes.swift",
        "Responses/SendResponse.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.