The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftRestClient, reference master (3eb119), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 16:17:47 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/n4226/swiftrestclient
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 3eb1198 fix versions
Cloned https://github.com/n4226/swiftrestclient.git
Revision (git rev-parse @):
3eb11987dc8ca095d72404709fba79a3c5162e79
SUCCESS checkout https://github.com/n4226/swiftrestclient.git at master
========================================
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.59s)
Creating working copy for https://github.com/n4226/swiftrestclient.git
Working copy of https://github.com/n4226/swiftrestclient.git resolved at master (3eb1198)
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 Client.swift
[4/10] Compiling SwiftRestClient JSONParameterEncoding.swift
[5/10] Compiling SwiftRestClient Endpoint.swift
[6/10] Compiling SwiftRestClient HTTPTask.swift
[7/10] Compiling SwiftRestClient URLParameterEncoder.swift
[8/10] Compiling SwiftRestClient HttpMethiod.swift
[9/10] Emitting module SwiftRestClient
[10/10] Compiling SwiftRestClient Errors.swift
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"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "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.