Build Information
Successful build of CwlDemangle, reference 0.1.0 (b268c0), with Swift 6.3 for Android on 14 Apr 2026 04:56:54 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:android-6.3-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/mattgallagher/CwlDemangle.git
Reference: 0.1.0
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/mattgallagher/CwlDemangle
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at b268c08 Cover most – but not all – of the latest test cases.
Cloned https://github.com/mattgallagher/CwlDemangle.git
Revision (git rev-parse @):
b268c08207d2990664605c49b2c71cbd0df3445b
SUCCESS checkout https://github.com/mattgallagher/CwlDemangle.git at 0.1.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/mattgallagher/CwlDemangle.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version--4F562202D5529B1.txt
[4/9] Emitting module CwlDemangle
/host/spi-builder-workspace/CwlDemangle/CwlDemangle.swift:3857:4: warning: using '_' to ignore the result of a Void-returning function is redundant
3855 | case .dependentGenericParamCount: return nil
3856 | case .dependentGenericConformanceRequirement:
3857 | _ = printFirstChild(name)
| `- warning: using '_' to ignore the result of a Void-returning function is redundant
3858 | _ = printOptional(name.children.at(1), prefix: ": ")
3859 | case .dependentGenericLayoutRequirement:
/host/spi-builder-workspace/CwlDemangle/CwlDemangle.swift:3926:4: warning: using '_' to ignore the result of a Void-returning function is redundant
3924 | case .sugaredArray:
3925 | target.write("[")
3926 | _ = printFirstChild(name)
| `- warning: using '_' to ignore the result of a Void-returning function is redundant
3927 | target.write("]")
3928 | case .sugaredDictionary:
/host/spi-builder-workspace/CwlDemangle/CwlDemangle.swift:3930:4: warning: using '_' to ignore the result of a Void-returning function is redundant
3928 | case .sugaredDictionary:
3929 | target.write("[")
3930 | _ = printFirstChild(name)
| `- warning: using '_' to ignore the result of a Void-returning function is redundant
3931 | target.write(" : ")
3932 | _ = printOptional(name.children.at(1))
/host/spi-builder-workspace/CwlDemangle/CwlDemangle.swift:3936:4: warning: using '_' to ignore the result of a Void-returning function is redundant
3934 | case .sugaredParen:
3935 | target.write("(")
3936 | _ = printFirstChild(name)
| `- warning: using '_' to ignore the result of a Void-returning function is redundant
3937 | target.write(")")
3938 | }
[5/9] Compiling CwlDemangle CwlDemangle.swift
/host/spi-builder-workspace/CwlDemangle/CwlDemangle.swift:3857:4: warning: using '_' to ignore the result of a Void-returning function is redundant
3855 | case .dependentGenericParamCount: return nil
3856 | case .dependentGenericConformanceRequirement:
3857 | _ = printFirstChild(name)
| `- warning: using '_' to ignore the result of a Void-returning function is redundant
3858 | _ = printOptional(name.children.at(1), prefix: ": ")
3859 | case .dependentGenericLayoutRequirement:
/host/spi-builder-workspace/CwlDemangle/CwlDemangle.swift:3926:4: warning: using '_' to ignore the result of a Void-returning function is redundant
3924 | case .sugaredArray:
3925 | target.write("[")
3926 | _ = printFirstChild(name)
| `- warning: using '_' to ignore the result of a Void-returning function is redundant
3927 | target.write("]")
3928 | case .sugaredDictionary:
/host/spi-builder-workspace/CwlDemangle/CwlDemangle.swift:3930:4: warning: using '_' to ignore the result of a Void-returning function is redundant
3928 | case .sugaredDictionary:
3929 | target.write("[")
3930 | _ = printFirstChild(name)
| `- warning: using '_' to ignore the result of a Void-returning function is redundant
3931 | target.write(" : ")
3932 | _ = printOptional(name.children.at(1))
/host/spi-builder-workspace/CwlDemangle/CwlDemangle.swift:3936:4: warning: using '_' to ignore the result of a Void-returning function is redundant
3934 | case .sugaredParen:
3935 | target.write("(")
3936 | _ = printFirstChild(name)
| `- warning: using '_' to ignore the result of a Void-returning function is redundant
3937 | target.write(")")
3938 | }
[6/10] Wrapping AST for CwlDemangle for debugging
[8/12] Compiling CwlDemangleTool main.swift
[9/12] Emitting module CwlDemangleTool
[10/13] Wrapping AST for CwlDemangleTool for debugging
[11/13] Write Objects.LinkFileList
[12/13] Linking demangle
Build complete! (23.14s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "CwlDemangle",
"name" : "CwlDemangle",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CwlDemangle",
"targets" : [
"CwlDemangle"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "demangle",
"targets" : [
"CwlDemangleTool"
],
"type" : {
"executable" : null
}
}
],
"swift_languages_versions" : [
"4",
"4.2",
"5"
],
"targets" : [
{
"c99name" : "CwlDemangleTool",
"module_type" : "SwiftTarget",
"name" : "CwlDemangleTool",
"path" : "CwlDemangle",
"product_memberships" : [
"demangle"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"CwlDemangle"
],
"type" : "executable"
},
{
"c99name" : "CwlDemangleTests",
"module_type" : "SwiftTarget",
"name" : "CwlDemangleTests",
"path" : "CwlDemangleTests",
"sources" : [
"CwlDemangleAdditionalTests.swift",
"CwlDemangleSwiftProjectDerivedTests.swift"
],
"target_dependencies" : [
"CwlDemangle"
],
"type" : "test"
},
{
"c99name" : "CwlDemangle",
"module_type" : "SwiftTarget",
"name" : "CwlDemangle",
"path" : "CwlDemangle",
"product_memberships" : [
"CwlDemangle",
"demangle"
],
"sources" : [
"CwlDemangle.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Done.