The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FritzBoxKit with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.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:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/r-dent/FritzBoxKit.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/tadija/AEXML.git
Fetching https://github.com/gcharita/XMLMapper.git
[1/2235] Fetching xmlmapper
[113/4330] Fetching xmlmapper, aexml
Fetched https://github.com/tadija/AEXML.git from cache (0.32s)
Fetched https://github.com/gcharita/XMLMapper.git from cache (0.37s)
Computing version for https://github.com/gcharita/XMLMapper.git
Computed https://github.com/gcharita/XMLMapper.git at 1.6.1 (0.45s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.6.0 (0.45s)
Creating working copy for https://github.com/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.6.0
Creating working copy for https://github.com/gcharita/XMLMapper.git
Working copy of https://github.com/gcharita/XMLMapper.git resolved at 1.6.1
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/41] Compiling AEXML Error.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/41] Emitting module XMLMapper
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:126:28: error: cannot find type 'XMLParserDelegate' in scope
extension XMLObjectParser: XMLParserDelegate {
                           ^~~~~~~~~~~~~~~~~
/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.
    func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String] = [:]) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
    func parser(_ parser: XMLParser, didEndElement elementName: String, namespaceURI: String?, qualifiedName qName: String?) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
    func parser(_ parser: XMLParser, foundCharacters string: String) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
    func parser(_ parser: XMLParser, foundCDATA CDATABlock: Data) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
    func parser(_ parser: XMLParser, foundComment comment: String) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
    func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
[7/41] 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
        return (self as Dictionary).attributes
                ^~~~
                     as! Dictionary<Key, Value>
/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'
        return (self as Dictionary).attributes
                        ^
/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'
        return (self as Dictionary).attributes
                        ^
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:12:25: note: explicitly specify the generic arguments to fix this issue
        return (self as Dictionary).attributes
                        ^
                                  <<#Key: Hashable#>, Any>
/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
        return (self as Dictionary).childNodes
                ^~~~
                     as! Dictionary<Key, Value>
/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'
        return (self as Dictionary).childNodes
                        ^
/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'
        return (self as Dictionary).childNodes
                        ^
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:16:25: note: explicitly specify the generic arguments to fix this issue
        return (self as Dictionary).childNodes
                        ^
                                  <<#Key: Hashable#>, Any>
/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
        return (self as Dictionary).comments
                ^~~~
                     as! Dictionary<Key, Value>
/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'
        return (self as Dictionary).comments
                        ^
/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'
        return (self as Dictionary).comments
                        ^
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:20:25: note: explicitly specify the generic arguments to fix this issue
        return (self as Dictionary).comments
                        ^
                                  <<#Key: Hashable#>, Any>
/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
        return (self as Dictionary).innerText
                ^~~~
                     as! Dictionary<Key, Value>
/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'
        return (self as Dictionary).innerText
                        ^
/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'
        return (self as Dictionary).innerText
                        ^
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:24:25: note: explicitly specify the generic arguments to fix this issue
        return (self as Dictionary).innerText
                        ^
                                  <<#Key: Hashable#>, Any>
[8/41] 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
        return (self as Dictionary).attributes
                ^~~~
                     as! Dictionary<Key, Value>
/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'
        return (self as Dictionary).attributes
                        ^
/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'
        return (self as Dictionary).attributes
                        ^
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:12:25: note: explicitly specify the generic arguments to fix this issue
        return (self as Dictionary).attributes
                        ^
                                  <<#Key: Hashable#>, Any>
/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
        return (self as Dictionary).childNodes
                ^~~~
                     as! Dictionary<Key, Value>
/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'
        return (self as Dictionary).childNodes
                        ^
/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'
        return (self as Dictionary).childNodes
                        ^
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:16:25: note: explicitly specify the generic arguments to fix this issue
        return (self as Dictionary).childNodes
                        ^
                                  <<#Key: Hashable#>, Any>
