Build Information
Successful build of LevenshteinTransformations, reference 0.1.3 (002c3a), with Swift 6.2 for Wasm on 22 Jun 2025 04:53:15 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/david-swift/LevenshteinTransformations.git
Reference: 0.1.3
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/david-swift/LevenshteinTransformations
* tag 0.1.3 -> FETCH_HEAD
HEAD is now at 002c3ae Update to Swift 6
Cloned https://github.com/david-swift/LevenshteinTransformations.git
Revision (git rev-parse @):
002c3ae5c48f30d61c96045fd3ceb9928aa778d2
SUCCESS checkout https://github.com/david-swift/LevenshteinTransformations.git at 0.1.3
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/david-swift/LevenshteinTransformations.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
[4/15] Compiling LevenshteinTransformations Functions.swift
[5/15] Compiling LevenshteinTransformations Array.swift
[6/15] Emitting module LevenshteinTransformations
[7/15] Compiling LevenshteinTransformations AsyncFunctions.swift
[8/15] Compiling LevenshteinTransformations String.swift
[9/15] Compiling LevenshteinTransformations EditOperation.swift
[10/15] Compiling LevenshteinTransformations LevenshteinTransformations.swift
[11/15] Compiling LevenshteinTransformations Transformation.swift
[12/18] Wrapping AST for LevenshteinTransformations for debugging
[14/18] Compiling LevenshteinTransformationsTests LevenshteinTransformationsTests.swift
[15/18] Emitting module LevenshteinTransformationsTests
[16/19] Wrapping AST for LevenshteinTransformationsTests for debugging
[17/19] Write Objects.LinkFileList
[18/19] Linking LevenshteinTransformationsTests.wasm
Build complete! (12.48s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "LevenshteinTransformations",
"name" : "LevenshteinTransformations",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "LevenshteinTransformations",
"targets" : [
"LevenshteinTransformations"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "LevenshteinTransformationsTests",
"targets" : [
"LevenshteinTransformationsTests"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "LevenshteinTransformationsTests",
"module_type" : "SwiftTarget",
"name" : "LevenshteinTransformationsTests",
"path" : "Tests",
"product_memberships" : [
"LevenshteinTransformationsTests"
],
"sources" : [
"LevenshteinTransformationsTests.swift"
],
"target_dependencies" : [
"LevenshteinTransformations"
],
"type" : "executable"
},
{
"c99name" : "LevenshteinTransformations",
"module_type" : "SwiftTarget",
"name" : "LevenshteinTransformations",
"path" : "Sources/LevenshteinTransformations",
"product_memberships" : [
"LevenshteinTransformations",
"LevenshteinTransformationsTests"
],
"sources" : [
"AsyncFunctions.swift",
"EditOperation.swift",
"Extensions/Array.swift",
"Extensions/String.swift",
"Functions.swift",
"LevenshteinTransformations.swift",
"Transformation.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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.