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 FRZSwizzling, reference 2.0.0 (bd52a8), with Swift 6.0 for macOS (SPM) on 4 Nov 2024 09:41:20 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/Frizlab/FRZSwizzling.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Frizlab/FRZSwizzling
 * tag               2.0.0      -> FETCH_HEAD
HEAD is now at bd52a84 Use a better prefix for classes and methods
Cloned https://github.com/Frizlab/FRZSwizzling.git
Revision (git rev-parse @):
bd52a8451b7888a7d33edb1584db072a32484b40
SUCCESS checkout https://github.com/Frizlab/FRZSwizzling.git at 2.0.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": "frzswizzling",
      "name": "FRZSwizzling",
      "url": "https://github.com/Frizlab/FRZSwizzling.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FRZSwizzling",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Frizlab/FRZSwizzling.git
[1/316] Fetching frzswizzling
Fetched https://github.com/Frizlab/FRZSwizzling.git from cache (0.78s)
Creating working copy for https://github.com/Frizlab/FRZSwizzling.git
Working copy of https://github.com/Frizlab/FRZSwizzling.git resolved at 2.0.0 (bd52a84)
warning: '.resolve-product-dependencies': dependency 'frzswizzling' 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/FRZSwizzling.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/1] Compiling FRZSwizzling NSObject+FRZSwizzling.m
Build complete! (2.03s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FRZSwizzling",
  "name" : "FRZSwizzling",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "FRZSwizzling",
      "targets" : [
        "FRZSwizzling"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FRZSwizzlingTests",
      "module_type" : "ClangTarget",
      "name" : "FRZSwizzlingTests",
      "path" : "Tests",
      "sources" : [
        "FRZSwizzlingTestsSPM.m",
        "Helpers/FSZSimpleObject+Swizzling.m",
        "Helpers/FSZSimpleObject.m"
      ],
      "target_dependencies" : [
        "FRZSwizzling"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FRZSwizzling",
      "module_type" : "ClangTarget",
      "name" : "FRZSwizzling",
      "path" : "Sources",
      "product_memberships" : [
        "FRZSwizzling"
      ],
      "sources" : [
        "NSObject+FRZSwizzling.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.