Build Information
Successful build of DynamicJSON with Swift 5.9 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4609320-1":/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.41.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/objecthub/swift-dynamicjson.git
Reference: main
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/objecthub/swift-dynamicjson
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6b932fd Support format annotation vocabulary (within schema validation).
Cloned https://github.com/objecthub/swift-dynamicjson.git
Revision (git rev-parse @):
6b932fda6290b26f39656193dfb9d65e25971c86
SUCCESS checkout https://github.com/objecthub/swift-dynamicjson.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $workDir
https://github.com/objecthub/swift-dynamicjson.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/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/27] Emitting module DynamicJSON
[2/30] Compiling DynamicJSON Indirect.swift
[3/30] Compiling DynamicJSON JSONExtensions.swift
[4/30] Compiling DynamicJSON NSNumber.swift
[5/30] Compiling DynamicJSON JSONSchemaValidator.swift
[6/30] Compiling DynamicJSON JSONType.swift
[7/30] Compiling DynamicJSON LocatedJSON.swift
[8/30] Compiling DynamicJSON JSON.swift
[9/30] Compiling DynamicJSON JSONLocation.swift
[10/30] Compiling DynamicJSON JSONPatch.swift
[11/30] Compiling DynamicJSON JSONPatchOperation.swift
[12/30] Compiling DynamicJSON JSONSchemaDialect.swift
[13/30] Compiling DynamicJSON JSONSchemaDraft2020.swift
[14/30] Compiling DynamicJSON JSONSchemaFormatValidators.swift
[15/30] Compiling DynamicJSON JSONSchemaResource.swift
[16/30] Compiling DynamicJSON JSONSchemaValidationContext.swift
[17/30] Compiling DynamicJSON JSONSchemaValidationResult.swift
[18/30] Compiling DynamicJSON JSONSchemaIdentifier.swift
[19/30] Compiling DynamicJSON JSONSchemaProvider.swift
[20/30] Compiling DynamicJSON JSONSchemaRegistry.swift
[21/30] Compiling DynamicJSON JSONPath.swift
[22/30] Compiling DynamicJSON JSONPathEnvironment.swift
[23/30] Compiling DynamicJSON JSONPathEvaluator.swift
[24/30] Compiling DynamicJSON JSONPathParser.swift
[25/30] Compiling DynamicJSON JSONPointer.swift
[26/30] Compiling DynamicJSON JSONReference.swift
[27/30] Compiling DynamicJSON JSONSchema.swift
[29/32] Wrapping AST for DynamicJSON for debugging
[31/34] Compiling JSONPathTool main.swift
[32/34] Emitting module JSONPathTool
[34/36] Wrapping AST for JSONPathTool for debugging
[35/36] Linking JSONPathTool
Build complete! (9.54s)
Build complete.
Done.