/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
        return (self as Dictionary).comments
                ^~~~
                     as! Dictionary<Key, Value>
/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'
        return (self as Dictionary).comments
                        ^
/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'
        return (self as Dictionary).comments
                        ^
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:20:25: note: explicitly specify the generic arguments to fix this issue
        return (self as Dictionary).comments
                        ^
                                  <<#Key: Hashable#>, Any>
/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
        return (self as Dictionary).innerText
                ^~~~
                     as! Dictionary<Key, Value>
/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'
        return (self as Dictionary).innerText
                        ^
/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'
        return (self as Dictionary).innerText
                        ^
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:24:25: note: explicitly specify the generic arguments to fix this issue
        return (self as Dictionary).innerText
                        ^
                                  <<#Key: Hashable#>, Any>
[9/41] 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
        return (self as Dictionary).attributes
                ^~~~
                     as! Dictionary<Key, Value>
/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'
        return (self as Dictionary).attributes
                        ^
/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'
        return (self as Dictionary).attributes
                        ^
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:12:25: note: explicitly specify the generic arguments to fix this issue
        return (self as Dictionary).attributes
                        ^
                                  <<#Key: Hashable#>, Any>
/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
        return (self as Dictionary).childNodes
                ^~~~
                     as! Dictionary<Key, Value>
/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'
        return (self as Dictionary).childNodes
                        ^
/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'
        return (self as Dictionary).childNodes
                        ^
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:16:25: note: explicitly specify the generic arguments to fix this issue
        return (self as Dictionary).childNodes
                        ^
                                  <<#Key: Hashable#>, Any>
/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
        return (self as Dictionary).comments
                ^~~~
                     as! Dictionary<Key, Value>
/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'
        return (self as Dictionary).comments
                        ^
/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'
        return (self as Dictionary).comments
                        ^
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:20:25: note: explicitly specify the generic arguments to fix this issue
        return (self as Dictionary).comments
                        ^
                                  <<#Key: Hashable#>, Any>
/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
        return (self as Dictionary).innerText
                ^~~~
                     as! Dictionary<Key, Value>
/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'
        return (self as Dictionary).innerText
                        ^
/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'
        return (self as Dictionary).innerText
                        ^
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:24:25: note: explicitly specify the generic arguments to fix this issue
        return (self as Dictionary).innerText
                        ^
                                  <<#Key: Hashable#>, Any>
[10/41] 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
        return (self as Dictionary).attributes
                ^~~~
                     as! Dictionary<Key, Value>
/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'
        return (self as Dictionary).attributes
                        ^
/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'
        return (self as Dictionary).attributes
                        ^
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:12:25: note: explicitly specify the generic arguments to fix this issue
        return (self as Dictionary).attributes
                        ^
                                  <<#Key: Hashable#>, Any>
/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
        return (self as Dictionary).childNodes
                ^~~~
                     as! Dictionary<Key, Value>
/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'
        return (self as Dictionary).childNodes
                        ^
/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'
        return (self as Dictionary).childNodes
                        ^
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:16:25: note: explicitly specify the generic arguments to fix this issue
        return (self as Dictionary).childNodes
                        ^
                                  <<#Key: Hashable#>, Any>
/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
        return (self as Dictionary).comments
                ^~~~
                     as! Dictionary<Key, Value>
/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'
        return (self as Dictionary).comments
                        ^
/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'
        return (self as Dictionary).comments
                        ^
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:20:25: note: explicitly specify the generic arguments to fix this issue
        return (self as Dictionary).comments
                        ^
                                  <<#Key: Hashable#>, Any>
/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
        return (self as Dictionary).innerText
                ^~~~
                     as! Dictionary<Key, Value>
/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'
        return (self as Dictionary).innerText
                        ^
/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'
        return (self as Dictionary).innerText
                        ^
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:24:25: note: explicitly specify the generic arguments to fix this issue
        return (self as Dictionary).innerText
                        ^
                                  <<#Key: Hashable#>, Any>
