Build Information
Successful build of HKDF 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/bouke/hkdf.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-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
Fetching https://github.com/IBM-Swift/BlueCryptor.git from cache
Fetched https://github.com/IBM-Swift/BlueCryptor.git (0.31s)
Computing version for https://github.com/IBM-Swift/BlueCryptor.git
Computed https://github.com/IBM-Swift/BlueCryptor.git at 1.0.200 (0.55s)
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "hkdf",
"name": "HKDF",
"url": "https://github.com/bouke/hkdf.git",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/hkdf",
"dependencies": [
{
"identity": "bluecryptor",
"name": "Cryptor",
"url": "https://github.com/IBM-Swift/BlueCryptor.git",
"version": "1.0.200",
"path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BlueCryptor",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/bouke/hkdf.git
[1/134] Fetching hkdf
Fetched https://github.com/bouke/hkdf.git (0.28s)
Fetching https://github.com/IBM-Swift/BlueCryptor.git from cache
Fetched https://github.com/IBM-Swift/BlueCryptor.git (0.19s)
Computing version for https://github.com/IBM-Swift/BlueCryptor.git
Computed https://github.com/IBM-Swift/BlueCryptor.git at 1.0.200 (0.02s)
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
Creating working copy for https://github.com/bouke/hkdf.git
Working copy of https://github.com/bouke/hkdf.git resolved at master
warning: '.resolve-product-dependencies': dependency 'hkdf' is not used by any target
Found 1 product dependencies
- Cryptor
========================================
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/11] Compiling Cryptor Updatable.swift
[2/11] Compiling Cryptor Status.swift
[3/12] Emitting module Cryptor
[4/12] Compiling Cryptor Digest.swift
[5/12] Compiling Cryptor HMAC.swift
[6/12] Compiling Cryptor Crypto.swift
[7/12] Compiling Cryptor Cryptor.swift
[8/12] Compiling Cryptor StreamCryptor.swift
[9/12] Compiling Cryptor SSLPointerTricks.swift
[10/12] Compiling Cryptor KeyDerivation.swift
[11/12] Compiling Cryptor Random.swift
[12/12] Compiling Cryptor Utilities.swift
[13/14] Compiling HKDF HKDF.swift
[14/14] Emitting module HKDF
Build complete! (9.46s)
Build complete.
Done.