The Swift Package Index logo.Swift Package Index

Build Information

Successful build of MailerLiteAPIClient, reference main (096d6c), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 07:28:31 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/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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mikwat/mailerlite-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/17] Compiling MailerLiteAPIClient HTTPParameter.swift
[4/18] Compiling MailerLiteAPIClient Other.swift
[5/18] Compiling MailerLiteAPIClient Subscriber.swift
[6/18] Compiling MailerLiteAPIClient ListSubscribers.swift
[7/18] Compiling MailerLiteAPIClient Links.swift
[8/18] Compiling MailerLiteAPIClient Meta.swift
[9/18] Compiling MailerLiteAPIClient UpdateSubscriber.swift
[10/18] Compiling MailerLiteAPIClient APIClient.swift
[11/18] Compiling MailerLiteAPIClient APIClientError.swift
[12/18] Emitting module MailerLiteAPIClient
[13/18] Compiling MailerLiteAPIClient UpsertSubscriber.swift
[14/18] Compiling MailerLiteAPIClient MailerLiteAPIClient.swift
[15/18] Compiling MailerLiteAPIClient Group.swift
[16/18] Compiling MailerLiteAPIClient APIErrorResponse.swift
[17/18] Compiling MailerLiteAPIClient APIRequest.swift
[18/18] Compiling MailerLiteAPIClient URLQueryItemEncoder.swift
Build complete! (5.34s)
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.