The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of BreezeLambdaAPIClient, reference 0.2.0 (c35db3), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 08:09:21 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/swift-serverless/BreezeLambdaAPIClient.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swift-serverless/BreezeLambdaAPIClient
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at c35db37 Fix Coverage report
Cloned https://github.com/swift-serverless/BreezeLambdaAPIClient.git
Revision (git rev-parse @):
c35db37e5ba23046b0ca0afb9fa4d5be056ce6ab
SUCCESS checkout https://github.com/swift-serverless/BreezeLambdaAPIClient.git at 0.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/swift-serverless/BreezeLambdaAPIClient.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/10] Compiling BreezeLambdaAPIClient BreezeRequest.swift
[4/10] Compiling BreezeLambdaAPIClient APIRequestBuilder.swift
[5/10] Compiling BreezeLambdaAPIClient APIEndpoint.swift
[6/10] Compiling BreezeLambdaAPIClient APIClientError.swift
[7/10] Compiling BreezeLambdaAPIClient APIClientEnv.swift
[8/10] Compiling BreezeLambdaAPIClient BreezeLambdaAPIClient.swift
[9/10] Compiling BreezeLambdaAPIClient APIClientLogging.swift
[10/10] Emitting module BreezeLambdaAPIClient
Build complete! (4.36s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "BreezeLambdaAPIClient",
  "name" : "BreezeLambdaAPIClient",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "BreezeLambdaAPIClient",
      "targets" : [
        "BreezeLambdaAPIClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BreezeLambdaAPIClientTests",
      "module_type" : "SwiftTarget",
      "name" : "BreezeLambdaAPIClientTests",
      "path" : "Tests/BreezeLambdaAPIClientTests",
      "sources" : [
        "APIEndpointTests.swift",
        "BreezeLambdaAPIClientTests.swift",
        "BreezeRequestTests.swift",
        "TestItem.swift",
        "URLProtocolMock.swift"
      ],
      "target_dependencies" : [
        "BreezeLambdaAPIClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BreezeLambdaAPIClient",
      "module_type" : "SwiftTarget",
      "name" : "BreezeLambdaAPIClient",
      "path" : "Sources/BreezeLambdaAPIClient",
      "product_memberships" : [
        "BreezeLambdaAPIClient"
      ],
      "sources" : [
        "APIClientEnv.swift",
        "APIClientError.swift",
        "APIClientLogging.swift",
        "APIEndpoint.swift",
        "APIRequestBuilder.swift",
        "BreezeLambdaAPIClient.swift",
        "BreezeRequest.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.