Build Information
Successful build of BMHCrypto, reference 0.1.0 (eaaa4b
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 08:53:42 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/muhasturk/BMHCrypto.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/muhasturk/BMHCrypto
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at eaaa4b6 edit README
Cloned https://github.com/muhasturk/BMHCrypto.git
Revision (git rev-parse @):
eaaa4b6ab762fcad5d58f66c29360e4987922261
SUCCESS checkout https://github.com/muhasturk/BMHCrypto.git at 0.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/muhasturk/BMHCrypto.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/8] Compiling BMHCrypto String+Hash.swift
[4/8] Compiling BMHCrypto DataProtocol+Hash.swift
[5/8] Compiling BMHCrypto DataProtocol+Ciphers.swift
[6/8] Compiling BMHCrypto ContiguousBytes+.swift
[7/8] Emitting module BMHCrypto
[8/8] Compiling BMHCrypto Digest+.swift
Build complete! (3.84s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "BMHCrypto",
"name" : "BMHCrypto",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "BMHCrypto",
"targets" : [
"BMHCrypto"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "BMHCryptoTests",
"module_type" : "SwiftTarget",
"name" : "BMHCryptoTests",
"path" : "Tests/BMHCryptoTests",
"sources" : [
"CiphersTests.swift",
"HashTests.swift",
"SymmetricKeyTests.swift"
],
"target_dependencies" : [
"BMHCrypto"
],
"type" : "test"
},
{
"c99name" : "BMHCrypto",
"module_type" : "SwiftTarget",
"name" : "BMHCrypto",
"path" : "Sources/BMHCrypto",
"product_memberships" : [
"BMHCrypto"
],
"sources" : [
"ContiguousBytes+.swift",
"DataProtocol+Ciphers.swift",
"DataProtocol+Hash.swift",
"Digest+.swift",
"String+Hash.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.