Build Information
Successful build of Ccrypt_blowfish, reference master (abd2bf
), with Swift 6.0 for macOS (SPM) on 28 Nov 2024 08:33:39 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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tannerdsilva/Ccrypt_blowfish.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tannerdsilva/Ccrypt_blowfish
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at abd2bf4 revised submodule
Submodule path 'crypt_blowfish': checked out '3354bb81eea489e972b0a7c63231514ab34f73a0'
Submodule 'crypt_blowfish' (https://github.com/openwall/crypt_blowfish.git) registered for path 'crypt_blowfish'
Cloning into '/Users/admin/builder/spi-builder-workspace/crypt_blowfish'...
Cloned https://github.com/tannerdsilva/Ccrypt_blowfish.git
Revision (git rev-parse @):
abd2bf4ca4730e05d04e9a096f3f6300653ee40c
SUCCESS checkout https://github.com/tannerdsilva/Ccrypt_blowfish.git at master
========================================
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": "ccrypt_blowfish",
"name": "Ccrypt_blowfish",
"url": "https://github.com/tannerdsilva/Ccrypt_blowfish.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Ccrypt_blowfish",
"dependencies": [
]
}
]
}
Fetching https://github.com/tannerdsilva/Ccrypt_blowfish.git
[1/30] Fetching ccrypt_blowfish
Fetched https://github.com/tannerdsilva/Ccrypt_blowfish.git from cache (0.63s)
Creating working copy for https://github.com/tannerdsilva/Ccrypt_blowfish.git
Working copy of https://github.com/tannerdsilva/Ccrypt_blowfish.git resolved at master (abd2bf4)
warning: '.resolve-product-dependencies': dependency 'ccrypt_blowfish' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/tannerdsilva/Ccrypt_blowfish.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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/4] Compiling Ccrypt_blowfish x86.S
[1/4] Compiling Ccrypt_blowfish crypt_gensalt.c
[2/4] Compiling Ccrypt_blowfish wrapper.c
[3/4] Compiling Ccrypt_blowfish crypt_blowfish.c
Build complete! (0.45s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Ccrypt_blowfish",
"name" : "Ccrypt_blowfish",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Ccrypt_blowfish",
"targets" : [
"Ccrypt_blowfish"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Ccrypt_blowfish",
"module_type" : "ClangTarget",
"name" : "Ccrypt_blowfish",
"path" : "Sources/Ccrypt_blowfish",
"product_memberships" : [
"Ccrypt_blowfish"
],
"sources" : [
"crypt_blowfish.c",
"crypt_gensalt.c",
"wrapper.c",
"x86.S"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.