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 generic-json, reference 3.1.3 (1546c2), with Swift 6.0 for macOS (SPM) on 28 Jan 2025 21:53:07 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Frizlab/generic-json.git
Reference: 3.1.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Frizlab/generic-json
 * tag               3.1.3      -> FETCH_HEAD
HEAD is now at 1546c2a Fix the package name
Cloned https://github.com/Frizlab/generic-json.git
Revision (git rev-parse @):
1546c2a3ad995f2c7c6479cf9e8cb9ebb80a2578
SUCCESS checkout https://github.com/Frizlab/generic-json.git at 3.1.3
========================================
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": "generic-json",
      "name": "generic-json",
      "url": "https://github.com/Frizlab/generic-json.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/generic-json",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Frizlab/generic-json.git
[1/611] Fetching generic-json
Fetched https://github.com/Frizlab/generic-json.git from cache (0.77s)
Creating working copy for https://github.com/Frizlab/generic-json.git
Working copy of https://github.com/Frizlab/generic-json.git resolved at 3.1.3 (1546c2a)
warning: '.resolve-product-dependencies': dependency 'generic-json' 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/Frizlab/generic-json.git
https://github.com/Frizlab/generic-json.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "generic-json",
  "name" : "generic-json",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "GenericJSON",
      "targets" : [
        "GenericJSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GenericJSONTests",
      "module_type" : "SwiftTarget",
      "name" : "GenericJSONTests",
      "path" : "Tests/GenericJSONTests",
      "sources" : [
        "CodingTests.swift",
        "DebugDescriptionTests.swift",
        "DecodingTests.swift",
        "EqualityTests.swift",
        "InitializationTests.swift",
        "MergingTests.swift",
        "QueryingTests.swift"
      ],
      "target_dependencies" : [
        "GenericJSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GenericJSON",
      "module_type" : "SwiftTarget",
      "name" : "GenericJSON",
      "path" : "GenericJSON",
      "product_memberships" : [
        "GenericJSON"
      ],
      "sources" : [
        "DummySendable.swift",
        "JSON+Codable.swift",
        "JSON+CustomDebugStringConvertible.swift",
        "JSON+Decoding.swift",
        "JSON+Init.swift",
        "JSON+Merging.swift",
        "JSON+Querying.swift",
        "JSON.swift",
        "JSONErrors.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.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/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/12] Compiling GenericJSON JSONErrors.swift
[4/12] Compiling GenericJSON JSON.swift
[5/12] Compiling GenericJSON JSON+Merging.swift
[6/12] Compiling GenericJSON JSON+Querying.swift
[7/12] Compiling GenericJSON JSON+Decoding.swift
[8/12] Compiling GenericJSON JSON+Codable.swift
[9/12] Emitting module GenericJSON
[10/12] Compiling GenericJSON JSON+CustomDebugStringConvertible.swift
[11/12] Compiling GenericJSON DummySendable.swift
[12/12] Compiling GenericJSON JSON+Init.swift
Build complete! (17.12s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "generic-json",
  "name" : "generic-json",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "GenericJSON",
      "targets" : [
        "GenericJSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GenericJSONTests",
      "module_type" : "SwiftTarget",
      "name" : "GenericJSONTests",
      "path" : "Tests/GenericJSONTests",
      "sources" : [
        "CodingTests.swift",
        "DebugDescriptionTests.swift",
        "DecodingTests.swift",
        "EqualityTests.swift",
        "InitializationTests.swift",
        "MergingTests.swift",
        "QueryingTests.swift"
      ],
      "target_dependencies" : [
        "GenericJSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GenericJSON",
      "module_type" : "SwiftTarget",
      "name" : "GenericJSON",
      "path" : "GenericJSON",
      "product_memberships" : [
        "GenericJSON"
      ],
      "sources" : [
        "DummySendable.swift",
        "JSON+Codable.swift",
        "JSON+CustomDebugStringConvertible.swift",
        "JSON+Decoding.swift",
        "JSON+Init.swift",
        "JSON+Merging.swift",
        "JSON+Querying.swift",
        "JSON.swift",
        "JSONErrors.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.