Build Information
Successful build of BMHCrypto 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/muhasturk/BMHCrypto.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/muhasturk/BMHCrypto
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 3659ad5 Update README.md
Cloned https://github.com/muhasturk/BMHCrypto.git
Revision (git rev-parse @):
3659ad565c3f74609fec4c3526587616563c4abe
SUCCESS checkout https://github.com/muhasturk/BMHCrypto.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/muhasturk/BMHCrypto.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/8] Compiling BMHCrypto String+Hash.swift
[4/8] Compiling BMHCrypto Digest+.swift
[5/8] Compiling BMHCrypto ContiguousBytes+.swift
[6/8] Compiling BMHCrypto DataProtocol+Hash.swift
[7/8] Emitting module BMHCrypto
[8/8] Compiling BMHCrypto DataProtocol+Ciphers.swift
Build complete! (17.87s)
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.