Build Information
Failed to build FritzBoxKit, reference v0.5.0 (f2d9b1
), with Swift 6.0 for Linux on 27 Nov 2024 22:19:56 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.58.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: 6.0
Building package at path: $PWD
https://github.com/r-dent/FritzBoxKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/tadija/AEXML.git
Fetching https://github.com/gcharita/XMLMapper.git
[1/2102] Fetching aexml
[2103/4337] Fetching aexml, xmlmapper
Fetched https://github.com/tadija/AEXML.git from cache (0.29s)
Fetched https://github.com/gcharita/XMLMapper.git from cache (0.29s)
Computing version for https://github.com/gcharita/XMLMapper.git
Computed https://github.com/gcharita/XMLMapper.git at 1.6.1 (0.47s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (0.41s)
Creating working copy for https://github.com/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.7.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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/42] Emitting module XMLMapper
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:126:28: error: cannot find type 'XMLParserDelegate' in scope
124 | // MARK: - XMLParserDelegate
125 |
126 | extension XMLObjectParser: XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
127 | func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String] = [:]) {
128 | endText()
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:127:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
125 |
126 | extension XMLObjectParser: XMLParserDelegate {
127 | func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String] = [:]) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
128 | endText()
129 |
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:191:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
189 | }
190 |
191 | func parser(_ parser: XMLParser, didEndElement elementName: String, namespaceURI: String?, qualifiedName qName: String?) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
192 | endText()
193 |
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:222:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
220 | }
221 |
222 | func parser(_ parser: XMLParser, foundCharacters string: String) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
223 | addText(string)
224 | }
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:226:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
224 | }
225 |
226 | func parser(_ parser: XMLParser, foundCDATA CDATABlock: Data) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
227 | guard let string = String(data: CDATABlock, encoding: .utf8) else {
228 | return
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:233:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
231 | }
232 |
233 | func parser(_ parser: XMLParser, foundComment comment: String) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
234 | if preserveComments {
235 | let top = stack?.last
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:246:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
244 | }
245 |
246 | func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
247 | print(parseError)
248 | error = parseError
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
[6/46] Compiling XMLMapper XMLSerialization+ReadingOptions.swift
[7/46] Compiling XMLMapper XMLSerialization.swift
[8/46] Compiling XMLMapper XMLStringConvertibleOperators.swift
[9/46] Compiling XMLMapper XMLStringConvertibleTransform.swift
[10/46] Compiling XMLMapper XMLEnumOperators.swift
[11/46] Compiling XMLMapper XMLEnumTransform.swift
[12/46] Compiling XMLMapper XMLHexColorTransform.swift
[13/46] Compiling XMLMapper XMLMap.swift
[14/46] Compiling XMLMapper XMLMappable.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:126:28: error: cannot find type 'XMLParserDelegate' in scope
124 | // MARK: - XMLParserDelegate
125 |
126 | extension XMLObjectParser: XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
127 | func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String] = [:]) {
128 | endText()
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:127:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
125 |
126 | extension XMLObjectParser: XMLParserDelegate {
127 | func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String] = [:]) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
128 | endText()
129 |
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:191:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
189 | }
190 |
191 | func parser(_ parser: XMLParser, didEndElement elementName: String, namespaceURI: String?, qualifiedName qName: String?) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
192 | endText()
193 |
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:222:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
220 | }
221 |
222 | func parser(_ parser: XMLParser, foundCharacters string: String) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
223 | addText(string)
224 | }
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:226:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
224 | }
225 |
226 | func parser(_ parser: XMLParser, foundCDATA CDATABlock: Data) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
227 | guard let string = String(data: CDATABlock, encoding: .utf8) else {
228 | return
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:233:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
231 | }
232 |
233 | func parser(_ parser: XMLParser, foundComment comment: String) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
234 | if preserveComments {
235 | let top = stack?.last
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:246:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
244 | }
245 |
246 | func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
247 | print(parseError)
248 | error = parseError
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:59:22: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
57 | let xmlObjectParser = XMLObjectParser()
58 | xmlObjectParser.applyOptions(options)
59 | let parser = XMLParser(data: data)
| `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
60 | parser.delegate = xmlObjectParser
61 | parser.parse()
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:249:16: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
247 | print(parseError)
248 | error = parseError
249 | parser.abortParsing()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
250 | }
251 | }
[15/46] Compiling XMLMapper XMLMapper.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:126:28: error: cannot find type 'XMLParserDelegate' in scope
124 | // MARK: - XMLParserDelegate
125 |
126 | extension XMLObjectParser: XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
127 | func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String] = [:]) {
128 | endText()
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:127:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
125 |
126 | extension XMLObjectParser: XMLParserDelegate {
127 | func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String] = [:]) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
128 | endText()
129 |
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:191:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
189 | }
190 |
191 | func parser(_ parser: XMLParser, didEndElement elementName: String, namespaceURI: String?, qualifiedName qName: String?) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
192 | endText()
193 |
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:222:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
220 | }
221 |
222 | func parser(_ parser: XMLParser, foundCharacters string: String) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
223 | addText(string)
224 | }
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:226:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
224 | }
225 |
226 | func parser(_ parser: XMLParser, foundCDATA CDATABlock: Data) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
227 | guard let string = String(data: CDATABlock, encoding: .utf8) else {
228 | return
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:233:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
231 | }
232 |
233 | func parser(_ parser: XMLParser, foundComment comment: String) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
234 | if preserveComments {
235 | let top = stack?.last
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:246:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
244 | }
245 |
246 | func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
247 | print(parseError)
248 | error = parseError
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:59:22: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
57 | let xmlObjectParser = XMLObjectParser()
58 | xmlObjectParser.applyOptions(options)
59 | let parser = XMLParser(data: data)
| `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
60 | parser.delegate = xmlObjectParser
61 | parser.parse()
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:249:16: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
247 | print(parseError)
248 | error = parseError
249 | parser.abortParsing()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
250 | }
251 | }
[16/46] Compiling XMLMapper XMLNSDecimalNumberTransform.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:126:28: error: cannot find type 'XMLParserDelegate' in scope
124 | // MARK: - XMLParserDelegate
125 |
126 | extension XMLObjectParser: XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
127 | func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String] = [:]) {
128 | endText()
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:127:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
125 |
126 | extension XMLObjectParser: XMLParserDelegate {
127 | func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String] = [:]) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
128 | endText()
129 |
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:191:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
189 | }
190 |
191 | func parser(_ parser: XMLParser, didEndElement elementName: String, namespaceURI: String?, qualifiedName qName: String?) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
192 | endText()
193 |
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:222:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
220 | }
221 |
222 | func parser(_ parser: XMLParser, foundCharacters string: String) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
223 | addText(string)
224 | }
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:226:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
224 | }
225 |
226 | func parser(_ parser: XMLParser, foundCDATA CDATABlock: Data) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
227 | guard let string = String(data: CDATABlock, encoding: .utf8) else {
228 | return
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:233:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
231 | }
232 |
233 | func parser(_ parser: XMLParser, foundComment comment: String) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
234 | if preserveComments {
235 | let top = stack?.last
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:246:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
244 | }
245 |
246 | func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
247 | print(parseError)
248 | error = parseError
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:59:22: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
57 | let xmlObjectParser = XMLObjectParser()
58 | xmlObjectParser.applyOptions(options)
59 | let parser = XMLParser(data: data)
| `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
60 | parser.delegate = xmlObjectParser
61 | parser.parse()
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:249:16: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
247 | print(parseError)
248 | error = parseError
249 | parser.abortParsing()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
250 | }
251 | }
[17/46] Compiling XMLMapper XMLObjectParser.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:126:28: error: cannot find type 'XMLParserDelegate' in scope
124 | // MARK: - XMLParserDelegate
125 |
126 | extension XMLObjectParser: XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
127 | func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String] = [:]) {
128 | endText()
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:127:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
125 |
126 | extension XMLObjectParser: XMLParserDelegate {
127 | func parser(_ parser: XMLParser, didStartElement elementName: String, namespaceURI: String?, qualifiedName qName: String?, attributes attributeDict: [String : String] = [:]) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
128 | endText()
129 |
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:191:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
189 | }
190 |
191 | func parser(_ parser: XMLParser, didEndElement elementName: String, namespaceURI: String?, qualifiedName qName: String?) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
192 | endText()
193 |
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:222:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
220 | }
221 |
222 | func parser(_ parser: XMLParser, foundCharacters string: String) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
223 | addText(string)
224 | }
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:226:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
224 | }
225 |
226 | func parser(_ parser: XMLParser, foundCDATA CDATABlock: Data) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
227 | guard let string = String(data: CDATABlock, encoding: .utf8) else {
228 | return
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:233:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
231 | }
232 |
233 | func parser(_ parser: XMLParser, foundComment comment: String) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
234 | if preserveComments {
235 | let top = stack?.last
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:246:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
244 | }
245 |
246 | func parser(_ parser: XMLParser, parseErrorOccurred parseError: Error) {
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
247 | print(parseError)
248 | error = parseError
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:59:22: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
57 | let xmlObjectParser = XMLObjectParser()
58 | xmlObjectParser.applyOptions(options)
59 | let parser = XMLParser(data: data)
| `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
60 | parser.delegate = xmlObjectParser
61 | parser.parse()
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLObjectParser.swift:249:16: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
247 | print(parseError)
248 | error = parseError
249 | parser.abortParsing()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
250 | }
251 | }
[18/46] Compiling XMLMapper XMLParserConstant.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLRepresentable.swift:28:17: error: cannot convert value of type 'NSDictionary' to type 'Dictionary<Key, Value>' in coercion
26 | extension NSDictionary: XMLRepresentable {
27 | var xmlString: String {
28 | return (self as Dictionary).xmlString
| `- error: cannot convert value of type 'NSDictionary' to type 'Dictionary<Key, Value>' in coercion
29 | }
30 | }
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLRepresentable.swift:28:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
26 | extension NSDictionary: XMLRepresentable {
27 | var xmlString: String {
28 | return (self as Dictionary).xmlString
| `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
29 | }
30 | }
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLRepresentable.swift:28:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
26 | extension NSDictionary: XMLRepresentable {
27 | var xmlString: String {
28 | return (self as Dictionary).xmlString
| |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
| `- note: explicitly specify the generic arguments to fix this issue
29 | }
30 | }
[19/46] Compiling XMLMapper XMLParserHelper.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLRepresentable.swift:28:17: error: cannot convert value of type 'NSDictionary' to type 'Dictionary<Key, Value>' in coercion
26 | extension NSDictionary: XMLRepresentable {
27 | var xmlString: String {
28 | return (self as Dictionary).xmlString
| `- error: cannot convert value of type 'NSDictionary' to type 'Dictionary<Key, Value>' in coercion
29 | }
30 | }
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLRepresentable.swift:28:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
26 | extension NSDictionary: XMLRepresentable {
27 | var xmlString: String {
28 | return (self as Dictionary).xmlString
| `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
29 | }
30 | }
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLRepresentable.swift:28:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
26 | extension NSDictionary: XMLRepresentable {
27 | var xmlString: String {
28 | return (self as Dictionary).xmlString
| |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
| `- note: explicitly specify the generic arguments to fix this issue
29 | }
30 | }
[20/46] Compiling XMLMapper XMLRepresentable.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLRepresentable.swift:28:17: error: cannot convert value of type 'NSDictionary' to type 'Dictionary<Key, Value>' in coercion
26 | extension NSDictionary: XMLRepresentable {
27 | var xmlString: String {
28 | return (self as Dictionary).xmlString
| `- error: cannot convert value of type 'NSDictionary' to type 'Dictionary<Key, Value>' in coercion
29 | }
30 | }
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLRepresentable.swift:28:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
26 | extension NSDictionary: XMLRepresentable {
27 | var xmlString: String {
28 | return (self as Dictionary).xmlString
| `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
29 | }
30 | }
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLRepresentable.swift:28:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
26 | extension NSDictionary: XMLRepresentable {
27 | var xmlString: String {
28 | return (self as Dictionary).xmlString
| |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
| `- note: explicitly specify the generic arguments to fix this issue
29 | }
30 | }
[21/46] Compiling XMLMapper XMLSerialization+Error.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLRepresentable.swift:28:17: error: cannot convert value of type 'NSDictionary' to type 'Dictionary<Key, Value>' in coercion
26 | extension NSDictionary: XMLRepresentable {
27 | var xmlString: String {
28 | return (self as Dictionary).xmlString
| `- error: cannot convert value of type 'NSDictionary' to type 'Dictionary<Key, Value>' in coercion
29 | }
30 | }
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLRepresentable.swift:28:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
26 | extension NSDictionary: XMLRepresentable {
27 | var xmlString: String {
28 | return (self as Dictionary).xmlString
| `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
29 | }
30 | }
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/XMLRepresentable.swift:28:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
26 | extension NSDictionary: XMLRepresentable {
27 | var xmlString: String {
28 | return (self as Dictionary).xmlString
| |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
| `- note: explicitly specify the generic arguments to fix this issue
29 | }
30 | }
[22/46] Compiling XMLMapper XMLDataTransform.swift
[23/46] Compiling XMLMapper XMLDateFormatterTransform.swift
[24/46] Compiling XMLMapper XMLDateTransform.swift
[25/46] Compiling XMLMapper XMLDictionaryTransform.swift
[26/46] Compiling AEXML Options.swift
[27/46] Compiling AEXML Element.swift
[28/46] Compiling AEXML Error.swift
[29/46] Compiling AEXML Parser.swift
[30/46] Compiling AEXML Builders.swift
[31/46] Compiling AEXML Document.swift
[32/46] Emitting module AEXML
[33/47] Compiling XMLMapper Operators.swift
[34/47] Compiling XMLMapper Sequence+compactMap.swift
[35/47] Compiling XMLMapper String+XMLParser.swift
[36/47] Compiling XMLMapper ToXML.swift
[37/47] Compiling XMLMapper XMLCustomDateFormatTransform.swift
[38/47] Compiling XMLMapper Dictionary+XMLParser.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:12:17: error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
10 | extension NSMutableDictionary {
11 | var attributes: [String: String]? {
12 | return (self as Dictionary).attributes
| `- error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
13 | }
14 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:12:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
10 | extension NSMutableDictionary {
11 | var attributes: [String: String]? {
12 | return (self as Dictionary).attributes
| `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
13 | }
14 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:12:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
10 | extension NSMutableDictionary {
11 | var attributes: [String: String]? {
12 | return (self as Dictionary).attributes
| |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
| `- note: explicitly specify the generic arguments to fix this issue
13 | }
14 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:16:17: error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
14 |
15 | var childNodes: [String: Any]? {
16 | return (self as Dictionary).childNodes
| `- error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
17 | }
18 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:16:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
14 |
15 | var childNodes: [String: Any]? {
16 | return (self as Dictionary).childNodes
| `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
17 | }
18 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:16:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
14 |
15 | var childNodes: [String: Any]? {
16 | return (self as Dictionary).childNodes
| |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
| `- note: explicitly specify the generic arguments to fix this issue
17 | }
18 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:20:17: error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
18 |
19 | var comments: [String]? {
20 | return (self as Dictionary).comments
| `- error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
21 | }
22 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:20:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
18 |
19 | var comments: [String]? {
20 | return (self as Dictionary).comments
| `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
21 | }
22 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:20:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
18 |
19 | var comments: [String]? {
20 | return (self as Dictionary).comments
| |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
| `- note: explicitly specify the generic arguments to fix this issue
21 | }
22 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:24:17: error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
22 |
23 | var innerText: String? {
24 | return (self as Dictionary).innerText
| `- error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
25 | }
26 | }
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:24:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
22 |
23 | var innerText: String? {
24 | return (self as Dictionary).innerText
| `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
25 | }
26 | }
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:24:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
22 |
23 | var innerText: String? {
24 | return (self as Dictionary).innerText
| |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
| `- note: explicitly specify the generic arguments to fix this issue
25 | }
26 | }
[39/47] Compiling XMLMapper Dictionary+isEqual.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:12:17: error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
10 | extension NSMutableDictionary {
11 | var attributes: [String: String]? {
12 | return (self as Dictionary).attributes
| `- error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
13 | }
14 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:12:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
10 | extension NSMutableDictionary {
11 | var attributes: [String: String]? {
12 | return (self as Dictionary).attributes
| `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
13 | }
14 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:12:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
10 | extension NSMutableDictionary {
11 | var attributes: [String: String]? {
12 | return (self as Dictionary).attributes
| |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
| `- note: explicitly specify the generic arguments to fix this issue
13 | }
14 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:16:17: error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
14 |
15 | var childNodes: [String: Any]? {
16 | return (self as Dictionary).childNodes
| `- error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
17 | }
18 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:16:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
14 |
15 | var childNodes: [String: Any]? {
16 | return (self as Dictionary).childNodes
| `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
17 | }
18 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:16:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
14 |
15 | var childNodes: [String: Any]? {
16 | return (self as Dictionary).childNodes
| |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
| `- note: explicitly specify the generic arguments to fix this issue
17 | }
18 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:20:17: error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
18 |
19 | var comments: [String]? {
20 | return (self as Dictionary).comments
| `- error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
21 | }
22 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:20:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
18 |
19 | var comments: [String]? {
20 | return (self as Dictionary).comments
| `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
21 | }
22 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:20:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
18 |
19 | var comments: [String]? {
20 | return (self as Dictionary).comments
| |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
| `- note: explicitly specify the generic arguments to fix this issue
21 | }
22 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:24:17: error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
22 |
23 | var innerText: String? {
24 | return (self as Dictionary).innerText
| `- error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
25 | }
26 | }
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:24:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
22 |
23 | var innerText: String? {
24 | return (self as Dictionary).innerText
| `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
25 | }
26 | }
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:24:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
22 |
23 | var innerText: String? {
24 | return (self as Dictionary).innerText
| |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
| `- note: explicitly specify the generic arguments to fix this issue
25 | }
26 | }
[40/47] Compiling XMLMapper Dictionary+mapValues.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:12:17: error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
10 | extension NSMutableDictionary {
11 | var attributes: [String: String]? {
12 | return (self as Dictionary).attributes
| `- error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
13 | }
14 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:12:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
10 | extension NSMutableDictionary {
11 | var attributes: [String: String]? {
12 | return (self as Dictionary).attributes
| `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
13 | }
14 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:12:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
10 | extension NSMutableDictionary {
11 | var attributes: [String: String]? {
12 | return (self as Dictionary).attributes
| |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
| `- note: explicitly specify the generic arguments to fix this issue
13 | }
14 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:16:17: error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
14 |
15 | var childNodes: [String: Any]? {
16 | return (self as Dictionary).childNodes
| `- error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
17 | }
18 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:16:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
14 |
15 | var childNodes: [String: Any]? {
16 | return (self as Dictionary).childNodes
| `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
17 | }
18 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:16:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
14 |
15 | var childNodes: [String: Any]? {
16 | return (self as Dictionary).childNodes
| |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
| `- note: explicitly specify the generic arguments to fix this issue
17 | }
18 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:20:17: error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
18 |
19 | var comments: [String]? {
20 | return (self as Dictionary).comments
| `- error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
21 | }
22 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:20:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
18 |
19 | var comments: [String]? {
20 | return (self as Dictionary).comments
| `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
21 | }
22 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:20:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
18 |
19 | var comments: [String]? {
20 | return (self as Dictionary).comments
| |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
| `- note: explicitly specify the generic arguments to fix this issue
21 | }
22 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:24:17: error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
22 |
23 | var innerText: String? {
24 | return (self as Dictionary).innerText
| `- error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
25 | }
26 | }
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:24:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
22 |
23 | var innerText: String? {
24 | return (self as Dictionary).innerText
| `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
25 | }
26 | }
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:24:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
22 |
23 | var innerText: String? {
24 | return (self as Dictionary).innerText
| |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
| `- note: explicitly specify the generic arguments to fix this issue
25 | }
26 | }
[41/47] Compiling XMLMapper FromXML.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:12:17: error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
10 | extension NSMutableDictionary {
11 | var attributes: [String: String]? {
12 | return (self as Dictionary).attributes
| `- error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
13 | }
14 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:12:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
10 | extension NSMutableDictionary {
11 | var attributes: [String: String]? {
12 | return (self as Dictionary).attributes
| `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
13 | }
14 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:12:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
10 | extension NSMutableDictionary {
11 | var attributes: [String: String]? {
12 | return (self as Dictionary).attributes
| |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
| `- note: explicitly specify the generic arguments to fix this issue
13 | }
14 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:16:17: error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
14 |
15 | var childNodes: [String: Any]? {
16 | return (self as Dictionary).childNodes
| `- error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
17 | }
18 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:16:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
14 |
15 | var childNodes: [String: Any]? {
16 | return (self as Dictionary).childNodes
| `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
17 | }
18 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:16:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
14 |
15 | var childNodes: [String: Any]? {
16 | return (self as Dictionary).childNodes
| |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
| `- note: explicitly specify the generic arguments to fix this issue
17 | }
18 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:20:17: error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
18 |
19 | var comments: [String]? {
20 | return (self as Dictionary).comments
| `- error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
21 | }
22 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:20:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
18 |
19 | var comments: [String]? {
20 | return (self as Dictionary).comments
| `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
21 | }
22 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:20:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
18 |
19 | var comments: [String]? {
20 | return (self as Dictionary).comments
| |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
| `- note: explicitly specify the generic arguments to fix this issue
21 | }
22 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:24:17: error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
22 |
23 | var innerText: String? {
24 | return (self as Dictionary).innerText
| `- error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
25 | }
26 | }
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:24:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
22 |
23 | var innerText: String? {
24 | return (self as Dictionary).innerText
| `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
25 | }
26 | }
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:24:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
22 |
23 | var innerText: String? {
24 | return (self as Dictionary).innerText
| |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
| `- note: explicitly specify the generic arguments to fix this issue
25 | }
26 | }
[42/47] Compiling XMLMapper NSMutableDictionary+XMLParser.swift
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:12:17: error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
10 | extension NSMutableDictionary {
11 | var attributes: [String: String]? {
12 | return (self as Dictionary).attributes
| `- error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
13 | }
14 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:12:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
10 | extension NSMutableDictionary {
11 | var attributes: [String: String]? {
12 | return (self as Dictionary).attributes
| `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
13 | }
14 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:12:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
10 | extension NSMutableDictionary {
11 | var attributes: [String: String]? {
12 | return (self as Dictionary).attributes
| |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
| `- note: explicitly specify the generic arguments to fix this issue
13 | }
14 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:16:17: error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
14 |
15 | var childNodes: [String: Any]? {
16 | return (self as Dictionary).childNodes
| `- error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
17 | }
18 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:16:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
14 |
15 | var childNodes: [String: Any]? {
16 | return (self as Dictionary).childNodes
| `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
17 | }
18 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:16:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
14 |
15 | var childNodes: [String: Any]? {
16 | return (self as Dictionary).childNodes
| |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
| `- note: explicitly specify the generic arguments to fix this issue
17 | }
18 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:20:17: error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
18 |
19 | var comments: [String]? {
20 | return (self as Dictionary).comments
| `- error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
21 | }
22 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:20:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
18 |
19 | var comments: [String]? {
20 | return (self as Dictionary).comments
| `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
21 | }
22 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:20:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
18 |
19 | var comments: [String]? {
20 | return (self as Dictionary).comments
| |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
| `- note: explicitly specify the generic arguments to fix this issue
21 | }
22 |
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:24:17: error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
22 |
23 | var innerText: String? {
24 | return (self as Dictionary).innerText
| `- error: cannot convert value of type 'NSMutableDictionary' to type 'Dictionary<Key, Value>' in coercion
25 | }
26 | }
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:24:25: error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
22 |
23 | var innerText: String? {
24 | return (self as Dictionary).innerText
| `- error: generic parameter 'Key' could not be inferred in cast to 'Dictionary'
25 | }
26 | }
/host/spi-builder-workspace/.build/checkouts/XMLMapper/XMLMapper/Classes/NSMutableDictionary+XMLParser.swift:24:25: error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
22 |
23 | var innerText: String? {
24 | return (self as Dictionary).innerText
| |- error: generic parameter 'Value' could not be inferred in cast to 'Dictionary'
| `- note: explicitly specify the generic arguments to fix this issue
25 | }
26 | }
[44/47] Compiling XMLMapper XMLTransformOf.swift
[45/47] Compiling XMLMapper XMLTransformOperators.swift
[46/47] Compiling XMLMapper XMLTransformType.swift
[47/47] Compiling XMLMapper XMLURLTransform.swift
BUILD FAILURE 6.0 linux