The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GoldenKey with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RedMadRobot/golden-key.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "golden-key",
      "name": "GoldenKey",
      "url": "https://github.com/RedMadRobot/golden-key.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/golden-key",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/RedMadRobot/golden-key.git
[1/151] Fetching golden-key
Fetched https://github.com/RedMadRobot/golden-key.git (0.41s)
Creating working copy for https://github.com/RedMadRobot/golden-key.git
Working copy of https://github.com/RedMadRobot/golden-key.git resolved at master
warning: '.resolve-product-dependencies': dependency 'golden-key' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/9] Compiling GoldenKey RandomBytes.swift
[2/9] Compiling GoldenKey CryptorOptions.swift
[3/10] Compiling GoldenKey HMAC.swift
[4/10] Compiling GoldenKey PBKDF2.swift
[5/10] Compiling GoldenKey Cryptor.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-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.
        let status = CCCryptorReset(cryptor, &vector)
                                             ^
[6/10] Compiling GoldenKey CryptorAlgorithm.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-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.
        let status = CCCryptorReset(cryptor, &vector)
                                             ^
[7/10] Compiling GoldenKey CryptorError.swift
[8/10] Emitting module GoldenKey
[9/10] Compiling GoldenKey Digest.swift
[10/10] Compiling GoldenKey SecurityError.swift
Build complete! (9.04s)
Build complete.
Done.