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 1.1.0 (2c5166), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 23:37:37 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/nissaba/EasyRestClient.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nissaba/EasyRestClient
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 2c51663 github not taking swift 6.1
Cloned https://github.com/nissaba/EasyRestClient.git
Revision (git rev-parse @):
2c51663d28f7c87b81fa920c2448403babdd5814
SUCCESS checkout https://github.com/nissaba/EasyRestClient.git at 1.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/nissaba/EasyRestClient.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/11] Compiling EazyRestClient EazyRestRequest.swift
[4/11] Compiling EazyRestClient EasyRestResponse.swift
[5/11] Compiling EazyRestClient EazyRestRequest+defaults.swift
[6/11] Compiling EazyRestClient HTTPMethods.swift
[7/11] Compiling EazyRestClient EasyRestError.swift
[8/11] Emitting module EazyRestClient
[9/11] Compiling EazyRestClient EasyRestClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/EasyRestClient/EasyRestClient.swift:65:9: warning: capture of non-sendable type 'Request.Type' in an isolated closure
 63 |     public func send<Request: EazyRestRequest>(
 64 |         _ request: Request,
 65 |         completion: @escaping ResultCallback<Request.Response>
    |         `- warning: capture of non-sendable type 'Request.Type' in an isolated closure
 66 |     ) {
 67 |         let urlRequest: URLRequest
/Users/admin/builder/spi-builder-workspace/Sources/EasyRestClient/EasyRestClient.swift:99:49: warning: capture of non-sendable type 'Request.Response.Type' in an isolated closure
 97 |             }
 98 |             do {
 99 |                 let decoded = try JSONDecoder().decode(Request.Response.self, from: data)
    |                                                 `- warning: capture of non-sendable type 'Request.Response.Type' in an isolated closure
100 |                 DispatchQueue.main.async {
101 |                     completion(.success(decoded))
[10/11] Compiling EazyRestClient EasyRestDefaultResponse.swift
[11/11] Compiling EazyRestClient Decodable+EasyRest.swift
Build complete! (4.70s)
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/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.