Build Information
Successful build of PatchouliJSON, reference main (89b9b1
), with Swift 6.2 (beta) for Linux on 21 Jun 2025 17:41:20 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alexhunsley/patchouli-jsonpatch.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/alexhunsley/patchouli-jsonpatch
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 89b9b1d Update README.md
Cloned https://github.com/alexhunsley/patchouli-jsonpatch.git
Revision (git rev-parse @):
89b9b1d595780f580c4636db082798cd08cc24d1
SUCCESS checkout https://github.com/alexhunsley/patchouli-jsonpatch.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/alexhunsley/patchouli-jsonpatch.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/alexhunsley/patchouli-core
Fetching https://github.com/raymccrae/swift-jsonpatch.git
[1/457] Fetching patchouli-core
[458/1071] Fetching patchouli-core, swift-jsonpatch
Fetched https://github.com/alexhunsley/patchouli-core from cache (0.57s)
Fetched https://github.com/raymccrae/swift-jsonpatch.git from cache (0.58s)
Computing version for https://github.com/alexhunsley/patchouli-core
Computed https://github.com/alexhunsley/patchouli-core at 0.9.5 (1.34s)
Computing version for https://github.com/raymccrae/swift-jsonpatch.git
Computed https://github.com/raymccrae/swift-jsonpatch.git at 1.0.6 (3.95s)
Creating working copy for https://github.com/alexhunsley/patchouli-core
Working copy of https://github.com/alexhunsley/patchouli-core resolved at 0.9.5
Creating working copy for https://github.com/raymccrae/swift-jsonpatch.git
Working copy of https://github.com/raymccrae/swift-jsonpatch.git resolved at 1.0.6
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/22] Compiling JSONPatch NSArray+DeepCopy.swift
[6/23] Compiling PatchouliCore StringPatchType.swift
[7/24] Compiling JSONPatch NSDictionary+DeepCopy.swift
[8/24] Compiling PatchouliCore PatchouliError.swift
[9/24] Compiling PatchouliCore DSL+StringPatch.swift
[10/24] Compiling JSONPatch JSONPointer.swift
[11/24] Compiling PatchouliCore PatchedContent+Reduce.swift
[12/24] Compiling PatchouliCore Patchable.swift
[13/24] Compiling PatchouliCore PatchType.swift
[14/24] Emitting module PatchouliCore
[15/24] Compiling JSONPatch JSONElement.swift
[16/24] Compiling JSONPatch JSONEquality.swift
[17/24] Compiling PatchouliCore String+Util.swift
[18/25] Compiling JSONPatch JSONPatchGenerator.swift
[20/25] Compiling JSONPatch JSONPatchCodable.swift
[23/25] Compiling JSONPatch JSONError.swift
[24/25] Compiling JSONPatch JSONPatch.swift
[25/25] Emitting module JSONPatch
[27/32] Compiling PatchouliJSON String+Util.swift
[28/32] Emitting module PatchouliJSON
[29/32] Compiling PatchouliJSON DSL+JSONPatchType.swift
[30/32] Compiling PatchouliJSON JSONSimpleContentBuilder.swift
[31/32] Compiling PatchouliJSON ModuleExports.swift
[32/32] Compiling PatchouliJSON JSONPatchType.swift
Build complete! (33.11s)
Build complete.
{
"dependencies" : [
{
"identity" : "patchouli-core",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/alexhunsley/patchouli-core"
},
{
"identity" : "swift-jsonpatch",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/raymccrae/swift-jsonpatch.git"
}
],
"manifest_display_name" : "PatchouliJSON",
"name" : "PatchouliJSON",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "PatchouliJSON",
"targets" : [
"PatchouliJSON"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PatchouliJSONTests",
"module_type" : "SwiftTarget",
"name" : "PatchouliJSONTests",
"path" : "Tests",
"sources" : [
"Sources/PatchouliJSONTests.swift",
"Sources/TestHepers.swift"
],
"target_dependencies" : [
"PatchouliJSON"
],
"type" : "test"
},
{
"c99name" : "PatchouliJSON",
"module_type" : "SwiftTarget",
"name" : "PatchouliJSON",
"path" : "Sources",
"product_dependencies" : [
"PatchouliCore",
"JSONPatch"
],
"product_memberships" : [
"PatchouliJSON"
],
"sources" : [
"DSL+JSONPatchType.swift",
"JSONSimpleContentBuilder.swift",
"ModuleExports.swift",
"PatchTypes/JSONPatchType.swift",
"Util/String+Util.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.