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 JSONDecoder-Keypath, reference 0.1.0 (15a397), with Swift 6.0 for macOS (SPM) on 31 Oct 2024 09:22:13 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0111b/JSONDecoder-Keypath.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0111b/JSONDecoder-Keypath
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 15a3972 Add shields to the README.md
Cloned https://github.com/0111b/JSONDecoder-Keypath.git
Revision (git rev-parse @):
15a39723904d167cdafb3e0bf17227a921449610
SUCCESS checkout https://github.com/0111b/JSONDecoder-Keypath.git at 0.1.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": "jsondecoder-keypath",
      "name": "JSONDecoder-Keypath",
      "url": "https://github.com/0111b/JSONDecoder-Keypath.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/JSONDecoder-Keypath",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/0111b/JSONDecoder-Keypath.git
[3/63] Fetching jsondecoder-keypath
Fetched https://github.com/0111b/JSONDecoder-Keypath.git from cache (0.60s)
Creating working copy for https://github.com/0111b/JSONDecoder-Keypath.git
Working copy of https://github.com/0111b/JSONDecoder-Keypath.git resolved at 0.1.0 (15a3972)
warning: '.resolve-product-dependencies': dependency 'jsondecoder-keypath' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/0111b/JSONDecoder-Keypath.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/4] Emitting module JSONDecoder_Keypath
[4/4] Compiling JSONDecoder_Keypath JSONDecoder_Keypath.swift
Build complete! (6.06s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "JSONDecoder-Keypath",
  "name" : "JSONDecoder-Keypath",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "JSONDecoder-Keypath",
      "targets" : [
        "JSONDecoder-Keypath"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4"
  ],
  "targets" : [
    {
      "c99name" : "JSONDecoder_KeypathTests",
      "module_type" : "SwiftTarget",
      "name" : "JSONDecoder-KeypathTests",
      "path" : "Tests/JSONDecoder-KeypathTests",
      "sources" : [
        "JSONDecoder_KeypathTests.swift"
      ],
      "target_dependencies" : [
        "JSONDecoder-Keypath"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSONDecoder_Keypath",
      "module_type" : "SwiftTarget",
      "name" : "JSONDecoder-Keypath",
      "path" : "Sources/JSONDecoder-Keypath",
      "product_memberships" : [
        "JSONDecoder-Keypath"
      ],
      "sources" : [
        "JSONDecoder_Keypath.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.