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 KeychainHelper, reference 1.0.1 (f649f0), with Swift 6.0 for macOS (SPM) on 16 Sep 2024 07:13:34 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/InstaRobot/KeychainHelper.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/InstaRobot/KeychainHelper
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at f649f0e update README
Cloned https://github.com/InstaRobot/KeychainHelper.git
Revision (git rev-parse @):
f649f0ef53a48e50eba8c12afbc64a8afb860687
SUCCESS checkout https://github.com/InstaRobot/KeychainHelper.git at 1.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/InstaRobot/KeychainHelper.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/3] Write sources
[2/3] Write swift-version-117DEE11B69C53C9.txt
[4/7] Compiling KeychainSwift TegKeychainConstants.swift
[5/7] Compiling KeychainSwift KeychainSwiftAccessOptions.swift
[6/7] Emitting module KeychainSwift
[7/7] Compiling KeychainSwift KeychainSwift.swift
[8/9] Compiling KeychainHelper KeychainHelper.swift
[9/9] Emitting module KeychainHelper
Build complete! (10.99s)
Fetching https://github.com/evgenyneu/keychain-swift.git
[1/2196] Fetching keychain-swift
Fetched https://github.com/evgenyneu/keychain-swift.git from cache (0.98s)
Computing version for https://github.com/evgenyneu/keychain-swift.git
Computed https://github.com/evgenyneu/keychain-swift.git at 20.0.0 (3.26s)
Creating working copy for https://github.com/evgenyneu/keychain-swift.git
Working copy of https://github.com/evgenyneu/keychain-swift.git resolved at 20.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "keychain-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "20.0.0",
            "upper_bound" : "21.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/evgenyneu/keychain-swift.git"
    }
  ],
  "manifest_display_name" : "KeychainHelper",
  "name" : "KeychainHelper",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "KeychainHelper",
      "targets" : [
        "KeychainHelper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KeychainHelperTests",
      "module_type" : "SwiftTarget",
      "name" : "KeychainHelperTests",
      "path" : "Tests/KeychainHelperTests",
      "sources" : [
        "KeychainHelperTests.swift"
      ],
      "target_dependencies" : [
        "KeychainHelper"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KeychainHelper",
      "module_type" : "SwiftTarget",
      "name" : "KeychainHelper",
      "path" : "Sources/KeychainHelper",
      "product_dependencies" : [
        "KeychainSwift"
      ],
      "product_memberships" : [
        "KeychainHelper"
      ],
      "sources" : [
        "KeychainHelper.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.