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 json-rpc2, reference main (aa977b), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 20:27: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/finsig/json-rpc2.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/finsig/json-rpc2
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at aa977b9 Make JSONRPC2Error codes public
Cloned https://github.com/finsig/json-rpc2.git
Revision (git rev-parse @):
aa977b971b4baf6d905d8c1e0efbf71299fec330
SUCCESS checkout https://github.com/finsig/json-rpc2.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/finsig/json-rpc2.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/7] Compiling JSON Primitive.swift
[5/7] Compiling JSON Object.swift
[6/7] Emitting module JSON
[7/7] Compiling JSON JSON.swift
[8/17] Compiling JSONRPC2 JSONRPC2ErrorCode.swift
[9/18] Compiling JSONRPC2 RequestParameters.swift
[10/18] Compiling JSONRPC2 Identifier.swift
[11/18] Compiling JSONRPC2 Batch.swift
[12/18] Compiling JSONRPC2 JSONRPCVersion.swift
[13/18] Emitting module JSONRPC2
[14/18] Compiling JSONRPC2 JSONRPC2.swift
[15/18] Compiling JSONRPC2 Request.swift
[16/18] Compiling JSONRPC2 JSONRPC2Error.swift
[17/18] Compiling JSONRPC2 Notification.swift
[18/18] Compiling JSONRPC2 Response.swift
Build complete! (9.99s)
Fetching https://github.com/finsig/json
[1/26] Fetching json
Fetched https://github.com/finsig/json from cache (0.58s)
Computing version for https://github.com/finsig/json
Computed https://github.com/finsig/json at 0.1.0 (1.10s)
Creating working copy for https://github.com/finsig/json
Working copy of https://github.com/finsig/json resolved at 0.1.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "json",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/finsig/json"
    }
  ],
  "manifest_display_name" : "json-rpc2",
  "name" : "json-rpc2",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "JSONRPC2",
      "targets" : [
        "JSONRPC2"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JSONRPC2Tests",
      "module_type" : "SwiftTarget",
      "name" : "JSONRPC2Tests",
      "path" : "Tests/JSONRPC2Tests",
      "sources" : [
        "Public/IdentifierTests.swift",
        "Public/NotificationTests.swift",
        "Public/ResponseTests.swift"
      ],
      "target_dependencies" : [
        "JSONRPC2"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONRPC2",
      "module_type" : "SwiftTarget",
      "name" : "JSONRPC2",
      "path" : "Sources/JSONRPC2",
      "product_dependencies" : [
        "JSON"
      ],
      "product_memberships" : [
        "JSONRPC2"
      ],
      "sources" : [
        "Internal/JSONRPCVersion.swift",
        "JSONRPC2.swift",
        "Public/Batch.swift",
        "Public/Identifier.swift",
        "Public/JSONRPC2Error.swift",
        "Public/JSONRPC2ErrorCode.swift",
        "Public/Notification.swift",
        "Public/Request.swift",
        "Public/RequestParameters.swift",
        "Public/Response.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.