Build Information
Successful build of JSONValue with Swift 5.9 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4609320-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.38.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/edonv/JSONValue.git
Reference: 1.1.3
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/edonv/JSONValue
* tag 1.1.3 -> FETCH_HEAD
HEAD is now at f9b9a3b Update JSONValue.swift
Cloned https://github.com/edonv/JSONValue.git
Revision (git rev-parse @):
f9b9a3b832a853bf8c01b00c2647425e7bc38f4e
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/edonv/JSONValue.git at 1.1.3
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $workDir
https://github.com/edonv/JSONValue.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Building for debugging...
[1/9] Compiling JSONValue JSONValue+Errors.swift
[2/9] Compiling JSONValue JSONValue+Codable.swift
[3/9] Compiling JSONValue JSONValue+Convenience.swift
[4/9] Compiling JSONValue JSONValue+ExpressibleByLiteral.swift
[5/9] Emitting module JSONValue
[6/10] Compiling JSONValue JSONConvertible.swift
[7/10] Compiling JSONValue JSONValue.swift
[8/10] Compiling JSONValue JSONValue+Subscripts.swift
[9/10] Compiling JSONValue JSONValue+Merging.swift
[10/10] Compiling JSONValue JSONInterpolatable.swift
Build complete! (6.48s)
Build complete.
Done.