The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftAPIClient, reference develop (008e74), with Swift 6.2 for macOS (SPM) on 4 Feb 2026 01:14:12 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hromni/SwiftAPIClient.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hromni/SwiftAPIClient
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 008e74b Merge pull request #7 from hromni/package-changes
Cloned https://github.com/hromni/SwiftAPIClient.git
Revision (git rev-parse @):
008e74bca67de6fb132d06684df2706b0e5c8919
SUCCESS checkout https://github.com/hromni/SwiftAPIClient.git at develop
========================================
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": "swiftapiclient",
      "name": "SwiftAPIClient",
      "url": "https://github.com/hromni/SwiftAPIClient.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftAPIClient",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/hromni/SwiftAPIClient.git
[1/203] Fetching swiftapiclient
Fetched https://github.com/hromni/SwiftAPIClient.git from cache (0.70s)
Creating working copy for https://github.com/hromni/SwiftAPIClient.git
Working copy of https://github.com/hromni/SwiftAPIClient.git resolved at develop (008e74b)
warning: '.resolve-product-dependencies': dependency 'swiftapiclient' 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/hromni/SwiftAPIClient.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/12] Compiling SwiftAPIClient Response.swift
[4/12] Compiling SwiftAPIClient JsonResponse.swift
[5/13] Compiling SwiftAPIClient SwiftApiClientError.swift
[6/13] Compiling SwiftAPIClient RequestBody.swift
[7/13] Compiling SwiftAPIClient Endpoint.swift
[8/13] Compiling SwiftAPIClient HTTPMethod.swift
[9/13] Emitting module SwiftAPIClient
[10/13] Compiling SwiftAPIClient APIClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAPIClient/Concurency/APIClient.swift:58:13: warning: no calls to throwing functions occur within 'try' expression
56 |             try await interceptor?.preflight(&urlRequest)
57 |             let (data, response) = try await session.data(for: urlRequest)
58 |             try await interceptor?.postflight(response, data: data)
   |             `- warning: no calls to throwing functions occur within 'try' expression
59 |             try responseValidation.validate((data: data, response: response))
60 |             return try T.parse(data: data)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftAPIClient/Concurency/APIClient.swift:77:13: warning: no calls to throwing functions occur within 'try' expression
75 |             try await interceptor?.preflight(&urlRequest)
76 |             let (data, response) = try await session.data(for: urlRequest)
77 |             try await interceptor?.postflight(response, data: data)
   |             `- warning: no calls to throwing functions occur within 'try' expression
78 |             try responseValidation.validate((data: data, response: response))
79 |         } catch let error as SwiftApiClientError {
[11/13] Compiling SwiftAPIClient Endpoint+APIRequest.swift
[12/13] Compiling SwiftAPIClient APIRequest.swift
[13/13] Compiling SwiftAPIClient ResponseValidator.swift
Build complete! (5.53s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftAPIClient",
  "name" : "SwiftAPIClient",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftAPIClient",
      "targets" : [
        "SwiftAPIClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftAPIClientTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftAPIClientTests",
      "path" : "Tests/SwiftAPIClientTests",
      "sources" : [
        "APIClientFailureTests.swift",
        "APIClientSuccessTests.swift",
        "APIRequestBuildTests.swift",
        "ConcurrencySmokeTests.swift",
        "EndpointBridgeTests.swift",
        "EndpointTests.swift",
        "JsonResponseTests.swift",
        "RequestBodyTests.swift",
        "URLProtocolStub.swift"
      ],
      "target_dependencies" : [
        "SwiftAPIClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftAPIClient",
      "module_type" : "SwiftTarget",
      "name" : "SwiftAPIClient",
      "path" : "Sources/SwiftAPIClient",
      "product_memberships" : [
        "SwiftAPIClient"
      ],
      "sources" : [
        "Concurency/APIClient.swift",
        "Concurency/APIRequest.swift",
        "Concurency/Endpoint+APIRequest.swift",
        "Enums/HTTPMethod.swift",
        "Enums/RequestBody.swift",
        "Enums/SwiftApiClientError.swift",
        "Protocols/Endpoint.swift",
        "Protocols/JsonResponse.swift",
        "Protocols/Response.swift",
        "Protocols/ResponseValidator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.