The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-rfc-5890, reference 0.1.2 (e77d9b), with Swift 6.3 for Wasm on 23 Apr 2026 19:08:30 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-ietf/swift-rfc-5890.git
Reference: 0.1.2
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/swift-ietf/swift-rfc-5890
 * tag               0.1.2      -> FETCH_HEAD
HEAD is now at e77d9ba Update dependencies to latest versions
Cloned https://github.com/swift-ietf/swift-rfc-5890.git
Revision (git rev-parse @):
e77d9bab2179287d6b2839ad297eaeb4c5317f16
SUCCESS checkout https://github.com/swift-ietf/swift-rfc-5890.git at 0.1.2
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/swift-ietf/swift-rfc-5890.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/swift-standards/swift-rfc-3492
[1/115] Fetching swift-rfc-3492
Fetched https://github.com/swift-standards/swift-rfc-3492 from cache (0.23s)
Computing version for https://github.com/swift-standards/swift-rfc-3492
Computed https://github.com/swift-standards/swift-rfc-3492 at 0.1.2 (0.65s)
Creating working copy for https://github.com/swift-standards/swift-rfc-3492
Working copy of https://github.com/swift-standards/swift-rfc-3492 resolved at 0.1.2
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/5] Emitting module RFC_3492
[5/5] Compiling RFC_3492 Punycode.swift
[7/8] Emitting module RFC_5890
[8/8] Compiling RFC_5890 IDNA.swift
Build complete! (6.49s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-rfc-3492",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-standards/swift-rfc-3492"
    }
  ],
  "manifest_display_name" : "swift-rfc-5890",
  "name" : "swift-rfc-5890",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "26.0"
    },
    {
      "name" : "ios",
      "version" : "26.0"
    },
    {
      "name" : "tvos",
      "version" : "26.0"
    },
    {
      "name" : "watchos",
      "version" : "26.0"
    }
  ],
  "products" : [
    {
      "name" : "RFC 5890",
      "targets" : [
        "RFC 5890"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "RFC_5890_Tests",
      "module_type" : "SwiftTarget",
      "name" : "RFC 5890 Tests",
      "path" : "Tests/RFC 5890 Tests",
      "sources" : [
        "IDNATests.swift"
      ],
      "target_dependencies" : [
        "RFC 5890"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RFC_5890",
      "module_type" : "SwiftTarget",
      "name" : "RFC 5890",
      "path" : "Sources/RFC 5890",
      "product_dependencies" : [
        "RFC 3492"
      ],
      "product_memberships" : [
        "RFC 5890"
      ],
      "sources" : [
        "IDNA.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Done.