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 grand-access, reference main (988a45), with Swift 6.0 (beta) for macOS (SPM) on 14 Sep 2024 19:26:23 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/igor11191708/grand-access.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/igor11191708/grand-access
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 988a45b Update .spi.yml
Cloned https://github.com/igor11191708/grand-access.git
Revision (git rev-parse @):
988a45ba224e0c0cbbe07e52878c7c1b9b76da29
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/igor11191708/grand-access.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/igor11191708/grand-access.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/6] Write sources
[1/6] Copying Info.plist
[2/6] Copying Localizable.strings
[5/6] Write swift-version-117DEE11B69C53C9.txt
[7/10] Compiling grand_access resource_bundle_accessor.swift
[8/10] Compiling grand_access Permission.swift
[9/10] Emitting module grand_access
[10/10] Compiling grand_access GrandAccessModifier.swift
Build complete! (12.34s)
Build complete.
{
  "default_localization" : "ru",
  "dependencies" : [
  ],
  "manifest_display_name" : "grand-access",
  "name" : "grand-access",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "grand-access",
      "targets" : [
        "grand-access"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "grand_accessTests",
      "module_type" : "SwiftTarget",
      "name" : "grand-accessTests",
      "path" : "Tests/grand-accessTests",
      "sources" : [
        "grand_accessTests.swift"
      ],
      "target_dependencies" : [
        "grand-access"
      ],
      "type" : "test"
    },
    {
      "c99name" : "grand_access",
      "module_type" : "SwiftTarget",
      "name" : "grand-access",
      "path" : "Sources/grand-access",
      "product_memberships" : [
        "grand-access"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/grand-access/Resources/de.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "de"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/grand-access/Resources/en.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/grand-access/Resources/ru.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ru"
            }
          }
        }
      ],
      "sources" : [
        "GrandAccessModifier.swift",
        "Permission.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.