The Swift Package Index logo.Swift Package Index

Build Information

Failed to build LStXML2Code, reference 1.1.0 (a2b2b1), with Swift 6.1 for Android on 30 May 2025 10:30:06 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/bastie/LStXML2Code.git
Reference: 1.1.0
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/bastie/LStXML2Code
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at a2b2b15 Merge pull request #1 from bastie/swift6
Cloned https://github.com/bastie/LStXML2Code.git
Revision (git rev-parse @):
a2b2b153cf7d596d6481ecffb41c9af249f31d25
SUCCESS checkout https://github.com/bastie/LStXML2Code.git at 1.1.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/bastie/LStXML2Code.git
https://github.com/bastie/LStXML2Code.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "javapi4swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.25.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/bastie/JavApi4Swift.git"
    }
  ],
  "manifest_display_name" : "LStXML2Code",
  "name" : "LStXML2Code",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "LStXML2Code",
      "targets" : [
        "LStXML2Code"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BMF2Code",
      "targets" : [
        "BMF2Code"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LStXML2CodeTests",
      "module_type" : "SwiftTarget",
      "name" : "LStXML2CodeTests",
      "path" : "Tests/LStXML2CodeTests",
      "product_dependencies" : [
        "JavApi"
      ],
      "sources" : [
        "LStXML2CodeTests2023AbJuli.swift",
        "Lohnsteuer2023AbJuliBig.swift"
      ],
      "target_dependencies" : [
        "LStXML2Code"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LStXML2Code",
      "module_type" : "SwiftTarget",
      "name" : "LStXML2Code",
      "path" : "Sources/LStXML2Code",
      "product_memberships" : [
        "LStXML2Code",
        "BMF2Code"
      ],
      "sources" : [
        "AbstractTree.swift",
        "AbstractTreeEncoder.swift",
        "AbstractTreeEncoding.swift",
        "Node.swift",
        "Nodes/AssignNode.swift",
        "Nodes/CharNode.swift",
        "Nodes/ClosedRoundBracketNode.swift",
        "Nodes/ClosedSquareBracketNode.swift",
        "Nodes/DotNode.swift",
        "Nodes/FloatNumberNode.swift",
        "Nodes/IdentiferNode.swift",
        "Nodes/IntNumberNode.swift",
        "Nodes/NumericNode.swift",
        "Nodes/OpenRoundBracketNode.swift",
        "Nodes/OpenSquareBracketNode.swift",
        "Nodes/SpaceNode.swift",
        "Nodes/ValueNode.swift",
        "PAPTree.swift",
        "PAPTreeEncoder.swift",
        "PAPTreeEncoding.swift",
        "PAPTreeEncodingImpl.swift",
        "PAPXmlParser.swift",
        "TwoPartDecisionNode.swift",
        "XmlPAP.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BMF2Code",
      "module_type" : "SwiftTarget",
      "name" : "BMF2Code",
      "path" : "Sources/BMF2Code",
      "product_memberships" : [
        "BMF2Code"
      ],
      "sources" : [
        "BMF2Code.swift",
        "JavaEncoding.swift",
        "SwiftEncoding.swift"
      ],
      "target_dependencies" : [
        "LStXML2Code"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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
Fetching https://github.com/bastie/JavApi4Swift.git
[1/31254] Fetching javapi4swift
Fetched https://github.com/bastie/JavApi4Swift.git from cache (4.66s)
Computing version for https://github.com/bastie/JavApi4Swift.git
Computed https://github.com/bastie/JavApi4Swift.git at 0.25.0 (5.72s)
Creating working copy for https://github.com/bastie/JavApi4Swift.git
Working copy of https://github.com/bastie/JavApi4Swift.git resolved at 0.25.0
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/29] Emitting module LStXML2Code
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:8:32: error: cannot find type 'XMLParserDelegate' in scope
 6 |
 7 |
 8 | class PAPXmlParser : NSObject, XMLParserDelegate {
   |                                `- error: cannot find type 'XMLParserDelegate' in scope
 9 |
10 |   private var currentNode : Node?
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:16:48: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
14 |   }
15 |
16 |   public func parserDidStartDocument(_ parser: XMLParser) {
   |                                                `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
17 |     //print("Line number: \(parser.lineNumber)")
18 |   }
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:20:46: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
18 |   }
19 |
20 |   public func parserDidEndDocument(_ parser: XMLParser) {
   |                                              `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
21 |     //print("Line number: \(parser.lineNumber)")
22 |   }
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:25:32: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
23 |
24 |   // parse comment
25 |   public func parser(_ parser: XMLParser, foundComment comment: String) {
   |                                `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
26 |     let node = Node (newParent: self.currentNode)
27 |     node.setName("Comment")
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:35:32: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
33 |
34 |   // parse tag (start)
35 |   public func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String] = [:]) {
   |                                `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
36 |     // create new node
37 |     let node = Node (newParent: self.currentNode)
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:46:32: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
44 |
45 |   // parse tag (end)
46 |   public func parser(_ parser: XMLParser, didEndElement elementName: String, namespaceURI: String?, qualifiedName qName: String?) {
   |                                `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
47 |
48 |     if let current = self.currentNode {
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:62:32: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
60 |
61 |   // In result of parse text never is calling with existing XMLs the functions throws fatalError
62 |   public func parser(_ parser: XMLParser,foundCharacters string: String){
   |                                `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
63 |     if (!string.trimmingCharacters(in: .whitespacesAndNewlines).isEmpty) {
64 |       fatalError("Text not expected but found \(string)")
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
[5/32] Compiling LStXML2Code FloatNumberNode.swift
[6/32] Compiling LStXML2Code IdentiferNode.swift
[7/32] Compiling LStXML2Code IntNumberNode.swift
[8/32] Compiling LStXML2Code Node.swift
[9/32] Compiling LStXML2Code AssignNode.swift
[10/32] Compiling LStXML2Code CharNode.swift
[11/32] Compiling LStXML2Code NumericNode.swift
[12/32] Compiling LStXML2Code OpenRoundBracketNode.swift
[13/32] Compiling LStXML2Code OpenSquareBracketNode.swift
[14/32] Compiling LStXML2Code ClosedRoundBracketNode.swift
[15/32] Compiling LStXML2Code ClosedSquareBracketNode.swift
[16/32] Compiling LStXML2Code DotNode.swift
[17/32] Compiling LStXML2Code PAPXmlParser.swift
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:8:32: error: cannot find type 'XMLParserDelegate' in scope
 6 |
 7 |
 8 | class PAPXmlParser : NSObject, XMLParserDelegate {
   |                                `- error: cannot find type 'XMLParserDelegate' in scope
 9 |
10 |   private var currentNode : Node?
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:16:48: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
14 |   }
15 |
16 |   public func parserDidStartDocument(_ parser: XMLParser) {
   |                                                `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
17 |     //print("Line number: \(parser.lineNumber)")
18 |   }
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:20:46: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
18 |   }
19 |
20 |   public func parserDidEndDocument(_ parser: XMLParser) {
   |                                              `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
21 |     //print("Line number: \(parser.lineNumber)")
22 |   }
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:25:32: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
23 |
24 |   // parse comment
25 |   public func parser(_ parser: XMLParser, foundComment comment: String) {
   |                                `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
26 |     let node = Node (newParent: self.currentNode)
27 |     node.setName("Comment")
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:35:32: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
33 |
34 |   // parse tag (start)
35 |   public func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String] = [:]) {
   |                                `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
36 |     // create new node
37 |     let node = Node (newParent: self.currentNode)
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:46:32: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
44 |
45 |   // parse tag (end)
46 |   public func parser(_ parser: XMLParser, didEndElement elementName: String, namespaceURI: String?, qualifiedName qName: String?) {
   |                                `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
47 |
48 |     if let current = self.currentNode {
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:62:32: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
60 |
61 |   // In result of parse text never is calling with existing XMLs the functions throws fatalError
62 |   public func parser(_ parser: XMLParser,foundCharacters string: String){
   |                                `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
63 |     if (!string.trimmingCharacters(in: .whitespacesAndNewlines).isEmpty) {
64 |       fatalError("Text not expected but found \(string)")
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LStXML2Code/XmlPAP.swift:18:18: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
16 |     let delegate = PAPXmlParser(newAst: result)
17 |
18 |     let parser = XMLParser(data: xmlData)
   |                  `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
19 |     parser.delegate = delegate
20 |     parser.parse()
[18/32] Compiling LStXML2Code TwoPartDecisionNode.swift
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:8:32: error: cannot find type 'XMLParserDelegate' in scope
 6 |
 7 |
 8 | class PAPXmlParser : NSObject, XMLParserDelegate {
   |                                `- error: cannot find type 'XMLParserDelegate' in scope
 9 |
10 |   private var currentNode : Node?
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:16:48: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
14 |   }
15 |
16 |   public func parserDidStartDocument(_ parser: XMLParser) {
   |                                                `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
17 |     //print("Line number: \(parser.lineNumber)")
18 |   }
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:20:46: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
18 |   }
19 |
20 |   public func parserDidEndDocument(_ parser: XMLParser) {
   |                                              `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
21 |     //print("Line number: \(parser.lineNumber)")
22 |   }
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:25:32: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
23 |
24 |   // parse comment
25 |   public func parser(_ parser: XMLParser, foundComment comment: String) {
   |                                `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
26 |     let node = Node (newParent: self.currentNode)
27 |     node.setName("Comment")
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:35:32: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
33 |
34 |   // parse tag (start)
35 |   public func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String] = [:]) {
   |                                `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
36 |     // create new node
37 |     let node = Node (newParent: self.currentNode)
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:46:32: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
44 |
45 |   // parse tag (end)
46 |   public func parser(_ parser: XMLParser, didEndElement elementName: String, namespaceURI: String?, qualifiedName qName: String?) {
   |                                `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
47 |
48 |     if let current = self.currentNode {
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:62:32: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
60 |
61 |   // In result of parse text never is calling with existing XMLs the functions throws fatalError
62 |   public func parser(_ parser: XMLParser,foundCharacters string: String){
   |                                `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
63 |     if (!string.trimmingCharacters(in: .whitespacesAndNewlines).isEmpty) {
64 |       fatalError("Text not expected but found \(string)")
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LStXML2Code/XmlPAP.swift:18:18: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
16 |     let delegate = PAPXmlParser(newAst: result)
17 |
18 |     let parser = XMLParser(data: xmlData)
   |                  `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
19 |     parser.delegate = delegate
20 |     parser.parse()
[19/32] Compiling LStXML2Code XmlPAP.swift
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:8:32: error: cannot find type 'XMLParserDelegate' in scope
 6 |
 7 |
 8 | class PAPXmlParser : NSObject, XMLParserDelegate {
   |                                `- error: cannot find type 'XMLParserDelegate' in scope
 9 |
10 |   private var currentNode : Node?
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:16:48: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
14 |   }
15 |
16 |   public func parserDidStartDocument(_ parser: XMLParser) {
   |                                                `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
17 |     //print("Line number: \(parser.lineNumber)")
18 |   }
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:20:46: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
18 |   }
19 |
20 |   public func parserDidEndDocument(_ parser: XMLParser) {
   |                                              `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
21 |     //print("Line number: \(parser.lineNumber)")
22 |   }
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:25:32: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
23 |
24 |   // parse comment
25 |   public func parser(_ parser: XMLParser, foundComment comment: String) {
   |                                `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
26 |     let node = Node (newParent: self.currentNode)
27 |     node.setName("Comment")
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:35:32: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
33 |
34 |   // parse tag (start)
35 |   public func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String] = [:]) {
   |                                `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
36 |     // create new node
37 |     let node = Node (newParent: self.currentNode)
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:46:32: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
44 |
45 |   // parse tag (end)
46 |   public func parser(_ parser: XMLParser, didEndElement elementName: String, namespaceURI: String?, qualifiedName qName: String?) {
   |                                `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
47 |
48 |     if let current = self.currentNode {
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:62:32: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
60 |
61 |   // In result of parse text never is calling with existing XMLs the functions throws fatalError
62 |   public func parser(_ parser: XMLParser,foundCharacters string: String){
   |                                `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
63 |     if (!string.trimmingCharacters(in: .whitespacesAndNewlines).isEmpty) {
64 |       fatalError("Text not expected but found \(string)")
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LStXML2Code/XmlPAP.swift:18:18: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
16 |     let delegate = PAPXmlParser(newAst: result)
17 |
18 |     let parser = XMLParser(data: xmlData)
   |                  `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
19 |     parser.delegate = delegate
20 |     parser.parse()
[20/32] Compiling LStXML2Code SpaceNode.swift
[21/32] Compiling LStXML2Code ValueNode.swift
[22/32] Compiling LStXML2Code PAPTree.swift
[23/32] Compiling LStXML2Code PAPTreeEncoder.swift
/host/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncodingImpl.swift:747:32: warning: will never be executed
743 |               }
744 |               else {
745 |                 fatalError("unsupported content detected: \(detected)")
    |                 `- note: a call to a never-returning function
746 |
747 |                 callDetected = false
    |                                `- warning: will never be executed
748 |                 callNewInstanceDetected = false
749 |                 assignmentDetected = false
[24/32] Compiling LStXML2Code PAPTreeEncoding.swift
/host/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncodingImpl.swift:747:32: warning: will never be executed
743 |               }
744 |               else {
745 |                 fatalError("unsupported content detected: \(detected)")
    |                 `- note: a call to a never-returning function
746 |
747 |                 callDetected = false
    |                                `- warning: will never be executed
748 |                 callNewInstanceDetected = false
749 |                 assignmentDetected = false
[25/32] Compiling LStXML2Code PAPTreeEncodingImpl.swift
/host/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncodingImpl.swift:747:32: warning: will never be executed
743 |               }
744 |               else {
745 |                 fatalError("unsupported content detected: \(detected)")
    |                 `- note: a call to a never-returning function
746 |
747 |                 callDetected = false
    |                                `- warning: will never be executed
748 |                 callNewInstanceDetected = false
749 |                 assignmentDetected = false
[26/32] Compiling LStXML2Code AbstractTree.swift
[27/32] Compiling LStXML2Code AbstractTreeEncoder.swift
[28/32] Compiling LStXML2Code AbstractTreeEncoding.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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
warning: 'spi-builder-workspace': found 24 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/LStXML2CodeTests/xml/Lohnsteuer2015Dezember.xml
    /host/spi-builder-workspace/Tests/LStXML2CodeTests/xml/Lohnsteuer2008.xml
    /host/spi-builder-workspace/Tests/LStXML2CodeTests/xml/Lohnsteuer2018.xml
    /host/spi-builder-workspace/Tests/LStXML2CodeTests/xml/Lohnsteuer2009.xml
    /host/spi-builder-workspace/Tests/LStXML2CodeTests/xml/Lohnsteuer2017.xml
    /host/spi-builder-workspace/Tests/LStXML2CodeTests/xml/Lohnsteuer2023.xml
    /host/spi-builder-workspace/Tests/LStXML2CodeTests/xml/Lohnsteuer2010.xml
    /host/spi-builder-workspace/Tests/LStXML2CodeTests/xml/Lohnsteuer2006.xml
    /host/spi-builder-workspace/Tests/LStXML2CodeTests/xml/Lohnsteuer2023AbJuli.xml
    /host/spi-builder-workspace/Tests/LStXML2CodeTests/xml/Lohnsteuer2011.xml
    /host/spi-builder-workspace/Tests/LStXML2CodeTests/xml/Lohnsteuer2013.xml
    /host/spi-builder-workspace/Tests/LStXML2CodeTests/xml/Lohnsteuer2012.xml
    /host/spi-builder-workspace/Tests/LStXML2CodeTests/xml/Lohnsteuer2014.xml
    /host/spi-builder-workspace/Tests/LStXML2CodeTests/xml/Lohnsteuer2024.xml
    /host/spi-builder-workspace/Tests/LStXML2CodeTests/xml/Lohnsteuer2020.xml
    /host/spi-builder-workspace/Tests/LStXML2CodeTests/xml/Lohnsteuer2025.xml
    /host/spi-builder-workspace/Tests/LStXML2CodeTests/xml/Lohnsteuer2019.xml
    /host/spi-builder-workspace/Tests/LStXML2CodeTests/xml/Lohnsteuer2007.xml
    /host/spi-builder-workspace/Tests/LStXML2CodeTests/xml/Lohnsteuer2015.xml
    /host/spi-builder-workspace/Tests/LStXML2CodeTests/xml/Lohnsteuer2011Dezember.xml
    /host/spi-builder-workspace/Tests/LStXML2CodeTests/xml/Lohnsteuer2016.xml
    /host/spi-builder-workspace/Tests/LStXML2CodeTests/xml/Lohnsteuer2022.xml
    /host/spi-builder-workspace/Tests/LStXML2CodeTests/xml/Lohnsteuer2021.xml
    /host/spi-builder-workspace/Tests/LStXML2CodeTests/xml/Lohnsteuer2024AbDezember.xml
[0/1] Planning build
Building for debugging...
[0/5] Write swift-version-24593BA9C3E375BF.txt
[2/27] Compiling LStXML2Code ClosedRoundBracketNode.swift
[3/27] Compiling LStXML2Code ClosedSquareBracketNode.swift
[4/27] Compiling LStXML2Code DotNode.swift
[5/30] Compiling LStXML2Code SpaceNode.swift
[6/30] Compiling LStXML2Code ValueNode.swift
[7/30] Compiling LStXML2Code PAPTree.swift
[8/30] Compiling LStXML2Code PAPXmlParser.swift
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:8:32: error: cannot find type 'XMLParserDelegate' in scope
 6 |
 7 |
 8 | class PAPXmlParser : NSObject, XMLParserDelegate {
   |                                `- error: cannot find type 'XMLParserDelegate' in scope
 9 |
10 |   private var currentNode : Node?
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:16:48: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
14 |   }
15 |
16 |   public func parserDidStartDocument(_ parser: XMLParser) {
   |                                                `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
17 |     //print("Line number: \(parser.lineNumber)")
18 |   }
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:20:46: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
18 |   }
19 |
20 |   public func parserDidEndDocument(_ parser: XMLParser) {
   |                                              `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
21 |     //print("Line number: \(parser.lineNumber)")
22 |   }
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:25:32: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
23 |
24 |   // parse comment
25 |   public func parser(_ parser: XMLParser, foundComment comment: String) {
   |                                `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
26 |     let node = Node (newParent: self.currentNode)
27 |     node.setName("Comment")
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:35:32: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
33 |
34 |   // parse tag (start)
35 |   public func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String] = [:]) {
   |                                `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
36 |     // create new node
37 |     let node = Node (newParent: self.currentNode)
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:46:32: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
44 |
45 |   // parse tag (end)
46 |   public func parser(_ parser: XMLParser, didEndElement elementName: String, namespaceURI: String?, qualifiedName qName: String?) {
   |                                `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
47 |
48 |     if let current = self.currentNode {
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:62:32: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
60 |
61 |   // In result of parse text never is calling with existing XMLs the functions throws fatalError
62 |   public func parser(_ parser: XMLParser,foundCharacters string: String){
   |                                `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
63 |     if (!string.trimmingCharacters(in: .whitespacesAndNewlines).isEmpty) {
64 |       fatalError("Text not expected but found \(string)")
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LStXML2Code/XmlPAP.swift:18:18: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
16 |     let delegate = PAPXmlParser(newAst: result)
17 |
18 |     let parser = XMLParser(data: xmlData)
   |                  `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
19 |     parser.delegate = delegate
20 |     parser.parse()
[9/30] Compiling LStXML2Code TwoPartDecisionNode.swift
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:8:32: error: cannot find type 'XMLParserDelegate' in scope
 6 |
 7 |
 8 | class PAPXmlParser : NSObject, XMLParserDelegate {
   |                                `- error: cannot find type 'XMLParserDelegate' in scope
 9 |
10 |   private var currentNode : Node?
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:16:48: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
14 |   }
15 |
16 |   public func parserDidStartDocument(_ parser: XMLParser) {
   |                                                `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
17 |     //print("Line number: \(parser.lineNumber)")
18 |   }
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:20:46: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
18 |   }
19 |
20 |   public func parserDidEndDocument(_ parser: XMLParser) {
   |                                              `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
21 |     //print("Line number: \(parser.lineNumber)")
22 |   }
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:25:32: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
23 |
24 |   // parse comment
25 |   public func parser(_ parser: XMLParser, foundComment comment: String) {
   |                                `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
26 |     let node = Node (newParent: self.currentNode)
27 |     node.setName("Comment")
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:35:32: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
33 |
34 |   // parse tag (start)
35 |   public func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String] = [:]) {
   |                                `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
36 |     // create new node
37 |     let node = Node (newParent: self.currentNode)
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:46:32: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
44 |
45 |   // parse tag (end)
46 |   public func parser(_ parser: XMLParser, didEndElement elementName: String, namespaceURI: String?, qualifiedName qName: String?) {
   |                                `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
47 |
48 |     if let current = self.currentNode {
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:62:32: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
60 |
61 |   // In result of parse text never is calling with existing XMLs the functions throws fatalError
62 |   public func parser(_ parser: XMLParser,foundCharacters string: String){
   |                                `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
63 |     if (!string.trimmingCharacters(in: .whitespacesAndNewlines).isEmpty) {
64 |       fatalError("Text not expected but found \(string)")
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LStXML2Code/XmlPAP.swift:18:18: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
16 |     let delegate = PAPXmlParser(newAst: result)
17 |
18 |     let parser = XMLParser(data: xmlData)
   |                  `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
19 |     parser.delegate = delegate
20 |     parser.parse()
[10/30] Compiling LStXML2Code XmlPAP.swift
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:8:32: error: cannot find type 'XMLParserDelegate' in scope
 6 |
 7 |
 8 | class PAPXmlParser : NSObject, XMLParserDelegate {
   |                                `- error: cannot find type 'XMLParserDelegate' in scope
 9 |
10 |   private var currentNode : Node?
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:16:48: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
14 |   }
15 |
16 |   public func parserDidStartDocument(_ parser: XMLParser) {
   |                                                `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
17 |     //print("Line number: \(parser.lineNumber)")
18 |   }
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:20:46: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
18 |   }
19 |
20 |   public func parserDidEndDocument(_ parser: XMLParser) {
   |                                              `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
21 |     //print("Line number: \(parser.lineNumber)")
22 |   }
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:25:32: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
23 |
24 |   // parse comment
25 |   public func parser(_ parser: XMLParser, foundComment comment: String) {
   |                                `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
26 |     let node = Node (newParent: self.currentNode)
27 |     node.setName("Comment")
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:35:32: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
33 |
34 |   // parse tag (start)
35 |   public func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String] = [:]) {
   |                                `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
36 |     // create new node
37 |     let node = Node (newParent: self.currentNode)
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:46:32: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
44 |
45 |   // parse tag (end)
46 |   public func parser(_ parser: XMLParser, didEndElement elementName: String, namespaceURI: String?, qualifiedName qName: String?) {
   |                                `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
47 |
48 |     if let current = self.currentNode {
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:62:32: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
60 |
61 |   // In result of parse text never is calling with existing XMLs the functions throws fatalError
62 |   public func parser(_ parser: XMLParser,foundCharacters string: String){
   |                                `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
63 |     if (!string.trimmingCharacters(in: .whitespacesAndNewlines).isEmpty) {
64 |       fatalError("Text not expected but found \(string)")
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LStXML2Code/XmlPAP.swift:18:18: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
16 |     let delegate = PAPXmlParser(newAst: result)
17 |
18 |     let parser = XMLParser(data: xmlData)
   |                  `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
19 |     parser.delegate = delegate
20 |     parser.parse()
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/30] Compiling LStXML2Code AbstractTree.swift
[12/30] Compiling LStXML2Code AbstractTreeEncoder.swift
[13/30] Compiling LStXML2Code AbstractTreeEncoding.swift
[14/30] Compiling LStXML2Code Node.swift
[15/30] Compiling LStXML2Code AssignNode.swift
[16/30] Compiling LStXML2Code CharNode.swift
[17/30] Compiling LStXML2Code FloatNumberNode.swift
[18/30] Compiling LStXML2Code IdentiferNode.swift
[19/30] Compiling LStXML2Code IntNumberNode.swift
[20/30] Emitting module LStXML2Code
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:8:32: error: cannot find type 'XMLParserDelegate' in scope
 6 |
 7 |
 8 | class PAPXmlParser : NSObject, XMLParserDelegate {
   |                                `- error: cannot find type 'XMLParserDelegate' in scope
 9 |
10 |   private var currentNode : Node?
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:16:48: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
14 |   }
15 |
16 |   public func parserDidStartDocument(_ parser: XMLParser) {
   |                                                `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
17 |     //print("Line number: \(parser.lineNumber)")
18 |   }
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:20:46: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
18 |   }
19 |
20 |   public func parserDidEndDocument(_ parser: XMLParser) {
   |                                              `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
21 |     //print("Line number: \(parser.lineNumber)")
22 |   }
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:25:32: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
23 |
24 |   // parse comment
25 |   public func parser(_ parser: XMLParser, foundComment comment: String) {
   |                                `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
26 |     let node = Node (newParent: self.currentNode)
27 |     node.setName("Comment")
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:35:32: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
33 |
34 |   // parse tag (start)
35 |   public func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String] = [:]) {
   |                                `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
36 |     // create new node
37 |     let node = Node (newParent: self.currentNode)
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:46:32: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
44 |
45 |   // parse tag (end)
46 |   public func parser(_ parser: XMLParser, didEndElement elementName: String, namespaceURI: String?, qualifiedName qName: String?) {
   |                                `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
47 |
48 |     if let current = self.currentNode {
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/LStXML2Code/PAPXmlParser.swift:62:32: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
60 |
61 |   // In result of parse text never is calling with existing XMLs the functions throws fatalError
62 |   public func parser(_ parser: XMLParser,foundCharacters string: String){
   |                                `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
63 |     if (!string.trimmingCharacters(in: .whitespacesAndNewlines).isEmpty) {
64 |       fatalError("Text not expected but found \(string)")
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
  |                  `- note: 'XMLParser' has been explicitly marked unavailable here
[21/30] Compiling LStXML2Code NumericNode.swift
[22/30] Compiling LStXML2Code OpenRoundBracketNode.swift
[23/30] Compiling LStXML2Code OpenSquareBracketNode.swift
[24/30] Compiling LStXML2Code PAPTreeEncoder.swift
/host/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncodingImpl.swift:747:32: warning: will never be executed
743 |               }
744 |               else {
745 |                 fatalError("unsupported content detected: \(detected)")
    |                 `- note: a call to a never-returning function
746 |
747 |                 callDetected = false
    |                                `- warning: will never be executed
748 |                 callNewInstanceDetected = false
749 |                 assignmentDetected = false
[25/30] Compiling LStXML2Code PAPTreeEncoding.swift
/host/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncodingImpl.swift:747:32: warning: will never be executed
743 |               }
744 |               else {
745 |                 fatalError("unsupported content detected: \(detected)")
    |                 `- note: a call to a never-returning function
746 |
747 |                 callDetected = false
    |                                `- warning: will never be executed
748 |                 callNewInstanceDetected = false
749 |                 assignmentDetected = false
[26/30] Compiling LStXML2Code PAPTreeEncodingImpl.swift
/host/spi-builder-workspace/Sources/LStXML2Code/PAPTreeEncodingImpl.swift:747:32: warning: will never be executed
743 |               }
744 |               else {
745 |                 fatalError("unsupported content detected: \(detected)")
    |                 `- note: a call to a never-returning function
746 |
747 |                 callDetected = false
    |                                `- warning: will never be executed
748 |                 callNewInstanceDetected = false
749 |                 assignmentDetected = false
BUILD FAILURE 6.1 android