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

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bouke/hkdf.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bouke/hkdf
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 3556116 Use SonarQube scanner for code quality
Cloned https://github.com/bouke/hkdf.git
Revision (git rev-parse @):
3556116e764979507a6620d4cafce0fe5ec726f7
SUCCESS checkout https://github.com/bouke/hkdf.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/bouke/hkdf.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a 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-6F35C1178C84523A.txt
[4/14] Compiling Cryptor Status.swift
[5/15] Compiling Cryptor SSLPointerTricks.swift
[6/15] Compiling Cryptor KeyDerivation.swift
[7/15] Compiling Cryptor Digest.swift
[8/15] Compiling Cryptor Crypto.swift
[9/15] Compiling Cryptor Cryptor.swift
[10/15] Emitting module Cryptor
[11/15] Compiling Cryptor HMAC.swift
[12/15] Compiling Cryptor StreamCryptor.swift
[13/15] Compiling Cryptor Updatable.swift
[14/15] Compiling Cryptor Random.swift
[15/15] Compiling Cryptor Utilities.swift
[16/17] Compiling HKDF HKDF.swift
[17/17] Emitting module HKDF
Build complete! (26.31s)
Fetching https://github.com/IBM-Swift/BlueCryptor.git
[1/1652] Fetching bluecryptor
Fetched https://github.com/IBM-Swift/BlueCryptor.git from cache (0.90s)
Computing version for https://github.com/IBM-Swift/BlueCryptor.git
Computed https://github.com/IBM-Swift/BlueCryptor.git at 1.0.200 (0.74s)
Creating working copy for https://github.com/IBM-Swift/BlueCryptor.git
Working copy of https://github.com/IBM-Swift/BlueCryptor.git resolved at 1.0.200
Build complete.
{
  "dependencies" : [
    {
      "identity" : "bluecryptor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.14",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/IBM-Swift/BlueCryptor.git"
    }
  ],
  "manifest_display_name" : "HKDF",
  "name" : "HKDF",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "HKDF",
      "targets" : [
        "HKDF"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4"
  ],
  "targets" : [
    {
      "c99name" : "HKDFTests",
      "module_type" : "SwiftTarget",
      "name" : "HKDFTests",
      "path" : "Tests/HKDFTests",
      "sources" : [
        "HKDFTests.swift",
        "TestUtils.swift"
      ],
      "target_dependencies" : [
        "HKDF"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HKDF",
      "module_type" : "SwiftTarget",
      "name" : "HKDF",
      "path" : "Sources",
      "product_dependencies" : [
        "Cryptor"
      ],
      "product_memberships" : [
        "HKDF"
      ],
      "sources" : [
        "HKDF.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.