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 CBDevice, reference 1.0.3 (21fb89), with Swift 6.0 for macOS (SPM) on 8 Oct 2024 14:42:50 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.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.55.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/katsuyax/CBDevice.git
Reference: 1.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/katsuyax/CBDevice
 * tag               1.0.3      -> FETCH_HEAD
HEAD is now at 21fb899 add new iPad Air and Pro
Cloned https://github.com/katsuyax/CBDevice.git
Revision (git rev-parse @):
21fb899649e8e730cc750dccaf7fc58419d76e72
SUCCESS checkout https://github.com/katsuyax/CBDevice.git at 1.0.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": "cbdevice",
      "name": "CBDevice",
      "url": "https://github.com/katsuyax/CBDevice.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CBDevice",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/katsuyax/CBDevice.git
[2/47] Fetching cbdevice
Fetched https://github.com/katsuyax/CBDevice.git from cache (0.70s)
Creating working copy for https://github.com/katsuyax/CBDevice.git
Working copy of https://github.com/katsuyax/CBDevice.git resolved at 1.0.3 (21fb899)
warning: '.resolve-product-dependencies': dependency 'cbdevice' 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/katsuyax/CBDevice.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.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--4A847ED0836F2485.txt
[3/4] Compiling CBDevice CBDevice.swift
[4/4] Emitting module CBDevice
Build complete! (3.07s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CBDevice",
  "name" : "CBDevice",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CBDevice",
      "targets" : [
        "CBDevice"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CBDevice",
      "module_type" : "SwiftTarget",
      "name" : "CBDevice",
      "path" : "Sources/CBDevice",
      "product_memberships" : [
        "CBDevice"
      ],
      "sources" : [
        "CBDevice.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.