Build Information
Successful build of JSONAPI with Swift 5.8 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.38.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattpolzin/JSONAPI.git
Reference: 5.3.1
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/mattpolzin/JSONAPI
* tag 5.3.1 -> FETCH_HEAD
HEAD is now at 58ebdc9 Merge pull request #116 from mattpolzin/fix-optional-meta-omit-decode
Cloned https://github.com/mattpolzin/JSONAPI.git
Revision (git rev-parse @):
58ebdc9b104383288cde3028ce0efd552e08c47a
SUCCESS checkout https://github.com/mattpolzin/JSONAPI.git at 5.3.1
========================================
Build
========================================
Selected platform: linux
Swift version: 5.8
Building package at path: $workDir
https://github.com/mattpolzin/JSONAPI.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/mattpolzin/Poly.git
[1/323] Fetching poly
Fetched https://github.com/mattpolzin/Poly.git (0.22s)
Computing version for https://github.com/mattpolzin/Poly.git
Computed https://github.com/mattpolzin/Poly.git at 2.8.0 (0.33s)
Creating working copy for https://github.com/mattpolzin/Poly.git
Working copy of https://github.com/mattpolzin/Poly.git resolved at 2.8.0
Building for debugging...
[1/7] Emitting module Poly
[2/7] Compiling Poly Collection+Poly.swift
[3/7] Compiling Poly Result+Value.swift
[4/7] Compiling Poly Poly+CustomStringConvertible.swift
[5/7] Compiling Poly Poly.swift
[6/7] Compiling Poly Poly+AllTypes.swift
[7/7] Compiling Poly Poly+Codable.swift
[10/31] Compiling JSONAPI JSONAPIError.swift
[11/31] Compiling JSONAPI JSONAPICodingError.swift
[12/31] Compiling JSONAPI Links.swift
[13/34] Compiling JSONAPI Meta.swift
[14/34] Compiling JSONAPI Attribute+Functor.swift
[15/34] Compiling JSONAPI Attribute.swift
[16/34] Compiling JSONAPI EmptyObjectDecoder.swift
[17/34] Compiling JSONAPI BasicJSONAPIError.swift
[18/34] Compiling JSONAPI GenericJSONAPIError.swift
[19/34] Compiling JSONAPI Transformer.swift
[20/34] Compiling JSONAPI SparseFieldEncoder.swift
[21/34] Compiling JSONAPI SparseFieldset.swift
[22/34] Compiling JSONAPI ResourceObject+Replacing.swift
[23/34] Compiling JSONAPI ResourceObject.swift
[24/34] Compiling JSONAPI ResourceObjectDecodingError.swift
[25/34] Compiling JSONAPI Id.swift
[26/34] Compiling JSONAPI Poly+PrimaryResource.swift
[27/34] Compiling JSONAPI Relationship.swift
[28/34] Emitting module JSONAPI
[29/34] Compiling JSONAPI DocumentDecodingError.swift
[30/34] Compiling JSONAPI Includes.swift
[31/34] Compiling JSONAPI ResourceBody.swift
[32/34] Compiling JSONAPI APIDescription.swift
[33/34] Compiling JSONAPI CompoundResource.swift
[34/34] Compiling JSONAPI Document.swift
[37/51] Compiling JSONAPITesting Id+Literal.swift
[38/51] Compiling JSONAPITesting Optional+Literal.swift
[39/52] Compiling JSONAPITesting IncludesCompare.swift
[40/52] Compiling JSONAPITesting Optional+AbstractWrapper.swift
[41/52] Compiling JSONAPITesting ResourceObjectCheck.swift
[42/52] Emitting module JSONAPITesting
[43/52] Compiling JSONAPITesting Attribute+Literal.swift
[44/52] Compiling JSONAPITesting ArrayCompare.swift
[45/52] Compiling JSONAPITesting Optional+ZipWith.swift
[46/52] Compiling JSONAPITesting Relationship+Literal.swift
[47/52] Compiling JSONAPITesting RelationshipsCompare.swift
[48/52] Compiling JSONAPITesting ResourceObjectCompare.swift
[49/52] Compiling JSONAPITesting AttributesCompare.swift
[50/52] Compiling JSONAPITesting Comparison.swift
[51/52] Compiling JSONAPITesting DocumentCompare.swift
[52/52] Compiling JSONAPITesting DocumentDataCompare.swift
Build complete! (8.37s)
Build complete.
Done.