Build Information
Failed to build Nodal, reference 0.3.1 (763efe
), with Swift 6.1 for Android on 30 May 2025 13:51:19 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/Nodal.git
Reference: 0.3.1
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/Nodal
* tag 0.3.1 -> FETCH_HEAD
HEAD is now at 763efee Merge branch 'dev'
Submodule path 'Sources/pugixml': checked out 'ee86beb30e4973f5feffe3ce63bfa4fbadf72f38'
Submodule 'Sources/pugixml' (https://tomasf@github.com/zeux/pugixml.git) registered for path 'Sources/pugixml'
Cloning into '/host/spi-builder-workspace/Sources/pugixml'...
Cloned https://github.com/tomasf/Nodal.git
Revision (git rev-parse @):
763efeebe6bf1c26958dcbb29661a9af45cced52
SUCCESS checkout https://github.com/tomasf/Nodal.git at 0.3.1
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/tomasf/Nodal.git
https://github.com/tomasf/Nodal.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"cxx_language_standard" : "c++17",
"dependencies" : [
],
"manifest_display_name" : "Nodal",
"name" : "Nodal",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Nodal",
"targets" : [
"Nodal"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "pugixml",
"module_type" : "ClangTarget",
"name" : "pugixml",
"path" : "Sources/pugixml",
"product_memberships" : [
"Nodal"
],
"sources" : [
"src/pugixml.cpp"
],
"type" : "library"
},
{
"c99name" : "Tests",
"module_type" : "SwiftTarget",
"name" : "Tests",
"path" : "Sources/Tests",
"sources" : [
"CodableProtocolTests.swift",
"HierarchyTests.swift",
"NamespaceTests.swift",
"XPathTests.swift"
],
"target_dependencies" : [
"Nodal"
],
"type" : "test"
},
{
"c99name" : "Nodal",
"module_type" : "SwiftTarget",
"name" : "Nodal",
"path" : "Sources/Nodal",
"product_memberships" : [
"Nodal"
],
"sources" : [
"Codable/Element/Node+XMLElementCodable.swift",
"Codable/Element/XMLElementCodable.swift",
"Codable/Value/Foundation+XMLValueCodable.swift",
"Codable/Value/Node+XMLValueCodable.swift",
"Codable/Value/Node+XMLValueCodableArray.swift",
"Codable/Value/XMLValueCodable.swift",
"Document/Document+Errors.swift",
"Document/Document+Input.swift",
"Document/Document+Namespaces.swift",
"Document/Document+Output.swift",
"Document/Document+PendingNameRecords.swift",
"Document/Document+RootElement.swift",
"Document/Document.ParseOptions.swift",
"Document/Document.swift",
"Document/PendingNameRecord.swift",
"Encoding.swift",
"ExpandedName+Pending.swift",
"ExpandedName.swift",
"Extensions/Extensions.swift",
"Extensions/Pugi.swift",
"Extensions/PugiNode.swift",
"Node/Node+Attributes.swift",
"Node/Node+Children.swift",
"Node/Node+Elements.swift",
"Node/Node+Hierarchy.swift",
"Node/Node+MoveCopy.swift",
"Node/Node+Names.swift",
"Node/Node+Namespaces.swift",
"Node/Node.Kind.swift",
"Node/Node.swift",
"OutputOptions.swift",
"Sequences/AncestorAttributeSequence.swift",
"Sequences/AttributeSequence.swift",
"Sequences/ChildSequence.swift",
"Sequences/DescendantSequence.swift",
"Sequences/ReverseSiblingSequence.swift",
"XPath/Node+xPath.swift",
"XPath/XPathQuery.swift",
"XPath/XPathResults.swift",
"XPath/XPathVariableValue.swift"
],
"target_dependencies" : [
"pugixml",
"Bridge"
],
"type" : "library"
},
{
"c99name" : "Bridge",
"module_type" : "ClangTarget",
"name" : "Bridge",
"path" : "Sources/bridge",
"product_memberships" : [
"Nodal"
],
"sources" : [
"bridge.cpp"
],
"target_dependencies" : [
"pugixml"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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
Building for debugging...
[0/4] Write sources
[1/4] Compiling Bridge bridge.cpp
[2/4] Write swift-version-24593BA9C3E375BF.txt
[3/4] Compiling pugixml.cpp
[5/40] Emitting module Nodal
[6/45] Compiling Nodal XMLValueCodable.swift
/host/spi-builder-workspace/Sources/Nodal/Document/Document+Output.swift:39:23: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
37 | indentation: String = .fourSpaces
38 | ) throws {
39 | FileManager().createFile(atPath: fileURL.path, contents: nil)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
40 | let fileHandle = try FileHandle(forWritingTo: fileURL)
41 | fileHandle.truncateFile(atOffset: 0)
[7/45] Compiling Nodal Document+Errors.swift
/host/spi-builder-workspace/Sources/Nodal/Document/Document+Output.swift:39:23: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
37 | indentation: String = .fourSpaces
38 | ) throws {
39 | FileManager().createFile(atPath: fileURL.path, contents: nil)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
40 | let fileHandle = try FileHandle(forWritingTo: fileURL)
41 | fileHandle.truncateFile(atOffset: 0)
[8/45] Compiling Nodal Document+Input.swift
/host/spi-builder-workspace/Sources/Nodal/Document/Document+Output.swift:39:23: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
37 | indentation: String = .fourSpaces
38 | ) throws {
39 | FileManager().createFile(atPath: fileURL.path, contents: nil)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
40 | let fileHandle = try FileHandle(forWritingTo: fileURL)
41 | fileHandle.truncateFile(atOffset: 0)
[9/45] Compiling Nodal Document+Namespaces.swift
/host/spi-builder-workspace/Sources/Nodal/Document/Document+Output.swift:39:23: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
37 | indentation: String = .fourSpaces
38 | ) throws {
39 | FileManager().createFile(atPath: fileURL.path, contents: nil)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
40 | let fileHandle = try FileHandle(forWritingTo: fileURL)
41 | fileHandle.truncateFile(atOffset: 0)
[10/45] Compiling Nodal Document+Output.swift
/host/spi-builder-workspace/Sources/Nodal/Document/Document+Output.swift:39:23: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
37 | indentation: String = .fourSpaces
38 | ) throws {
39 | FileManager().createFile(atPath: fileURL.path, contents: nil)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
40 | let fileHandle = try FileHandle(forWritingTo: fileURL)
41 | fileHandle.truncateFile(atOffset: 0)
[11/45] Compiling Nodal PugiNode.swift
[12/45] Compiling Nodal Node+Attributes.swift
[13/45] Compiling Nodal Node+Children.swift
[14/45] Compiling Nodal Node+Elements.swift
[15/45] Compiling Nodal Node+Hierarchy.swift
[16/45] Compiling Nodal OutputOptions.swift
[17/45] Compiling Nodal AncestorAttributeSequence.swift
[18/45] Compiling Nodal AttributeSequence.swift
[19/45] Compiling Nodal ChildSequence.swift
[20/45] Compiling Nodal DescendantSequence.swift
[21/45] Compiling Nodal Node+XMLElementCodable.swift
[22/45] Compiling Nodal XMLElementCodable.swift
[23/45] Compiling Nodal Foundation+XMLValueCodable.swift
[24/45] Compiling Nodal Node+XMLValueCodable.swift
[25/45] Compiling Nodal Node+XMLValueCodableArray.swift
[26/45] Compiling Nodal Node+MoveCopy.swift
[27/45] Compiling Nodal Node+Names.swift
[28/45] Compiling Nodal Node+Namespaces.swift
[29/45] Compiling Nodal Node.Kind.swift
[30/45] Compiling Nodal Node.swift
[31/45] Compiling Nodal ReverseSiblingSequence.swift
[32/45] Compiling Nodal Node+xPath.swift
[33/45] Compiling Nodal XPathQuery.swift
[34/45] Compiling Nodal XPathResults.swift
[35/45] Compiling Nodal XPathVariableValue.swift
[36/45] Compiling Nodal Document+PendingNameRecords.swift
[37/45] Compiling Nodal Document+RootElement.swift
[38/45] Compiling Nodal Document.ParseOptions.swift
[39/45] Compiling Nodal Document.swift
[40/45] Compiling Nodal PendingNameRecord.swift
[41/45] Compiling Nodal Encoding.swift
/host/spi-builder-workspace/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 | }
[42/45] Compiling Nodal ExpandedName+Pending.swift
/host/spi-builder-workspace/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 | }
[43/45] Compiling Nodal ExpandedName.swift
/host/spi-builder-workspace/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 | }
[44/45] Compiling Nodal Extensions.swift
/host/spi-builder-workspace/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/45] Compiling Nodal Pugi.swift
/host/spi-builder-workspace/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-4609320-2":/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/37] Emitting module Nodal
[3/37] Compiling Nodal Node+XMLElementCodable.swift
[4/37] Compiling Nodal XMLElementCodable.swift
[5/37] Compiling Nodal Foundation+XMLValueCodable.swift
[6/37] Compiling Nodal Node+XMLValueCodable.swift
[7/37] Compiling Nodal Node+XMLValueCodableArray.swift
[8/42] Compiling Nodal OutputOptions.swift
[9/42] Compiling Nodal AncestorAttributeSequence.swift
[10/42] Compiling Nodal AttributeSequence.swift
[11/42] Compiling Nodal ChildSequence.swift
[12/42] Compiling Nodal DescendantSequence.swift
[13/42] Compiling Nodal XMLValueCodable.swift
/host/spi-builder-workspace/Sources/Nodal/Document/Document+Output.swift:39:23: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
37 | indentation: String = .fourSpaces
38 | ) throws {
39 | FileManager().createFile(atPath: fileURL.path, contents: nil)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
40 | let fileHandle = try FileHandle(forWritingTo: fileURL)
41 | fileHandle.truncateFile(atOffset: 0)
[14/42] Compiling Nodal Document+Errors.swift
/host/spi-builder-workspace/Sources/Nodal/Document/Document+Output.swift:39:23: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
37 | indentation: String = .fourSpaces
38 | ) throws {
39 | FileManager().createFile(atPath: fileURL.path, contents: nil)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
40 | let fileHandle = try FileHandle(forWritingTo: fileURL)
41 | fileHandle.truncateFile(atOffset: 0)
[15/42] Compiling Nodal Document+Input.swift
/host/spi-builder-workspace/Sources/Nodal/Document/Document+Output.swift:39:23: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
37 | indentation: String = .fourSpaces
38 | ) throws {
39 | FileManager().createFile(atPath: fileURL.path, contents: nil)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
40 | let fileHandle = try FileHandle(forWritingTo: fileURL)
41 | fileHandle.truncateFile(atOffset: 0)
[16/42] Compiling Nodal Document+Namespaces.swift
/host/spi-builder-workspace/Sources/Nodal/Document/Document+Output.swift:39:23: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
37 | indentation: String = .fourSpaces
38 | ) throws {
39 | FileManager().createFile(atPath: fileURL.path, contents: nil)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
40 | let fileHandle = try FileHandle(forWritingTo: fileURL)
41 | fileHandle.truncateFile(atOffset: 0)
[17/42] Compiling Nodal Document+Output.swift
/host/spi-builder-workspace/Sources/Nodal/Document/Document+Output.swift:39:23: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
37 | indentation: String = .fourSpaces
38 | ) throws {
39 | FileManager().createFile(atPath: fileURL.path, contents: nil)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
40 | let fileHandle = try FileHandle(forWritingTo: fileURL)
41 | fileHandle.truncateFile(atOffset: 0)
[18/42] Compiling Nodal Node+MoveCopy.swift
[19/42] Compiling Nodal Node+Names.swift
[20/42] Compiling Nodal Node+Namespaces.swift
[21/42] Compiling Nodal Node.Kind.swift
[22/42] Compiling Nodal Node.swift
[23/42] Compiling Nodal Encoding.swift
/host/spi-builder-workspace/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 | }
[24/42] Compiling Nodal ExpandedName+Pending.swift
/host/spi-builder-workspace/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 | }
[25/42] Compiling Nodal ExpandedName.swift
/host/spi-builder-workspace/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/42] Compiling Nodal Extensions.swift
/host/spi-builder-workspace/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/42] Compiling Nodal Pugi.swift
/host/spi-builder-workspace/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/42] Compiling Nodal PugiNode.swift
[29/42] Compiling Nodal Node+Attributes.swift
[30/42] Compiling Nodal Node+Children.swift
[31/42] Compiling Nodal Node+Elements.swift
[32/42] Compiling Nodal Node+Hierarchy.swift
[33/42] Compiling Nodal Document+PendingNameRecords.swift
[34/42] Compiling Nodal Document+RootElement.swift
[35/42] Compiling Nodal Document.ParseOptions.swift
[36/42] Compiling Nodal Document.swift
[37/42] Compiling Nodal PendingNameRecord.swift
[38/42] Compiling Nodal ReverseSiblingSequence.swift
[39/42] Compiling Nodal Node+xPath.swift
[40/42] Compiling Nodal XPathQuery.swift
[41/42] Compiling Nodal XPathResults.swift
[42/42] Compiling Nodal XPathVariableValue.swift
BUILD FAILURE 6.1 android