Build Information
Successful build of MailerLiteAPIClient, reference main (096d6c), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 09:26:49 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mikwat/mailerlite-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mikwat/mailerlite-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 096d6cf Update README.md
Cloned https://github.com/mikwat/mailerlite-swift.git
Revision (git rev-parse @):
096d6cfe288e544532d79527750decdb9dc95711
SUCCESS checkout https://github.com/mikwat/mailerlite-swift.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "mailerlite-swift",
"name": "MailerLiteAPIClient",
"url": "https://github.com/mikwat/mailerlite-swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/mailerlite-swift",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/mikwat/mailerlite-swift.git
[1/189] Fetching mailerlite-swift
Fetched https://github.com/mikwat/mailerlite-swift.git from cache (0.65s)
Creating working copy for https://github.com/mikwat/mailerlite-swift.git
Working copy of https://github.com/mikwat/mailerlite-swift.git resolved at main (096d6cf)
warning: '.resolve-product-dependencies': dependency 'mailerlite-swift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/mikwat/mailerlite-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/17] Compiling MailerLiteAPIClient APIErrorResponse.swift
[4/17] Compiling MailerLiteAPIClient APIRequest.swift
[5/17] Emitting module MailerLiteAPIClient
[6/17] Compiling MailerLiteAPIClient Other.swift
[7/17] Compiling MailerLiteAPIClient Subscriber.swift
[8/17] Compiling MailerLiteAPIClient MailerLiteAPIClient.swift
[9/17] Compiling MailerLiteAPIClient Group.swift
[10/17] Compiling MailerLiteAPIClient ListSubscribers.swift
[11/17] Compiling MailerLiteAPIClient APIClient.swift
[12/17] Compiling MailerLiteAPIClient APIClientError.swift
[13/17] Compiling MailerLiteAPIClient HTTPParameter.swift
[14/17] Compiling MailerLiteAPIClient UpdateSubscriber.swift
[15/17] Compiling MailerLiteAPIClient UpsertSubscriber.swift
[16/17] Compiling MailerLiteAPIClient Links.swift
[17/17] Compiling MailerLiteAPIClient Meta.swift
[18/18] Compiling MailerLiteAPIClient URLQueryItemEncoder.swift
Build complete! (6.11s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "MailerLiteAPIClient",
"name" : "MailerLiteAPIClient",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "MailerLiteAPIClient",
"targets" : [
"MailerLiteAPIClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MailerLiteAPIClientTests",
"module_type" : "SwiftTarget",
"name" : "MailerLiteAPIClientTests",
"path" : "Tests/MailerLiteAPIClientTests",
"sources" : [
"MockURLProtocol.swift",
"Requests/ListSubscribersTest.swift",
"Requests/UpdateSubscriberTest.swift",
"Requests/UpsertSubscriberTest.swift"
],
"target_dependencies" : [
"MailerLiteAPIClient"
],
"type" : "test"
},
{
"c99name" : "MailerLiteAPIClient",
"module_type" : "SwiftTarget",
"name" : "MailerLiteAPIClient",
"path" : "Sources/MailerLiteAPIClient",
"product_memberships" : [
"MailerLiteAPIClient"
],
"sources" : [
"APIClient.swift",
"APIClientError.swift",
"APIErrorResponse.swift",
"APIRequest.swift",
"MailerLiteAPIClient.swift",
"Models/Group.swift",
"Models/Links.swift",
"Models/Meta.swift",
"Models/Other.swift",
"Models/Subscriber.swift",
"Requests/ListSubscribers.swift",
"Requests/UpdateSubscriber.swift",
"Requests/UpsertSubscriber.swift",
"Utils/HTTPParameter.swift",
"Utils/URLQueryItemEncoder.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.