Build Information
Successful build of JSONPatch, reference master (1eb123), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 02:58:20 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/raymccrae/swift-jsonpatch.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/raymccrae/swift-jsonpatch
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 1eb1236 Merge pull request #7 from chrisschlitt/feature/linux-support
Cloned https://github.com/raymccrae/swift-jsonpatch.git
Revision (git rev-parse @):
1eb12363c1ee681712d2a42d2ee6f0322f92cf31
SUCCESS checkout https://github.com/raymccrae/swift-jsonpatch.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/raymccrae/swift-jsonpatch.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/12] Compiling JSONPatch JSONPatch.swift
[4/12] Compiling JSONPatch NSArray+DeepCopy.swift
[5/12] Compiling JSONPatch JSONPointer.swift
/Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPointer.swift:186:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'JSONPointer' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
184 | }
185 | #else
186 | public var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'JSONPointer' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
187 | return components.hashValue
188 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[6/12] Compiling JSONPatch JSONError.swift
[7/12] Compiling JSONPatch JSONPatchCodable.swift
[8/12] Compiling JSONPatch JSONPatchGenerator.swift
[9/12] Compiling JSONPatch NSDictionary+DeepCopy.swift
[10/12] Emitting module JSONPatch
/Users/admin/builder/spi-builder-workspace/Sources/JSONPatch/JSONPointer.swift:186:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'JSONPointer' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
184 | }
185 | #else
186 | public var hashValue: Int {
| `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'JSONPointer' to 'Hashable' by implementing 'hash(into:)' instead [#DeprecatedDeclaration]
187 | return components.hashValue
188 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[11/12] Compiling JSONPatch JSONEquality.swift
[12/12] Compiling JSONPatch JSONElement.swift
Build complete! (4.56s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "JSONPatch",
"name" : "JSONPatch",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "JSONPatch",
"targets" : [
"JSONPatch"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JSONPatchTests",
"module_type" : "SwiftTarget",
"name" : "JSONPatchTests",
"path" : "Tests",
"sources" : [
"JSONPatchTests/ArrayTests.swift",
"JSONPatchTests/Bundle.swift",
"JSONPatchTests/JSONCodableTests.swift",
"JSONPatchTests/JSONElementTests.swift",
"JSONPatchTests/JSONFileTestCase.swift",
"JSONPatchTests/JSONPatchGeneratorTests.swift",
"JSONPatchTests/JSONPatchTests.swift",
"JSONPatchTests/JSONPointerTests.swift",
"JSONPatchTests/TestFileTestCase.swift"
],
"target_dependencies" : [
"JSONPatch"
],
"type" : "test"
},
{
"c99name" : "JSONPatch",
"module_type" : "SwiftTarget",
"name" : "JSONPatch",
"path" : "Sources/JSONPatch",
"product_memberships" : [
"JSONPatch"
],
"sources" : [
"JSONElement.swift",
"JSONEquality.swift",
"JSONError.swift",
"JSONPatch.swift",
"JSONPatchCodable.swift",
"JSONPatchGenerator.swift",
"JSONPointer.swift",
"NSArray+DeepCopy.swift",
"NSDictionary+DeepCopy.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.