The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftRestClient, reference 0.0.67 (7fabb5), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 16:17:48 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/n4226/swiftrestclient.git
Reference: 0.0.67
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/n4226/swiftrestclient
 * tag               0.0.67     -> FETCH_HEAD
HEAD is now at 7fabb51 fixed finaly
Cloned https://github.com/n4226/swiftrestclient.git
Revision (git rev-parse @):
7fabb516f9287ee5653ef408dec39acde65c683e
SUCCESS checkout https://github.com/n4226/swiftrestclient.git at 0.0.67
========================================
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": "swiftrestclient",
      "name": "SwiftRestClient",
      "url": "https://github.com/n4226/swiftrestclient.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftrestclient",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/n4226/swiftrestclient.git
[1/134] Fetching swiftrestclient
Fetched https://github.com/n4226/swiftrestclient.git from cache (0.63s)
Creating working copy for https://github.com/n4226/swiftrestclient.git
Working copy of https://github.com/n4226/swiftrestclient.git resolved at 0.0.67 (7fabb51)
warning: '.resolve-product-dependencies': dependency 'swiftrestclient' 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/n4226/swiftrestclient.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/10] Compiling SwiftRestClient URLParameterEncoder.swift
[4/10] Compiling SwiftRestClient Client.swift
[5/10] Compiling SwiftRestClient HttpMethiod.swift
[6/10] Compiling SwiftRestClient Endpoint.swift
[7/10] Compiling SwiftRestClient JSONParameterEncoding.swift
[8/10] Compiling SwiftRestClient Errors.swift
[9/10] Compiling SwiftRestClient HTTPTask.swift
[10/10] Emitting module SwiftRestClient
Build complete! (4.36s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftRestClient",
  "name" : "SwiftRestClient",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "SwiftRestClient",
      "targets" : [
        "SwiftRestClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftRestClientTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftRestClientTests",
      "path" : "Tests/SwiftRestClientTests",
      "sources" : [
        "SwiftRestClientTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SwiftRestClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftRestClient",
      "module_type" : "SwiftTarget",
      "name" : "SwiftRestClient",
      "path" : "Sources/SwiftRestClient",
      "product_memberships" : [
        "SwiftRestClient"
      ],
      "sources" : [
        "Encoding/JSONParameterEncoding.swift",
        "Encoding/URLParameterEncoder.swift",
        "Errors.swift",
        "enums/HTTPTask.swift",
        "enums/HttpMethiod.swift",
        "protocals/Client.swift",
        "protocals/Endpoint.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.