Build Information
Successful build of JSONAPI with Swift 5.10 for Linux.
Build Command
bash -c docker run --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.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.10
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.10-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 from cache (0.21s)
Computing version for https://github.com/mattpolzin/Poly.git
Computed https://github.com/mattpolzin/Poly.git at 2.8.0 (0.40s)
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...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/11] Compiling Poly Result+Value.swift
[6/11] Emitting module Poly
[7/11] Compiling Poly Collection+Poly.swift
[8/11] Compiling Poly Poly+Codable.swift
[9/11] Compiling Poly Poly+AllTypes.swift
[10/11] Compiling Poly Poly+CustomStringConvertible.swift
[11/11] Compiling Poly Poly.swift
[13/34] Compiling JSONAPI Meta.swift
[14/34] Compiling JSONAPI Attribute+Functor.swift
[15/34] Compiling JSONAPI Attribute.swift
[16/37] Compiling JSONAPI Transformer.swift
[17/37] Compiling JSONAPI SparseFieldEncoder.swift
[18/37] Compiling JSONAPI SparseFieldset.swift
[19/37] Compiling JSONAPI EmptyObjectDecoder.swift
[20/37] Compiling JSONAPI BasicJSONAPIError.swift
[21/37] Compiling JSONAPI GenericJSONAPIError.swift
[22/37] Compiling JSONAPI JSONAPIError.swift
[23/37] Compiling JSONAPI JSONAPICodingError.swift
[24/37] Compiling JSONAPI Links.swift
[25/37] Compiling JSONAPI Id.swift
[26/37] Compiling JSONAPI Poly+PrimaryResource.swift
[27/37] Compiling JSONAPI Relationship.swift
[28/37] Emitting module JSONAPI
[29/37] Compiling JSONAPI DocumentDecodingError.swift
[30/37] Compiling JSONAPI Includes.swift
[31/37] Compiling JSONAPI ResourceBody.swift
[32/37] Compiling JSONAPI ResourceObject+Replacing.swift
[33/37] Compiling JSONAPI ResourceObject.swift
[34/37] Compiling JSONAPI ResourceObjectDecodingError.swift
[35/37] Compiling JSONAPI APIDescription.swift
[36/37] Compiling JSONAPI CompoundResource.swift
[37/37] Compiling JSONAPI Document.swift
[39/53] Compiling JSONAPITesting Optional+ZipWith.swift
[40/53] Compiling JSONAPITesting Relationship+Literal.swift
[41/54] Compiling JSONAPITesting Attribute+Literal.swift
[42/54] Compiling JSONAPITesting ArrayCompare.swift
[43/54] Emitting module JSONAPITesting
[44/54] Compiling JSONAPITesting AttributesCompare.swift
[45/54] Compiling JSONAPITesting Comparison.swift
[46/54] Compiling JSONAPITesting ResourceObjectCheck.swift
[47/54] Compiling JSONAPITesting Id+Literal.swift
[48/54] Compiling JSONAPITesting Optional+Literal.swift
[49/54] Compiling JSONAPITesting RelationshipsCompare.swift
[50/54] Compiling JSONAPITesting ResourceObjectCompare.swift
[51/54] Compiling JSONAPITesting IncludesCompare.swift
[52/54] Compiling JSONAPITesting Optional+AbstractWrapper.swift
[53/54] Compiling JSONAPITesting DocumentCompare.swift
[54/54] Compiling JSONAPITesting DocumentDataCompare.swift
Build complete! (9.68s)
Build complete.
Done.