[11/41] 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
        return (self as Dictionary).attributes
                ^~~~
                     as! Dictionary<Key, Value>
/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'
        return (self as Dictionary).attributes
                        ^
/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'
        return (self as Dictionary).attributes
                        ^
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:12:25: note: explicitly specify the generic arguments to fix this issue
        return (self as Dictionary).attributes
                        ^
                                  <<#Key: Hashable#>, Any>
/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
        return (self as Dictionary).childNodes
                ^~~~
                     as! Dictionary<Key, Value>
/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'
        return (self as Dictionary).childNodes
                        ^
/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'
        return (self as Dictionary).childNodes
                        ^
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:16:25: note: explicitly specify the generic arguments to fix this issue
        return (self as Dictionary).childNodes
                        ^
                                  <<#Key: Hashable#>, Any>
/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
        return (self as Dictionary).comments
                ^~~~
                     as! Dictionary<Key, Value>
/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'
        return (self as Dictionary).comments
                        ^
/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'
        return (self as Dictionary).comments
                        ^
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:20:25: note: explicitly specify the generic arguments to fix this issue
        return (self as Dictionary).comments
                        ^
                                  <<#Key: Hashable#>, Any>
/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
        return (self as Dictionary).innerText
                ^~~~
                     as! Dictionary<Key, Value>
/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'
        return (self as Dictionary).innerText
                        ^
/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'
        return (self as Dictionary).innerText
                        ^
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:24:25: note: explicitly specify the generic arguments to fix this issue
        return (self as Dictionary).innerText
                        ^
                                  <<#Key: Hashable#>, Any>
[12/45] Compiling XMLMapper XMLSerialization+ReadingOptions.swift
[13/45] Compiling XMLMapper XMLSerialization.swift
[14/45] Compiling XMLMapper XMLStringConvertibleOperators.swift
[15/45] Compiling XMLMapper XMLStringConvertibleTransform.swift
[16/45] Compiling XMLMapper XMLMappable.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:126:28: error: cannot find type 'XMLParserDelegate' in scope
extension XMLObjectParser: XMLParserDelegate {
                           ^~~~~~~~~~~~~~~~~
/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.
    func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String] = [:]) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
    func parser(_ parser: XMLParser, didEndElement elementName: String, namespaceURI: String?, qualifiedName qName: String?) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
    func parser(_ parser: XMLParser, foundCharacters string: String) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
    func parser(_ parser: XMLParser, foundCDATA CDATABlock: Data) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
    func parser(_ parser: XMLParser, foundComment comment: String) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
    func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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
        let parser = XMLParser(data: data)
                     ^~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:249:16: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
        parser.abortParsing()
        ~~~~~~ ^~~~~~~~~~~~
[17/45] Compiling XMLMapper XMLMapper.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:126:28: error: cannot find type 'XMLParserDelegate' in scope
extension XMLObjectParser: XMLParserDelegate {
                           ^~~~~~~~~~~~~~~~~
/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.
    func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String] = [:]) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
    func parser(_ parser: XMLParser, didEndElement elementName: String, namespaceURI: String?, qualifiedName qName: String?) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
    func parser(_ parser: XMLParser, foundCharacters string: String) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
    func parser(_ parser: XMLParser, foundCDATA CDATABlock: Data) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
    func parser(_ parser: XMLParser, foundComment comment: String) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
    func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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
        let parser = XMLParser(data: data)
                     ^~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:249:16: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
        parser.abortParsing()
        ~~~~~~ ^~~~~~~~~~~~
