Build Information
Successful build of Blake2, reference master (202175
), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 04:34:58 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OperatorFoundation/Blake2.git
Reference: master
Initialized empty Git repository in /Users/admin/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
[1/399] Fetching datable
Fetched https://github.com/OperatorFoundation/Datable.git from cache (0.76s)
Computing version for https://github.com/OperatorFoundation/Datable.git
Computed https://github.com/OperatorFoundation/Datable.git at 1.0.0 (2.70s)
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/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "blake2",
"name": "Blake2",
"url": "https://github.com/OperatorFoundation/Blake2.git",
"version": "unspecified",
"path": "/Users/admin/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/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Datable",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/OperatorFoundation/Blake2.git
[3/52] Fetching blake2
Fetched https://github.com/OperatorFoundation/Blake2.git from cache (0.69s)
Fetching https://github.com/OperatorFoundation/Datable.git from cache
Fetched https://github.com/OperatorFoundation/Datable.git from cache (0.52s)
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/Blake2.git
Working copy of https://github.com/OperatorFoundation/Blake2.git resolved at master (202175a)
Creating working copy for https://github.com/OperatorFoundation/Datable.git
Working copy of https://github.com/OperatorFoundation/Datable.git resolved at 1.1.1
warning: '.resolve-product-dependencies': dependency 'blake2' is not used by any target
Found 1 product dependencies
- Datable
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/OperatorFoundation/Blake2.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version--7754E27361AE5C74.txt
[2/4] Compiling CBlake2 cblake2s.c
[3/4] Compiling Blake2-ObjC Blake2s.m
[5/6] Emitting module Blake2
[6/6] Compiling Blake2 Blake2.swift
Build complete! (6.34s)
Build complete.
{
"dependencies" : [
{
"identity" : "datable",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/OperatorFoundation/Datable.git"
}
],
"manifest_display_name" : "Blake2",
"name" : "Blake2",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Blake2",
"targets" : [
"Blake2"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CBlake2",
"module_type" : "ClangTarget",
"name" : "CBlake2",
"path" : "Sources/CBlake2",
"product_memberships" : [
"Blake2"
],
"sources" : [
"cblake2s.c"
],
"type" : "library"
},
{
"c99name" : "Blake2Tests",
"module_type" : "SwiftTarget",
"name" : "Blake2Tests",
"path" : "Tests/Blake2Tests",
"product_dependencies" : [
"Datable"
],
"sources" : [
"Blake2Tests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Blake2"
],
"type" : "test"
},
{
"c99name" : "Blake2_ObjC",
"module_type" : "ClangTarget",
"name" : "Blake2-ObjC",
"path" : "Sources/Blake2-ObjC",
"product_memberships" : [
"Blake2"
],
"sources" : [
"Blake2s.m"
],
"target_dependencies" : [
"CBlake2"
],
"type" : "library"
},
{
"c99name" : "Blake2",
"module_type" : "SwiftTarget",
"name" : "Blake2",
"path" : "Sources/Blake2",
"product_memberships" : [
"Blake2"
],
"sources" : [
"Blake2.swift"
],
"target_dependencies" : [
"Blake2-ObjC"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Done.