The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Endpoints, reference 4.0.1 (b99976), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 05:28:55 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/diamirio/Endpoints.git
Reference: 4.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/diamirio/Endpoints
 * tag               4.0.1      -> FETCH_HEAD
HEAD is now at b999766 Merge pull request #31 from diamirio/bugfix/no-endpoints-error-case
Cloned https://github.com/diamirio/Endpoints.git
Revision (git rev-parse @):
b99976652d7f11d06a772c77f06830fa930c7087
SUCCESS checkout https://github.com/diamirio/Endpoints.git at 4.0.1
========================================
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": "endpoints",
      "name": "Endpoints",
      "url": "https://github.com/diamirio/Endpoints.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Endpoints",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/diamirio/Endpoints.git
[1/3509] Fetching endpoints
Fetched https://github.com/diamirio/Endpoints.git from cache (0.93s)
Creating working copy for https://github.com/diamirio/Endpoints.git
Working copy of https://github.com/diamirio/Endpoints.git resolved at 4.0.1 (b999766)
warning: '.resolve-product-dependencies': dependency 'endpoints' 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/diamirio/Endpoints.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/37] Compiling Endpoints HTTPURLResponse+Encoding.swift
[4/37] Compiling Endpoints URL+URLRequestEncodable.swift
[5/37] Compiling Endpoints URLRequest+Extensions.swift
[6/37] Compiling Endpoints Call.swift
[7/40] Compiling Endpoints CodableString.swift
[8/40] Compiling Endpoints Encodable+toJSON.swift
[9/40] Compiling Endpoints AnyCall.swift
[10/40] Compiling Endpoints BasicAuthorization.swift
[11/40] Compiling Endpoints URLRequestEncodable.swift
[12/40] Compiling Endpoints URLSessionTaskResult.swift
[13/40] Compiling Endpoints ContinuationError.swift
[14/40] Compiling Endpoints EndpointsError.swift
[15/40] Compiling Endpoints DataResponseParser.swift
[16/40] Compiling Endpoints DictionaryParser.swift
[17/40] Compiling Endpoints JSONParser.swift
[18/40] Compiling Endpoints FormEncodedBody.swift
[19/40] Compiling Endpoints JSONEncodedBody.swift
[20/40] Compiling Endpoints MultipartBody.swift
[21/40] Compiling Endpoints MultipartBodyPart.swift
[22/40] Compiling Endpoints EndpointsParsingError.swift
[23/40] Compiling Endpoints EndpointsSessionError.swift
[24/40] Compiling Endpoints StatusCodeError.swift
[25/40] Compiling Endpoints DataParser.swift
[26/40] Emitting module Endpoints
[27/40] Compiling Endpoints NoContentParser.swift
[28/40] Compiling Endpoints ResponseParser.swift
[29/40] Compiling Endpoints StringConvertibleParser.swift
[30/40] Compiling Endpoints Client.swift
[31/40] Compiling Endpoints DefaultClient.swift
[32/40] Compiling Endpoints Session.swift
[33/40] Compiling Endpoints Body.swift
[34/40] Compiling Endpoints Debugging.swift
[35/40] Compiling Endpoints HTTPMethod.swift
[36/40] Compiling Endpoints Logger.swift
[37/40] Compiling Endpoints Request.swift
[38/40] Compiling Endpoints StringParser.swift
[39/40] Compiling Endpoints ResponseValidator.swift
[40/40] Compiling Endpoints StatusCodeValidator.swift
Build complete! (6.27s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Endpoints",
  "name" : "Endpoints",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Endpoints",
      "targets" : [
        "Endpoints"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EndpointsTests",
      "module_type" : "SwiftTarget",
      "name" : "EndpointsTests",
      "path" : "Tests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TestResources/JSONFiles/CityArray.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TestResources/JSONFiles/ModelBoolFalse.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TestResources/JSONFiles/ModelBoolTrue.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TestResources/JSONFiles/ModelFloat.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TestResources/JSONFiles/ModelInt.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TestResources/JSONFiles/Person.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TestResources/JSONFiles/Persons.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TestResources/JSONFiles/StringBoolFalse.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TestResources/JSONFiles/StringBoolTrue.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TestResources/JSONFiles/StringFloat.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TestResources/JSONFiles/StringInt.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TestResources/JSONFiles/StringQuotesBoolFalse.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TestResources/JSONFiles/StringQuotesBoolTrue.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TestResources/JSONFiles/StringQuotesFloat.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TestResources/JSONFiles/StringQuotesInt.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TestResources/binary.jpg",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "ClientTests.swift",
        "Codable/CodableStringTests.swift",
        "Codable/Endpoints+JSONCodableTests.swift",
        "HTTPBin/HTTPBinModel.swift",
        "MultipartTests.swift",
        "PostmanEcho/PostmanEchoClient.swift",
        "RequestTests.swift",
        "StringConvertibleParserTests.swift",
        "Utils/ClientTester.swift",
        "Utils/FakeHTTPURLResponse.swift",
        "Utils/FileUtil.swift",
        "Utils/TestError.swift"
      ],
      "target_dependencies" : [
        "Endpoints"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Endpoints",
      "module_type" : "SwiftTarget",
      "name" : "Endpoints",
      "path" : "Sources",
      "product_memberships" : [
        "Endpoints"
      ],
      "sources" : [
        "Async/Client.swift",
        "Async/DefaultClient.swift",
        "Async/Session.swift",
        "Body/Body.swift",
        "Body/FormEncodedBody.swift",
        "Body/JSONEncodedBody.swift",
        "Body/Multipart/MultipartBody.swift",
        "Body/Multipart/MultipartBodyPart.swift",
        "Codable/CodableString.swift",
        "Codable/Encodable+toJSON.swift",
        "Convenience/AnyCall.swift",
        "Convenience/BasicAuthorization.swift",
        "Convenience/HTTPURLResponse+Encoding.swift",
        "Convenience/URL+URLRequestEncodable.swift",
        "Convenience/URLRequest+Extensions.swift",
        "Core/Call.swift",
        "Core/Debugging.swift",
        "Core/HTTPMethod.swift",
        "Core/Logger.swift",
        "Core/Request.swift",
        "Core/URLRequestEncodable.swift",
        "Core/URLSessionTaskResult.swift",
        "Error/ContinuationError.swift",
        "Error/EndpointsError.swift",
        "Error/EndpointsParsingError.swift",
        "Error/EndpointsSessionError.swift",
        "Error/StatusCodeError.swift",
        "Parsing/DataParser.swift",
        "Parsing/ResponseParser/DataResponseParser.swift",
        "Parsing/ResponseParser/DictionaryParser.swift",
        "Parsing/ResponseParser/JSONParser.swift",
        "Parsing/ResponseParser/NoContentParser.swift",
        "Parsing/ResponseParser/ResponseParser.swift",
        "Parsing/ResponseParser/StringConvertibleParser.swift",
        "Parsing/ResponseParser/StringParser.swift",
        "ResponseValidator/ResponseValidator.swift",
        "ResponseValidator/StatusCodeValidator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Done.