The Swift Package Index logo.Swift Package Index

Build Information

Successful build of LevenshteinTransformations, reference main (34b8b9), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 04:34:15 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/david-swift/LevenshteinTransformations.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/david-swift/LevenshteinTransformations
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 34b8b90 Update README.md
Cloned https://github.com/david-swift/LevenshteinTransformations.git
Revision (git rev-parse @):
34b8b90e0bab7f6aca4ac4d9ade58c8614c0e656
SUCCESS checkout https://github.com/david-swift/LevenshteinTransformations.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/david-swift/LevenshteinTransformations.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[1/7] Write LevenshteinTransformationsTests-entitlement.plist
[3/7] Write swift-version-1EA4D86E10B52AF.txt
[5/15] Compiling LevenshteinTransformations AsyncFunctions.swift
[6/15] Emitting module LevenshteinTransformations
[7/15] Compiling LevenshteinTransformations String.swift
[8/15] Compiling LevenshteinTransformations EditOperation.swift
[9/15] Compiling LevenshteinTransformations Functions.swift
[10/15] Compiling LevenshteinTransformations Transformation.swift
[11/15] Compiling LevenshteinTransformations Array.swift
[12/15] Compiling LevenshteinTransformations LevenshteinTransformations.swift
[13/17] Compiling LevenshteinTransformationsTests LevenshteinTransformationsTests.swift
[14/17] Emitting module LevenshteinTransformationsTests
[14/17] Write Objects.LinkFileList
[15/17] Linking LevenshteinTransformationsTests
[16/17] Applying LevenshteinTransformationsTests
Build complete! (1.17s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "LevenshteinTransformations",
  "name" : "LevenshteinTransformations",
  "path" : "/Users/admin/builder/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"
}
Done.