The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ENSNormalize, reference main (d848cc), with Swift 6.2 for Android on 23 Apr 2026 00:22:48 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adraffy/ENSNormalize.swift.git
Reference: main
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/adraffy/ENSNormalize.swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d848cc5 update to 17
Cloned https://github.com/adraffy/ENSNormalize.swift.git
Revision (git rev-parse @):
d848cc56f5ba8a9cb60dc26b61c96ca51509ef52
SUCCESS checkout https://github.com/adraffy/ENSNormalize.swift.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/adraffy/ENSNormalize.swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:cb98f9856cb1288a0028ff0e63d4de86ca92d5e7890400e3e915f7ea3943ed55
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Building for debugging...
[0/4] Copying spec.bin
[0/4] Copying nf.bin
[0/4] Write sources
[3/4] Write swift-version--11D90AFD9DD3AB2.txt
[5/16] Compiling ENSNormalize StringExt.swift
[6/17] Compiling ENSNormalize Whole.swift
[7/17] Compiling ENSNormalize OutputToken.swift
[8/17] Compiling ENSNormalize resource_bundle_accessor.swift
[9/17] Compiling ENSNormalize Cp.swift
[10/17] Compiling ENSNormalize Decoder.swift
[11/17] Emitting module ENSNormalize
[12/17] Compiling ENSNormalize ENSIP15.swift
[13/17] Compiling ENSNormalize EmojiNode.swift
[14/17] Compiling ENSNormalize NF.swift
[15/17] Compiling ENSNormalize NormError.swift
[16/17] Compiling ENSNormalize EmojiSequence.swift
[17/17] Compiling ENSNormalize Group.swift
Build complete! (20.32s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ENSNormalize",
  "name" : "ENSNormalize",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ENSNormalize",
      "targets" : [
        "ENSNormalize"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ENSNormalizeTests",
      "module_type" : "SwiftTarget",
      "name" : "ENSNormalizeTests",
      "path" : "Tests/ENSNormalizeTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/ENSNormalizeTests/tests/nf-tests.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/ENSNormalizeTests/tests/tests.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "ENSNormalizeTests.swift"
      ],
      "target_dependencies" : [
        "ENSNormalize"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ENSNormalize",
      "module_type" : "SwiftTarget",
      "name" : "ENSNormalize",
      "path" : "Sources/ENSNormalize",
      "product_memberships" : [
        "ENSNormalize"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/ENSNormalize/data/nf.bin",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/ENSNormalize/data/spec.bin",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Cp.swift",
        "Decoder.swift",
        "ENSIP15.swift",
        "EmojiNode.swift",
        "EmojiSequence.swift",
        "Group.swift",
        "NF.swift",
        "NormError.swift",
        "OutputToken.swift",
        "StringExt.swift",
        "Whole.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:cb98f9856cb1288a0028ff0e63d4de86ca92d5e7890400e3e915f7ea3943ed55
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Done.