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 BLEDiscovery, reference main (dad482), with Swift 6.0 for macOS (SPM) on 14 Sep 2024 11:23:51 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.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.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ArchieGoodwin/BLEDiscovery.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ArchieGoodwin/BLEDiscovery
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at dad4829 Create LICENSE
Cloned https://github.com/ArchieGoodwin/BLEDiscovery.git
Revision (git rev-parse @):
dad48297a88dd57bf8da6d82465e8c1afc7a1874
SUCCESS checkout https://github.com/ArchieGoodwin/BLEDiscovery.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/ArchieGoodwin/BLEDiscovery.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.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-117DEE11B69C53C9.txt
[3/4] Emitting module BLEDiscovery
[4/4] Compiling BLEDiscovery BLEDiscovery.swift
Build complete! (7.70s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "BLEDiscovery",
  "name" : "BLEDiscovery",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "BLEDiscovery",
      "targets" : [
        "BLEDiscovery"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BLEDiscovery",
      "module_type" : "SwiftTarget",
      "name" : "BLEDiscovery",
      "path" : "Sources/BLEDiscovery",
      "product_memberships" : [
        "BLEDiscovery"
      ],
      "sources" : [
        "BLEDiscovery.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.