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, reference 1.0.2 (9648f3), with Swift 5.10 for Linux on 12 Apr 2025 19:53:45 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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.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.10
Building package at path:  $PWD
https://github.com/objecthub/swift-dynamicjson.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:616ef225d0085997f26355ad9695b1159b91f6187a43f9ff135cb59d096bc97d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
[4/32] Emitting module DynamicJSON
[5/35] Compiling DynamicJSON JSON.swift
[6/35] Compiling DynamicJSON JSONLocation.swift
[7/35] Compiling DynamicJSON JSONPatch.swift
[8/35] Compiling DynamicJSON JSONPatchMaker.swift
[9/35] Compiling DynamicJSON JSONSchemaResource.swift
[10/35] Compiling DynamicJSON JSONSchemaValidationContext.swift
[11/35] Compiling DynamicJSON JSONSchemaValidationResult.swift
[12/35] Compiling DynamicJSON JSONSchemaValidator.swift
[13/35] Compiling DynamicJSON JSONType.swift
[14/35] Compiling DynamicJSON LocatedJSON.swift
[15/35] Compiling DynamicJSON JSONPathParser.swift
[16/35] Compiling DynamicJSON JSONPointer.swift
[17/35] Compiling DynamicJSON JSONReference.swift
[18/35] Compiling DynamicJSON JSONSchema.swift
[19/35] Compiling DynamicJSON JSONSchemaDialect.swift
[20/35] Compiling DynamicJSON JSONSchemaDraft2020.swift
[21/35] Compiling DynamicJSON JSONSchemaFormatValidators.swift
[22/35] Compiling DynamicJSON JSONSchemaIdentifier.swift
[23/35] Compiling DynamicJSON JSONSchemaProvider.swift
[24/35] Compiling DynamicJSON JSONSchemaRegistry.swift
[25/35] Compiling DynamicJSON JSONPatchOperation.swift
[26/35] Compiling DynamicJSON JSONPath.swift
[27/35] Compiling DynamicJSON JSONPathEnvironment.swift
[28/35] Compiling DynamicJSON JSONPathEvaluator.swift
[29/35] Compiling DynamicJSON Indirect.swift
[30/35] Compiling DynamicJSON JSONExtensions.swift
[31/35] Compiling DynamicJSON NSNumber.swift
[32/36] Wrapping AST for DynamicJSON for debugging
[34/38] Emitting module JSONPathTool
[35/38] Compiling JSONPathTool main.swift
[36/39] Wrapping AST for JSONPathTool for debugging
[37/39] Write Objects.LinkFileList
[38/39] Linking JSONPathTool
Build complete! (6.71s)
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.10-latest: Pulling from finestructure/spi-images
Digest: sha256:616ef225d0085997f26355ad9695b1159b91f6187a43f9ff135cb59d096bc97d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.