Build Information
Successful build of QuickJSON, reference master (79df0e
), with Swift 5.10 for Linux on 30 Jun 2024 14:39:40 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/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.10
Building package at path: $workDir
https://github.com/tannerdsilva/QuickJSON.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/ibireme/yyjson.git
Fetching https://github.com/apple/swift-log.git
[1/3525] Fetching swift-log
[3526/6794] Fetching swift-log, yyjson
Fetched https://github.com/apple/swift-log.git from cache (0.65s)
Fetched https://github.com/ibireme/yyjson.git from cache (0.65s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.2 (0.37s)
Computing version for https://github.com/ibireme/yyjson.git
Computed https://github.com/ibireme/yyjson.git at 0.8.0 (0.38s)
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/4] Write sources
[2/4] Write swift-version-24593BA9C3E375BF.txt
[3/9] Compiling yyjson.c
[5/9] Emitting module Logging
[6/9] Compiling Logging Locks.swift
[7/9] Compiling Logging MetadataProvider.swift
[8/9] Compiling Logging LogHandler.swift
[9/9] Compiling Logging Logging.swift
[11/23] Compiling QuickJSON encoder.swift
[12/24] Compiling QuickJSON ec_unkeyed.swift
[13/24] Compiling QuickJSON dc_unkeyed.swift
[14/24] Compiling QuickJSON decoder.swift
[15/24] Compiling QuickJSON extensions.swift
[16/24] Compiling QuickJSON MemoryPool.swift
[17/24] Compiling QuickJSON QuickJSON.swift
[18/24] Compiling QuickJSON Decoding.swift
[19/24] Compiling QuickJSON Encoding.swift
[20/24] Compiling QuickJSON dc_keyed.swift
[21/24] Compiling QuickJSON dc_single.swift
[22/24] Emitting module QuickJSON
[23/24] Compiling QuickJSON ec_keyed.swift
[24/24] Compiling QuickJSON ec_single.swift
Build complete! (9.36s)
Build complete.
Done.