Build Information
Successful build of DynamicJSON with Swift 5.9 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4606859-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.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/objecthub/swift-dynamicjson.git
Reference: 1.0.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/objecthub/swift-dynamicjson
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at 5ca0bb3 Provide API allowing to remove members from JSON objects.
Cloned https://github.com/objecthub/swift-dynamicjson.git
Revision (git rev-parse @):
5ca0bb39f12910b8703ca3fe1e4426f110be2336
SUCCESS checkout https://github.com/objecthub/swift-dynamicjson.git at 1.0.1
========================================
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-4606859-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/27] Compiling DynamicJSON JSONSchemaValidator.swift
[2/27] Compiling DynamicJSON JSONType.swift
[3/27] Compiling DynamicJSON LocatedJSON.swift
[4/30] Compiling DynamicJSON JSONSchemaResource.swift
[5/30] Compiling DynamicJSON JSONSchemaValidationContext.swift
[6/30] Compiling DynamicJSON JSONSchemaValidationResult.swift
[7/30] Compiling DynamicJSON JSONSchemaIdentifier.swift
[8/30] Compiling DynamicJSON JSONSchemaProvider.swift
[9/30] Compiling DynamicJSON JSONSchemaRegistry.swift
[10/30] Emitting module DynamicJSON
[11/30] Compiling DynamicJSON JSON.swift
[12/30] Compiling DynamicJSON JSONLocation.swift
[13/30] Compiling DynamicJSON JSONPatch.swift
[14/30] Compiling DynamicJSON JSONPatchOperation.swift
[15/30] Compiling DynamicJSON JSONPointer.swift
[16/30] Compiling DynamicJSON JSONReference.swift
[17/30] Compiling DynamicJSON JSONSchema.swift
[18/30] Compiling DynamicJSON JSONSchemaDialect.swift
[19/30] Compiling DynamicJSON JSONSchemaDraft2020.swift
[20/30] Compiling DynamicJSON JSONSchemaFormatValidators.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 Indirect.swift
[26/30] Compiling DynamicJSON JSONExtensions.swift
[27/30] Compiling DynamicJSON NSNumber.swift
[29/32] Wrapping AST for DynamicJSON for debugging
[31/34] Emitting module JSONPathTool
[32/34] Compiling JSONPathTool main.swift
[34/36] Wrapping AST for JSONPathTool for debugging
[35/36] Linking JSONPathTool
Build complete! (7.75s)
Build complete.
Done.