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 CZoneDetect with Swift 6.0 (beta) for macOS (SPM) (cd0099) on 30 Jun 2024 17:49:16 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Beta.2.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.44.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sbooth/CZoneDetect.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sbooth/CZoneDetect
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at cd0099d Update .gitignore
Cloned https://github.com/sbooth/CZoneDetect.git
Revision (git rev-parse @):
cd0099d7c4f2debd140f5202ced12dbfc9d9562b
SUCCESS checkout https://github.com/sbooth/CZoneDetect.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/sbooth/CZoneDetect.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Beta.2.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 CZoneDetect zonedetect.c
Build complete! (0.63s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CZoneDetect",
  "name" : "CZoneDetect",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CZoneDetect",
      "targets" : [
        "CZoneDetect"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CZoneDetectTests",
      "module_type" : "SwiftTarget",
      "name" : "CZoneDetectTests",
      "path" : "Tests/CZoneDetectTests",
      "sources" : [
        "CZoneDetectTests.swift"
      ],
      "target_dependencies" : [
        "CZoneDetect"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CZoneDetect",
      "module_type" : "ClangTarget",
      "name" : "CZoneDetect",
      "path" : "Sources/CZoneDetect",
      "product_memberships" : [
        "CZoneDetect"
      ],
      "sources" : [
        "zonedetect.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.