Build Information
Successful build of SwiftXML, reference 12.0.9 (4d5fa9), with Swift 6.3 for Wasm on 17 Apr 2026 15:05:48 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stefanspringer1/SwiftXML.git
Reference: 12.0.9
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/stefanspringer1/SwiftXML
* tag 12.0.9 -> FETCH_HEAD
HEAD is now at 4d5fa97 changed deprecation notice
Cloned https://github.com/stefanspringer1/SwiftXML.git
Revision (git rev-parse @):
4d5fa973b768bee5ac3df03167a3d9e9ee8e7556
SUCCESS checkout https://github.com/stefanspringer1/SwiftXML.git at 12.0.9
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/stefanspringer1/SwiftXML.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/stefanspringer1/SwiftXMLParser
[1/914] Fetching swiftxmlparser
Fetched https://github.com/stefanspringer1/SwiftXMLParser from cache (0.28s)
Computing version for https://github.com/stefanspringer1/SwiftXMLParser
Computed https://github.com/stefanspringer1/SwiftXMLParser at 7.0.9 (0.66s)
Fetching https://github.com/stefanspringer1/SwiftXMLInterfaces
[1/653] Fetching swiftxmlinterfaces
Fetched https://github.com/stefanspringer1/SwiftXMLInterfaces from cache (0.26s)
Computing version for https://github.com/stefanspringer1/SwiftXMLInterfaces
Computed https://github.com/stefanspringer1/SwiftXMLInterfaces at 8.0.8 (0.68s)
Creating working copy for https://github.com/stefanspringer1/SwiftXMLInterfaces
Working copy of https://github.com/stefanspringer1/SwiftXMLInterfaces resolved at 8.0.8
Creating working copy for https://github.com/stefanspringer1/SwiftXMLParser
Working copy of https://github.com/stefanspringer1/SwiftXMLParser resolved at 7.0.9
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/9] Compiling SwiftXMLInterfaces Utilities.swift
[6/9] Compiling SwiftXMLInterfaces Parser.swift
[7/9] Compiling SwiftXMLInterfaces Errors.swift
[8/9] Emitting module SwiftXMLInterfaces
[9/9] Compiling SwiftXMLInterfaces Events.swift
[11/13] Compiling SwiftXMLParser CharacterCodes.swift
[12/13] Emitting module SwiftXMLParser
[13/13] Compiling SwiftXMLParser XParser.swift
[15/31] Compiling SwiftXML IteratorProtocols.swift
[16/31] Compiling SwiftXML SequenceConcatenation.swift
[17/33] Compiling SwiftXML Tools.swift
/host/spi-builder-workspace/Sources/SwiftXML/XML/Tools.swift:203:23: warning: 'parse(fromData:sourceInfo:eventHandlers:immediateTextHandlingNearEntities:)' is deprecated: this package is deprecated, use the repository https://github.com/swiftxml/SwiftXMLParser instead and note the version number being reset to 1.0.0 [#DeprecatedDeclaration]
201 | let eventHandler = PublicIDAndRootReader()
202 |
203 | try XParser().parse(fromData: self.getData(), eventHandlers: [eventHandler])
| `- warning: 'parse(fromData:sourceInfo:eventHandlers:immediateTextHandlingNearEntities:)' is deprecated: this package is deprecated, use the repository https://github.com/swiftxml/SwiftXMLParser instead and note the version number being reset to 1.0.0 [#DeprecatedDeclaration]
204 |
205 | return XDocumentProperties(
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[18/33] Compiling SwiftXML Transformation.swift
/host/spi-builder-workspace/Sources/SwiftXML/XML/Tools.swift:203:23: warning: 'parse(fromData:sourceInfo:eventHandlers:immediateTextHandlingNearEntities:)' is deprecated: this package is deprecated, use the repository https://github.com/swiftxml/SwiftXMLParser instead and note the version number being reset to 1.0.0 [#DeprecatedDeclaration]
201 | let eventHandler = PublicIDAndRootReader()
202 |
203 | try XParser().parse(fromData: self.getData(), eventHandlers: [eventHandler])
| `- warning: 'parse(fromData:sourceInfo:eventHandlers:immediateTextHandlingNearEntities:)' is deprecated: this package is deprecated, use the repository https://github.com/swiftxml/SwiftXMLParser instead and note the version number being reset to 1.0.0 [#DeprecatedDeclaration]
204 |
205 | return XDocumentProperties(
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[19/33] Compiling SwiftXML XParseBuilder.swift
[20/33] Compiling SwiftXML Exports.swift
[21/33] Compiling SwiftXML BasicIterators.swift
[22/33] Compiling SwiftXML Nodes.swift
[23/33] Compiling SwiftXML Production.swift
[24/33] Emitting module SwiftXML
/host/spi-builder-workspace/Sources/SwiftXML/XML/Tools.swift:203:23: warning: 'parse(fromData:sourceInfo:eventHandlers:immediateTextHandlingNearEntities:)' is deprecated: this package is deprecated, use the repository https://github.com/swiftxml/SwiftXMLParser instead and note the version number being reset to 1.0.0 [#DeprecatedDeclaration]
201 | let eventHandler = PublicIDAndRootReader()
202 |
203 | try XParser().parse(fromData: self.getData(), eventHandlers: [eventHandler])
| `- warning: 'parse(fromData:sourceInfo:eventHandlers:immediateTextHandlingNearEntities:)' is deprecated: this package is deprecated, use the repository https://github.com/swiftxml/SwiftXMLParser instead and note the version number being reset to 1.0.0 [#DeprecatedDeclaration]
204 |
205 | return XDocumentProperties(
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[25/33] Compiling SwiftXML Parsing.swift
[26/33] Compiling SwiftXML Utilities.swift
[27/33] Compiling SwiftXML Document.swift
/host/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:282:24: warning: 'init(xmlVersion:encoding:standalone:attached:registeringAttributes:registeringValuesForAttributes:registeringAttributesWithPrefix:registeringValuesForAttributesWithPrefix:)' is deprecated: this package is deprecated, use the repository https://github.com/swiftxml/SwiftXML instead and note the version number being reset to 1.0.0 [#DeprecatedDeclaration]
280 | pointingToClone: Bool
281 | ) -> XDocument {
282 | let theClone = XDocument(
| `- warning: 'init(xmlVersion:encoding:standalone:attached:registeringAttributes:registeringValuesForAttributes:registeringAttributesWithPrefix:registeringValuesForAttributesWithPrefix:)' is deprecated: this package is deprecated, use the repository https://github.com/swiftxml/SwiftXML instead and note the version number being reset to 1.0.0 [#DeprecatedDeclaration]
283 | registeringAttributes: attributeRegisterMode ?? self._attributeRegisterMode,
284 | registeringValuesForAttributes: AttributeRegisterMode ?? self._attributeValueRegisterMode,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[28/33] Compiling SwiftXML Namespaces.swift
/host/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:282:24: warning: 'init(xmlVersion:encoding:standalone:attached:registeringAttributes:registeringValuesForAttributes:registeringAttributesWithPrefix:registeringValuesForAttributesWithPrefix:)' is deprecated: this package is deprecated, use the repository https://github.com/swiftxml/SwiftXML instead and note the version number being reset to 1.0.0 [#DeprecatedDeclaration]
280 | pointingToClone: Bool
281 | ) -> XDocument {
282 | let theClone = XDocument(
| `- warning: 'init(xmlVersion:encoding:standalone:attached:registeringAttributes:registeringValuesForAttributes:registeringAttributesWithPrefix:registeringValuesForAttributesWithPrefix:)' is deprecated: this package is deprecated, use the repository https://github.com/swiftxml/SwiftXML instead and note the version number being reset to 1.0.0 [#DeprecatedDeclaration]
283 | registeringAttributes: attributeRegisterMode ?? self._attributeRegisterMode,
284 | registeringValuesForAttributes: AttributeRegisterMode ?? self._attributeValueRegisterMode,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[29/33] Compiling SwiftXML ChainedIterators.swift
[30/33] Compiling SwiftXML ConvenienceExtensions.swift
[31/33] Compiling SwiftXML IterationExtensions.swift
[32/33] Compiling SwiftXML Sequences.swift
[33/33] Compiling SwiftXML WrappingIterators.swift
Build complete! (27.57s)
Build complete.
{
"dependencies" : [
{
"identity" : "swiftxmlparser",
"requirement" : {
"range" : [
{
"lower_bound" : "7.0.6",
"upper_bound" : "8.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/stefanspringer1/SwiftXMLParser"
}
],
"manifest_display_name" : "SwiftXML",
"name" : "SwiftXML",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "SwiftXML",
"targets" : [
"SwiftXML"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftXMLTests",
"module_type" : "SwiftTarget",
"name" : "SwiftXMLTests",
"path" : "Tests/SwiftXMLTests",
"sources" : [
"AttributeNamespacesTests.swift",
"FromReadme.swift",
"NamespacesTests.swift",
"ProcessingInstructionIterationTests.swift",
"SequenceTypesTest.swift",
"SwiftXMLTests.swift",
"ToolsTests.swift",
"UtilitiesTest.swift"
],
"target_dependencies" : [
"SwiftXML"
],
"type" : "test"
},
{
"c99name" : "SwiftXML",
"module_type" : "SwiftTarget",
"name" : "SwiftXML",
"path" : "Sources/SwiftXML",
"product_dependencies" : [
"SwiftXMLParser"
],
"product_memberships" : [
"SwiftXML"
],
"sources" : [
"Builder/XParseBuilder.swift",
"Exports.swift",
"Iteration/BasicIterators.swift",
"Iteration/ChainedIterators.swift",
"Iteration/ConvenienceExtensions.swift",
"Iteration/IterationExtensions.swift",
"Iteration/IteratorProtocols.swift",
"Iteration/SequenceConcatenation.swift",
"Iteration/Sequences.swift",
"Iteration/WrappingIterators.swift",
"Parsing/Parsing.swift",
"Utilities.swift",
"XML/Document.swift",
"XML/Namespaces.swift",
"XML/Nodes.swift",
"XML/Production.swift",
"XML/Tools.swift",
"XML/Transformation.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Done.