Build Information
Failed to build SwiftXML, reference main (4d5fa9), with Swift 6.0 for Linux on 25 Nov 2025 20:39:52 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stefanspringer1/SwiftXML.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/stefanspringer1/SwiftXML
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/stefanspringer1/SwiftXML.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:d50cceb83aba9237d7903cc3c4ef7bd8f8bfaaf83777b35554908a03d392fd03
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/stefanspringer1/SwiftXMLParser
[1/914] Fetching swiftxmlparser
Fetched https://github.com/stefanspringer1/SwiftXMLParser from cache (0.21s)
Computing version for https://github.com/stefanspringer1/SwiftXMLParser
Computed https://github.com/stefanspringer1/SwiftXMLParser at 7.0.9 (0.70s)
Fetching https://github.com/stefanspringer1/SwiftXMLInterfaces
[1/653] Fetching swiftxmlinterfaces
Fetched https://github.com/stefanspringer1/SwiftXMLInterfaces from cache (0.20s)
Computing version for https://github.com/stefanspringer1/SwiftXMLInterfaces
Computed https://github.com/stefanspringer1/SwiftXMLInterfaces at 8.0.8 (0.63s)
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 Parsing.swift
/host/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:327:5: error: unexpected ',' separator
325 | registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
326 | registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
327 | ) -> XDocument {
| `- error: unexpected ',' separator
328 | _clone(
329 | keepAttachments: keepAttachments,
/host/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:851:5: error: unexpected ',' separator
849 | registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
850 | registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
851 | ) {
| `- error: unexpected ',' separator
852 | self.xmlVersion = xmlVersion
853 | self.encoding = encoding
[16/31] Compiling SwiftXML Utilities.swift
/host/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:327:5: error: unexpected ',' separator
325 | registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
326 | registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
327 | ) -> XDocument {
| `- error: unexpected ',' separator
328 | _clone(
329 | keepAttachments: keepAttachments,
/host/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:851:5: error: unexpected ',' separator
849 | registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
850 | registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
851 | ) {
| `- error: unexpected ',' separator
852 | self.xmlVersion = xmlVersion
853 | self.encoding = encoding
[17/31] Compiling SwiftXML IteratorProtocols.swift
/host/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:327:5: error: unexpected ',' separator
325 | registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
326 | registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
327 | ) -> XDocument {
| `- error: unexpected ',' separator
328 | _clone(
329 | keepAttachments: keepAttachments,
/host/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:851:5: error: unexpected ',' separator
849 | registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
850 | registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
851 | ) {
| `- error: unexpected ',' separator
852 | self.xmlVersion = xmlVersion
853 | self.encoding = encoding
[18/31] Compiling SwiftXML SequenceConcatenation.swift
/host/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:327:5: error: unexpected ',' separator
325 | registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
326 | registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
327 | ) -> XDocument {
| `- error: unexpected ',' separator
328 | _clone(
329 | keepAttachments: keepAttachments,
/host/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:851:5: error: unexpected ',' separator
849 | registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
850 | registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
851 | ) {
| `- error: unexpected ',' separator
852 | self.xmlVersion = xmlVersion
853 | self.encoding = encoding
[19/31] Compiling SwiftXML Sequences.swift
/host/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:327:5: error: unexpected ',' separator
325 | registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
326 | registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
327 | ) -> XDocument {
| `- error: unexpected ',' separator
328 | _clone(
329 | keepAttachments: keepAttachments,
/host/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:851:5: error: unexpected ',' separator
849 | registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
850 | registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
851 | ) {
| `- error: unexpected ',' separator
852 | self.xmlVersion = xmlVersion
853 | self.encoding = encoding
[20/31] Compiling SwiftXML WrappingIterators.swift
/host/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:327:5: error: unexpected ',' separator
325 | registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
326 | registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
327 | ) -> XDocument {
| `- error: unexpected ',' separator
328 | _clone(
329 | keepAttachments: keepAttachments,
/host/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:851:5: error: unexpected ',' separator
849 | registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
850 | registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
851 | ) {
| `- error: unexpected ',' separator
852 | self.xmlVersion = xmlVersion
853 | self.encoding = encoding
[21/33] Compiling SwiftXML XParseBuilder.swift
/host/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:327:5: error: unexpected ',' separator
325 | registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
326 | registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
327 | ) -> XDocument {
| `- error: unexpected ',' separator
328 | _clone(
329 | keepAttachments: keepAttachments,
/host/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:851:5: error: unexpected ',' separator
849 | registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
850 | registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
851 | ) {
| `- error: unexpected ',' separator
852 | self.xmlVersion = xmlVersion
853 | self.encoding = encoding
[22/33] Compiling SwiftXML Exports.swift
/host/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:327:5: error: unexpected ',' separator
325 | registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
326 | registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
327 | ) -> XDocument {
| `- error: unexpected ',' separator
328 | _clone(
329 | keepAttachments: keepAttachments,
/host/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:851:5: error: unexpected ',' separator
849 | registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
850 | registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
851 | ) {
| `- error: unexpected ',' separator
852 | self.xmlVersion = xmlVersion
853 | self.encoding = encoding
[23/33] Compiling SwiftXML BasicIterators.swift
/host/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:327:5: error: unexpected ',' separator
325 | registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
326 | registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
327 | ) -> XDocument {
| `- error: unexpected ',' separator
328 | _clone(
329 | keepAttachments: keepAttachments,
/host/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:851:5: error: unexpected ',' separator
849 | registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
850 | registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
851 | ) {
| `- error: unexpected ',' separator
852 | self.xmlVersion = xmlVersion
853 | self.encoding = encoding
[24/33] Compiling SwiftXML ChainedIterators.swift
/host/spi-builder-workspace/Sources/SwiftXML/XML/Production.swift:167:5: error: unexpected ',' separator
165 | linebreak: String = X_DEFAULT_LINEBREAK,
166 |
167 | ) {
| `- error: unexpected ',' separator
168 | self.writeEmptyTags = writeEmptyTags
169 | self.linebreak = linebreak
/host/spi-builder-workspace/Sources/SwiftXML/XML/Production.swift:531:5: error: unexpected ',' separator
529 | prefixTranslations: [String:String]?,
530 | suppressDeclarationForNamespaceURIs declarationSupressingNamespaceURIs: [String]?,
531 | ) {
| `- error: unexpected ',' separator
532 | self.textAllowedInElementWithName = textAllowedInElementWithName
533 | self.indentation = indentation
[25/33] Compiling SwiftXML ConvenienceExtensions.swift
/host/spi-builder-workspace/Sources/SwiftXML/XML/Production.swift:167:5: error: unexpected ',' separator
165 | linebreak: String = X_DEFAULT_LINEBREAK,
166 |
167 | ) {
| `- error: unexpected ',' separator
168 | self.writeEmptyTags = writeEmptyTags
169 | self.linebreak = linebreak
/host/spi-builder-workspace/Sources/SwiftXML/XML/Production.swift:531:5: error: unexpected ',' separator
529 | prefixTranslations: [String:String]?,
530 | suppressDeclarationForNamespaceURIs declarationSupressingNamespaceURIs: [String]?,
531 | ) {
| `- error: unexpected ',' separator
532 | self.textAllowedInElementWithName = textAllowedInElementWithName
533 | self.indentation = indentation
[26/33] Compiling SwiftXML IterationExtensions.swift
/host/spi-builder-workspace/Sources/SwiftXML/XML/Production.swift:167:5: error: unexpected ',' separator
165 | linebreak: String = X_DEFAULT_LINEBREAK,
166 |
167 | ) {
| `- error: unexpected ',' separator
168 | self.writeEmptyTags = writeEmptyTags
169 | self.linebreak = linebreak
/host/spi-builder-workspace/Sources/SwiftXML/XML/Production.swift:531:5: error: unexpected ',' separator
529 | prefixTranslations: [String:String]?,
530 | suppressDeclarationForNamespaceURIs declarationSupressingNamespaceURIs: [String]?,
531 | ) {
| `- error: unexpected ',' separator
532 | self.textAllowedInElementWithName = textAllowedInElementWithName
533 | self.indentation = indentation
[27/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
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
204 |
205 | return XDocumentProperties(
/host/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:327:5: error: unexpected ',' separator
325 | registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
326 | registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
327 | ) -> XDocument {
| `- error: unexpected ',' separator
328 | _clone(
329 | keepAttachments: keepAttachments,
/host/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:851:5: error: unexpected ',' separator
849 | registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
850 | registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
851 | ) {
| `- error: unexpected ',' separator
852 | self.xmlVersion = xmlVersion
853 | self.encoding = encoding
[28/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
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
204 |
205 | return XDocumentProperties(
/host/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:327:5: error: unexpected ',' separator
325 | registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
326 | registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
327 | ) -> XDocument {
| `- error: unexpected ',' separator
328 | _clone(
329 | keepAttachments: keepAttachments,
/host/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:851:5: error: unexpected ',' separator
849 | registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
850 | registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
851 | ) {
| `- error: unexpected ',' separator
852 | self.xmlVersion = xmlVersion
853 | self.encoding = encoding
error: emit-module command failed with exit code 1 (use -v to see invocation)
[29/33] Emitting module SwiftXML
/host/spi-builder-workspace/Sources/SwiftXML/XML/Production.swift:167:5: error: unexpected ',' separator
165 | linebreak: String = X_DEFAULT_LINEBREAK,
166 |
167 | ) {
| `- error: unexpected ',' separator
168 | self.writeEmptyTags = writeEmptyTags
169 | self.linebreak = linebreak
/host/spi-builder-workspace/Sources/SwiftXML/XML/Production.swift:531:5: error: unexpected ',' separator
529 | prefixTranslations: [String:String]?,
530 | suppressDeclarationForNamespaceURIs declarationSupressingNamespaceURIs: [String]?,
531 | ) {
| `- error: unexpected ',' separator
532 | self.textAllowedInElementWithName = textAllowedInElementWithName
533 | self.indentation = indentation
/host/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:327:5: error: unexpected ',' separator
325 | registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
326 | registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
327 | ) -> XDocument {
| `- error: unexpected ',' separator
328 | _clone(
329 | keepAttachments: keepAttachments,
/host/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:851:5: error: unexpected ',' separator
849 | registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
850 | registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
851 | ) {
| `- error: unexpected ',' separator
852 | self.xmlVersion = xmlVersion
853 | self.encoding = encoding
/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
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
204 |
205 | return XDocumentProperties(
[30/33] Compiling SwiftXML Nodes.swift
/host/spi-builder-workspace/Sources/SwiftXML/XML/Production.swift:167:5: error: unexpected ',' separator
165 | linebreak: String = X_DEFAULT_LINEBREAK,
166 |
167 | ) {
| `- error: unexpected ',' separator
168 | self.writeEmptyTags = writeEmptyTags
169 | self.linebreak = linebreak
/host/spi-builder-workspace/Sources/SwiftXML/XML/Production.swift:531:5: error: unexpected ',' separator
529 | prefixTranslations: [String:String]?,
530 | suppressDeclarationForNamespaceURIs declarationSupressingNamespaceURIs: [String]?,
531 | ) {
| `- error: unexpected ',' separator
532 | self.textAllowedInElementWithName = textAllowedInElementWithName
533 | self.indentation = indentation
/host/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:327:5: error: unexpected ',' separator
325 | registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
326 | registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
327 | ) -> XDocument {
| `- error: unexpected ',' separator
328 | _clone(
329 | keepAttachments: keepAttachments,
/host/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:851:5: error: unexpected ',' separator
849 | registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
850 | registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
851 | ) {
| `- error: unexpected ',' separator
852 | self.xmlVersion = xmlVersion
853 | self.encoding = encoding
[31/33] Compiling SwiftXML Production.swift
/host/spi-builder-workspace/Sources/SwiftXML/XML/Production.swift:167:5: error: unexpected ',' separator
165 | linebreak: String = X_DEFAULT_LINEBREAK,
166 |
167 | ) {
| `- error: unexpected ',' separator
168 | self.writeEmptyTags = writeEmptyTags
169 | self.linebreak = linebreak
/host/spi-builder-workspace/Sources/SwiftXML/XML/Production.swift:531:5: error: unexpected ',' separator
529 | prefixTranslations: [String:String]?,
530 | suppressDeclarationForNamespaceURIs declarationSupressingNamespaceURIs: [String]?,
531 | ) {
| `- error: unexpected ',' separator
532 | self.textAllowedInElementWithName = textAllowedInElementWithName
533 | self.indentation = indentation
/host/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:327:5: error: unexpected ',' separator
325 | registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
326 | registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
327 | ) -> XDocument {
| `- error: unexpected ',' separator
328 | _clone(
329 | keepAttachments: keepAttachments,
/host/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:851:5: error: unexpected ',' separator
849 | registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
850 | registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
851 | ) {
| `- error: unexpected ',' separator
852 | self.xmlVersion = xmlVersion
853 | self.encoding = encoding
[32/33] Compiling SwiftXML Document.swift
/host/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:327:5: error: unexpected ',' separator
325 | registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
326 | registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
327 | ) -> XDocument {
| `- error: unexpected ',' separator
328 | _clone(
329 | keepAttachments: keepAttachments,
/host/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:851:5: error: unexpected ',' separator
849 | registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
850 | registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
851 | ) {
| `- error: unexpected ',' separator
852 | self.xmlVersion = xmlVersion
853 | self.encoding = encoding
/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
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
283 | registeringAttributes: attributeRegisterMode ?? self._attributeRegisterMode,
284 | registeringValuesForAttributes: AttributeRegisterMode ?? self._attributeValueRegisterMode,
/host/spi-builder-workspace/Sources/SwiftXML/XML/Production.swift:167:5: error: unexpected ',' separator
165 | linebreak: String = X_DEFAULT_LINEBREAK,
166 |
167 | ) {
| `- error: unexpected ',' separator
168 | self.writeEmptyTags = writeEmptyTags
169 | self.linebreak = linebreak
/host/spi-builder-workspace/Sources/SwiftXML/XML/Production.swift:531:5: error: unexpected ',' separator
529 | prefixTranslations: [String:String]?,
530 | suppressDeclarationForNamespaceURIs declarationSupressingNamespaceURIs: [String]?,
531 | ) {
| `- error: unexpected ',' separator
532 | self.textAllowedInElementWithName = textAllowedInElementWithName
533 | self.indentation = indentation
[33/33] Compiling SwiftXML Namespaces.swift
/host/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:327:5: error: unexpected ',' separator
325 | registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
326 | registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode? = nil,
327 | ) -> XDocument {
| `- error: unexpected ',' separator
328 | _clone(
329 | keepAttachments: keepAttachments,
/host/spi-builder-workspace/Sources/SwiftXML/XML/Document.swift:851:5: error: unexpected ',' separator
849 | registeringAttributesWithPrefix attributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
850 | registeringValuesForAttributesWithPrefix AttributeWithPrefixRegisterMode: AttributeWithPrefixRegisterMode = .none,
851 | ) {
| `- error: unexpected ',' separator
852 | self.xmlVersion = xmlVersion
853 | self.encoding = encoding
/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
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
283 | registeringAttributes: attributeRegisterMode ?? self._attributeRegisterMode,
284 | registeringValuesForAttributes: AttributeRegisterMode ?? self._attributeValueRegisterMode,
/host/spi-builder-workspace/Sources/SwiftXML/XML/Production.swift:167:5: error: unexpected ',' separator
165 | linebreak: String = X_DEFAULT_LINEBREAK,
166 |
167 | ) {
| `- error: unexpected ',' separator
168 | self.writeEmptyTags = writeEmptyTags
169 | self.linebreak = linebreak
/host/spi-builder-workspace/Sources/SwiftXML/XML/Production.swift:531:5: error: unexpected ',' separator
529 | prefixTranslations: [String:String]?,
530 | suppressDeclarationForNamespaceURIs declarationSupressingNamespaceURIs: [String]?,
531 | ) {
| `- error: unexpected ',' separator
532 | self.textAllowedInElementWithName = textAllowedInElementWithName
533 | self.indentation = indentation
BUILD FAILURE 6.0 linux