Build Information
Failed to build SwiftXML, reference main (fc1c6f
), with Swift 6.0 for macOS (SPM) on 27 Jun 2025 09:32:21 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stefanspringer1/SwiftXML.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/stefanspringer1/SwiftXML
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at fc1c6fb README (edited the "Limitations" section)
Cloned https://github.com/stefanspringer1/SwiftXML.git
Revision (git rev-parse @):
fc1c6fbbd7376860f06b41da7e0d862f8315c13a
SUCCESS checkout https://github.com/stefanspringer1/SwiftXML.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/stefanspringer1/SwiftXML.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-5BDAB9E9C0126B9D.txt
[6/7] Emitting module AutoreleasepoolShim
[7/7] Compiling AutoreleasepoolShim AutoreleasepoolShim.swift
[8/12] Compiling SwiftXMLInterfaces Utilities.swift
[9/12] Compiling SwiftXMLInterfaces Parser.swift
[10/12] Emitting module SwiftXMLInterfaces
[11/12] Compiling SwiftXMLInterfaces Events.swift
[12/12] Compiling SwiftXMLInterfaces Errors.swift
[13/17] Compiling SwiftXMLParser CharacterCodes.swift
[14/17] Compiling SwiftXMLParser Utilities.swift
[15/17] Emitting module SwiftXMLParser
[16/17] Compiling SwiftXMLParser XParser.swift
[17/17] Compiling SwiftXMLParser Testing.swift
[18/34] Compiling SwiftXML Production.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Production.swift:139:5: error: unexpected ',' separator
137 | linebreak: String = X_DEFAULT_LINEBREAK,
138 |
139 | ) {
| `- error: unexpected ',' separator
140 | self.writeEmptyTags = writeEmptyTags
141 | self.linebreak = linebreak
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Production.swift:434:5: error: unexpected ',' separator
432 | indentation: String = X_DEFAULT_INDENTATION,
433 | linebreak: String = X_DEFAULT_LINEBREAK,
434 | ) {
| `- error: unexpected ',' separator
435 | self.writeEmptyTags = writeEmptyTags
436 | self.indentation = indentation
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Nodes.swift:436:5: error: unexpected ',' separator
434 | overwritingPrefixesForNamespaceURIs prefixesForNamespaceURIs: [String:String]? = nil,
435 | overwritingPrefixes prefixTranslations: [String:String]? = nil,
436 | ) throws {
| `- error: unexpected ',' separator
437 | let completePrefixTranslations = getCompletePrefixTranslations(prefixTranslations: prefixTranslations, prefixesForNamespaceURIs: prefixesForNamespaceURIs, forNode: self)
438 | let productionTemplate = productionTemplate ?? DefaultProductionTemplate()
[19/34] Compiling SwiftXML Tools.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Nodes.swift:436:5: error: unexpected ',' separator
434 | overwritingPrefixesForNamespaceURIs prefixesForNamespaceURIs: [String:String]? = nil,
435 | overwritingPrefixes prefixTranslations: [String:String]? = nil,
436 | ) throws {
| `- error: unexpected ',' separator
437 | let completePrefixTranslations = getCompletePrefixTranslations(prefixTranslations: prefixTranslations, prefixesForNamespaceURIs: prefixesForNamespaceURIs, forNode: self)
438 | let productionTemplate = productionTemplate ?? DefaultProductionTemplate()
[20/35] Compiling SwiftXML Transformation.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/35] Emitting module SwiftXML
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Nodes.swift:436:5: error: unexpected ',' separator
434 | overwritingPrefixesForNamespaceURIs prefixesForNamespaceURIs: [String:String]? = nil,
435 | overwritingPrefixes prefixTranslations: [String:String]? = nil,
436 | ) throws {
| `- error: unexpected ',' separator
437 | let completePrefixTranslations = getCompletePrefixTranslations(prefixTranslations: prefixTranslations, prefixesForNamespaceURIs: prefixesForNamespaceURIs, forNode: self)
438 | let productionTemplate = productionTemplate ?? DefaultProductionTemplate()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Production.swift:139:5: error: unexpected ',' separator
137 | linebreak: String = X_DEFAULT_LINEBREAK,
138 |
139 | ) {
| `- error: unexpected ',' separator
140 | self.writeEmptyTags = writeEmptyTags
141 | self.linebreak = linebreak
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Production.swift:434:5: error: unexpected ',' separator
432 | indentation: String = X_DEFAULT_INDENTATION,
433 | linebreak: String = X_DEFAULT_LINEBREAK,
434 | ) {
| `- error: unexpected ',' separator
435 | self.writeEmptyTags = writeEmptyTags
436 | self.indentation = indentation
[22/35] Compiling SwiftXML Util.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Nodes.swift:436:5: error: unexpected ',' separator
434 | overwritingPrefixesForNamespaceURIs prefixesForNamespaceURIs: [String:String]? = nil,
435 | overwritingPrefixes prefixTranslations: [String:String]? = nil,
436 | ) throws {
| `- error: unexpected ',' separator
437 | let completePrefixTranslations = getCompletePrefixTranslations(prefixTranslations: prefixTranslations, prefixesForNamespaceURIs: prefixesForNamespaceURIs, forNode: self)
438 | let productionTemplate = productionTemplate ?? DefaultProductionTemplate()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Production.swift:139:5: error: unexpected ',' separator
137 | linebreak: String = X_DEFAULT_LINEBREAK,
138 |
139 | ) {
| `- error: unexpected ',' separator
140 | self.writeEmptyTags = writeEmptyTags
141 | self.linebreak = linebreak
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Production.swift:434:5: error: unexpected ',' separator
432 | indentation: String = X_DEFAULT_INDENTATION,
433 | linebreak: String = X_DEFAULT_LINEBREAK,
434 | ) {
| `- error: unexpected ',' separator
435 | self.writeEmptyTags = writeEmptyTags
436 | self.indentation = indentation
[23/35] Compiling SwiftXML Document.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Nodes.swift:436:5: error: unexpected ',' separator
434 | overwritingPrefixesForNamespaceURIs prefixesForNamespaceURIs: [String:String]? = nil,
435 | overwritingPrefixes prefixTranslations: [String:String]? = nil,
436 | ) throws {
| `- error: unexpected ',' separator
437 | let completePrefixTranslations = getCompletePrefixTranslations(prefixTranslations: prefixTranslations, prefixesForNamespaceURIs: prefixesForNamespaceURIs, forNode: self)
438 | let productionTemplate = productionTemplate ?? DefaultProductionTemplate()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Production.swift:139:5: error: unexpected ',' separator
137 | linebreak: String = X_DEFAULT_LINEBREAK,
138 |
139 | ) {
| `- error: unexpected ',' separator
140 | self.writeEmptyTags = writeEmptyTags
141 | self.linebreak = linebreak
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Production.swift:434:5: error: unexpected ',' separator
432 | indentation: String = X_DEFAULT_INDENTATION,
433 | linebreak: String = X_DEFAULT_LINEBREAK,
434 | ) {
| `- error: unexpected ',' separator
435 | self.writeEmptyTags = writeEmptyTags
436 | self.indentation = indentation
[24/35] Compiling SwiftXML SequenceConcatenation.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Nodes.swift:436:5: error: unexpected ',' separator
434 | overwritingPrefixesForNamespaceURIs prefixesForNamespaceURIs: [String:String]? = nil,
435 | overwritingPrefixes prefixTranslations: [String:String]? = nil,
436 | ) throws {
| `- error: unexpected ',' separator
437 | let completePrefixTranslations = getCompletePrefixTranslations(prefixTranslations: prefixTranslations, prefixesForNamespaceURIs: prefixesForNamespaceURIs, forNode: self)
438 | let productionTemplate = productionTemplate ?? DefaultProductionTemplate()
[25/35] Compiling SwiftXML Sequences.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Nodes.swift:436:5: error: unexpected ',' separator
434 | overwritingPrefixesForNamespaceURIs prefixesForNamespaceURIs: [String:String]? = nil,
435 | overwritingPrefixes prefixTranslations: [String:String]? = nil,
436 | ) throws {
| `- error: unexpected ',' separator
437 | let completePrefixTranslations = getCompletePrefixTranslations(prefixTranslations: prefixTranslations, prefixesForNamespaceURIs: prefixesForNamespaceURIs, forNode: self)
438 | let productionTemplate = productionTemplate ?? DefaultProductionTemplate()
[26/35] Compiling SwiftXML ChainedIterators.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Production.swift:139:5: error: unexpected ',' separator
137 | linebreak: String = X_DEFAULT_LINEBREAK,
138 |
139 | ) {
| `- error: unexpected ',' separator
140 | self.writeEmptyTags = writeEmptyTags
141 | self.linebreak = linebreak
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Production.swift:434:5: error: unexpected ',' separator
432 | indentation: String = X_DEFAULT_INDENTATION,
433 | linebreak: String = X_DEFAULT_LINEBREAK,
434 | ) {
| `- error: unexpected ',' separator
435 | self.writeEmptyTags = writeEmptyTags
436 | self.indentation = indentation
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Nodes.swift:436:5: error: unexpected ',' separator
434 | overwritingPrefixesForNamespaceURIs prefixesForNamespaceURIs: [String:String]? = nil,
435 | overwritingPrefixes prefixTranslations: [String:String]? = nil,
436 | ) throws {
| `- error: unexpected ',' separator
437 | let completePrefixTranslations = getCompletePrefixTranslations(prefixTranslations: prefixTranslations, prefixesForNamespaceURIs: prefixesForNamespaceURIs, forNode: self)
438 | let productionTemplate = productionTemplate ?? DefaultProductionTemplate()
[27/35] Compiling SwiftXML ConvenienceExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Production.swift:139:5: error: unexpected ',' separator
137 | linebreak: String = X_DEFAULT_LINEBREAK,
138 |
139 | ) {
| `- error: unexpected ',' separator
140 | self.writeEmptyTags = writeEmptyTags
141 | self.linebreak = linebreak
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Production.swift:434:5: error: unexpected ',' separator
432 | indentation: String = X_DEFAULT_INDENTATION,
433 | linebreak: String = X_DEFAULT_LINEBREAK,
434 | ) {
| `- error: unexpected ',' separator
435 | self.writeEmptyTags = writeEmptyTags
436 | self.indentation = indentation
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Nodes.swift:436:5: error: unexpected ',' separator
434 | overwritingPrefixesForNamespaceURIs prefixesForNamespaceURIs: [String:String]? = nil,
435 | overwritingPrefixes prefixTranslations: [String:String]? = nil,
436 | ) throws {
| `- error: unexpected ',' separator
437 | let completePrefixTranslations = getCompletePrefixTranslations(prefixTranslations: prefixTranslations, prefixesForNamespaceURIs: prefixesForNamespaceURIs, forNode: self)
438 | let productionTemplate = productionTemplate ?? DefaultProductionTemplate()
[28/35] Compiling SwiftXML Namespaces.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Nodes.swift:436:5: error: unexpected ',' separator
434 | overwritingPrefixesForNamespaceURIs prefixesForNamespaceURIs: [String:String]? = nil,
435 | overwritingPrefixes prefixTranslations: [String:String]? = nil,
436 | ) throws {
| `- error: unexpected ',' separator
437 | let completePrefixTranslations = getCompletePrefixTranslations(prefixTranslations: prefixTranslations, prefixesForNamespaceURIs: prefixesForNamespaceURIs, forNode: self)
438 | let productionTemplate = productionTemplate ?? DefaultProductionTemplate()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Production.swift:139:5: error: unexpected ',' separator
137 | linebreak: String = X_DEFAULT_LINEBREAK,
138 |
139 | ) {
| `- error: unexpected ',' separator
140 | self.writeEmptyTags = writeEmptyTags
141 | self.linebreak = linebreak
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Production.swift:434:5: error: unexpected ',' separator
432 | indentation: String = X_DEFAULT_INDENTATION,
433 | linebreak: String = X_DEFAULT_LINEBREAK,
434 | ) {
| `- error: unexpected ',' separator
435 | self.writeEmptyTags = writeEmptyTags
436 | self.indentation = indentation
[29/35] Compiling SwiftXML Nodes.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Nodes.swift:436:5: error: unexpected ',' separator
434 | overwritingPrefixesForNamespaceURIs prefixesForNamespaceURIs: [String:String]? = nil,
435 | overwritingPrefixes prefixTranslations: [String:String]? = nil,
436 | ) throws {
| `- error: unexpected ',' separator
437 | let completePrefixTranslations = getCompletePrefixTranslations(prefixTranslations: prefixTranslations, prefixesForNamespaceURIs: prefixesForNamespaceURIs, forNode: self)
438 | let productionTemplate = productionTemplate ?? DefaultProductionTemplate()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Production.swift:139:5: error: unexpected ',' separator
137 | linebreak: String = X_DEFAULT_LINEBREAK,
138 |
139 | ) {
| `- error: unexpected ',' separator
140 | self.writeEmptyTags = writeEmptyTags
141 | self.linebreak = linebreak
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Production.swift:434:5: error: unexpected ',' separator
432 | indentation: String = X_DEFAULT_INDENTATION,
433 | linebreak: String = X_DEFAULT_LINEBREAK,
434 | ) {
| `- error: unexpected ',' separator
435 | self.writeEmptyTags = writeEmptyTags
436 | self.indentation = indentation
[30/35] Compiling SwiftXML XParseBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Nodes.swift:436:5: error: unexpected ',' separator
434 | overwritingPrefixesForNamespaceURIs prefixesForNamespaceURIs: [String:String]? = nil,
435 | overwritingPrefixes prefixTranslations: [String:String]? = nil,
436 | ) throws {
| `- error: unexpected ',' separator
437 | let completePrefixTranslations = getCompletePrefixTranslations(prefixTranslations: prefixTranslations, prefixesForNamespaceURIs: prefixesForNamespaceURIs, forNode: self)
438 | let productionTemplate = productionTemplate ?? DefaultProductionTemplate()
[31/35] Compiling SwiftXML BasicIterators.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Nodes.swift:436:5: error: unexpected ',' separator
434 | overwritingPrefixesForNamespaceURIs prefixesForNamespaceURIs: [String:String]? = nil,
435 | overwritingPrefixes prefixTranslations: [String:String]? = nil,
436 | ) throws {
| `- error: unexpected ',' separator
437 | let completePrefixTranslations = getCompletePrefixTranslations(prefixTranslations: prefixTranslations, prefixesForNamespaceURIs: prefixesForNamespaceURIs, forNode: self)
438 | let productionTemplate = productionTemplate ?? DefaultProductionTemplate()
[32/35] Compiling SwiftXML WrappingIterators.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Nodes.swift:436:5: error: unexpected ',' separator
434 | overwritingPrefixesForNamespaceURIs prefixesForNamespaceURIs: [String:String]? = nil,
435 | overwritingPrefixes prefixTranslations: [String:String]? = nil,
436 | ) throws {
| `- error: unexpected ',' separator
437 | let completePrefixTranslations = getCompletePrefixTranslations(prefixTranslations: prefixTranslations, prefixesForNamespaceURIs: prefixesForNamespaceURIs, forNode: self)
438 | let productionTemplate = productionTemplate ?? DefaultProductionTemplate()
[33/35] Compiling SwiftXML Parsing.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Nodes.swift:436:5: error: unexpected ',' separator
434 | overwritingPrefixesForNamespaceURIs prefixesForNamespaceURIs: [String:String]? = nil,
435 | overwritingPrefixes prefixTranslations: [String:String]? = nil,
436 | ) throws {
| `- error: unexpected ',' separator
437 | let completePrefixTranslations = getCompletePrefixTranslations(prefixTranslations: prefixTranslations, prefixesForNamespaceURIs: prefixesForNamespaceURIs, forNode: self)
438 | let productionTemplate = productionTemplate ?? DefaultProductionTemplate()
[34/35] Compiling SwiftXML IterationExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Nodes.swift:436:5: error: unexpected ',' separator
434 | overwritingPrefixesForNamespaceURIs prefixesForNamespaceURIs: [String:String]? = nil,
435 | overwritingPrefixes prefixTranslations: [String:String]? = nil,
436 | ) throws {
| `- error: unexpected ',' separator
437 | let completePrefixTranslations = getCompletePrefixTranslations(prefixTranslations: prefixTranslations, prefixesForNamespaceURIs: prefixesForNamespaceURIs, forNode: self)
438 | let productionTemplate = productionTemplate ?? DefaultProductionTemplate()
[35/35] Compiling SwiftXML IteratorProtocols.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftXML/XML/Nodes.swift:436:5: error: unexpected ',' separator
434 | overwritingPrefixesForNamespaceURIs prefixesForNamespaceURIs: [String:String]? = nil,
435 | overwritingPrefixes prefixTranslations: [String:String]? = nil,
436 | ) throws {
| `- error: unexpected ',' separator
437 | let completePrefixTranslations = getCompletePrefixTranslations(prefixTranslations: prefixTranslations, prefixesForNamespaceURIs: prefixesForNamespaceURIs, forNode: self)
438 | let productionTemplate = productionTemplate ?? DefaultProductionTemplate()
Fetching https://github.com/stefanspringer1/AutoreleasepoolShim
Fetching https://github.com/stefanspringer1/SwiftXMLParser
[1/27] Fetching autoreleasepoolshim
[28/830] Fetching autoreleasepoolshim, swiftxmlparser
Fetched https://github.com/stefanspringer1/SwiftXMLParser from cache (0.76s)
Fetched https://github.com/stefanspringer1/AutoreleasepoolShim from cache (0.76s)
Computing version for https://github.com/stefanspringer1/AutoreleasepoolShim
Computed https://github.com/stefanspringer1/AutoreleasepoolShim at 1.0.3 (3.17s)
Computing version for https://github.com/stefanspringer1/SwiftXMLParser
Computed https://github.com/stefanspringer1/SwiftXMLParser at 3.0.2 (0.55s)
Fetching https://github.com/stefanspringer1/SwiftXMLInterfaces
[1/581] Fetching swiftxmlinterfaces
Fetched https://github.com/stefanspringer1/SwiftXMLInterfaces from cache (0.72s)
Computing version for https://github.com/stefanspringer1/SwiftXMLInterfaces
Computed https://github.com/stefanspringer1/SwiftXMLInterfaces at 5.0.3 (0.55s)
Creating working copy for https://github.com/stefanspringer1/AutoreleasepoolShim
Working copy of https://github.com/stefanspringer1/AutoreleasepoolShim resolved at 1.0.3
Creating working copy for https://github.com/stefanspringer1/SwiftXMLInterfaces
Working copy of https://github.com/stefanspringer1/SwiftXMLInterfaces resolved at 5.0.3
Creating working copy for https://github.com/stefanspringer1/SwiftXMLParser
Working copy of https://github.com/stefanspringer1/SwiftXMLParser resolved at 3.0.2
BUILD FAILURE 6.0 macosSpm