Build Information
Successful build of QuickJSON, reference master (79df0e
), with Swift 5.9 for Linux on 30 Jun 2024 14:28:21 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-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/tannerdsilva/QuickJSON.git
Reference: master
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/tannerdsilva/QuickJSON
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 79df0ef release v1.1.2 fixed memory leak
Cloned https://github.com/tannerdsilva/QuickJSON.git
Revision (git rev-parse @):
79df0ef2f7ce80dfe95a3a5179d10daa0dbf49c7
SUCCESS checkout https://github.com/tannerdsilva/QuickJSON.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $workDir
https://github.com/tannerdsilva/QuickJSON.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:bf2706fb3ad57f47449cad6c85f40e5d27f055fda5f2d8da4d3c25f3a5524d1a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/ibireme/yyjson.git
[1/3525] Fetching swift-log
[3526/6794] Fetching swift-log, yyjson
Fetched https://github.com/apple/swift-log.git (0.51s)
Fetched https://github.com/ibireme/yyjson.git (0.51s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.2 (0.32s)
Computing version for https://github.com/ibireme/yyjson.git
Computed https://github.com/ibireme/yyjson.git at 0.8.0 (0.32s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.5.2
Creating working copy for https://github.com/ibireme/yyjson.git
Working copy of https://github.com/ibireme/yyjson.git resolved at 0.8.0
Building for debugging...
[0/6] Compiling yyjson.c
[2/6] Compiling Logging LogHandler.swift
[3/6] Compiling Logging MetadataProvider.swift
[4/6] Compiling Logging Locks.swift
[5/6] Emitting module Logging
[6/6] Compiling Logging Logging.swift
[9/21] Compiling QuickJSON dc_keyed.swift
[10/21] Compiling QuickJSON dc_single.swift
[11/21] Compiling QuickJSON MemoryPool.swift
[12/21] Compiling QuickJSON QuickJSON.swift
[13/21] Compiling QuickJSON Decoding.swift
[14/21] Compiling QuickJSON Encoding.swift
[15/21] Emitting module QuickJSON
[16/22] Compiling QuickJSON ec_unkeyed.swift
[17/22] Compiling QuickJSON encoder.swift
[18/22] Compiling QuickJSON extensions.swift
[19/22] Compiling QuickJSON dc_unkeyed.swift
[20/22] Compiling QuickJSON decoder.swift
[21/22] Compiling QuickJSON ec_keyed.swift
[22/22] Compiling QuickJSON ec_single.swift
Build complete! (7.46s)
Build complete.
Done.