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 main (9648f3), with Swift 5.9 for macOS (SPM) on 13 Apr 2025 16:32: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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/objecthub/swift-dynamicjson
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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 LocatedJSON.swift
[5/29] Compiling DynamicJSON Indirect.swift
[6/29] Compiling DynamicJSON JSONPathEnvironment.swift
[7/29] Compiling DynamicJSON JSONPathEvaluator.swift
[8/29] Compiling DynamicJSON JSONPathParser.swift
[9/29] Compiling DynamicJSON JSONPatchMaker.swift
[10/29] Compiling DynamicJSON JSONPatchOperation.swift
[11/29] Compiling DynamicJSON JSONPath.swift
[12/29] Compiling DynamicJSON JSON.swift
[13/29] Compiling DynamicJSON JSONLocation.swift
[14/29] Compiling DynamicJSON JSONPatch.swift
[15/29] Compiling DynamicJSON JSONSchemaDialect.swift
[16/29] Compiling DynamicJSON JSONSchemaDraft2020.swift
[17/29] Compiling DynamicJSON JSONSchemaFormatValidators.swift
[18/29] Compiling DynamicJSON JSONPointer.swift
[19/29] Compiling DynamicJSON JSONReference.swift
[20/29] Compiling DynamicJSON JSONSchema.swift
[21/29] Compiling DynamicJSON JSONSchemaResource.swift
[22/29] Compiling DynamicJSON JSONSchemaValidationContext.swift
[23/29] Compiling DynamicJSON JSONSchemaValidationResult.swift
[24/29] Compiling DynamicJSON JSONSchemaIdentifier.swift
[25/29] Compiling DynamicJSON JSONSchemaProvider.swift
[26/29] Compiling DynamicJSON JSONSchemaRegistry.swift
[27/29] Compiling DynamicJSON JSONSchemaValidator.swift
[28/29] Compiling DynamicJSON JSONType.swift
[29/31] Compiling JSONPathTool main.swift
[30/31] Emitting module JSONPathTool
[30/31] Linking JSONPathTool
Build complete! (8.38s)
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.