Build Information
Successful build of postmark-swift, reference main (0d8898), with Swift 6.0 for macOS (SPM) on 29 Mar 2026 18:05:25 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.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aronbudinszky/postmark-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aronbudinszky/postmark-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 0d88982 Convert to Swift testing
Cloned https://github.com/aronbudinszky/postmark-swift.git
Revision (git rev-parse @):
0d88982bcdeafa12d253ab937f08afd16d5cf64a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/aronbudinszky/postmark-swift.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/aronbudinszky/postmark-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/15] Compiling PostmarkSwift SendRequest.swift
[4/15] Compiling PostmarkSwift RequestResponsePairing.swift
[5/15] Compiling PostmarkSwift ErrorCodes.swift
[6/15] Compiling PostmarkSwift PostmarkClientCompatible.swift
[7/15] Compiling PostmarkSwift URLSession+Async.swift
[8/15] Compiling PostmarkSwift OutgoingEmail.swift
[9/15] Compiling PostmarkSwift ApiRequestCommunicating.swift
[10/15] Compiling PostmarkSwift ApiClient.swift
[11/15] Compiling PostmarkSwift PostmarkSwift.swift
[12/15] Emitting module PostmarkSwift
[13/15] Compiling PostmarkSwift ErrorCodeReceiving.swift
[14/15] Compiling PostmarkSwift Client.swift
[15/15] Compiling PostmarkSwift Constants.swift
[16/16] Compiling PostmarkSwift SendResponse.swift
Build complete! (5.71s)
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.