The Swift Package Index logo.Swift Package Index

Build Information

Successful build of EazyRestClient, reference 1.1.0 (2c5166), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 20:33:49 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nissaba/EazyRestClient.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nissaba/EazyRestClient
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 2c51663 github not taking swift 6.1
Cloned https://github.com/nissaba/EazyRestClient.git
Revision (git rev-parse @):
2c51663d28f7c87b81fa920c2448403babdd5814
SUCCESS checkout https://github.com/nissaba/EazyRestClient.git at 1.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "eazyrestclient",
      "name": "EazyRestClient",
      "url": "https://github.com/nissaba/EazyRestClient.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/EazyRestClient",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/nissaba/EazyRestClient.git
[1/360] Fetching eazyrestclient
Fetched https://github.com/nissaba/EazyRestClient.git from cache (0.67s)
Creating working copy for https://github.com/nissaba/EazyRestClient.git
Working copy of https://github.com/nissaba/EazyRestClient.git resolved at 1.1.0 (2c51663)
warning: '.resolve-product-dependencies': dependency 'eazyrestclient' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/nissaba/EazyRestClient.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/11] Compiling EazyRestClient HTTPMethods.swift
[4/11] Compiling EazyRestClient EazyRestRequest.swift
[5/11] Compiling EazyRestClient EazyRestRequest+defaults.swift
[6/11] Compiling EazyRestClient EasyRestError.swift
[7/11] Compiling EazyRestClient EasyRestResponse.swift
[8/11] Compiling EazyRestClient EasyRestDefaultResponse.swift
[9/11] Compiling EazyRestClient Decodable+EasyRest.swift
[10/11] Compiling EazyRestClient EasyRestClient.swift
[11/11] Emitting module EazyRestClient
Build complete! (5.37s)
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.