The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FritzBoxKit, reference v0.5.0 (f2d9b1), with Swift 6.2 for Android on 18 Jun 2025 20:39:17 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/r-dent/FritzBoxKit.git
Reference: v0.5.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/r-dent/FritzBoxKit
 * tag               v0.5.0     -> FETCH_HEAD
HEAD is now at f2d9b1e Create CONTRIBUTING.md
Cloned https://github.com/r-dent/FritzBoxKit.git
Revision (git rev-parse @):
f2d9b1e4b9797b4d5177e245cd2052485d65a1f1
SUCCESS checkout https://github.com/r-dent/FritzBoxKit.git at v0.5.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/r-dent/FritzBoxKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/tadija/AEXML.git
Fetching https://github.com/gcharita/XMLMapper.git
[1/2127] Fetching aexml
[2128/4362] Fetching aexml, xmlmapper
Fetched https://github.com/gcharita/XMLMapper.git from cache (0.35s)
Fetched https://github.com/tadija/AEXML.git from cache (0.35s)
Computing version for https://github.com/gcharita/XMLMapper.git
Computed https://github.com/gcharita/XMLMapper.git at 1.6.1 (1.30s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (0.46s)
Creating working copy for https://github.com/gcharita/XMLMapper.git
Working copy of https://github.com/gcharita/XMLMapper.git resolved at 1.6.1
Creating working copy for https://github.com/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.7.0
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-8C5A4AE7A8CE2BA.txt
[5/42] Emitting module AEXML
[6/42] Compiling XMLMapper XMLSerialization+ReadingOptions.swift
[7/42] Compiling XMLMapper XMLSerialization.swift
[8/42] Compiling XMLMapper XMLStringConvertibleOperators.swift
[9/42] Compiling XMLMapper XMLStringConvertibleTransform.swift
[10/46] Compiling XMLMapper XMLParserConstant.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLRepresentable.swift:28:17: error: cannot convert value of type 'NSDictionary' to type 'Dictionary<Key, Value>' in coercion
26 | extension NSDictionary: XMLRepresentable {
27 |     var xmlString: String {
28 |         return (self as Dictionary).xmlString
   |                 `- error: cannot convert value of type 'NSDictionary' to type 'Dictionary<Key, Value>' in coercion
29 |     }
30 | }
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLRepresentable.swift:28:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
26 | extension NSDictionary: XMLRepresentable {
27 |     var xmlString: String {
28 |         return (self as Dictionary).xmlString
   |                         `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
29 |     }
30 | }
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLRepresentable.swift:28:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
26 | extension NSDictionary: XMLRepresentable {
27 |     var xmlString: String {
28 |         return (self as Dictionary).xmlString
   |                         |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
   |                         `- note: explicitly specify the generic arguments to fix this issue
29 |     }
30 | }
[11/46] Compiling XMLMapper XMLParserHelper.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLRepresentable.swift:28:17: error: cannot convert value of type 'NSDictionary' to type 'Dictionary<Key, Value>' in coercion
26 | extension NSDictionary: XMLRepresentable {
27 |     var xmlString: String {
28 |         return (self as Dictionary).xmlString
   |                 `- error: cannot convert value of type 'NSDictionary' to type 'Dictionary<Key, Value>' in coercion
29 |     }
30 | }
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLRepresentable.swift:28:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
26 | extension NSDictionary: XMLRepresentable {
27 |     var xmlString: String {
28 |         return (self as Dictionary).xmlString
   |                         `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
29 |     }
30 | }
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLRepresentable.swift:28:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
26 | extension NSDictionary: XMLRepresentable {
27 |     var xmlString: String {
28 |         return (self as Dictionary).xmlString
   |                         |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
   |                         `- note: explicitly specify the generic arguments to fix this issue
29 |     }
30 | }
[12/46] Compiling XMLMapper XMLRepresentable.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLRepresentable.swift:28:17: error: cannot convert value of type 'NSDictionary' to type 'Dictionary<Key, Value>' in coercion
26 | extension NSDictionary: XMLRepresentable {
27 |     var xmlString: String {
28 |         return (self as Dictionary).xmlString
   |                 `- error: cannot convert value of type 'NSDictionary' to type 'Dictionary<Key, Value>' in coercion
29 |     }
30 | }
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLRepresentable.swift:28:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
26 | extension NSDictionary: XMLRepresentable {
27 |     var xmlString: String {
28 |         return (self as Dictionary).xmlString
   |                         `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
29 |     }
30 | }
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLRepresentable.swift:28:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
26 | extension NSDictionary: XMLRepresentable {
27 |     var xmlString: String {
28 |         return (self as Dictionary).xmlString
   |                         |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
   |                         `- note: explicitly specify the generic arguments to fix this issue
29 |     }
30 | }
[13/46] Compiling XMLMapper XMLSerialization+Error.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLRepresentable.swift:28:17: error: cannot convert value of type 'NSDictionary' to type 'Dictionary<Key, Value>' in coercion
26 | extension NSDictionary: XMLRepresentable {
27 |     var xmlString: String {
28 |         return (self as Dictionary).xmlString
   |                 `- error: cannot convert value of type 'NSDictionary' to type 'Dictionary<Key, Value>' in coercion
29 |     }
30 | }
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLRepresentable.swift:28:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
26 | extension NSDictionary: XMLRepresentable {
27 |     var xmlString: String {
28 |         return (self as Dictionary).xmlString
   |                         `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
29 |     }
30 | }
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLRepresentable.swift:28:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
26 | extension NSDictionary: XMLRepresentable {
27 |     var xmlString: String {
28 |         return (self as Dictionary).xmlString
   |                         |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
   |                         `- note: explicitly specify the generic arguments to fix this issue
29 |     }
30 | }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/46] Emitting module XMLMapper
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:126:28: error: cannot find type 'XMLParserDelegate' in scope
124 | // MARK: - XMLParserDelegate
125 |
126 | extension XMLObjectParser: XMLParserDelegate {
    |                            `- error: cannot find type 'XMLParserDelegate' in scope
127 |     func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String] = [:]) {
128 |         endText()
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:127:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
125 |
126 | extension XMLObjectParser: XMLParserDelegate {
127 |     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.
128 |         endText()
129 |
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/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:191:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
189 |     }
190 |
191 |     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.
192 |         endText()
193 |
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/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:222:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
220 |     }
221 |
222 |     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.
223 |         addText(string)
224 |     }
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/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:226:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
224 |     }
225 |
226 |     func parser(_ parser: XMLParser, foundCDATA CDATABlock: Data) {
    |                           `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
227 |         guard let string = String(data: CDATABlock, encoding: .utf8) else {
228 |             return
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/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:233:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
231 |     }
232 |
233 |     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.
234 |         if preserveComments {
235 |             let top = stack?.last
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/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:246:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
244 |     }
245 |
246 |     func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
    |                           `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
247 |         print(parseError)
248 |         error = parseError
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
[15/46] Compiling XMLMapper XMLMappable.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:126:28: error: cannot find type 'XMLParserDelegate' in scope
124 | // MARK: - XMLParserDelegate
125 |
126 | extension XMLObjectParser: XMLParserDelegate {
    |                            `- error: cannot find type 'XMLParserDelegate' in scope
127 |     func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String] = [:]) {
128 |         endText()
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:127:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
125 |
126 | extension XMLObjectParser: XMLParserDelegate {
127 |     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.
128 |         endText()
129 |
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/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:191:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
189 |     }
190 |
191 |     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.
192 |         endText()
193 |
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/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:222:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
220 |     }
221 |
222 |     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.
223 |         addText(string)
224 |     }
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/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:226:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
224 |     }
225 |
226 |     func parser(_ parser: XMLParser, foundCDATA CDATABlock: Data) {
    |                           `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
227 |         guard let string = String(data: CDATABlock, encoding: .utf8) else {
228 |             return
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/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:233:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
231 |     }
232 |
233 |     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.
234 |         if preserveComments {
235 |             let top = stack?.last
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/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:246:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
244 |     }
245 |
246 |     func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
    |                           `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
247 |         print(parseError)
248 |         error = parseError
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/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:59:22: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
 57 |         let xmlObjectParser = XMLObjectParser()
 58 |         xmlObjectParser.applyOptions(options)
 59 |         let parser = XMLParser(data: data)
    |                      `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
 60 |         parser.delegate = xmlObjectParser
 61 |         parser.parse()
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:249:16: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
247 |         print(parseError)
248 |         error = parseError
249 |         parser.abortParsing()
    |                `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
250 |     }
251 | }
[16/46] Compiling XMLMapper XMLMapper.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:126:28: error: cannot find type 'XMLParserDelegate' in scope
124 | // MARK: - XMLParserDelegate
125 |
126 | extension XMLObjectParser: XMLParserDelegate {
    |                            `- error: cannot find type 'XMLParserDelegate' in scope
127 |     func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String] = [:]) {
128 |         endText()
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:127:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
125 |
126 | extension XMLObjectParser: XMLParserDelegate {
127 |     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.
128 |         endText()
129 |
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/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:191:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
189 |     }
190 |
191 |     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.
192 |         endText()
193 |
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/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:222:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
220 |     }
221 |
222 |     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.
223 |         addText(string)
224 |     }
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/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:226:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
224 |     }
225 |
226 |     func parser(_ parser: XMLParser, foundCDATA CDATABlock: Data) {
    |                           `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
227 |         guard let string = String(data: CDATABlock, encoding: .utf8) else {
228 |             return
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/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:233:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
231 |     }
232 |
233 |     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.
234 |         if preserveComments {
235 |             let top = stack?.last
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/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:246:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
244 |     }
245 |
246 |     func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
    |                           `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
247 |         print(parseError)
248 |         error = parseError
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/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:59:22: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
 57 |         let xmlObjectParser = XMLObjectParser()
 58 |         xmlObjectParser.applyOptions(options)
 59 |         let parser = XMLParser(data: data)
    |                      `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
 60 |         parser.delegate = xmlObjectParser
 61 |         parser.parse()
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:249:16: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
247 |         print(parseError)
248 |         error = parseError
249 |         parser.abortParsing()
    |                `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
250 |     }
251 | }
[17/46] Compiling XMLMapper XMLNSDecimalNumberTransform.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:126:28: error: cannot find type 'XMLParserDelegate' in scope
124 | // MARK: - XMLParserDelegate
125 |
126 | extension XMLObjectParser: XMLParserDelegate {
    |                            `- error: cannot find type 'XMLParserDelegate' in scope
127 |     func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String] = [:]) {
128 |         endText()
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:127:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
125 |
126 | extension XMLObjectParser: XMLParserDelegate {
127 |     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.
128 |         endText()
129 |
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/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:191:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
189 |     }
190 |
191 |     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.
192 |         endText()
193 |
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/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:222:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
220 |     }
221 |
222 |     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.
223 |         addText(string)
224 |     }
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/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:226:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
224 |     }
225 |
226 |     func parser(_ parser: XMLParser, foundCDATA CDATABlock: Data) {
    |                           `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
227 |         guard let string = String(data: CDATABlock, encoding: .utf8) else {
228 |             return
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/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:233:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
231 |     }
232 |
233 |     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.
234 |         if preserveComments {
235 |             let top = stack?.last
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/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:246:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
244 |     }
245 |
246 |     func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
    |                           `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
247 |         print(parseError)
248 |         error = parseError
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/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:59:22: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
 57 |         let xmlObjectParser = XMLObjectParser()
 58 |         xmlObjectParser.applyOptions(options)
 59 |         let parser = XMLParser(data: data)
    |                      `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
 60 |         parser.delegate = xmlObjectParser
 61 |         parser.parse()
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:249:16: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
247 |         print(parseError)
248 |         error = parseError
249 |         parser.abortParsing()
    |                `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
250 |     }
251 | }
[18/46] Compiling XMLMapper XMLObjectParser.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:126:28: error: cannot find type 'XMLParserDelegate' in scope
124 | // MARK: - XMLParserDelegate
125 |
126 | extension XMLObjectParser: XMLParserDelegate {
    |                            `- error: cannot find type 'XMLParserDelegate' in scope
127 |     func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String] = [:]) {
128 |         endText()
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:127:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
125 |
126 | extension XMLObjectParser: XMLParserDelegate {
127 |     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.
128 |         endText()
129 |
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/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:191:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
189 |     }
190 |
191 |     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.
192 |         endText()
193 |
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/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:222:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
220 |     }
221 |
222 |     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.
223 |         addText(string)
224 |     }
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/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:226:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
224 |     }
225 |
226 |     func parser(_ parser: XMLParser, foundCDATA CDATABlock: Data) {
    |                           `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
227 |         guard let string = String(data: CDATABlock, encoding: .utf8) else {
228 |             return
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/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:233:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
231 |     }
232 |
233 |     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.
234 |         if preserveComments {
235 |             let top = stack?.last
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/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:246:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
244 |     }
245 |
246 |     func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
    |                           `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
247 |         print(parseError)
248 |         error = parseError
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/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:59:22: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
 57 |         let xmlObjectParser = XMLObjectParser()
 58 |         xmlObjectParser.applyOptions(options)
 59 |         let parser = XMLParser(data: data)
    |                      `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
 60 |         parser.delegate = xmlObjectParser
 61 |         parser.parse()
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:249:16: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
247 |         print(parseError)
248 |         error = parseError
249 |         parser.abortParsing()
    |                `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
250 |     }
251 | }
[19/46] Compiling XMLMapper XMLDataTransform.swift
[20/46] Compiling XMLMapper XMLDateFormatterTransform.swift
[21/46] Compiling XMLMapper XMLDateTransform.swift
[22/46] Compiling XMLMapper XMLDictionaryTransform.swift
[23/46] Compiling AEXML Parser.swift
[24/46] Compiling AEXML Builders.swift
[25/46] Compiling XMLMapper XMLEnumOperators.swift
[26/46] Compiling XMLMapper XMLEnumTransform.swift
[27/46] Compiling XMLMapper XMLHexColorTransform.swift
[28/46] Compiling XMLMapper XMLMap.swift
[29/46] Compiling XMLMapper Operators.swift
[30/46] Compiling XMLMapper Sequence+compactMap.swift
[31/46] Compiling XMLMapper String+XMLParser.swift
[32/46] Compiling XMLMapper ToXML.swift
[33/46] Compiling XMLMapper XMLCustomDateFormatTransform.swift
[34/46] Compiling XMLMapper Dictionary+XMLParser.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:12:17: error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
10 | extension NSMutableDictionary {
11 |     var attributes: [String: String]? {
12 |         return (self as Dictionary).attributes
   |                 `- error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
13 |     }
14 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:12:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
10 | extension NSMutableDictionary {
11 |     var attributes: [String: String]? {
12 |         return (self as Dictionary).attributes
   |                         `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
13 |     }
14 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:12:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
10 | extension NSMutableDictionary {
11 |     var attributes: [String: String]? {
12 |         return (self as Dictionary).attributes
   |                         |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
   |                         `- note: explicitly specify the generic arguments to fix this issue
13 |     }
14 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:16:17: error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
14 |
15 |     var childNodes: [String: Any]? {
16 |         return (self as Dictionary).childNodes
   |                 `- error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
17 |     }
18 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:16:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
14 |
15 |     var childNodes: [String: Any]? {
16 |         return (self as Dictionary).childNodes
   |                         `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
17 |     }
18 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:16:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
14 |
15 |     var childNodes: [String: Any]? {
16 |         return (self as Dictionary).childNodes
   |                         |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
   |                         `- note: explicitly specify the generic arguments to fix this issue
17 |     }
18 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:20:17: error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
18 |
19 |     var comments: [String]? {
20 |         return (self as Dictionary).comments
   |                 `- error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
21 |     }
22 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:20:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
18 |
19 |     var comments: [String]? {
20 |         return (self as Dictionary).comments
   |                         `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
21 |     }
22 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:20:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
18 |
19 |     var comments: [String]? {
20 |         return (self as Dictionary).comments
   |                         |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
   |                         `- note: explicitly specify the generic arguments to fix this issue
21 |     }
22 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:24:17: error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
22 |
23 |     var innerText: String? {
24 |         return (self as Dictionary).innerText
   |                 `- error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
25 |     }
26 | }
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:24:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
22 |
23 |     var innerText: String? {
24 |         return (self as Dictionary).innerText
   |                         `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
25 |     }
26 | }
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:24:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
22 |
23 |     var innerText: String? {
24 |         return (self as Dictionary).innerText
   |                         |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
   |                         `- note: explicitly specify the generic arguments to fix this issue
25 |     }
26 | }
[35/46] Compiling XMLMapper Dictionary+isEqual.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:12:17: error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
10 | extension NSMutableDictionary {
11 |     var attributes: [String: String]? {
12 |         return (self as Dictionary).attributes
   |                 `- error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
13 |     }
14 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:12:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
10 | extension NSMutableDictionary {
11 |     var attributes: [String: String]? {
12 |         return (self as Dictionary).attributes
   |                         `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
13 |     }
14 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:12:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
10 | extension NSMutableDictionary {
11 |     var attributes: [String: String]? {
12 |         return (self as Dictionary).attributes
   |                         |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
   |                         `- note: explicitly specify the generic arguments to fix this issue
13 |     }
14 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:16:17: error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
14 |
15 |     var childNodes: [String: Any]? {
16 |         return (self as Dictionary).childNodes
   |                 `- error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
17 |     }
18 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:16:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
14 |
15 |     var childNodes: [String: Any]? {
16 |         return (self as Dictionary).childNodes
   |                         `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
17 |     }
18 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:16:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
14 |
15 |     var childNodes: [String: Any]? {
16 |         return (self as Dictionary).childNodes
   |                         |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
   |                         `- note: explicitly specify the generic arguments to fix this issue
17 |     }
18 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:20:17: error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
18 |
19 |     var comments: [String]? {
20 |         return (self as Dictionary).comments
   |                 `- error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
21 |     }
22 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:20:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
18 |
19 |     var comments: [String]? {
20 |         return (self as Dictionary).comments
   |                         `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
21 |     }
22 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:20:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
18 |
19 |     var comments: [String]? {
20 |         return (self as Dictionary).comments
   |                         |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
   |                         `- note: explicitly specify the generic arguments to fix this issue
21 |     }
22 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:24:17: error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
22 |
23 |     var innerText: String? {
24 |         return (self as Dictionary).innerText
   |                 `- error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
25 |     }
26 | }
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:24:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
22 |
23 |     var innerText: String? {
24 |         return (self as Dictionary).innerText
   |                         `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
25 |     }
26 | }
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:24:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
22 |
23 |     var innerText: String? {
24 |         return (self as Dictionary).innerText
   |                         |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
   |                         `- note: explicitly specify the generic arguments to fix this issue
25 |     }
26 | }
[36/46] Compiling XMLMapper Dictionary+mapValues.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:12:17: error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
10 | extension NSMutableDictionary {
11 |     var attributes: [String: String]? {
12 |         return (self as Dictionary).attributes
   |                 `- error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
13 |     }
14 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:12:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
10 | extension NSMutableDictionary {
11 |     var attributes: [String: String]? {
12 |         return (self as Dictionary).attributes
   |                         `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
13 |     }
14 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:12:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
10 | extension NSMutableDictionary {
11 |     var attributes: [String: String]? {
12 |         return (self as Dictionary).attributes
   |                         |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
   |                         `- note: explicitly specify the generic arguments to fix this issue
13 |     }
14 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:16:17: error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
14 |
15 |     var childNodes: [String: Any]? {
16 |         return (self as Dictionary).childNodes
   |                 `- error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
17 |     }
18 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:16:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
14 |
15 |     var childNodes: [String: Any]? {
16 |         return (self as Dictionary).childNodes
   |                         `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
17 |     }
18 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:16:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
14 |
15 |     var childNodes: [String: Any]? {
16 |         return (self as Dictionary).childNodes
   |                         |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
   |                         `- note: explicitly specify the generic arguments to fix this issue
17 |     }
18 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:20:17: error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
18 |
19 |     var comments: [String]? {
20 |         return (self as Dictionary).comments
   |                 `- error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
21 |     }
22 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:20:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
18 |
19 |     var comments: [String]? {
20 |         return (self as Dictionary).comments
   |                         `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
21 |     }
22 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:20:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
18 |
19 |     var comments: [String]? {
20 |         return (self as Dictionary).comments
   |                         |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
   |                         `- note: explicitly specify the generic arguments to fix this issue
21 |     }
22 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:24:17: error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
22 |
23 |     var innerText: String? {
24 |         return (self as Dictionary).innerText
   |                 `- error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
25 |     }
26 | }
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:24:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
22 |
23 |     var innerText: String? {
24 |         return (self as Dictionary).innerText
   |                         `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
25 |     }
26 | }
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:24:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
22 |
23 |     var innerText: String? {
24 |         return (self as Dictionary).innerText
   |                         |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
   |                         `- note: explicitly specify the generic arguments to fix this issue
25 |     }
26 | }
[37/46] Compiling XMLMapper FromXML.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:12:17: error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
10 | extension NSMutableDictionary {
11 |     var attributes: [String: String]? {
12 |         return (self as Dictionary).attributes
   |                 `- error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
13 |     }
14 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:12:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
10 | extension NSMutableDictionary {
11 |     var attributes: [String: String]? {
12 |         return (self as Dictionary).attributes
   |                         `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
13 |     }
14 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:12:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
10 | extension NSMutableDictionary {
11 |     var attributes: [String: String]? {
12 |         return (self as Dictionary).attributes
   |                         |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
   |                         `- note: explicitly specify the generic arguments to fix this issue
13 |     }
14 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:16:17: error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
14 |
15 |     var childNodes: [String: Any]? {
16 |         return (self as Dictionary).childNodes
   |                 `- error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
17 |     }
18 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:16:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
14 |
15 |     var childNodes: [String: Any]? {
16 |         return (self as Dictionary).childNodes
   |                         `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
17 |     }
18 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:16:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
14 |
15 |     var childNodes: [String: Any]? {
16 |         return (self as Dictionary).childNodes
   |                         |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
   |                         `- note: explicitly specify the generic arguments to fix this issue
17 |     }
18 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:20:17: error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
18 |
19 |     var comments: [String]? {
20 |         return (self as Dictionary).comments
   |                 `- error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
21 |     }
22 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:20:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
18 |
19 |     var comments: [String]? {
20 |         return (self as Dictionary).comments
   |                         `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
21 |     }
22 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:20:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
18 |
19 |     var comments: [String]? {
20 |         return (self as Dictionary).comments
   |                         |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
   |                         `- note: explicitly specify the generic arguments to fix this issue
21 |     }
22 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:24:17: error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
22 |
23 |     var innerText: String? {
24 |         return (self as Dictionary).innerText
   |                 `- error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
25 |     }
26 | }
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:24:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
22 |
23 |     var innerText: String? {
24 |         return (self as Dictionary).innerText
   |                         `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
25 |     }
26 | }
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:24:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
22 |
23 |     var innerText: String? {
24 |         return (self as Dictionary).innerText
   |                         |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
   |                         `- note: explicitly specify the generic arguments to fix this issue
25 |     }
26 | }
[38/46] Compiling XMLMapper NSMutableDictionary+XMLParser.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:12:17: error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
10 | extension NSMutableDictionary {
11 |     var attributes: [String: String]? {
12 |         return (self as Dictionary).attributes
   |                 `- error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
13 |     }
14 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:12:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
10 | extension NSMutableDictionary {
11 |     var attributes: [String: String]? {
12 |         return (self as Dictionary).attributes
   |                         `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
13 |     }
14 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:12:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
10 | extension NSMutableDictionary {
11 |     var attributes: [String: String]? {
12 |         return (self as Dictionary).attributes
   |                         |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
   |                         `- note: explicitly specify the generic arguments to fix this issue
13 |     }
14 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:16:17: error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
14 |
15 |     var childNodes: [String: Any]? {
16 |         return (self as Dictionary).childNodes
   |                 `- error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
17 |     }
18 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:16:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
14 |
15 |     var childNodes: [String: Any]? {
16 |         return (self as Dictionary).childNodes
   |                         `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
17 |     }
18 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:16:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
14 |
15 |     var childNodes: [String: Any]? {
16 |         return (self as Dictionary).childNodes
   |                         |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
   |                         `- note: explicitly specify the generic arguments to fix this issue
17 |     }
18 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:20:17: error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
18 |
19 |     var comments: [String]? {
20 |         return (self as Dictionary).comments
   |                 `- error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
21 |     }
22 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:20:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
18 |
19 |     var comments: [String]? {
20 |         return (self as Dictionary).comments
   |                         `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
21 |     }
22 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:20:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
18 |
19 |     var comments: [String]? {
20 |         return (self as Dictionary).comments
   |                         |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
   |                         `- note: explicitly specify the generic arguments to fix this issue
21 |     }
22 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:24:17: error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
22 |
23 |     var innerText: String? {
24 |         return (self as Dictionary).innerText
   |                 `- error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
25 |     }
26 | }
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:24:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
22 |
23 |     var innerText: String? {
24 |         return (self as Dictionary).innerText
   |                         `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
25 |     }
26 | }
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:24:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
22 |
23 |     var innerText: String? {
24 |         return (self as Dictionary).innerText
   |                         |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
   |                         `- note: explicitly specify the generic arguments to fix this issue
25 |     }
26 | }
[39/46] Compiling AEXML Error.swift
[40/46] Compiling AEXML Document.swift
[41/46] Compiling AEXML Element.swift
[42/46] Compiling AEXML Options.swift
[43/47] Compiling XMLMapper XMLTransformOf.swift
[44/47] Compiling XMLMapper XMLTransformOperators.swift
[45/47] Compiling XMLMapper XMLTransformType.swift
[46/47] Compiling XMLMapper XMLURLTransform.swift
BUILD FAILURE 6.2 android