Build Information
Successful build of BMHCrypto, reference 0.1.0 (eaaa4b
), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 08:49:33 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
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: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/muhasturk/BMHCrypto.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/8] Compiling BMHCrypto String+Hash.swift
[4/8] Compiling BMHCrypto Digest+.swift
[5/8] Compiling BMHCrypto DataProtocol+Hash.swift
[6/8] Compiling BMHCrypto DataProtocol+Ciphers.swift
[7/8] Emitting module BMHCrypto
[8/8] Compiling BMHCrypto ContiguousBytes+.swift
Build complete! (6.44s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "BMHCrypto",
"name" : "BMHCrypto",
"path" : "/host/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"
}
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Done.