[18/45] Compiling XMLMapper XMLNSDecimalNumberTransform.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:126:28: error: cannot find type 'XMLParserDelegate' in scope
extension XMLObjectParser: XMLParserDelegate {
                           ^~~~~~~~~~~~~~~~~
/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.
    func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String] = [:]) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
    func parser(_ parser: XMLParser, didEndElement elementName: String, namespaceURI: String?, qualifiedName qName: String?) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
    func parser(_ parser: XMLParser, foundCharacters string: String) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
    func parser(_ parser: XMLParser, foundCDATA CDATABlock: Data) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
    func parser(_ parser: XMLParser, foundComment comment: String) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
    func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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
        let parser = XMLParser(data: data)
                     ^~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:249:16: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
        parser.abortParsing()
        ~~~~~~ ^~~~~~~~~~~~
[19/45] Compiling XMLMapper XMLObjectParser.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:126:28: error: cannot find type 'XMLParserDelegate' in scope
extension XMLObjectParser: XMLParserDelegate {
                           ^~~~~~~~~~~~~~~~~
/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.
    func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String] = [:]) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
    func parser(_ parser: XMLParser, didEndElement elementName: String, namespaceURI: String?, qualifiedName qName: String?) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
    func parser(_ parser: XMLParser, foundCharacters string: String) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
    func parser(_ parser: XMLParser, foundCDATA CDATABlock: Data) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
    func parser(_ parser: XMLParser, foundComment comment: String) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
    func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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
        let parser = XMLParser(data: data)
                     ^~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:249:16: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
        parser.abortParsing()
        ~~~~~~ ^~~~~~~~~~~~
[20/45] 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
        return (self as Dictionary).xmlString
                ^~~~
                     as! Dictionary<Key, Value>
/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'
        return (self as Dictionary).xmlString
                        ^
/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'
        return (self as Dictionary).xmlString
                        ^
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLRepresentable.swift:28:25: note: explicitly specify the generic arguments to fix this issue
        return (self as Dictionary).xmlString
                        ^
                                  <<#Key: Hashable#>, Any>
[21/45] 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
        return (self as Dictionary).xmlString
                ^~~~
                     as! Dictionary<Key, Value>
/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'
        return (self as Dictionary).xmlString
                        ^
/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'
        return (self as Dictionary).xmlString
                        ^
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLRepresentable.swift:28:25: note: explicitly specify the generic arguments to fix this issue
        return (self as Dictionary).xmlString
                        ^
                                  <<#Key: Hashable#>, Any>
[22/45] 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
        return (self as Dictionary).xmlString
                ^~~~
                     as! Dictionary<Key, Value>
/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'
        return (self as Dictionary).xmlString
                        ^
/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'
        return (self as Dictionary).xmlString
                        ^
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLRepresentable.swift:28:25: note: explicitly specify the generic arguments to fix this issue
        return (self as Dictionary).xmlString
                        ^
                                  <<#Key: Hashable#>, Any>
[23/45] 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
        return (self as Dictionary).xmlString
                ^~~~
                     as! Dictionary<Key, Value>
/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'
        return (self as Dictionary).xmlString
                        ^
/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'
        return (self as Dictionary).xmlString
                        ^
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLRepresentable.swift:28:25: note: explicitly specify the generic arguments to fix this issue
        return (self as Dictionary).xmlString
                        ^
                                  <<#Key: Hashable#>, Any>
[24/45] Compiling AEXML Options.swift
[25/45] Compiling AEXML Parser.swift
[26/45] Compiling XMLMapper Operators.swift
[27/45] Compiling XMLMapper Sequence+compactMap.swift
[28/45] Compiling XMLMapper String+XMLParser.swift
[29/45] Compiling XMLMapper ToXML.swift
[30/45] Compiling XMLMapper XMLCustomDateFormatTransform.swift
[31/45] Compiling XMLMapper XMLDataTransform.swift
[32/45] Compiling XMLMapper XMLDateFormatterTransform.swift
[33/45] Compiling XMLMapper XMLDateTransform.swift
[34/45] Compiling XMLMapper XMLDictionaryTransform.swift
[35/45] Compiling XMLMapper XMLEnumOperators.swift
[36/45] Compiling XMLMapper XMLEnumTransform.swift
[37/45] Compiling XMLMapper XMLHexColorTransform.swift
[38/45] Compiling XMLMapper XMLMap.swift
[39/45] Compiling AEXML Document.swift
[40/45] Compiling AEXML Element.swift
[41/45] Emitting module AEXML
[43/46] Compiling XMLMapper XMLTransformOf.swift
[44/46] Compiling XMLMapper XMLTransformOperators.swift
[45/46] Compiling XMLMapper XMLTransformType.swift
[46/46] Compiling XMLMapper XMLURLTransform.swift
error: fatalError
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/14] 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
        return (self as Dictionary).xmlString
                ^~~~
                     as! Dictionary<Key, Value>
