Build Information
Successful build of swift-rfc-5890, reference 0.1.2 (e77d9b), with Swift 6.2 for Android on 23 Apr 2026 19:06:19 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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>&1Build 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: android
Swift version: 6.2
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-4606859-1":/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
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.27s)
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.76s)
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--11D90AFD9DD3AB2.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! (8.84s)
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"
}
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.