The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftRest, reference v5.1.0 (66976c), with Swift 6.2 for macOS (SPM) on 24 Mar 2026 06:29:45 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ricky-stone/SwiftRest.git
Reference: v5.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ricky-stone/SwiftRest
 * tag               v5.1.0     -> FETCH_HEAD
HEAD is now at 66976c2 Trim legacy client APIs for v5.1.0
Cloned https://github.com/ricky-stone/SwiftRest.git
Revision (git rev-parse @):
66976c28bd36322d1f2988d6f73c417b8480b022
SUCCESS checkout https://github.com/ricky-stone/SwiftRest.git at v5.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",
  "dependencies": [
    {
      "identity": "swiftrest",
      "name": "SwiftRest",
      "url": "https://github.com/ricky-stone/SwiftRest.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftRest",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ricky-stone/SwiftRest.git
[1/563] Fetching swiftrest
Fetched https://github.com/ricky-stone/SwiftRest.git from cache (0.87s)
Creating working copy for https://github.com/ricky-stone/SwiftRest.git
Working copy of https://github.com/ricky-stone/SwiftRest.git resolved at v5.1.0 (66976c2)
warning: '.resolve-product-dependencies': dependency 'swiftrest' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ricky-stone/SwiftRest.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/30] Emitting module SwiftRest
[4/33] Compiling SwiftRest SwiftRestResult.swift
[5/33] Compiling SwiftRest SwiftRestSessionStore.swift
[6/33] Compiling SwiftRest SwiftRestSessionStores.swift
[7/33] Compiling SwiftRest SwiftRestAuthClient.swift
[8/33] Compiling SwiftRest SwiftRestAuthRefresh.swift
[9/33] Compiling SwiftRest SwiftRestAuthRequestChain.swift
[10/33] Compiling SwiftRest SwiftRestRequest.swift
[11/33] Compiling SwiftRest SwiftRestRequestChain.swift
[12/33] Compiling SwiftRest SwiftRestResponse.swift
[13/33] Compiling SwiftRest NoContent.swift
[14/33] Compiling SwiftRest RestClientType.swift
[15/33] Compiling SwiftRest SwiftRestAuthBuilder.swift
[16/33] Compiling SwiftRest SwiftRestClientError.swift
[17/33] Compiling SwiftRest SwiftRestConfig.swift
[18/33] Compiling SwiftRest SwiftRestDebugLogging.swift
[19/33] Compiling SwiftRest Json.swift
[20/33] Compiling SwiftRest JsonError.swift
[21/33] Compiling SwiftRest MockRestClient.swift
[22/33] Compiling SwiftRest SwiftRestPathUtilities.swift
[23/33] Compiling SwiftRest SwiftRestQuery.swift
[24/33] Compiling SwiftRest SwiftRestRefreshContext.swift
[25/33] Compiling SwiftRest SwiftRestAuthSession.swift
[26/33] Compiling SwiftRest SwiftRestBuilder.swift
[27/33] Compiling SwiftRest SwiftRestClient.swift
[28/33] Compiling SwiftRest SwiftRestJSONCoding.swift
[29/33] Compiling SwiftRest SwiftRestJSONOptions.swift
[30/33] Compiling SwiftRest SwiftRestPathSegment.swift
[31/33] Compiling SwiftRest ErrorResponse.swift
[32/33] Compiling SwiftRest HTTPHeaders.swift
[33/33] Compiling SwiftRest HTTPMethod.swift
Build complete! (5.68s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftRest",
  "name" : "SwiftRest",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftRest",
      "targets" : [
        "SwiftRest"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SwiftRestTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftRestTests",
      "path" : "Tests/SwiftRestTests",
      "sources" : [
        "SwiftRestTests.swift"
      ],
      "target_dependencies" : [
        "SwiftRest"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftRest",
      "module_type" : "SwiftTarget",
      "name" : "SwiftRest",
      "path" : "Sources/SwiftRest",
      "product_memberships" : [
        "SwiftRest"
      ],
      "sources" : [
        "ErrorResponse.swift",
        "HTTPHeaders.swift",
        "HTTPMethod.swift",
        "Json.swift",
        "JsonError.swift",
        "MockRestClient.swift",
        "NoContent.swift",
        "RestClientType.swift",
        "SwiftRestAuthBuilder.swift",
        "SwiftRestAuthClient.swift",
        "SwiftRestAuthRefresh.swift",
        "SwiftRestAuthRequestChain.swift",
        "SwiftRestAuthSession.swift",
        "SwiftRestBuilder.swift",
        "SwiftRestClient.swift",
        "SwiftRestClientError.swift",
        "SwiftRestConfig.swift",
        "SwiftRestDebugLogging.swift",
        "SwiftRestJSONCoding.swift",
        "SwiftRestJSONOptions.swift",
        "SwiftRestPathSegment.swift",
        "SwiftRestPathUtilities.swift",
        "SwiftRestQuery.swift",
        "SwiftRestRefreshContext.swift",
        "SwiftRestRequest.swift",
        "SwiftRestRequestChain.swift",
        "SwiftRestResponse.swift",
        "SwiftRestResult.swift",
        "SwiftRestSessionStore.swift",
        "SwiftRestSessionStores.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.