/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'
        return (self as Dictionary).xmlString
                        ^
/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'
        return (self as Dictionary).xmlString
                        ^
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLRepresentable.swift:28:25: note: explicitly specify the generic arguments to fix this issue
        return (self as Dictionary).xmlString
                        ^
                                  <<#Key: Hashable#>, Any>
[3/15] Compiling XMLMapper XMLParserHelper.swift
[4/15] Compiling XMLMapper XMLObjectParser.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:126:28: error: cannot find type 'XMLParserDelegate' in scope
extension XMLObjectParser: XMLParserDelegate {
                           ^~~~~~~~~~~~~~~~~
/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.
    func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String] = [:]) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
    func parser(_ parser: XMLParser, didEndElement elementName: String, namespaceURI: String?, qualifiedName qName: String?) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
    func parser(_ parser: XMLParser, foundCharacters string: String) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
    func parser(_ parser: XMLParser, foundCDATA CDATABlock: Data) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
    func parser(_ parser: XMLParser, foundComment comment: String) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
    func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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
        let parser = XMLParser(data: data)
                     ^~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:249:16: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
        parser.abortParsing()
        ~~~~~~ ^~~~~~~~~~~~
[5/15] Compiling XMLMapper XMLParserConstant.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:126:28: error: cannot find type 'XMLParserDelegate' in scope
extension XMLObjectParser: XMLParserDelegate {
                           ^~~~~~~~~~~~~~~~~
/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.
    func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String] = [:]) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
    func parser(_ parser: XMLParser, didEndElement elementName: String, namespaceURI: String?, qualifiedName qName: String?) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
    func parser(_ parser: XMLParser, foundCharacters string: String) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
    func parser(_ parser: XMLParser, foundCDATA CDATABlock: Data) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
    func parser(_ parser: XMLParser, foundComment comment: String) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
    func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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
        let parser = XMLParser(data: data)
                     ^~~~~~~~~
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:249:16: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
        parser.abortParsing()
        ~~~~~~ ^~~~~~~~~~~~
[6/15] Compiling XMLMapper XMLSerialization+Error.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/17] Compiling XMLMapper Dictionary+mapValues.swift
[8/17] Compiling XMLMapper FromXML.swift
[9/17] Compiling XMLMapper Dictionary+XMLParser.swift
[10/17] Compiling XMLMapper Dictionary+isEqual.swift
[11/17] Emitting module XMLMapper
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:126:28: error: cannot find type 'XMLParserDelegate' in scope
extension XMLObjectParser: XMLParserDelegate {
                           ^~~~~~~~~~~~~~~~~
/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.
    func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String] = [:]) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
    func parser(_ parser: XMLParser, didEndElement elementName: String, namespaceURI: String?, qualifiedName qName: String?) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
    func parser(_ parser: XMLParser, foundCharacters string: String) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
    func parser(_ parser: XMLParser, foundCDATA CDATABlock: Data) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
    func parser(_ parser: XMLParser, foundComment comment: String) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/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.
    func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
[12/21] 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
        return (self as Dictionary).attributes
                ^~~~
                     as! Dictionary<Key, Value>
/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'
        return (self as Dictionary).attributes
                        ^
