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 JSONParser, reference 1.3.0 (a8216b), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 16:19:50 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Gerzer/JSONParser.git
Reference: 1.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Gerzer/JSONParser
 * tag               1.3.0      -> FETCH_HEAD
HEAD is now at a8216b7 Add a simple testing script
Cloned https://github.com/Gerzer/JSONParser.git
Revision (git rev-parse @):
a8216b7a12dc8e040f4a58f5368cce99d7eba411
SUCCESS checkout https://github.com/Gerzer/JSONParser.git at 1.3.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "jsonparser",
      "name": "JSONParser",
      "url": "https://github.com/Gerzer/JSONParser.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/JSONParser",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Gerzer/JSONParser.git
[1/81] Fetching jsonparser
Fetched https://github.com/Gerzer/JSONParser.git from cache (0.64s)
Creating working copy for https://github.com/Gerzer/JSONParser.git
Working copy of https://github.com/Gerzer/JSONParser.git resolved at 1.3.0 (a8216b7)
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Gerzer/JSONParser.git
https://github.com/Gerzer/JSONParser.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "JSONParser",
  "name" : "JSONParser",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "JSONParser",
      "targets" : [
        "JSONParser"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Tester",
      "targets" : [
        "Tester"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Tester",
      "module_type" : "SwiftTarget",
      "name" : "Tester",
      "path" : "Sources/Tester",
      "product_memberships" : [
        "Tester"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "JSONParser"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "JSONParser",
      "module_type" : "SwiftTarget",
      "name" : "JSONParser",
      "path" : "Sources/JSONParser",
      "product_memberships" : [
        "JSONParser",
        "Tester"
      ],
      "sources" : [
        "JSONError.swift",
        "JSONKey.swift",
        "JSONParser.swift",
        "JSONProvider.swift",
        "JSONProxy.swift",
        "JSONValue.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/7] Write sources
[1/7] Write Tester-entitlement.plist
[3/7] Write swift-version-2F0A5646E1D333AE.txt
[5/14] Emitting module JSONParser
[6/14] Compiling JSONParser JSONValue.swift
[7/14] Compiling JSONParser JSONKey.swift
[8/14] Compiling JSONParser JSONError.swift
[9/14] Compiling JSONParser JSONParser.swift
[10/14] Compiling JSONParser JSONProvider.swift
[11/14] Compiling JSONParser JSONProxy.swift
[12/16] Compiling Tester main.swift
[13/16] Emitting module Tester
[13/16] Write Objects.LinkFileList
[14/16] Linking Tester
[15/16] Applying Tester
Build complete! (5.77s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "JSONParser",
  "name" : "JSONParser",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "JSONParser",
      "targets" : [
        "JSONParser"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Tester",
      "targets" : [
        "Tester"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Tester",
      "module_type" : "SwiftTarget",
      "name" : "Tester",
      "path" : "Sources/Tester",
      "product_memberships" : [
        "Tester"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "JSONParser"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "JSONParser",
      "module_type" : "SwiftTarget",
      "name" : "JSONParser",
      "path" : "Sources/JSONParser",
      "product_memberships" : [
        "JSONParser",
        "Tester"
      ],
      "sources" : [
        "JSONError.swift",
        "JSONKey.swift",
        "JSONParser.swift",
        "JSONProvider.swift",
        "JSONProxy.swift",
        "JSONValue.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.