Build Information
Successful build of swift-blake2 with Swift 6.0 for macOS (SPM).
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lovetodream/swift-blake2.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lovetodream/swift-blake2
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 69e8ea3 chore: improve docs
Cloned https://github.com/lovetodream/swift-blake2.git
Revision (git rev-parse @):
69e8ea33e45ba9af042502b2993b9b80df27e19b
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/lovetodream/swift-blake2.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/lovetodream/swift-blake2.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6F35C1178C84523A.txt
[3/4] Emitting module BLAKE2
[4/4] Compiling BLAKE2 BLAKE2b.swift
Build complete! (19.69s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-blake2",
"name" : "swift-blake2",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "BLAKE2",
"targets" : [
"BLAKE2"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "BLAKE2Tests",
"module_type" : "SwiftTarget",
"name" : "BLAKE2Tests",
"path" : "Tests/BLAKE2Tests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/BLAKE2Tests/TestVectors",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"BLAKE2bTests.swift",
"Helper.swift"
],
"target_dependencies" : [
"BLAKE2"
],
"type" : "test"
},
{
"c99name" : "BLAKE2",
"module_type" : "SwiftTarget",
"name" : "BLAKE2",
"path" : "Sources/BLAKE2",
"product_memberships" : [
"BLAKE2"
],
"sources" : [
"BLAKE2b.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.