/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'
        return (self as Dictionary).attributes
                        ^
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:12:25: note: explicitly specify the generic arguments to fix this issue
        return (self as Dictionary).attributes
                        ^
                                  <<#Key: Hashable#>, Any>
/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
        return (self as Dictionary).childNodes
                ^~~~
                     as! Dictionary<Key, Value>
/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'
        return (self as Dictionary).childNodes
                        ^
/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'
        return (self as Dictionary).childNodes
                        ^
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:16:25: note: explicitly specify the generic arguments to fix this issue
        return (self as Dictionary).childNodes
                        ^
                                  <<#Key: Hashable#>, Any>
/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
        return (self as Dictionary).comments
                ^~~~
                     as! Dictionary<Key, Value>
/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'
        return (self as Dictionary).comments
                        ^
/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'
        return (self as Dictionary).comments
                        ^
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:20:25: note: explicitly specify the generic arguments to fix this issue
        return (self as Dictionary).comments
                        ^
                                  <<#Key: Hashable#>, Any>
/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
        return (self as Dictionary).innerText
                ^~~~
                     as! Dictionary<Key, Value>
/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'
        return (self as Dictionary).innerText
                        ^
/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'
        return (self as Dictionary).innerText
                        ^
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:24:25: note: explicitly specify the generic arguments to fix this issue
        return (self as Dictionary).innerText
                        ^
                                  <<#Key: Hashable#>, Any>
[13/21] Compiling XMLMapper XMLMappable.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
        return (self as Dictionary).attributes
                ^~~~
                     as! Dictionary<Key, Value>
/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'
        return (self as Dictionary).attributes
                        ^
/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'
        return (self as Dictionary).attributes
                        ^
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:12:25: note: explicitly specify the generic arguments to fix this issue
        return (self as Dictionary).attributes
                        ^
                                  <<#Key: Hashable#>, Any>
/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
        return (self as Dictionary).childNodes
                ^~~~
                     as! Dictionary<Key, Value>
/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'
        return (self as Dictionary).childNodes
                        ^
/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'
        return (self as Dictionary).childNodes
                        ^
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:16:25: note: explicitly specify the generic arguments to fix this issue
        return (self as Dictionary).childNodes
                        ^
                                  <<#Key: Hashable#>, Any>
/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
        return (self as Dictionary).comments
                ^~~~
                     as! Dictionary<Key, Value>
/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'
        return (self as Dictionary).comments
                        ^
/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'
        return (self as Dictionary).comments
                        ^
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:20:25: note: explicitly specify the generic arguments to fix this issue
        return (self as Dictionary).comments
                        ^
                                  <<#Key: Hashable#>, Any>
/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
        return (self as Dictionary).innerText
                ^~~~
                     as! Dictionary<Key, Value>
/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'
        return (self as Dictionary).innerText
                        ^
/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'
        return (self as Dictionary).innerText
                        ^
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:24:25: note: explicitly specify the generic arguments to fix this issue
        return (self as Dictionary).innerText
                        ^
                                  <<#Key: Hashable#>, Any>
[14/21] Compiling XMLMapper XMLMapper.swift
[15/21] Compiling XMLMapper XMLNSDecimalNumberTransform.swift
[16/23] Compiling XMLMapper XMLEnumOperators.swift
[17/24] Compiling XMLMapper XMLDictionaryTransform.swift
[18/25] Compiling XMLMapper XMLSerialization.swift
[19/25] Compiling XMLMapper XMLSerialization+ReadingOptions.swift
[20/25] Compiling XMLMapper XMLStringConvertibleOperators.swift
[21/25] Compiling XMLMapper Operators.swift
[22/25] Compiling XMLMapper ToXML.swift
[23/25] Compiling XMLMapper XMLDataTransform.swift
[24/25] Compiling XMLMapper XMLTransformOperators.swift
[25/25] Compiling XMLMapper XMLMap.swift
error: fatalError
BUILD FAILURE 5.10 linux

Build Machine: Linux 2