The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build ThreeMF, reference main (f4cc16), with Swift 6.1 for Android on 31 May 2025 12:44:20 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tomasf/ThreeMF.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/tomasf/ThreeMF
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f4cc160 Add support for custom attributes for item and remove built-in support for Prusa's printable attribute
Cloned https://github.com/tomasf/ThreeMF.git
Revision (git rev-parse @):
f4cc160e736bb414acdabb5d148dac0f8f8598e1
SUCCESS checkout https://github.com/tomasf/ThreeMF.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tomasf/ThreeMF.git
https://github.com/tomasf/ThreeMF.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "zip",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tomasf/Zip.git"
    },
    {
      "identity" : "nodal",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tomasf/Nodal.git"
    }
  ],
  "manifest_display_name" : "ThreeMF",
  "name" : "ThreeMF",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ThreeMF",
      "targets" : [
        "ThreeMF"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ThreeMF",
      "module_type" : "SwiftTarget",
      "name" : "ThreeMF",
      "path" : "Sources/ThreeMF",
      "product_dependencies" : [
        "Zip",
        "Nodal"
      ],
      "product_memberships" : [
        "ThreeMF"
      ],
      "sources" : [
        "Extensions.swift",
        "Model/Item.swift",
        "Model/Model.swift",
        "Model/ResourceContainer.swift",
        "Namespace/Attributes.swift",
        "Namespace/Namespace.swift",
        "Namespace/Namespaces/Core.swift",
        "Namespace/Namespaces/Materials.swift",
        "Namespace/Namespaces/TriangleSets.swift",
        "Package/ContentTypes.swift",
        "Package/PackageReader.swift",
        "Package/PackageWriter.swift",
        "Package/Relationship.swift",
        "Resources/BaseMaterial.swift",
        "Resources/ColorGroup.swift",
        "Resources/CompositeMaterial.swift",
        "Resources/Display Properties/MetallicDisplayProperties.swift",
        "Resources/Display Properties/MetallicTextureDisplayProperties.swift",
        "Resources/Display Properties/SpecularDisplayProperties.swift",
        "Resources/Display Properties/SpecularTextureDisplayProperties.swift",
        "Resources/Display Properties/TranslucentDisplayProperties.swift",
        "Resources/Multiproperties.swift",
        "Resources/Object/Component.swift",
        "Resources/Object/Mesh.Triangle.swift",
        "Resources/Object/Mesh.TriangleSet.swift",
        "Resources/Object/Mesh.Vertex.swift",
        "Resources/Object/Mesh.swift",
        "Resources/Object/Object.swift",
        "Resources/Resource.swift",
        "Resources/Texture2D.swift",
        "Resources/Texture2DGroup.swift",
        "ThreeMF.swift",
        "Values/Color.swift",
        "Values/Matrix3D.swift",
        "Values/Metadata.swift",
        "Values/Unit.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/tomasf/Nodal.git
Fetching https://github.com/tomasf/Zip.git
[1/660] Fetching nodal
[661/837] Fetching nodal, zip
Fetched https://github.com/tomasf/Nodal.git from cache (0.27s)
Fetched https://github.com/tomasf/Zip.git from cache (0.27s)
Computing version for https://github.com/tomasf/Nodal.git
Computed https://github.com/tomasf/Nodal.git at 0.3.1 (0.86s)
Computing version for https://github.com/tomasf/Zip.git
Computed https://github.com/tomasf/Zip.git at 2.0.1 (0.60s)
Creating working copy for https://github.com/tomasf/Zip.git
Working copy of https://github.com/tomasf/Zip.git resolved at 2.0.1
Creating working copy for https://github.com/tomasf/Nodal.git
Working copy of https://github.com/tomasf/Nodal.git resolved at 0.3.1
Building for debugging...
[0/7] Write sources
[3/7] Compiling Miniz miniz.c
[4/7] Compiling Bridge bridge.cpp
[5/7] Write swift-version-24593BA9C3E375BF.txt
[6/7] Compiling pugixml.cpp
[8/51] Compiling Zip ZipError.swift
[9/51] Compiling Zip ZipArchive.swift
[10/51] Compiling Zip ZipArchive+Write.swift
[11/51] Compiling Zip ZipArchive+OnDisk.swift
[12/51] Compiling Zip ZipArchive+Read.swift
[13/51] Compiling Zip ZipArchive+Get.swift
[14/51] Emitting module Zip
[15/51] Compiling Zip ZipArchive+InMemory.swift
[17/52] Compiling Nodal Node+XMLElementCodable.swift
[18/52] Compiling Nodal XMLElementCodable.swift
[19/52] Compiling Nodal Foundation+XMLValueCodable.swift
[20/52] Compiling Nodal Node+XMLValueCodable.swift
[21/52] Compiling Nodal Node+XMLValueCodableArray.swift
[22/52] Compiling Nodal OutputOptions.swift
[23/52] Compiling Nodal AncestorAttributeSequence.swift
[24/52] Compiling Nodal AttributeSequence.swift
[25/52] Compiling Nodal ChildSequence.swift
[26/52] Compiling Nodal DescendantSequence.swift
[27/57] Emitting module Nodal
[28/57] Compiling Nodal Document+PendingNameRecords.swift
[29/57] Compiling Nodal Document+RootElement.swift
[30/57] Compiling Nodal Document.ParseOptions.swift
[31/57] Compiling Nodal Document.swift
[32/57] Compiling Nodal PendingNameRecord.swift
[33/57] Compiling Nodal PugiNode.swift
[34/57] Compiling Nodal Node+Attributes.swift
[35/57] Compiling Nodal Node+Children.swift
[36/57] Compiling Nodal Node+Elements.swift
[37/57] Compiling Nodal Node+Hierarchy.swift
[38/57] Compiling Nodal XMLValueCodable.swift
[39/57] Compiling Nodal Document+Errors.swift
[40/57] Compiling Nodal Document+Input.swift
[41/57] Compiling Nodal Document+Namespaces.swift
[42/57] Compiling Nodal Document+Output.swift
[43/57] Compiling Nodal Node+MoveCopy.swift
[44/57] Compiling Nodal Node+Names.swift
[45/57] Compiling Nodal Node+Namespaces.swift
[46/57] Compiling Nodal Node.Kind.swift
[47/57] Compiling Nodal Node.swift
[48/57] Compiling Nodal Encoding.swift
/host/spi-builder-workspace/.build/checkouts/Nodal/Sources/Nodal/Extensions/Extensions.swift:34:31: error: ambiguous use of 'strstr'
32 | extension UnsafePointer<CChar> {
33 |     var qualifiedNameParts: (prefix: String?, localName: String) {
34 |         guard let separator = strstr(self, ":"),
   |                               `- error: ambiguous use of 'strstr'
35 |               let prefix = String(data: Data(bytes: self, count: distance(to: separator)), encoding: .utf8)
36 |         else {
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/string.h:117:17: note: found this candidate in module '_string'
115 | char* _Nullable strdup(const char* _Nonnull __s);
116 |
117 | char* _Nullable strstr(const char* _Nonnull __haystack, const char* _Nonnull __needle) __attribute_pure__;
    |                 `- note: found this candidate in module '_string'
118 | #if defined(__cplusplus)
119 | extern "C++" char* _Nullable strcasestr(char* _Nonnull, const char* _Nonnull) __RENAME(strcasestr) __attribute_pure__;
    :
277 |
278 | inline __always_inline
279 | const char* _Nullable strstr(const char* _Nonnull h, const char* _Nonnull n) __prefer_this_overload {
    |                       `- note: found this candidate in module '_string'
280 |     return __bionic_strstr(h, n);
281 | }
[49/57] Compiling Nodal ExpandedName+Pending.swift
/host/spi-builder-workspace/.build/checkouts/Nodal/Sources/Nodal/Extensions/Extensions.swift:34:31: error: ambiguous use of 'strstr'
32 | extension UnsafePointer<CChar> {
33 |     var qualifiedNameParts: (prefix: String?, localName: String) {
34 |         guard let separator = strstr(self, ":"),
   |                               `- error: ambiguous use of 'strstr'
35 |               let prefix = String(data: Data(bytes: self, count: distance(to: separator)), encoding: .utf8)
36 |         else {
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/string.h:117:17: note: found this candidate in module '_string'
115 | char* _Nullable strdup(const char* _Nonnull __s);
116 |
117 | char* _Nullable strstr(const char* _Nonnull __haystack, const char* _Nonnull __needle) __attribute_pure__;
    |                 `- note: found this candidate in module '_string'
118 | #if defined(__cplusplus)
119 | extern "C++" char* _Nullable strcasestr(char* _Nonnull, const char* _Nonnull) __RENAME(strcasestr) __attribute_pure__;
    :
277 |
278 | inline __always_inline
279 | const char* _Nullable strstr(const char* _Nonnull h, const char* _Nonnull n) __prefer_this_overload {
    |                       `- note: found this candidate in module '_string'
280 |     return __bionic_strstr(h, n);
281 | }
[50/57] Compiling Nodal ExpandedName.swift
/host/spi-builder-workspace/.build/checkouts/Nodal/Sources/Nodal/Extensions/Extensions.swift:34:31: error: ambiguous use of 'strstr'
32 | extension UnsafePointer<CChar> {
33 |     var qualifiedNameParts: (prefix: String?, localName: String) {
34 |         guard let separator = strstr(self, ":"),
   |                               `- error: ambiguous use of 'strstr'
35 |               let prefix = String(data: Data(bytes: self, count: distance(to: separator)), encoding: .utf8)
36 |         else {
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/string.h:117:17: note: found this candidate in module '_string'
115 | char* _Nullable strdup(const char* _Nonnull __s);
116 |
117 | char* _Nullable strstr(const char* _Nonnull __haystack, const char* _Nonnull __needle) __attribute_pure__;
    |                 `- note: found this candidate in module '_string'
118 | #if defined(__cplusplus)
119 | extern "C++" char* _Nullable strcasestr(char* _Nonnull, const char* _Nonnull) __RENAME(strcasestr) __attribute_pure__;
    :
277 |
278 | inline __always_inline
279 | const char* _Nullable strstr(const char* _Nonnull h, const char* _Nonnull n) __prefer_this_overload {
    |                       `- note: found this candidate in module '_string'
280 |     return __bionic_strstr(h, n);
281 | }
[51/57] Compiling Nodal Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Nodal/Sources/Nodal/Extensions/Extensions.swift:34:31: error: ambiguous use of 'strstr'
32 | extension UnsafePointer<CChar> {
33 |     var qualifiedNameParts: (prefix: String?, localName: String) {
34 |         guard let separator = strstr(self, ":"),
   |                               `- error: ambiguous use of 'strstr'
35 |               let prefix = String(data: Data(bytes: self, count: distance(to: separator)), encoding: .utf8)
36 |         else {
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/string.h:117:17: note: found this candidate in module '_string'
115 | char* _Nullable strdup(const char* _Nonnull __s);
116 |
117 | char* _Nullable strstr(const char* _Nonnull __haystack, const char* _Nonnull __needle) __attribute_pure__;
    |                 `- note: found this candidate in module '_string'
118 | #if defined(__cplusplus)
119 | extern "C++" char* _Nullable strcasestr(char* _Nonnull, const char* _Nonnull) __RENAME(strcasestr) __attribute_pure__;
    :
277 |
278 | inline __always_inline
279 | const char* _Nullable strstr(const char* _Nonnull h, const char* _Nonnull n) __prefer_this_overload {
    |                       `- note: found this candidate in module '_string'
280 |     return __bionic_strstr(h, n);
281 | }
[52/57] Compiling Nodal Pugi.swift
/host/spi-builder-workspace/.build/checkouts/Nodal/Sources/Nodal/Extensions/Extensions.swift:34:31: error: ambiguous use of 'strstr'
32 | extension UnsafePointer<CChar> {
33 |     var qualifiedNameParts: (prefix: String?, localName: String) {
34 |         guard let separator = strstr(self, ":"),
   |                               `- error: ambiguous use of 'strstr'
35 |               let prefix = String(data: Data(bytes: self, count: distance(to: separator)), encoding: .utf8)
36 |         else {
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/string.h:117:17: note: found this candidate in module '_string'
115 | char* _Nullable strdup(const char* _Nonnull __s);
116 |
117 | char* _Nullable strstr(const char* _Nonnull __haystack, const char* _Nonnull __needle) __attribute_pure__;
    |                 `- note: found this candidate in module '_string'
118 | #if defined(__cplusplus)
119 | extern "C++" char* _Nullable strcasestr(char* _Nonnull, const char* _Nonnull) __RENAME(strcasestr) __attribute_pure__;
    :
277 |
278 | inline __always_inline
279 | const char* _Nullable strstr(const char* _Nonnull h, const char* _Nonnull n) __prefer_this_overload {
    |                       `- note: found this candidate in module '_string'
280 |     return __bionic_strstr(h, n);
281 | }
[53/57] Compiling Nodal ReverseSiblingSequence.swift
[54/57] Compiling Nodal Node+xPath.swift
[55/57] Compiling Nodal XPathQuery.swift
[56/57] Compiling Nodal XPathResults.swift
[57/57] Compiling Nodal XPathVariableValue.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/45] Emitting module Zip
[3/45] Compiling Zip ZipArchive+Get.swift
[4/45] Compiling Zip ZipArchive+InMemory.swift
[5/45] Compiling Zip ZipArchive.swift
[6/45] Compiling Zip ZipArchive+Write.swift
[7/45] Compiling Zip ZipError.swift
[8/45] Compiling Zip ZipArchive+OnDisk.swift
[9/45] Compiling Zip ZipArchive+Read.swift
[11/46] Compiling Nodal OutputOptions.swift
[12/46] Compiling Nodal AncestorAttributeSequence.swift
[13/46] Compiling Nodal AttributeSequence.swift
[14/46] Compiling Nodal ChildSequence.swift
[15/46] Compiling Nodal DescendantSequence.swift
[16/51] Compiling Nodal PugiNode.swift
[17/51] Compiling Nodal Node+Attributes.swift
[18/51] Compiling Nodal Node+Children.swift
[19/51] Compiling Nodal Node+Elements.swift
[20/51] Compiling Nodal Node+Hierarchy.swift
[21/51] Compiling Nodal Node+MoveCopy.swift
[22/51] Compiling Nodal Node+Names.swift
[23/51] Compiling Nodal Node+Namespaces.swift
[24/51] Compiling Nodal Node.Kind.swift
[25/51] Compiling Nodal Node.swift
[26/51] Compiling Nodal Encoding.swift
/host/spi-builder-workspace/.build/checkouts/Nodal/Sources/Nodal/Extensions/Extensions.swift:34:31: error: ambiguous use of 'strstr'
32 | extension UnsafePointer<CChar> {
33 |     var qualifiedNameParts: (prefix: String?, localName: String) {
34 |         guard let separator = strstr(self, ":"),
   |                               `- error: ambiguous use of 'strstr'
35 |               let prefix = String(data: Data(bytes: self, count: distance(to: separator)), encoding: .utf8)
36 |         else {
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/string.h:117:17: note: found this candidate in module '_string'
115 | char* _Nullable strdup(const char* _Nonnull __s);
116 |
117 | char* _Nullable strstr(const char* _Nonnull __haystack, const char* _Nonnull __needle) __attribute_pure__;
    |                 `- note: found this candidate in module '_string'
118 | #if defined(__cplusplus)
119 | extern "C++" char* _Nullable strcasestr(char* _Nonnull, const char* _Nonnull) __RENAME(strcasestr) __attribute_pure__;
    :
277 |
278 | inline __always_inline
279 | const char* _Nullable strstr(const char* _Nonnull h, const char* _Nonnull n) __prefer_this_overload {
    |                       `- note: found this candidate in module '_string'
280 |     return __bionic_strstr(h, n);
281 | }
[27/51] Compiling Nodal ExpandedName+Pending.swift
/host/spi-builder-workspace/.build/checkouts/Nodal/Sources/Nodal/Extensions/Extensions.swift:34:31: error: ambiguous use of 'strstr'
32 | extension UnsafePointer<CChar> {
33 |     var qualifiedNameParts: (prefix: String?, localName: String) {
34 |         guard let separator = strstr(self, ":"),
   |                               `- error: ambiguous use of 'strstr'
35 |               let prefix = String(data: Data(bytes: self, count: distance(to: separator)), encoding: .utf8)
36 |         else {
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/string.h:117:17: note: found this candidate in module '_string'
115 | char* _Nullable strdup(const char* _Nonnull __s);
116 |
117 | char* _Nullable strstr(const char* _Nonnull __haystack, const char* _Nonnull __needle) __attribute_pure__;
    |                 `- note: found this candidate in module '_string'
118 | #if defined(__cplusplus)
119 | extern "C++" char* _Nullable strcasestr(char* _Nonnull, const char* _Nonnull) __RENAME(strcasestr) __attribute_pure__;
    :
277 |
278 | inline __always_inline
279 | const char* _Nullable strstr(const char* _Nonnull h, const char* _Nonnull n) __prefer_this_overload {
    |                       `- note: found this candidate in module '_string'
280 |     return __bionic_strstr(h, n);
281 | }
[28/51] Compiling Nodal ExpandedName.swift
/host/spi-builder-workspace/.build/checkouts/Nodal/Sources/Nodal/Extensions/Extensions.swift:34:31: error: ambiguous use of 'strstr'
32 | extension UnsafePointer<CChar> {
33 |     var qualifiedNameParts: (prefix: String?, localName: String) {
34 |         guard let separator = strstr(self, ":"),
   |                               `- error: ambiguous use of 'strstr'
35 |               let prefix = String(data: Data(bytes: self, count: distance(to: separator)), encoding: .utf8)
36 |         else {
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/string.h:117:17: note: found this candidate in module '_string'
115 | char* _Nullable strdup(const char* _Nonnull __s);
116 |
117 | char* _Nullable strstr(const char* _Nonnull __haystack, const char* _Nonnull __needle) __attribute_pure__;
    |                 `- note: found this candidate in module '_string'
118 | #if defined(__cplusplus)
119 | extern "C++" char* _Nullable strcasestr(char* _Nonnull, const char* _Nonnull) __RENAME(strcasestr) __attribute_pure__;
    :
277 |
278 | inline __always_inline
279 | const char* _Nullable strstr(const char* _Nonnull h, const char* _Nonnull n) __prefer_this_overload {
    |                       `- note: found this candidate in module '_string'
280 |     return __bionic_strstr(h, n);
281 | }
[29/51] Compiling Nodal Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Nodal/Sources/Nodal/Extensions/Extensions.swift:34:31: error: ambiguous use of 'strstr'
32 | extension UnsafePointer<CChar> {
33 |     var qualifiedNameParts: (prefix: String?, localName: String) {
34 |         guard let separator = strstr(self, ":"),
   |                               `- error: ambiguous use of 'strstr'
35 |               let prefix = String(data: Data(bytes: self, count: distance(to: separator)), encoding: .utf8)
36 |         else {
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/string.h:117:17: note: found this candidate in module '_string'
115 | char* _Nullable strdup(const char* _Nonnull __s);
116 |
117 | char* _Nullable strstr(const char* _Nonnull __haystack, const char* _Nonnull __needle) __attribute_pure__;
    |                 `- note: found this candidate in module '_string'
118 | #if defined(__cplusplus)
119 | extern "C++" char* _Nullable strcasestr(char* _Nonnull, const char* _Nonnull) __RENAME(strcasestr) __attribute_pure__;
    :
277 |
278 | inline __always_inline
279 | const char* _Nullable strstr(const char* _Nonnull h, const char* _Nonnull n) __prefer_this_overload {
    |                       `- note: found this candidate in module '_string'
280 |     return __bionic_strstr(h, n);
281 | }
[30/51] Compiling Nodal Pugi.swift
/host/spi-builder-workspace/.build/checkouts/Nodal/Sources/Nodal/Extensions/Extensions.swift:34:31: error: ambiguous use of 'strstr'
32 | extension UnsafePointer<CChar> {
33 |     var qualifiedNameParts: (prefix: String?, localName: String) {
34 |         guard let separator = strstr(self, ":"),
   |                               `- error: ambiguous use of 'strstr'
35 |               let prefix = String(data: Data(bytes: self, count: distance(to: separator)), encoding: .utf8)
36 |         else {
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/string.h:117:17: note: found this candidate in module '_string'
115 | char* _Nullable strdup(const char* _Nonnull __s);
116 |
117 | char* _Nullable strstr(const char* _Nonnull __haystack, const char* _Nonnull __needle) __attribute_pure__;
    |                 `- note: found this candidate in module '_string'
118 | #if defined(__cplusplus)
119 | extern "C++" char* _Nullable strcasestr(char* _Nonnull, const char* _Nonnull) __RENAME(strcasestr) __attribute_pure__;
    :
277 |
278 | inline __always_inline
279 | const char* _Nullable strstr(const char* _Nonnull h, const char* _Nonnull n) __prefer_this_overload {
    |                       `- note: found this candidate in module '_string'
280 |     return __bionic_strstr(h, n);
281 | }
[31/51] Compiling Nodal Document+PendingNameRecords.swift
[32/51] Compiling Nodal Document+RootElement.swift
[33/51] Compiling Nodal Document.ParseOptions.swift
[34/51] Compiling Nodal Document.swift
[35/51] Compiling Nodal PendingNameRecord.swift
[36/51] Compiling Nodal Node+XMLElementCodable.swift
[37/51] Compiling Nodal XMLElementCodable.swift
[38/51] Compiling Nodal Foundation+XMLValueCodable.swift
[39/51] Compiling Nodal Node+XMLValueCodable.swift
[40/51] Compiling Nodal Node+XMLValueCodableArray.swift
[41/51] Emitting module Nodal
[42/51] Compiling Nodal XMLValueCodable.swift
[43/51] Compiling Nodal Document+Errors.swift
[44/51] Compiling Nodal Document+Input.swift
[45/51] Compiling Nodal Document+Namespaces.swift
[46/51] Compiling Nodal Document+Output.swift
[47/51] Compiling Nodal ReverseSiblingSequence.swift
[48/51] Compiling Nodal Node+xPath.swift
[49/51] Compiling Nodal XPathQuery.swift
[50/51] Compiling Nodal XPathResults.swift
[51/51] Compiling Nodal XPathVariableValue.swift
BUILD FAILURE 6.1 android