The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of DynamicJSON 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.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.10
Building package at path:  $workDir
https://github.com/objecthub/swift-dynamicjson.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
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
[4/31] Emitting module DynamicJSON
[5/34] Compiling DynamicJSON Indirect.swift
[6/34] Compiling DynamicJSON JSONExtensions.swift
[7/34] Compiling DynamicJSON NSNumber.swift
[8/34] Compiling DynamicJSON JSONSchemaValidator.swift
[9/34] Compiling DynamicJSON JSONType.swift
[10/34] Compiling DynamicJSON LocatedJSON.swift
[11/34] Compiling DynamicJSON JSON.swift
[12/34] Compiling DynamicJSON JSONLocation.swift
[13/34] Compiling DynamicJSON JSONPatch.swift
[14/34] Compiling DynamicJSON JSONPatchOperation.swift
[15/34] Compiling DynamicJSON JSONPointer.swift
[16/34] Compiling DynamicJSON JSONReference.swift
[17/34] Compiling DynamicJSON JSONSchema.swift
[18/34] Compiling DynamicJSON JSONSchemaResource.swift
[19/34] Compiling DynamicJSON JSONSchemaValidationContext.swift
[20/34] Compiling DynamicJSON JSONSchemaValidationResult.swift
[21/34] Compiling DynamicJSON JSONSchemaIdentifier.swift
[22/34] Compiling DynamicJSON JSONSchemaProvider.swift
[23/34] Compiling DynamicJSON JSONSchemaRegistry.swift
[24/34] Compiling DynamicJSON JSONSchemaDialect.swift
[25/34] Compiling DynamicJSON JSONSchemaDraft2020.swift
[26/34] Compiling DynamicJSON JSONSchemaFormatValidators.swift
[27/34] Compiling DynamicJSON JSONPath.swift
[28/34] Compiling DynamicJSON JSONPathEnvironment.swift
[29/34] Compiling DynamicJSON JSONPathEvaluator.swift
[30/34] Compiling DynamicJSON JSONPathParser.swift
[31/35] Wrapping AST for DynamicJSON for debugging
[33/37] Emitting module JSONPathTool
[34/37] Compiling JSONPathTool main.swift
[35/38] Wrapping AST for JSONPathTool for debugging
[36/38] Write Objects.LinkFileList
[37/38] Linking JSONPathTool
Build complete! (9.88s)
Build complete.
Done.