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.9 for macOS (SPM) on 12 Apr 2025 19:54:00 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64

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 /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/objecthub/swift-dynamicjson.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/27] Emitting module DynamicJSON
[2/29] Compiling DynamicJSON JSONExtensions.swift
[3/29] Compiling DynamicJSON NSNumber.swift
[4/29] Compiling DynamicJSON JSONPatchMaker.swift
[5/29] Compiling DynamicJSON JSONPatchOperation.swift
[6/29] Compiling DynamicJSON JSONPath.swift
[7/29] Compiling DynamicJSON JSONPathEnvironment.swift
[8/29] Compiling DynamicJSON JSONPathEvaluator.swift
[9/29] Compiling DynamicJSON JSONPathParser.swift
[10/29] Compiling DynamicJSON JSONSchemaDialect.swift
[11/29] Compiling DynamicJSON JSONSchemaDraft2020.swift
[12/29] Compiling DynamicJSON JSONSchemaFormatValidators.swift
[13/29] Compiling DynamicJSON JSONPointer.swift
[14/29] Compiling DynamicJSON JSONReference.swift
[15/29] Compiling DynamicJSON JSONSchema.swift
[16/29] Compiling DynamicJSON JSONSchemaResource.swift
[17/29] Compiling DynamicJSON JSONSchemaValidationContext.swift
[18/29] Compiling DynamicJSON JSONSchemaValidationResult.swift
[19/29] Compiling DynamicJSON JSONSchemaValidator.swift
[20/29] Compiling DynamicJSON JSONType.swift
[21/29] Compiling DynamicJSON LocatedJSON.swift
[22/29] Compiling DynamicJSON Indirect.swift
[23/29] Compiling DynamicJSON JSON.swift
[24/29] Compiling DynamicJSON JSONLocation.swift
[25/29] Compiling DynamicJSON JSONPatch.swift
[26/29] Compiling DynamicJSON JSONSchemaIdentifier.swift
[27/29] Compiling DynamicJSON JSONSchemaProvider.swift
[28/29] Compiling DynamicJSON JSONSchemaRegistry.swift
[29/31] Compiling JSONPathTool main.swift
[30/31] Emitting module JSONPathTool
[30/31] Linking JSONPathTool
Build complete! (7.89s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DynamicJSON",
  "name" : "DynamicJSON",
  "path" : "/Users/admin/builder/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"
}
Done.