This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 AESCryptable with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Beta.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.41.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/backslash-f/aescryptable.git
Reference: v2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
warning: templates not found in /usr/share/git-core/templates
From https://github.com/backslash-f/aescryptable
 * tag               v2.0.0     -> FETCH_HEAD
HEAD is now at d8014ca Upgrade Swift Tools version (5.1)
Cloned https://github.com/backslash-f/aescryptable.git
Revision (git rev-parse @):
d8014ca981e29f15cabebfeef98c730090f799f9
SUCCESS checkout https://github.com/backslash-f/aescryptable.git at v2.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/backslash-f/aescryptable.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Beta.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-6A63A117629E05AE.txt
[3/7] Compiling AESCryptable CryptableProtocol.swift
[4/7] Compiling AESCryptable AESExtension.swift
[5/7] Emitting module AESCryptable
[6/7] Compiling AESCryptable AES.swift
[7/7] Compiling AESCryptable AESCryptable.swift
Build complete! (5.92s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AESCryptable",
  "name" : "AESCryptable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AESCryptable",
      "targets" : [
        "AESCryptable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AESCryptableTests",
      "module_type" : "SwiftTarget",
      "name" : "AESCryptableTests",
      "path" : "Tests/AESCryptableTests",
      "sources" : [
        "AESCryptableTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "AESCryptable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AESCryptable",
      "module_type" : "SwiftTarget",
      "name" : "AESCryptable",
      "path" : "Sources/AESCryptable",
      "product_memberships" : [
        "AESCryptable"
      ],
      "sources" : [
        "AES.swift",
        "AESCryptable.swift",
        "AESExtension.swift",
        "CryptableProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.