Build Information
Successful build of Blake2 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/OperatorFoundation/Blake2.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/OperatorFoundation/Blake2
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 202175a Create LICENSE
Cloned https://github.com/OperatorFoundation/Blake2.git
Revision (git rev-parse @):
202175a3dce7517a52828970d07a813a85d1d65a
SUCCESS checkout https://github.com/OperatorFoundation/Blake2.git at master
Fetching https://github.com/OperatorFoundation/Datable.git from cache
Fetched https://github.com/OperatorFoundation/Datable.git (0.27s)
Computing version for https://github.com/OperatorFoundation/Datable.git
Computed https://github.com/OperatorFoundation/Datable.git at 1.0.0 (0.45s)
Creating working copy for https://github.com/OperatorFoundation/Datable.git
Working copy of https://github.com/OperatorFoundation/Datable.git resolved at 1.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "blake2",
"name": "Blake2",
"url": "https://github.com/OperatorFoundation/Blake2.git",
"version": "unspecified",
"path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Blake2",
"dependencies": [
{
"identity": "datable",
"name": "Datable",
"url": "https://github.com/OperatorFoundation/Datable.git",
"version": "1.1.1",
"path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Datable",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/OperatorFoundation/Blake2.git from cache
Fetched https://github.com/OperatorFoundation/Blake2.git (0.21s)
Fetching https://github.com/OperatorFoundation/Datable.git from cache
Fetched https://github.com/OperatorFoundation/Datable.git (0.25s)
Computing version for https://github.com/OperatorFoundation/Datable.git
Computed https://github.com/OperatorFoundation/Datable.git at 1.1.1 (0.02s)
Creating working copy for https://github.com/OperatorFoundation/Datable.git
Working copy of https://github.com/OperatorFoundation/Datable.git resolved at 1.1.1
Creating working copy for https://github.com/OperatorFoundation/Blake2.git
Working copy of https://github.com/OperatorFoundation/Blake2.git resolved at master
warning: '.resolve-product-dependencies': dependency 'blake2' is not used by any target
Found 1 product dependencies
- Datable
========================================
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...
[0/2] Compiling CBlake2 cblake2s.c
[1/2] Compiling Blake2-ObjC Blake2s.m
[3/4] Emitting module Blake2
[4/4] Compiling Blake2 Blake2.swift
Build complete! (9.37s)
Build complete.
Done.