The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CwlDemangle, reference 0.1.0 (b268c0), with Swift 6.2 for Android on 20 Jun 2025 23:54:44 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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.2
Building package at path:  $PWD
https://github.com/mattgallagher/CwlDemangle.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-8C5A4AE7A8CE2BA.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] Emitting module CwlDemangleTool
[9/12] Compiling CwlDemangleTool main.swift
[10/13] Wrapping AST for CwlDemangleTool for debugging
[11/13] Write Objects.LinkFileList
[12/13] Linking demangle
Build complete! (17.44s)
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.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.