Build Information
Successful build of PatchouliJSON, reference main (89b9b1
), with Swift 5.10 for Linux on 28 Jun 2024 05:16:55 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.44.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: 5.10
Building package at path: $workDir
https://github.com/alexhunsley/patchouli-jsonpatch.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:25efef401ffd78342b231554234a436b1eb31bdd29046c1104fb984cc1b7d308
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/raymccrae/swift-jsonpatch
Fetching https://github.com/alexhunsley/patchouli-core
[1/448] Fetching patchouli-core
[15/1062] Fetching patchouli-core, swift-jsonpatch
Fetched https://github.com/alexhunsley/patchouli-core from cache (0.45s)
Fetched https://github.com/raymccrae/swift-jsonpatch from cache (0.45s)
Computing version for https://github.com/raymccrae/swift-jsonpatch.git
Computed https://github.com/raymccrae/swift-jsonpatch.git at 1.0.6 (1.43s)
Computing version for https://github.com/alexhunsley/patchouli-core
Computed https://github.com/alexhunsley/patchouli-core at 0.9.5 (0.32s)
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
Working copy of https://github.com/raymccrae/swift-jsonpatch resolved at 1.0.6
warning: 'spi-builder-workspace': found 6 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Tests/Resources/patchouli-core-logo-1.jpg
/host/spi-builder-workspace/Tests/Resources/patchouli-json-logo-1-scaled-256x254.png
/host/spi-builder-workspace/Tests/Resources/patchouli-json-logo-1.png
/host/spi-builder-workspace/Tests/Resources/UserList.json
/host/spi-builder-workspace/Tests/Resources/patchouli-json-logo-1-scaled-378x375.png
/host/spi-builder-workspace/Tests/Resources/patchouli-core-logo-1-scaled-378x379.jpg
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 PatchType.swift
[7/23] Emitting module PatchouliCore
[8/23] Compiling JSONPatch JSONElement.swift
[9/23] Compiling JSONPatch JSONEquality.swift
[10/24] Compiling PatchouliCore StringPatchType.swift
[11/24] Compiling JSONPatch NSDictionary+DeepCopy.swift
[12/24] Compiling PatchouliCore String+Util.swift
[13/24] Compiling PatchouliCore PatchedContent+Reduce.swift
[14/24] Compiling PatchouliCore Patchable.swift
[15/24] Compiling PatchouliCore PatchouliError.swift
[16/24] Compiling PatchouliCore DSL+StringPatch.swift
[17/25] Compiling JSONPatch JSONPatchGenerator.swift
[18/25] Compiling JSONPatch JSONPointer.swift
[20/25] Compiling JSONPatch JSONPatch.swift
[21/25] Compiling JSONPatch JSONError.swift
[22/25] Compiling JSONPatch JSONPatchCodable.swift
[23/25] Emitting module JSONPatch
[27/32] Compiling PatchouliJSON String+Util.swift
[28/32] Compiling PatchouliJSON DSL+JSONPatchType.swift
[29/32] Emitting module PatchouliJSON
[30/32] Compiling PatchouliJSON JSONSimpleContentBuilder.swift
[31/32] Compiling PatchouliJSON ModuleExports.swift
[32/32] Compiling PatchouliJSON JSONPatchType.swift
Build complete! (10.75s)
Build complete.
Done.