Build Information
Successful build of json-rpc2, reference v0.1.1 (aa977b
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 20:27:15 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: 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
========================================
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 Notification.swift
[9/17] Compiling JSONRPC2 JSONRPC2Error.swift
[10/18] Compiling JSONRPC2 JSONRPC2ErrorCode.swift
[11/18] Compiling JSONRPC2 Identifier.swift
[12/18] Compiling JSONRPC2 RequestParameters.swift
[13/18] Compiling JSONRPC2 Request.swift
[14/18] Compiling JSONRPC2 Batch.swift
[15/18] Compiling JSONRPC2 JSONRPCVersion.swift
[16/18] Compiling JSONRPC2 JSONRPC2.swift
[17/18] Emitting module JSONRPC2
[18/18] Compiling JSONRPC2 Response.swift
Build complete! (10.03s)
Fetching https://github.com/finsig/json
[1/26] Fetching json
Fetched https://github.com/finsig/json from cache (0.64s)
Computing version for https://github.com/finsig/json
Computed https://github.com/finsig/json at 0.1.0 (1.17s)
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.