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 EazyRestClient, reference main (52be6d), with Swift 5.10 for macOS (SPM) on 29 Aug 2025 07:20:28 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nissaba/EasyRestClient.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nissaba/EasyRestClient
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 52be6d5 feat(tests): Add comprehensive tests for `EazyRestError.badResponse`
Cloned https://github.com/nissaba/EasyRestClient.git
Revision (git rev-parse @):
52be6d56b35892e3f9bef77e5ec37b2ae7ee7edc
SUCCESS checkout https://github.com/nissaba/EasyRestClient.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/nissaba/EasyRestClient.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/11] Compiling EazyRestClient EazyRestRequest+defaults.swift
[4/11] Compiling EazyRestClient EazyRestRequest.swift
[5/11] Compiling EazyRestClient HTTPMethods.swift
[6/11] Compiling EazyRestClient EasyRestResponse.swift
[7/11] Compiling EazyRestClient EasyRestError.swift
[8/11] Compiling EazyRestClient EasyRestDefaultResponse.swift
[9/11] Compiling EazyRestClient EasyRestClient.swift
[10/11] Emitting module EazyRestClient
[11/11] Compiling EazyRestClient Decodable+EasyRest.swift
Build complete! (5.32s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "EazyRestClient",
  "name" : "EazyRestClient",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "EazyRestClient",
      "targets" : [
        "EazyRestClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EazyRestClientTests",
      "module_type" : "SwiftTarget",
      "name" : "EazyRestClientTests",
      "path" : "Tests",
      "sources" : [
        "RestEasyAPITests/EazyRestErrorTests.swift",
        "RestEasyAPITests/MockURLProtocol.swift"
      ],
      "target_dependencies" : [
        "EazyRestClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EazyRestClient",
      "module_type" : "SwiftTarget",
      "name" : "EazyRestClient",
      "path" : "Sources",
      "product_memberships" : [
        "EazyRestClient"
      ],
      "sources" : [
        "EasyRestClient/Decodable+EasyRest.swift",
        "EasyRestClient/EasyRestClient.swift",
        "EasyRestClient/EasyRestDefaultResponse.swift",
        "EasyRestClient/EasyRestError.swift",
        "EasyRestClient/EasyRestResponse.swift",
        "EasyRestClient/EazyRestRequest+defaults.swift",
        "EasyRestClient/EazyRestRequest.swift",
        "EasyRestClient/HTTPMethods.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9.2"
}
Done.