Build Information
Failed to build Pelagos, reference 0.1.3 (3e8c7a), with Swift 6.1 for Android on 2 Feb 2026 19:09:50 UTC.
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/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tomasf/Pelagos.git
Reference: 0.1.3
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/Pelagos
* tag 0.1.3 -> FETCH_HEAD
HEAD is now at 3e8c7af Update Nodal to 1.0.0
Cloned https://github.com/tomasf/Pelagos.git
Revision (git rev-parse @):
3e8c7af726285cec5ce0c802f75aa6f17bd14792
SUCCESS checkout https://github.com/tomasf/Pelagos.git at 0.1.3
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/tomasf/Pelagos.git
https://github.com/tomasf/Pelagos.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "nodal",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tomasf/Nodal.git"
}
],
"manifest_display_name" : "Pelagos",
"name" : "Pelagos",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "Pelagos",
"targets" : [
"Pelagos"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PelagosTests",
"module_type" : "SwiftTarget",
"name" : "PelagosTests",
"path" : "Tests/PelagosTests",
"sources" : [
"ColorParsingTests.swift",
"LengthParsingTests.swift",
"PathParsingTests.swift",
"PelagosTests.swift",
"SVGParsingTests.swift",
"TransformParsingTests.swift"
],
"target_dependencies" : [
"Pelagos"
],
"type" : "test"
},
{
"c99name" : "Pelagos",
"module_type" : "SwiftTarget",
"name" : "Pelagos",
"path" : "Sources/Pelagos",
"product_dependencies" : [
"Nodal"
],
"product_memberships" : [
"Pelagos"
],
"sources" : [
"Model/Effects/ClipPath.swift",
"Model/Effects/Filter.swift",
"Model/Effects/Mask.swift",
"Model/Elements/Anchor.swift",
"Model/Elements/Definitions.swift",
"Model/Elements/Defs.swift",
"Model/Elements/Element.swift",
"Model/Elements/Group.swift",
"Model/Elements/Image.swift",
"Model/Elements/SVG.swift",
"Model/Elements/Switch.swift",
"Model/Elements/Symbol.swift",
"Model/Elements/Text.swift",
"Model/Elements/Use.swift",
"Model/Paint/Color.swift",
"Model/Paint/Fill.swift",
"Model/Paint/GradientElement.swift",
"Model/Paint/GradientStop.swift",
"Model/Paint/LinearGradient.swift",
"Model/Paint/Pattern.swift",
"Model/Paint/RadialGradient.swift",
"Model/Shapes/Circle.swift",
"Model/Shapes/Ellipse.swift",
"Model/Shapes/Line.swift",
"Model/Shapes/Path.swift",
"Model/Shapes/Polygon.swift",
"Model/Shapes/Polyline.swift",
"Model/Shapes/Rect.swift",
"Model/Style/Length.swift",
"Model/Style/Point.swift",
"Model/Style/PresentationAttributes.swift",
"Model/Style/Transform.swift",
"Model/Style/ViewBox.swift",
"Parsing/AttributeParser.swift",
"Parsing/ElementParsers.swift",
"Parsing/PresentationParser.swift",
"Parsing/SVGNamespaces.swift",
"Parsing/SVGParser.swift",
"Path/PathParser.swift",
"Path/PathSegment.swift",
"Pelagos.swift",
"Rendering/CGRenderer.swift",
"Rendering/RenderTypes.swift",
"Rendering/SVGRenderEngine.swift",
"Rendering/SVGRenderer.swift",
"Values/CoordinateUnits.swift",
"Values/DisplayMode.swift",
"Values/FillRule.swift",
"Values/FontStyle.swift",
"Values/FontWeight.swift",
"Values/LineCap.swift",
"Values/LineJoin.swift",
"Values/PreserveAspectRatio.swift",
"Values/SpreadMethod.swift",
"Values/TextAnchor.swift",
"Values/Visibility.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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/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:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/tomasf/Nodal.git
[1/852] Fetching nodal
Fetched https://github.com/tomasf/Nodal.git from cache (0.26s)
Computing version for https://github.com/tomasf/Nodal.git
Computed https://github.com/tomasf/Nodal.git at 1.0.0 (0.88s)
Creating working copy for https://github.com/tomasf/Nodal.git
Working copy of https://github.com/tomasf/Nodal.git resolved at 1.0.0
Building for debugging...
[0/5] Write sources
[2/5] Write swift-version-24593BA9C3E375BF.txt
[3/5] Compiling Bridge bridge.cpp
[4/5] Compiling pugixml.cpp
[6/43] Compiling Nodal XMLDateFormat.swift
[7/43] Compiling Nodal XMLValueCodable.swift
[8/43] Compiling Nodal Document+Errors.swift
[9/43] Compiling Nodal Document+Input.swift
[10/43] Compiling Nodal Document+Namespaces.swift
[11/43] Compiling Nodal Document+Output.swift
[12/48] Compiling Nodal Node+MoveCopy.swift
[13/48] Compiling Nodal Node+Names.swift
[14/48] Compiling Nodal Node+Namespaces.swift
[15/48] Compiling Nodal Node.Kind.swift
[16/48] Compiling Nodal Node.swift
[17/48] Compiling Nodal ReverseSiblingSequence.swift
[18/48] Compiling Nodal Node+xPath.swift
[19/48] Compiling Nodal XPathQuery.swift
[20/48] Compiling Nodal XPathResults.swift
[21/48] Compiling Nodal XPathVariableValue.swift
[22/48] Compiling Nodal Node+XMLElementCodable.swift
[23/48] Compiling Nodal XMLElementCodable.swift
[24/48] Compiling Nodal Foundation+XMLValueCodable.swift
[25/48] Compiling Nodal Node+XMLValueCodable.swift
[26/48] Compiling Nodal Node+XMLValueCodableArray.swift
[27/48] Compiling Nodal XMLDataFormat.swift
[28/48] Compiling Nodal PugiNode.swift
[29/48] Compiling Nodal Node+Attributes.swift
[30/48] Compiling Nodal Node+Children.swift
[31/48] Compiling Nodal Node+Elements.swift
[32/48] Compiling Nodal Node+Hierarchy.swift
[33/48] Compiling Nodal Document+PendingNameRecords.swift
[34/48] Compiling Nodal Document+RootElement.swift
[35/48] Compiling Nodal Document.ParseOptions.swift
[36/48] Compiling Nodal Document.swift
[37/48] Compiling Nodal PendingNameRecord.swift
[38/48] Compiling Nodal OutputOptions.swift
[39/48] Compiling Nodal AncestorAttributeSequence.swift
[40/48] Compiling Nodal AttributeSequence.swift
[41/48] Compiling Nodal ChildSequence.swift
[42/48] Compiling Nodal DescendantSequence.swift
[43/48] Emitting module Nodal
[44/48] 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 | }
[45/48] 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 | }
[46/48] 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 | }
[47/48] 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 | }
[48/48] 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 | }
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/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:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
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/39] Compiling Nodal OutputOptions.swift
[3/39] Compiling Nodal AncestorAttributeSequence.swift
[4/39] Compiling Nodal AttributeSequence.swift
[5/39] Compiling Nodal ChildSequence.swift
[6/39] Compiling Nodal DescendantSequence.swift
[7/44] Emitting module Nodal
[8/44] Compiling Nodal XMLDateFormat.swift
[9/44] Compiling Nodal XMLValueCodable.swift
[10/44] Compiling Nodal Document+Errors.swift
[11/44] Compiling Nodal Document+Input.swift
[12/44] Compiling Nodal Document+Namespaces.swift
[13/44] Compiling Nodal Document+Output.swift
[14/44] Compiling Nodal Document+PendingNameRecords.swift
[15/44] Compiling Nodal Document+RootElement.swift
[16/44] Compiling Nodal Document.ParseOptions.swift
[17/44] Compiling Nodal Document.swift
[18/44] Compiling Nodal PendingNameRecord.swift
[19/44] Compiling Nodal Node+XMLElementCodable.swift
[20/44] Compiling Nodal XMLElementCodable.swift
[21/44] Compiling Nodal Foundation+XMLValueCodable.swift
[22/44] Compiling Nodal Node+XMLValueCodable.swift
[23/44] Compiling Nodal Node+XMLValueCodableArray.swift
[24/44] Compiling Nodal XMLDataFormat.swift
[25/44] 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 | }
[26/44] 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 | }
[27/44] 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 | }
[28/44] 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 | }
[29/44] 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 | }
[30/44] Compiling Nodal Node+MoveCopy.swift
[31/44] Compiling Nodal Node+Names.swift
[32/44] Compiling Nodal Node+Namespaces.swift
[33/44] Compiling Nodal Node.Kind.swift
[34/44] Compiling Nodal Node.swift
[35/44] Compiling Nodal PugiNode.swift
[36/44] Compiling Nodal Node+Attributes.swift
[37/44] Compiling Nodal Node+Children.swift
[38/44] Compiling Nodal Node+Elements.swift
[39/44] Compiling Nodal Node+Hierarchy.swift
[40/44] Compiling Nodal ReverseSiblingSequence.swift
[41/44] Compiling Nodal Node+xPath.swift
[42/44] Compiling Nodal XPathQuery.swift
[43/44] Compiling Nodal XPathResults.swift
[44/44] Compiling Nodal XPathVariableValue.swift
BUILD FAILURE 6.1 android