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 TypedJSON, reference main (65d9d4), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 06:49:05 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/aidantwoods/TypedJSON.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aidantwoods/TypedJSON
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 65d9d49 Fix typo
Cloned https://github.com/aidantwoods/TypedJSON.git
Revision (git rev-parse @):
65d9d499b1c3d5ecb16fbbbb32924334fecbeb45
SUCCESS checkout https://github.com/aidantwoods/TypedJSON.git at main
========================================
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": "typedjson",
      "name": "TypedJSON",
      "url": "https://github.com/aidantwoods/TypedJSON.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TypedJSON",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/aidantwoods/TypedJSON.git
[1/84] Fetching typedjson
Fetched https://github.com/aidantwoods/TypedJSON.git from cache (0.63s)
Creating working copy for https://github.com/aidantwoods/TypedJSON.git
Working copy of https://github.com/aidantwoods/TypedJSON.git resolved at main (65d9d49)
warning: '.resolve-product-dependencies': dependency 'typedjson' 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/aidantwoods/TypedJSON.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/6] Compiling TypedJSON Container.swift
[4/6] Compiling TypedJSON Value.swift
[5/6] Emitting module TypedJSON
[6/6] Compiling TypedJSON JSON.swift
Build complete! (6.35s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TypedJSON",
  "name" : "TypedJSON",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "TypedJSON",
      "targets" : [
        "TypedJSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "TypedJSONTests",
      "module_type" : "SwiftTarget",
      "name" : "TypedJSONTests",
      "path" : "Tests/TypedJSONTests",
      "sources" : [
        "JSONTests.swift"
      ],
      "target_dependencies" : [
        "TypedJSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TypedJSON",
      "module_type" : "SwiftTarget",
      "name" : "TypedJSON",
      "path" : "Sources/TypedJSON",
      "product_memberships" : [
        "TypedJSON"
      ],
      "sources" : [
        "Container.swift",
        "JSON.swift",
        "Value.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.