The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of GoldenKey, reference master (7fe1fa), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 00:05:46 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RedMadRobot/golden-key.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RedMadRobot/golden-key
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7fe1faa Merge pull request #8 from subdan/hash_readme
Cloned https://github.com/RedMadRobot/golden-key.git
Revision (git rev-parse @):
7fe1faa3a284bfee389be3f43ad12a6074dc1af4
SUCCESS checkout https://github.com/RedMadRobot/golden-key.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/RedMadRobot/golden-key.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/12] Compiling GoldenKey SecurityError.swift
[4/12] Compiling GoldenKey RandomBytes.swift
[5/12] Compiling GoldenKey CryptorOptions.swift
[6/12] Emitting module GoldenKey
[7/12] Compiling GoldenKey PBKDF2.swift
[8/12] Compiling GoldenKey HMAC.swift
[9/12] Compiling GoldenKey CryptorAlgorithm.swift
[10/12] Compiling GoldenKey Cryptor.swift
/Users/admin/builder/spi-builder-workspace/GoldenKey/CommonCrypto/Cryptor.swift:157:46: warning: forming 'UnsafeRawPointer' to a variable of type 'Optional<Data>'; this is likely incorrect because 'Optional<Data>' may contain an object reference.
155 |     public func reset(iv: Data? = nil) throws {
156 |         var vector = iv
157 |         let status = CCCryptorReset(cryptor, &vector)
    |                                              `- warning: forming 'UnsafeRawPointer' to a variable of type 'Optional<Data>'; this is likely incorrect because 'Optional<Data>' may contain an object reference.
158 |         try CryptorError.verify(status)
159 |     }
[11/12] Compiling GoldenKey Digest.swift
[12/12] Compiling GoldenKey CryptorError.swift
Build complete! (4.35s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "GoldenKey",
  "name" : "GoldenKey",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "GoldenKey",
      "targets" : [
        "GoldenKey"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "GoldenKeyTests",
      "module_type" : "SwiftTarget",
      "name" : "GoldenKeyTests",
      "path" : "GoldenKeyTests",
      "sources" : [
        "CommonCrypto/CryptorTests.swift",
        "CommonCrypto/DigestTests.swift",
        "CommonCrypto/GoldenKeyTests.swift",
        "CommonCrypto/HMACTests.swift",
        "CommonCrypto/PBKDF2Tests.swift",
        "CommonCrypto/RandomBytesTests.swift"
      ],
      "target_dependencies" : [
        "GoldenKey"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GoldenKey",
      "module_type" : "SwiftTarget",
      "name" : "GoldenKey",
      "path" : "GoldenKey",
      "product_memberships" : [
        "GoldenKey"
      ],
      "sources" : [
        "CommonCrypto/Cryptor.swift",
        "CommonCrypto/CryptorAlgorithm.swift",
        "CommonCrypto/CryptorError.swift",
        "CommonCrypto/CryptorOptions.swift",
        "CommonCrypto/Digest.swift",
        "CommonCrypto/HMAC.swift",
        "CommonCrypto/PBKDF2.swift",
        "CommonCrypto/RandomBytes.swift",
        "CommonCrypto/SecurityError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.