The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of JSONHTTPClient, reference develop (345021), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 15:51:19 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/otaviokz/JSONHTTPClient.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/otaviokz/JSONHTTPClient
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 3450210 Merge pull request #3 from otaviokz/v1.1.0
Cloned https://github.com/otaviokz/JSONHTTPClient.git
Revision (git rev-parse @):
34502106a676cac3d86209814a9bb99ddab66ea2
SUCCESS checkout https://github.com/otaviokz/JSONHTTPClient.git at develop
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/otaviokz/JSONHTTPClient.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/6] Compiling JSONHTTPClient JSONHTTPClientError.swift
[4/6] Compiling JSONHTTPClient URLRequests+Utils.swift
[5/6] Emitting module JSONHTTPClient
[6/6] Compiling JSONHTTPClient JSONHTTPClient.swift
Build complete! (3.78s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "JSONHTTPClient",
  "name" : "JSONHTTPClient",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "JSONHTTPClient",
      "targets" : [
        "JSONHTTPClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JSONHTTPClientTests",
      "module_type" : "SwiftTarget",
      "name" : "JSONHTTPClientTests",
      "path" : "Tests/JSONHTTPClientTests",
      "sources" : [
        "JSONHTTPClientTests.swift"
      ],
      "target_dependencies" : [
        "JSONHTTPClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONHTTPClient",
      "module_type" : "SwiftTarget",
      "name" : "JSONHTTPClient",
      "path" : "Sources/JSONHTTPClient",
      "product_memberships" : [
        "JSONHTTPClient"
      ],
      "sources" : [
        "JSONHTTPClient.swift",
        "JSONHTTPClientError.swift",
        "URLRequests+Utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.