The Swift Package Index logo.Swift Package Index

Build Information

Failed to build XMLMapper with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4609320-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.22.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/gcharita/XMLMapper.git
Reference: 2.0.0
Cloned https://github.com/gcharita/XMLMapper.git into spi-builder-workspace
SUCCESS checkout https://github.com/gcharita/XMLMapper.git at 2.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4609320-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/33] Emitting module XMLMapper
/host/spi-builder-workspace/XMLMapper/Classes/XMLObjectParser.swift:151:28: error: cannot find type 'XMLParserDelegate' in scope
extension XMLObjectParser: XMLParserDelegate {
                           ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/XMLMapper/Classes/XMLObjectParser.swift:152: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/XMLMapper/Classes/XMLObjectParser.swift:217: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/XMLMapper/Classes/XMLObjectParser.swift:259: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/XMLMapper/Classes/XMLObjectParser.swift:263: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/XMLMapper/Classes/XMLObjectParser.swift:274: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/XMLMapper/Classes/XMLObjectParser.swift:287: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/XMLMapper/Classes/XMLObjectParser.swift:293:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
    func parser(_ parser: XMLParser, validationErrorOccurred validationError: Error) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
[2/37] Compiling XMLMapper XMLMappable.swift
/host/spi-builder-workspace/XMLMapper/Classes/XMLObjectParser.swift:151:28: error: cannot find type 'XMLParserDelegate' in scope
extension XMLObjectParser: XMLParserDelegate {
                           ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/XMLMapper/Classes/XMLObjectParser.swift:152: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/XMLMapper/Classes/XMLObjectParser.swift:217: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/XMLMapper/Classes/XMLObjectParser.swift:259: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/XMLMapper/Classes/XMLObjectParser.swift:263: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/XMLMapper/Classes/XMLObjectParser.swift:274: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/XMLMapper/Classes/XMLObjectParser.swift:287: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/XMLMapper/Classes/XMLObjectParser.swift:293:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
    func parser(_ parser: XMLParser, validationErrorOccurred validationError: Error) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/host/spi-builder-workspace/XMLMapper/Classes/XMLObjectParser.swift:62:22: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
        let parser = XMLParser(data: data)
                     ^~~~~~~~~
/host/spi-builder-workspace/XMLMapper/Classes/XMLObjectParser.swift:290:16: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
        parser.abortParsing()
        ~~~~~~ ^~~~~~~~~~~~
/host/spi-builder-workspace/XMLMapper/Classes/XMLObjectParser.swift:296:16: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
        parser.abortParsing()
        ~~~~~~ ^~~~~~~~~~~~
[3/37] Compiling XMLMapper XMLMapper.swift
/host/spi-builder-workspace/XMLMapper/Classes/XMLObjectParser.swift:151:28: error: cannot find type 'XMLParserDelegate' in scope
extension XMLObjectParser: XMLParserDelegate {
                           ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/XMLMapper/Classes/XMLObjectParser.swift:152: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/XMLMapper/Classes/XMLObjectParser.swift:217: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/XMLMapper/Classes/XMLObjectParser.swift:259: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/XMLMapper/Classes/XMLObjectParser.swift:263: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/XMLMapper/Classes/XMLObjectParser.swift:274: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/XMLMapper/Classes/XMLObjectParser.swift:287: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/XMLMapper/Classes/XMLObjectParser.swift:293:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
    func parser(_ parser: XMLParser, validationErrorOccurred validationError: Error) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/host/spi-builder-workspace/XMLMapper/Classes/XMLObjectParser.swift:62:22: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
        let parser = XMLParser(data: data)
                     ^~~~~~~~~
/host/spi-builder-workspace/XMLMapper/Classes/XMLObjectParser.swift:290:16: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
        parser.abortParsing()
        ~~~~~~ ^~~~~~~~~~~~
/host/spi-builder-workspace/XMLMapper/Classes/XMLObjectParser.swift:296:16: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
        parser.abortParsing()
        ~~~~~~ ^~~~~~~~~~~~
[4/37] Compiling XMLMapper XMLNSDecimalNumberTransform.swift
/host/spi-builder-workspace/XMLMapper/Classes/XMLObjectParser.swift:151:28: error: cannot find type 'XMLParserDelegate' in scope
extension XMLObjectParser: XMLParserDelegate {
                           ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/XMLMapper/Classes/XMLObjectParser.swift:152: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/XMLMapper/Classes/XMLObjectParser.swift:217: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/XMLMapper/Classes/XMLObjectParser.swift:259: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/XMLMapper/Classes/XMLObjectParser.swift:263: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/XMLMapper/Classes/XMLObjectParser.swift:274: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/XMLMapper/Classes/XMLObjectParser.swift:287: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/XMLMapper/Classes/XMLObjectParser.swift:293:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
    func parser(_ parser: XMLParser, validationErrorOccurred validationError: Error) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/host/spi-builder-workspace/XMLMapper/Classes/XMLObjectParser.swift:62:22: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
        let parser = XMLParser(data: data)
                     ^~~~~~~~~
/host/spi-builder-workspace/XMLMapper/Classes/XMLObjectParser.swift:290:16: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
        parser.abortParsing()
        ~~~~~~ ^~~~~~~~~~~~
/host/spi-builder-workspace/XMLMapper/Classes/XMLObjectParser.swift:296:16: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
        parser.abortParsing()
        ~~~~~~ ^~~~~~~~~~~~
[5/37] Compiling XMLMapper XMLObjectParser.swift
/host/spi-builder-workspace/XMLMapper/Classes/XMLObjectParser.swift:151:28: error: cannot find type 'XMLParserDelegate' in scope
extension XMLObjectParser: XMLParserDelegate {
                           ^~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/XMLMapper/Classes/XMLObjectParser.swift:152: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/XMLMapper/Classes/XMLObjectParser.swift:217: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/XMLMapper/Classes/XMLObjectParser.swift:259: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/XMLMapper/Classes/XMLObjectParser.swift:263: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/XMLMapper/Classes/XMLObjectParser.swift:274: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/XMLMapper/Classes/XMLObjectParser.swift:287: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/XMLMapper/Classes/XMLObjectParser.swift:293:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
    func parser(_ parser: XMLParser, validationErrorOccurred validationError: Error) {
                          ^~~~~~~~~
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
public typealias XMLParser = AnyObject
                 ^
/host/spi-builder-workspace/XMLMapper/Classes/XMLObjectParser.swift:62:22: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
        let parser = XMLParser(data: data)
                     ^~~~~~~~~
/host/spi-builder-workspace/XMLMapper/Classes/XMLObjectParser.swift:290:16: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
        parser.abortParsing()
        ~~~~~~ ^~~~~~~~~~~~
/host/spi-builder-workspace/XMLMapper/Classes/XMLObjectParser.swift:296:16: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
        parser.abortParsing()
        ~~~~~~ ^~~~~~~~~~~~
[6/37] Compiling XMLMapper NSMutableDictionary+XMLParser.swift
/host/spi-builder-workspace/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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>
/host/spi-builder-workspace/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:28:17: error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
        return (self as Dictionary).innerCDATA
                ^~~~
                     as! Dictionary<Key, Value>
/host/spi-builder-workspace/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:28:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
        return (self as Dictionary).innerCDATA
                        ^
/host/spi-builder-workspace/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:28:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
        return (self as Dictionary).innerCDATA
                        ^
/host/spi-builder-workspace/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:28:25: note: explicitly specify the generic arguments to fix this issue
        return (self as Dictionary).innerCDATA
                        ^
                                  <<#Key: Hashable#>, Any>
[7/37] Compiling XMLMapper Operators.swift
/host/spi-builder-workspace/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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>
/host/spi-builder-workspace/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:28:17: error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
        return (self as Dictionary).innerCDATA
                ^~~~
                     as! Dictionary<Key, Value>
/host/spi-builder-workspace/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:28:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
        return (self as Dictionary).innerCDATA
                        ^
/host/spi-builder-workspace/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:28:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
        return (self as Dictionary).innerCDATA
                        ^
/host/spi-builder-workspace/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:28:25: note: explicitly specify the generic arguments to fix this issue
        return (self as Dictionary).innerCDATA
                        ^
                                  <<#Key: Hashable#>, Any>
[8/37] Compiling XMLMapper Sequence+compactMap.swift
/host/spi-builder-workspace/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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>
/host/spi-builder-workspace/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:28:17: error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
        return (self as Dictionary).innerCDATA
                ^~~~
                     as! Dictionary<Key, Value>
/host/spi-builder-workspace/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:28:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
        return (self as Dictionary).innerCDATA
                        ^
/host/spi-builder-workspace/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:28:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
        return (self as Dictionary).innerCDATA
                        ^
/host/spi-builder-workspace/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:28:25: note: explicitly specify the generic arguments to fix this issue
        return (self as Dictionary).innerCDATA
                        ^
                                  <<#Key: Hashable#>, Any>
[9/37] Compiling XMLMapper String+XMLParser.swift
/host/spi-builder-workspace/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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>
/host/spi-builder-workspace/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:28:17: error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
        return (self as Dictionary).innerCDATA
                ^~~~
                     as! Dictionary<Key, Value>
/host/spi-builder-workspace/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:28:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
        return (self as Dictionary).innerCDATA
                        ^
/host/spi-builder-workspace/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:28:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
        return (self as Dictionary).innerCDATA
                        ^
/host/spi-builder-workspace/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:28:25: note: explicitly specify the generic arguments to fix this issue
        return (self as Dictionary).innerCDATA
                        ^
                                  <<#Key: Hashable#>, Any>
[10/37] Compiling XMLMapper ToXML.swift
/host/spi-builder-workspace/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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>
/host/spi-builder-workspace/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:28:17: error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
        return (self as Dictionary).innerCDATA
                ^~~~
                     as! Dictionary<Key, Value>
/host/spi-builder-workspace/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:28:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
        return (self as Dictionary).innerCDATA
                        ^
/host/spi-builder-workspace/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:28:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
        return (self as Dictionary).innerCDATA
                        ^
/host/spi-builder-workspace/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:28:25: note: explicitly specify the generic arguments to fix this issue
        return (self as Dictionary).innerCDATA
                        ^
                                  <<#Key: Hashable#>, Any>
[11/37] Compiling XMLMapper XMLCDATATransform.swift
[12/37] Compiling XMLMapper XMLCustomDateFormatTransform.swift
[13/37] Compiling XMLMapper XMLDataTransform.swift
[14/37] Compiling XMLMapper XMLDateFormatterTransform.swift
[15/37] Compiling XMLMapper XMLDateTransform.swift
[16/37] Compiling XMLMapper XMLTransformOf.swift
/host/spi-builder-workspace/XMLMapper/Classes/XMLTransformOperators.swift:318:52: warning: tuple conversion from '(key: String, value: [Any])' to '(key: String, values: [Any])' mismatches labels
        let transformedDictionary = dictionary.map { (arg: (key: String, values: [Any])) -> (String, [Transform.Object]) in
                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/XMLMapper/Classes/XMLTransformOperators.swift:354:52: warning: tuple conversion from '(key: String, value: [Any])' to '(key: String, values: [Any])' mismatches labels
        let transformedDictionary = dictionary.map { (arg: (key: String, values: [Any])) -> (String, [Transform.Object]) in
                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/XMLMapper/Classes/XMLTransformOperators.swift:375:47: warning: tuple conversion from '(key: String, value: [Transform.Object])' to '(key: String, values: [Transform.Object])' mismatches labels
        let transformedDictionary = left?.map { (arg: (key: String, values: [Transform.Object])) in
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[17/37] Compiling XMLMapper XMLTransformOperators.swift
/host/spi-builder-workspace/XMLMapper/Classes/XMLTransformOperators.swift:318:52: warning: tuple conversion from '(key: String, value: [Any])' to '(key: String, values: [Any])' mismatches labels
        let transformedDictionary = dictionary.map { (arg: (key: String, values: [Any])) -> (String, [Transform.Object]) in
                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/XMLMapper/Classes/XMLTransformOperators.swift:354:52: warning: tuple conversion from '(key: String, value: [Any])' to '(key: String, values: [Any])' mismatches labels
        let transformedDictionary = dictionary.map { (arg: (key: String, values: [Any])) -> (String, [Transform.Object]) in
                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/XMLMapper/Classes/XMLTransformOperators.swift:375:47: warning: tuple conversion from '(key: String, value: [Transform.Object])' to '(key: String, values: [Transform.Object])' mismatches labels
        let transformedDictionary = left?.map { (arg: (key: String, values: [Transform.Object])) in
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[18/37] Compiling XMLMapper XMLTransformType.swift
/host/spi-builder-workspace/XMLMapper/Classes/XMLTransformOperators.swift:318:52: warning: tuple conversion from '(key: String, value: [Any])' to '(key: String, values: [Any])' mismatches labels
        let transformedDictionary = dictionary.map { (arg: (key: String, values: [Any])) -> (String, [Transform.Object]) in
                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/XMLMapper/Classes/XMLTransformOperators.swift:354:52: warning: tuple conversion from '(key: String, value: [Any])' to '(key: String, values: [Any])' mismatches labels
        let transformedDictionary = dictionary.map { (arg: (key: String, values: [Any])) -> (String, [Transform.Object]) in
                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/XMLMapper/Classes/XMLTransformOperators.swift:375:47: warning: tuple conversion from '(key: String, value: [Transform.Object])' to '(key: String, values: [Transform.Object])' mismatches labels
        let transformedDictionary = left?.map { (arg: (key: String, values: [Transform.Object])) in
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[19/37] Compiling XMLMapper XMLURLTransform.swift
/host/spi-builder-workspace/XMLMapper/Classes/XMLTransformOperators.swift:318:52: warning: tuple conversion from '(key: String, value: [Any])' to '(key: String, values: [Any])' mismatches labels
        let transformedDictionary = dictionary.map { (arg: (key: String, values: [Any])) -> (String, [Transform.Object]) in
                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/XMLMapper/Classes/XMLTransformOperators.swift:354:52: warning: tuple conversion from '(key: String, value: [Any])' to '(key: String, values: [Any])' mismatches labels
        let transformedDictionary = dictionary.map { (arg: (key: String, values: [Any])) -> (String, [Transform.Object]) in
                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/XMLMapper/Classes/XMLTransformOperators.swift:375:47: warning: tuple conversion from '(key: String, value: [Transform.Object])' to '(key: String, values: [Transform.Object])' mismatches labels
        let transformedDictionary = left?.map { (arg: (key: String, values: [Transform.Object])) in
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[20/37] Compiling XMLMapper Array+cdataString.swift
[21/37] Compiling XMLMapper Dictionary+XMLParser.swift
[22/37] Compiling XMLMapper Dictionary+isEqual.swift
[23/37] Compiling XMLMapper Dictionary+mapValues.swift
[24/37] Compiling XMLMapper FromXML.swift
[25/37] Compiling XMLMapper XMLSerialization+ReadingOptions.swift
[26/37] Compiling XMLMapper XMLSerialization.swift
[27/37] Compiling XMLMapper XMLStringConvertibleOperators.swift
[28/37] Compiling XMLMapper XMLStringConvertibleTransform.swift
[29/37] Compiling XMLMapper XMLParserConstant.swift
/host/spi-builder-workspace/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/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/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/XMLMapper/Classes/XMLRepresentable.swift:28:25: note: explicitly specify the generic arguments to fix this issue
        return (self as Dictionary).xmlString
                        ^
                                  <<#Key: Hashable#>, Any>
[30/37] Compiling XMLMapper XMLParserHelper.swift
/host/spi-builder-workspace/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/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/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/XMLMapper/Classes/XMLRepresentable.swift:28:25: note: explicitly specify the generic arguments to fix this issue
        return (self as Dictionary).xmlString
                        ^
                                  <<#Key: Hashable#>, Any>
[31/37] Compiling XMLMapper XMLRepresentable.swift
/host/spi-builder-workspace/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/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/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/XMLMapper/Classes/XMLRepresentable.swift:28:25: note: explicitly specify the generic arguments to fix this issue
        return (self as Dictionary).xmlString
                        ^
                                  <<#Key: Hashable#>, Any>
[32/37] Compiling XMLMapper XMLSerialization+Error.swift
/host/spi-builder-workspace/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/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/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/XMLMapper/Classes/XMLRepresentable.swift:28:25: note: explicitly specify the generic arguments to fix this issue
        return (self as Dictionary).xmlString
                        ^
                                  <<#Key: Hashable#>, Any>
[33/37] Compiling XMLMapper XMLDictionaryTransform.swift
[34/37] Compiling XMLMapper XMLEnumOperators.swift
[35/37] Compiling XMLMapper XMLEnumTransform.swift
[36/37] Compiling XMLMapper XMLHexColorTransform.swift
[37/37] Compiling XMLMapper XMLMap.swift
error: fatalError
BUILD FAILURE 5.9 linux

Build Machine: Linux 2