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 (6b26ce), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 23:38:05 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: 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 6b26ce4 removed swiftformat action
Cloned https://github.com/nissaba/EasyRestClient.git
Revision (git rev-parse @):
6b26ce4ddd0268b08fb0a9235a70cbd675e47352
SUCCESS checkout https://github.com/nissaba/EasyRestClient.git at main
========================================
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+defaults.swift
[4/11] Compiling EazyRestClient EazyRestRequest.swift
[5/11] Compiling EazyRestClient HTTPMethods.swift
[6/11] Compiling EazyRestClient EasyRestError.swift
[7/11] Compiling EazyRestClient EasyRestResponse.swift
[8/11] Emitting module EazyRestClient
[9/11] Compiling EazyRestClient EasyRestDefaultResponse.swift
[10/11] Compiling EazyRestClient Decodable+EasyRest.swift
[11/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))
Build complete! (5.06s)
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.