Build Information
Successful build of DynamicJSON, reference 1.0.2 (9648f3
), with Swift 5.9 for Linux on 12 Apr 2025 19:54:00 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/objecthub/swift-dynamicjson.git
Reference: 1.0.2
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.2 -> FETCH_HEAD
HEAD is now at 9648f32 Update CHANGELOG.
Cloned https://github.com/objecthub/swift-dynamicjson.git
Revision (git rev-parse @):
9648f32126ade414b00b9551c27870d4ad9b168c
SUCCESS checkout https://github.com/objecthub/swift-dynamicjson.git at 1.0.2
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/objecthub/swift-dynamicjson.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:93fe18f778ec94e026baa8cc68b2ae87de241b204c49ca7a3a12cf55897227aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Building for debugging...
[1/28] Emitting module DynamicJSON
[2/31] Compiling DynamicJSON JSONPathParser.swift
[3/31] Compiling DynamicJSON JSONPointer.swift
[4/31] Compiling DynamicJSON JSONReference.swift
[5/31] Compiling DynamicJSON JSONSchema.swift
[6/31] Compiling DynamicJSON JSONSchemaIdentifier.swift
[7/31] Compiling DynamicJSON JSONSchemaProvider.swift
[8/31] Compiling DynamicJSON JSONSchemaRegistry.swift
[9/31] Compiling DynamicJSON JSONSchemaValidator.swift
[10/31] Compiling DynamicJSON JSONType.swift
[11/31] Compiling DynamicJSON LocatedJSON.swift
[12/31] Compiling DynamicJSON JSONSchemaResource.swift
[13/31] Compiling DynamicJSON JSONSchemaValidationContext.swift
[14/31] Compiling DynamicJSON JSONSchemaValidationResult.swift
[15/31] Compiling DynamicJSON JSONSchemaDialect.swift
[16/31] Compiling DynamicJSON JSONSchemaDraft2020.swift
[17/31] Compiling DynamicJSON JSONSchemaFormatValidators.swift
[18/31] Compiling DynamicJSON JSONPatchOperation.swift
[19/31] Compiling DynamicJSON JSONPath.swift
[20/31] Compiling DynamicJSON JSONPathEnvironment.swift
[21/31] Compiling DynamicJSON JSONPathEvaluator.swift
[22/31] Compiling DynamicJSON Indirect.swift
[23/31] Compiling DynamicJSON JSONExtensions.swift
[24/31] Compiling DynamicJSON NSNumber.swift
[25/31] Compiling DynamicJSON JSON.swift
[26/31] Compiling DynamicJSON JSONLocation.swift
[27/31] Compiling DynamicJSON JSONPatch.swift
[28/31] Compiling DynamicJSON JSONPatchMaker.swift
[30/33] Wrapping AST for DynamicJSON for debugging
[32/35] Emitting module JSONPathTool
[33/35] Compiling JSONPathTool main.swift
[35/37] Wrapping AST for JSONPathTool for debugging
[36/37] Linking JSONPathTool
Build complete! (10.34s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "DynamicJSON",
"name" : "DynamicJSON",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "DynamicJSON",
"targets" : [
"DynamicJSON"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "JSONPathTool",
"targets" : [
"JSONPathTool"
],
"type" : {
"executable" : null
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "JSONPathTool",
"module_type" : "SwiftTarget",
"name" : "JSONPathTool",
"path" : "Sources/JSONPathTool",
"product_memberships" : [
"JSONPathTool"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"DynamicJSON"
],
"type" : "executable"
},
{
"c99name" : "DynamicJSONTests",
"module_type" : "SwiftTarget",
"name" : "DynamicJSONTests",
"path" : "Tests/DynamicJSONTests",
"sources" : [
"DynamicJSONTests.swift",
"JSONConstructorTests.swift",
"JSONLocationTests.swift",
"JSONMergingTests.swift",
"JSONMutationTests.swift",
"JSONPatchComplianceSuite.swift",
"JSONPatchComplianceTest.swift",
"JSONPatchLargeTest.swift",
"JSONPatchTestCase.swift",
"JSONPathComplianceSuite.swift",
"JSONPathComplianceTest.swift",
"JSONPathTestCase.swift",
"JSONPathTests.swift",
"JSONPointerTests.swift",
"JSONSchemaComplianceSuite.swift",
"JSONSchemaComplianceTest.swift",
"JSONSchemaDebugTest.swift",
"JSONSchemaExampleTest.swift",
"JSONSchemaFormatSuite.swift",
"JSONSchemaOptionalSuite.swift",
"JSONSchemaTestCase.swift",
"JSONTypeTests.swift"
],
"target_dependencies" : [
"DynamicJSON"
],
"type" : "test"
},
{
"c99name" : "DynamicJSON",
"module_type" : "SwiftTarget",
"name" : "DynamicJSON",
"path" : "Sources/DynamicJSON",
"product_memberships" : [
"DynamicJSON",
"JSONPathTool"
],
"sources" : [
"JSON.swift",
"JSONLocation.swift",
"JSONPatch/JSONPatch.swift",
"JSONPatch/JSONPatchMaker.swift",
"JSONPatch/JSONPatchOperation.swift",
"JSONPath/JSONPath.swift",
"JSONPath/JSONPathEnvironment.swift",
"JSONPath/JSONPathEvaluator.swift",
"JSONPath/JSONPathParser.swift",
"JSONPointer.swift",
"JSONReference.swift",
"JSONSchema/JSONSchema.swift",
"JSONSchema/JSONSchemaDialect.swift",
"JSONSchema/JSONSchemaDraft2020.swift",
"JSONSchema/JSONSchemaFormatValidators.swift",
"JSONSchema/JSONSchemaIdentifier.swift",
"JSONSchema/JSONSchemaProvider.swift",
"JSONSchema/JSONSchemaRegistry.swift",
"JSONSchema/JSONSchemaResource.swift",
"JSONSchema/JSONSchemaValidationContext.swift",
"JSONSchema/JSONSchemaValidationResult.swift",
"JSONSchema/JSONSchemaValidator.swift",
"JSONType.swift",
"LocatedJSON.swift",
"Util/Indirect.swift",
"Util/JSONExtensions.swift",
"Util/NSNumber.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:93fe18f778ec94e026baa8cc68b2ae87de241b204c49ca7a3a12cf55897227aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.