The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of json-rpc2, reference v0.1.1 (aa977b), with Swift 5.10 for macOS (SPM) on 22 Jul 2024 07:15:15 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.46.5
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/finsig/json-rpc2.git
Reference: v0.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/finsig/json-rpc2
 * tag               v0.1.1     -> FETCH_HEAD
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 v0.1.1
Fetching https://github.com/finsig/json
[1/26] Fetching json
Fetched https://github.com/finsig/json from cache (1.13s)
Computing version for https://github.com/finsig/json
Computed https://github.com/finsig/json at 0.1.0 (0.59s)
Creating working copy for https://github.com/finsig/json
Working copy of https://github.com/finsig/json resolved at 0.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": "json-rpc2",
      "name": "json-rpc2",
      "url": "https://github.com/finsig/json-rpc2.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/json-rpc2",
      "dependencies": [
        {
          "identity": "json",
          "name": "json",
          "url": "https://github.com/finsig/json",
          "version": "0.1.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/json",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/finsig/json-rpc2.git
[1/42] Fetching json-rpc2
Fetched https://github.com/finsig/json-rpc2.git from cache (0.67s)
Fetching https://github.com/finsig/json from cache
Fetched https://github.com/finsig/json from cache (0.49s)
Computing version for https://github.com/finsig/json
Computed https://github.com/finsig/json at 0.1.0 (0.02s)
Creating working copy for https://github.com/finsig/json
Working copy of https://github.com/finsig/json resolved at 0.1.0
Creating working copy for https://github.com/finsig/json-rpc2.git
Working copy of https://github.com/finsig/json-rpc2.git resolved at v0.1.1 (aa977b9)
warning: '.resolve-product-dependencies': dependency 'json-rpc2' is not used by any target
Found 1 product dependencies
  - json
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/finsig/json-rpc2.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-33747A42983211AE.txt
[4/7] Compiling JSON Object.swift
[5/7] Compiling JSON Primitive.swift
[6/7] Emitting module JSON
[7/7] Compiling JSON JSON.swift
[8/17] Compiling JSONRPC2 Notification.swift
[9/18] Compiling JSONRPC2 RequestParameters.swift
[10/18] Compiling JSONRPC2 JSONRPC2ErrorCode.swift
[11/18] Compiling JSONRPC2 Request.swift
[12/18] Compiling JSONRPC2 Identifier.swift
[13/18] Compiling JSONRPC2 Batch.swift
[14/18] Compiling JSONRPC2 JSONRPC2.swift
[15/18] Emitting module JSONRPC2
[16/18] Compiling JSONRPC2 JSONRPCVersion.swift
[17/18] Compiling JSONRPC2 JSONRPC2Error.swift
[18/18] Compiling JSONRPC2 Response.swift
Build complete! (8.29s)
Build complete.
Done.