Build Information
Failed to build AudioMarker, reference 0.1.0 (687bc3), with Swift 6.3 for Wasm on 18 Apr 2026 14:41:15 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/atelier-socle/swift-audio-marker.git
Reference: 0.1.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/atelier-socle/swift-audio-marker
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at 687bc30 ci: fix coverage binary lookup — exclude dSYM paths from find
Cloned https://github.com/atelier-socle/swift-audio-marker.git
Revision (git rev-parse @):
687bc30e3adcde9b65eac3caa43e9940d183b59d
SUCCESS checkout https://github.com/atelier-socle/swift-audio-marker.git at 0.1.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/atelier-socle/swift-audio-marker.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/apple/swift-argument-parser.git
[1/17529] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.31s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (2.25s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.7.1
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/15] Write sources
[7/15] Write swift-version-24593BA9C3E375BF.txt
[9/91] Emitting module ArgumentParserToolInfo
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/91] Emitting module AudioMarker
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:78:57: error: cannot find type 'XMLParserDelegate' in scope
76 | // MARK: - XML Parser Delegate
77 |
78 | private final class PodloveXMLParserDelegate: NSObject, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
79 |
80 | var chapters = ChapterList()
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:84:19: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
82 |
83 | func parser(
84 | _ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
85 | didStartElement elementName: String,
86 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:79:51: error: cannot find type 'XMLParserDelegate' in scope
77 | /// Uses `Foundation.XMLParser` (the only native Swift XML parser).
78 | /// This class is required because `XMLParserDelegate` is an `@objc` protocol.
79 | private final class TTMLParserDelegate: NSObject, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
80 |
81 | // MARK: - State
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:183:19: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
181 |
182 | func parser(
183 | _ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
184 | didStartElement elementName: String,
185 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:208:19: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
206 |
207 | func parser(
208 | _ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
209 | didEndElement elementName: String,
210 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:229:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
227 | }
228 |
229 | 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.
230 | if inSpan {
231 | currentSpanText += string
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:239:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
237 | }
238 |
239 | 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.
240 | if self.parseError == nil {
241 | self.parseError = .invalidXML(parseError.localizedDescription)
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
[11/101] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/102] Wrapping AST for ArgumentParserToolInfo for debugging
[14/148] Compiling AudioMarker ID3Error.swift
[15/148] Compiling AudioMarker ID3Frame.swift
[16/148] Compiling AudioMarker ID3FrameBuilder.swift
[17/148] Compiling AudioMarker ID3FrameID.swift
[18/148] Compiling AudioMarker ID3FrameParser.swift
[19/148] Compiling AudioMarker ID3Header.swift
[20/148] Compiling AudioMarker ID3Reader.swift
[21/148] Compiling AudioMarker ID3TagBuilder.swift
[22/148] Compiling AudioMarker ID3TextEncoding.swift
[23/148] Compiling AudioMarker ID3Version.swift
[24/148] Compiling ArgumentParser SequenceExtensions.swift
[25/148] Compiling ArgumentParser StringExtensions.swift
[26/148] Compiling ArgumentParser SwiftExtensions.swift
[27/148] Compiling AudioMarker LyricLine.swift
[28/148] Compiling AudioMarker LyricSegment.swift
[29/148] Compiling AudioMarker PrivateData.swift
[30/148] Compiling AudioMarker SynchronizedLyrics.swift
[31/148] Compiling AudioMarker UniqueFileIdentifier.swift
[32/148] Compiling AudioMarker BinaryReader.swift
[33/148] Compiling AudioMarker BinaryWriter.swift
[34/148] Compiling ArgumentParser ArgumentVisibility.swift
[35/148] Compiling ArgumentParser CompletionKind.swift
[36/148] Compiling ArgumentParser Errors.swift
[37/148] Compiling ArgumentParser Flag.swift
[38/148] Compiling ArgumentParser NameSpecification.swift
[39/148] Compiling ArgumentParser Option.swift
[40/148] Compiling ArgumentParser OptionGroup.swift
[41/148] Compiling ArgumentParser BashCompletionsGenerator.swift
[42/148] Compiling ArgumentParser CompletionsGenerator.swift
[43/148] Compiling ArgumentParser FishCompletionsGenerator.swift
[44/148] Compiling ArgumentParser ZshCompletionsGenerator.swift
[45/148] Compiling AudioMarker FileReader.swift
[46/148] Compiling AudioMarker FileWriter.swift
[47/148] Compiling AudioMarker StreamingConstants.swift
[48/148] Compiling AudioMarker StreamingError.swift
[49/148] Compiling AudioMarker AudioValidator.swift
[50/148] Compiling AudioMarker ChapterValidationRules.swift
[51/148] Compiling AudioMarker MetadataValidationRules.swift
[52/148] Compiling AudioMarker ValidationIssue.swift
[53/148] Compiling AudioMarker ValidationResult.swift
[54/148] Compiling AudioMarker ValidationRule.swift
[55/148] Compiling AudioMarker Configuration.swift
[56/148] Compiling AudioMarker ChapterExporter.swift
[57/148] Compiling AudioMarker CueSheetExporter.swift
[58/148] Compiling AudioMarker ExportError.swift
[59/148] Compiling AudioMarker ExportFormat.swift
[60/148] Compiling AudioMarker FFMetadataExporter.swift
[61/148] Compiling AudioMarker LRCParser.swift
[62/148] Compiling AudioMarker MP4ChapsExporter.swift
[63/148] Compiling AudioMarker MarkdownExporter.swift
[64/148] Compiling AudioMarker PodcastNamespaceParser.swift
[65/148] Compiling AudioMarker PodloveJSONExporter.swift
[66/148] Compiling ArgumentParser ArgumentDecoder.swift
[67/148] Compiling ArgumentParser ArgumentDefinition.swift
[68/148] Compiling ArgumentParser ArgumentSet.swift
[69/148] Compiling ArgumentParser CommandParser.swift
[70/148] Compiling ArgumentParser InputKey.swift
[71/148] Compiling ArgumentParser DumpHelpGenerator.swift
[72/148] Compiling ArgumentParser HelpCommand.swift
[73/148] Compiling ArgumentParser HelpGenerator.swift
[74/148] Compiling ArgumentParser MessageInfo.swift
[75/148] Compiling ArgumentParser UsageGenerator.swift
[76/148] Compiling ArgumentParser CollectionExtensions.swift
[77/148] Compiling ArgumentParser InputOrigin.swift
[78/148] Compiling ArgumentParser Name.swift
[79/148] Compiling ArgumentParser Parsed.swift
[80/148] Compiling ArgumentParser ParsedValues.swift
[81/148] Compiling ArgumentParser ParserError.swift
[82/148] Compiling ArgumentParser SplitArguments.swift
[83/148] Compiling ArgumentParser Foundation.swift
[84/148] Compiling ArgumentParser Mutex.swift
[85/148] Compiling ArgumentParser Platform.swift
[86/148] Compiling ArgumentParser Argument.swift
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:78:57: error: cannot find type 'XMLParserDelegate' in scope
76 | // MARK: - XML Parser Delegate
77 |
78 | private final class PodloveXMLParserDelegate: NSObject, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
79 |
80 | var chapters = ChapterList()
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:84:19: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
82 |
83 | func parser(
84 | _ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
85 | didStartElement elementName: String,
86 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:48:22: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
46 | }
47 | let delegate = PodloveXMLParserDelegate()
48 | let parser = XMLParser(data: data)
| `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
49 | parser.delegate = delegate
50 |
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:95:20: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
93 | guard let startString = attributes["start"] else {
94 | parseError = ExportError.invalidFormat("Missing 'start' attribute in chapter element.")
95 | parser.abortParsing()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
96 | return
97 | }
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:100:20: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
98 | guard let title = attributes["title"] else {
99 | parseError = ExportError.invalidFormat("Missing 'title' attribute in chapter element.")
100 | parser.abortParsing()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
101 | return
102 | }
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:110:20: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
108 | } catch {
109 | parseError = ExportError.invalidFormat("Invalid timestamp '\(startString)'.")
110 | parser.abortParsing()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
111 | }
112 | }
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:79:51: error: cannot find type 'XMLParserDelegate' in scope
77 | /// Uses `Foundation.XMLParser` (the only native Swift XML parser).
78 | /// This class is required because `XMLParserDelegate` is an `@objc` protocol.
79 | private final class TTMLParserDelegate: NSObject, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
80 |
81 | // MARK: - State
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:183:19: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
181 |
182 | func parser(
183 | _ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
184 | didStartElement elementName: String,
185 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:208:19: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
206 |
207 | func parser(
208 | _ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
209 | didEndElement elementName: String,
210 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:229:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
227 | }
228 |
229 | 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.
230 | if inSpan {
231 | currentSpanText += string
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:239:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
237 | }
238 |
239 | 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.
240 | if self.parseError == nil {
241 | self.parseError = .invalidXML(parseError.localizedDescription)
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:43:25: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
41 | public func parseDocument(from data: Data) throws -> TTMLDocument {
42 | let delegate = TTMLParserDelegate()
43 | let xmlParser = XMLParser(data: data)
| `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
44 | xmlParser.delegate = delegate
45 | xmlParser.shouldProcessNamespaces = true
[87/148] Compiling ArgumentParser ArgumentDiscussion.swift
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:78:57: error: cannot find type 'XMLParserDelegate' in scope
76 | // MARK: - XML Parser Delegate
77 |
78 | private final class PodloveXMLParserDelegate: NSObject, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
79 |
80 | var chapters = ChapterList()
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:84:19: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
82 |
83 | func parser(
84 | _ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
85 | didStartElement elementName: String,
86 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:48:22: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
46 | }
47 | let delegate = PodloveXMLParserDelegate()
48 | let parser = XMLParser(data: data)
| `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
49 | parser.delegate = delegate
50 |
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:95:20: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
93 | guard let startString = attributes["start"] else {
94 | parseError = ExportError.invalidFormat("Missing 'start' attribute in chapter element.")
95 | parser.abortParsing()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
96 | return
97 | }
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:100:20: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
98 | guard let title = attributes["title"] else {
99 | parseError = ExportError.invalidFormat("Missing 'title' attribute in chapter element.")
100 | parser.abortParsing()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
101 | return
102 | }
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:110:20: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
108 | } catch {
109 | parseError = ExportError.invalidFormat("Invalid timestamp '\(startString)'.")
110 | parser.abortParsing()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
111 | }
112 | }
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:79:51: error: cannot find type 'XMLParserDelegate' in scope
77 | /// Uses `Foundation.XMLParser` (the only native Swift XML parser).
78 | /// This class is required because `XMLParserDelegate` is an `@objc` protocol.
79 | private final class TTMLParserDelegate: NSObject, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
80 |
81 | // MARK: - State
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:183:19: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
181 |
182 | func parser(
183 | _ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
184 | didStartElement elementName: String,
185 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:208:19: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
206 |
207 | func parser(
208 | _ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
209 | didEndElement elementName: String,
210 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:229:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
227 | }
228 |
229 | 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.
230 | if inSpan {
231 | currentSpanText += string
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:239:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
237 | }
238 |
239 | 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.
240 | if self.parseError == nil {
241 | self.parseError = .invalidXML(parseError.localizedDescription)
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:43:25: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
41 | public func parseDocument(from data: Data) throws -> TTMLDocument {
42 | let delegate = TTMLParserDelegate()
43 | let xmlParser = XMLParser(data: data)
| `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
44 | xmlParser.delegate = delegate
45 | xmlParser.shouldProcessNamespaces = true
[88/148] Compiling ArgumentParser ArgumentHelp.swift
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:78:57: error: cannot find type 'XMLParserDelegate' in scope
76 | // MARK: - XML Parser Delegate
77 |
78 | private final class PodloveXMLParserDelegate: NSObject, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
79 |
80 | var chapters = ChapterList()
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:84:19: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
82 |
83 | func parser(
84 | _ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
85 | didStartElement elementName: String,
86 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:48:22: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
46 | }
47 | let delegate = PodloveXMLParserDelegate()
48 | let parser = XMLParser(data: data)
| `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
49 | parser.delegate = delegate
50 |
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:95:20: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
93 | guard let startString = attributes["start"] else {
94 | parseError = ExportError.invalidFormat("Missing 'start' attribute in chapter element.")
95 | parser.abortParsing()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
96 | return
97 | }
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:100:20: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
98 | guard let title = attributes["title"] else {
99 | parseError = ExportError.invalidFormat("Missing 'title' attribute in chapter element.")
100 | parser.abortParsing()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
101 | return
102 | }
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:110:20: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
108 | } catch {
109 | parseError = ExportError.invalidFormat("Invalid timestamp '\(startString)'.")
110 | parser.abortParsing()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
111 | }
112 | }
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:79:51: error: cannot find type 'XMLParserDelegate' in scope
77 | /// Uses `Foundation.XMLParser` (the only native Swift XML parser).
78 | /// This class is required because `XMLParserDelegate` is an `@objc` protocol.
79 | private final class TTMLParserDelegate: NSObject, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
80 |
81 | // MARK: - State
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:183:19: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
181 |
182 | func parser(
183 | _ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
184 | didStartElement elementName: String,
185 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:208:19: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
206 |
207 | func parser(
208 | _ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
209 | didEndElement elementName: String,
210 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:229:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
227 | }
228 |
229 | 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.
230 | if inSpan {
231 | currentSpanText += string
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:239:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
237 | }
238 |
239 | 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.
240 | if self.parseError == nil {
241 | self.parseError = .invalidXML(parseError.localizedDescription)
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:43:25: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
41 | public func parseDocument(from data: Data) throws -> TTMLDocument {
42 | let delegate = TTMLParserDelegate()
43 | let xmlParser = XMLParser(data: data)
| `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
44 | xmlParser.delegate = delegate
45 | xmlParser.shouldProcessNamespaces = true
[89/148] Compiling ArgumentParser ParentCommand.swift
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:78:57: error: cannot find type 'XMLParserDelegate' in scope
76 | // MARK: - XML Parser Delegate
77 |
78 | private final class PodloveXMLParserDelegate: NSObject, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
79 |
80 | var chapters = ChapterList()
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:84:19: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
82 |
83 | func parser(
84 | _ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
85 | didStartElement elementName: String,
86 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:48:22: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
46 | }
47 | let delegate = PodloveXMLParserDelegate()
48 | let parser = XMLParser(data: data)
| `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
49 | parser.delegate = delegate
50 |
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:95:20: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
93 | guard let startString = attributes["start"] else {
94 | parseError = ExportError.invalidFormat("Missing 'start' attribute in chapter element.")
95 | parser.abortParsing()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
96 | return
97 | }
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:100:20: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
98 | guard let title = attributes["title"] else {
99 | parseError = ExportError.invalidFormat("Missing 'title' attribute in chapter element.")
100 | parser.abortParsing()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
101 | return
102 | }
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:110:20: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
108 | } catch {
109 | parseError = ExportError.invalidFormat("Invalid timestamp '\(startString)'.")
110 | parser.abortParsing()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
111 | }
112 | }
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:79:51: error: cannot find type 'XMLParserDelegate' in scope
77 | /// Uses `Foundation.XMLParser` (the only native Swift XML parser).
78 | /// This class is required because `XMLParserDelegate` is an `@objc` protocol.
79 | private final class TTMLParserDelegate: NSObject, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
80 |
81 | // MARK: - State
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:183:19: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
181 |
182 | func parser(
183 | _ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
184 | didStartElement elementName: String,
185 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:208:19: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
206 |
207 | func parser(
208 | _ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
209 | didEndElement elementName: String,
210 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:229:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
227 | }
228 |
229 | 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.
230 | if inSpan {
231 | currentSpanText += string
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:239:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
237 | }
238 |
239 | 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.
240 | if self.parseError == nil {
241 | self.parseError = .invalidXML(parseError.localizedDescription)
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:43:25: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
41 | public func parseDocument(from data: Data) throws -> TTMLDocument {
42 | let delegate = TTMLParserDelegate()
43 | let xmlParser = XMLParser(data: data)
| `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
44 | xmlParser.delegate = delegate
45 | xmlParser.shouldProcessNamespaces = true
[90/148] Compiling ArgumentParser AsyncParsableCommand.swift
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:78:57: error: cannot find type 'XMLParserDelegate' in scope
76 | // MARK: - XML Parser Delegate
77 |
78 | private final class PodloveXMLParserDelegate: NSObject, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
79 |
80 | var chapters = ChapterList()
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:84:19: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
82 |
83 | func parser(
84 | _ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
85 | didStartElement elementName: String,
86 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:48:22: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
46 | }
47 | let delegate = PodloveXMLParserDelegate()
48 | let parser = XMLParser(data: data)
| `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
49 | parser.delegate = delegate
50 |
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:95:20: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
93 | guard let startString = attributes["start"] else {
94 | parseError = ExportError.invalidFormat("Missing 'start' attribute in chapter element.")
95 | parser.abortParsing()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
96 | return
97 | }
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:100:20: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
98 | guard let title = attributes["title"] else {
99 | parseError = ExportError.invalidFormat("Missing 'title' attribute in chapter element.")
100 | parser.abortParsing()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
101 | return
102 | }
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:110:20: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
108 | } catch {
109 | parseError = ExportError.invalidFormat("Invalid timestamp '\(startString)'.")
110 | parser.abortParsing()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
111 | }
112 | }
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:79:51: error: cannot find type 'XMLParserDelegate' in scope
77 | /// Uses `Foundation.XMLParser` (the only native Swift XML parser).
78 | /// This class is required because `XMLParserDelegate` is an `@objc` protocol.
79 | private final class TTMLParserDelegate: NSObject, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
80 |
81 | // MARK: - State
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:183:19: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
181 |
182 | func parser(
183 | _ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
184 | didStartElement elementName: String,
185 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:208:19: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
206 |
207 | func parser(
208 | _ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
209 | didEndElement elementName: String,
210 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:229:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
227 | }
228 |
229 | 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.
230 | if inSpan {
231 | currentSpanText += string
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:239:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
237 | }
238 |
239 | 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.
240 | if self.parseError == nil {
241 | self.parseError = .invalidXML(parseError.localizedDescription)
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:43:25: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
41 | public func parseDocument(from data: Data) throws -> TTMLDocument {
42 | let delegate = TTMLParserDelegate()
43 | let xmlParser = XMLParser(data: data)
| `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
44 | xmlParser.delegate = delegate
45 | xmlParser.shouldProcessNamespaces = true
[91/148] Compiling ArgumentParser CommandConfiguration.swift
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:78:57: error: cannot find type 'XMLParserDelegate' in scope
76 | // MARK: - XML Parser Delegate
77 |
78 | private final class PodloveXMLParserDelegate: NSObject, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
79 |
80 | var chapters = ChapterList()
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:84:19: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
82 |
83 | func parser(
84 | _ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
85 | didStartElement elementName: String,
86 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:48:22: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
46 | }
47 | let delegate = PodloveXMLParserDelegate()
48 | let parser = XMLParser(data: data)
| `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
49 | parser.delegate = delegate
50 |
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:95:20: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
93 | guard let startString = attributes["start"] else {
94 | parseError = ExportError.invalidFormat("Missing 'start' attribute in chapter element.")
95 | parser.abortParsing()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
96 | return
97 | }
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:100:20: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
98 | guard let title = attributes["title"] else {
99 | parseError = ExportError.invalidFormat("Missing 'title' attribute in chapter element.")
100 | parser.abortParsing()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
101 | return
102 | }
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:110:20: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
108 | } catch {
109 | parseError = ExportError.invalidFormat("Invalid timestamp '\(startString)'.")
110 | parser.abortParsing()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
111 | }
112 | }
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:79:51: error: cannot find type 'XMLParserDelegate' in scope
77 | /// Uses `Foundation.XMLParser` (the only native Swift XML parser).
78 | /// This class is required because `XMLParserDelegate` is an `@objc` protocol.
79 | private final class TTMLParserDelegate: NSObject, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
80 |
81 | // MARK: - State
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:183:19: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
181 |
182 | func parser(
183 | _ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
184 | didStartElement elementName: String,
185 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:208:19: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
206 |
207 | func parser(
208 | _ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
209 | didEndElement elementName: String,
210 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:229:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
227 | }
228 |
229 | 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.
230 | if inSpan {
231 | currentSpanText += string
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:239:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
237 | }
238 |
239 | 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.
240 | if self.parseError == nil {
241 | self.parseError = .invalidXML(parseError.localizedDescription)
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:43:25: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
41 | public func parseDocument(from data: Data) throws -> TTMLDocument {
42 | let delegate = TTMLParserDelegate()
43 | let xmlParser = XMLParser(data: data)
| `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
44 | xmlParser.delegate = delegate
45 | xmlParser.shouldProcessNamespaces = true
[92/148] Compiling ArgumentParser CommandGroup.swift
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:78:57: error: cannot find type 'XMLParserDelegate' in scope
76 | // MARK: - XML Parser Delegate
77 |
78 | private final class PodloveXMLParserDelegate: NSObject, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
79 |
80 | var chapters = ChapterList()
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:84:19: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
82 |
83 | func parser(
84 | _ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
85 | didStartElement elementName: String,
86 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:48:22: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
46 | }
47 | let delegate = PodloveXMLParserDelegate()
48 | let parser = XMLParser(data: data)
| `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
49 | parser.delegate = delegate
50 |
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:95:20: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
93 | guard let startString = attributes["start"] else {
94 | parseError = ExportError.invalidFormat("Missing 'start' attribute in chapter element.")
95 | parser.abortParsing()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
96 | return
97 | }
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:100:20: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
98 | guard let title = attributes["title"] else {
99 | parseError = ExportError.invalidFormat("Missing 'title' attribute in chapter element.")
100 | parser.abortParsing()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
101 | return
102 | }
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:110:20: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
108 | } catch {
109 | parseError = ExportError.invalidFormat("Invalid timestamp '\(startString)'.")
110 | parser.abortParsing()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
111 | }
112 | }
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:79:51: error: cannot find type 'XMLParserDelegate' in scope
77 | /// Uses `Foundation.XMLParser` (the only native Swift XML parser).
78 | /// This class is required because `XMLParserDelegate` is an `@objc` protocol.
79 | private final class TTMLParserDelegate: NSObject, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
80 |
81 | // MARK: - State
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:183:19: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
181 |
182 | func parser(
183 | _ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
184 | didStartElement elementName: String,
185 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:208:19: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
206 |
207 | func parser(
208 | _ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
209 | didEndElement elementName: String,
210 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:229:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
227 | }
228 |
229 | 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.
230 | if inSpan {
231 | currentSpanText += string
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:239:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
237 | }
238 |
239 | 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.
240 | if self.parseError == nil {
241 | self.parseError = .invalidXML(parseError.localizedDescription)
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:43:25: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
41 | public func parseDocument(from data: Data) throws -> TTMLDocument {
42 | let delegate = TTMLParserDelegate()
43 | let xmlParser = XMLParser(data: data)
| `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
44 | xmlParser.delegate = delegate
45 | xmlParser.shouldProcessNamespaces = true
[93/148] Compiling ArgumentParser EnumerableFlag.swift
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:78:57: error: cannot find type 'XMLParserDelegate' in scope
76 | // MARK: - XML Parser Delegate
77 |
78 | private final class PodloveXMLParserDelegate: NSObject, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
79 |
80 | var chapters = ChapterList()
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:84:19: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
82 |
83 | func parser(
84 | _ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
85 | didStartElement elementName: String,
86 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:48:22: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
46 | }
47 | let delegate = PodloveXMLParserDelegate()
48 | let parser = XMLParser(data: data)
| `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
49 | parser.delegate = delegate
50 |
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:95:20: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
93 | guard let startString = attributes["start"] else {
94 | parseError = ExportError.invalidFormat("Missing 'start' attribute in chapter element.")
95 | parser.abortParsing()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
96 | return
97 | }
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:100:20: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
98 | guard let title = attributes["title"] else {
99 | parseError = ExportError.invalidFormat("Missing 'title' attribute in chapter element.")
100 | parser.abortParsing()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
101 | return
102 | }
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:110:20: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
108 | } catch {
109 | parseError = ExportError.invalidFormat("Invalid timestamp '\(startString)'.")
110 | parser.abortParsing()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
111 | }
112 | }
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:79:51: error: cannot find type 'XMLParserDelegate' in scope
77 | /// Uses `Foundation.XMLParser` (the only native Swift XML parser).
78 | /// This class is required because `XMLParserDelegate` is an `@objc` protocol.
79 | private final class TTMLParserDelegate: NSObject, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
80 |
81 | // MARK: - State
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:183:19: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
181 |
182 | func parser(
183 | _ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
184 | didStartElement elementName: String,
185 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:208:19: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
206 |
207 | func parser(
208 | _ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
209 | didEndElement elementName: String,
210 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:229:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
227 | }
228 |
229 | 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.
230 | if inSpan {
231 | currentSpanText += string
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:239:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
237 | }
238 |
239 | 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.
240 | if self.parseError == nil {
241 | self.parseError = .invalidXML(parseError.localizedDescription)
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:43:25: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
41 | public func parseDocument(from data: Data) throws -> TTMLDocument {
42 | let delegate = TTMLParserDelegate()
43 | let xmlParser = XMLParser(data: data)
| `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
44 | xmlParser.delegate = delegate
45 | xmlParser.shouldProcessNamespaces = true
[94/148] Compiling ArgumentParser ExpressibleByArgument.swift
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:78:57: error: cannot find type 'XMLParserDelegate' in scope
76 | // MARK: - XML Parser Delegate
77 |
78 | private final class PodloveXMLParserDelegate: NSObject, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
79 |
80 | var chapters = ChapterList()
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:84:19: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
82 |
83 | func parser(
84 | _ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
85 | didStartElement elementName: String,
86 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:48:22: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
46 | }
47 | let delegate = PodloveXMLParserDelegate()
48 | let parser = XMLParser(data: data)
| `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
49 | parser.delegate = delegate
50 |
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:95:20: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
93 | guard let startString = attributes["start"] else {
94 | parseError = ExportError.invalidFormat("Missing 'start' attribute in chapter element.")
95 | parser.abortParsing()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
96 | return
97 | }
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:100:20: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
98 | guard let title = attributes["title"] else {
99 | parseError = ExportError.invalidFormat("Missing 'title' attribute in chapter element.")
100 | parser.abortParsing()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
101 | return
102 | }
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:110:20: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
108 | } catch {
109 | parseError = ExportError.invalidFormat("Invalid timestamp '\(startString)'.")
110 | parser.abortParsing()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
111 | }
112 | }
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:79:51: error: cannot find type 'XMLParserDelegate' in scope
77 | /// Uses `Foundation.XMLParser` (the only native Swift XML parser).
78 | /// This class is required because `XMLParserDelegate` is an `@objc` protocol.
79 | private final class TTMLParserDelegate: NSObject, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
80 |
81 | // MARK: - State
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:183:19: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
181 |
182 | func parser(
183 | _ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
184 | didStartElement elementName: String,
185 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:208:19: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
206 |
207 | func parser(
208 | _ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
209 | didEndElement elementName: String,
210 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:229:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
227 | }
228 |
229 | 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.
230 | if inSpan {
231 | currentSpanText += string
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:239:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
237 | }
238 |
239 | 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.
240 | if self.parseError == nil {
241 | self.parseError = .invalidXML(parseError.localizedDescription)
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:43:25: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
41 | public func parseDocument(from data: Data) throws -> TTMLDocument {
42 | let delegate = TTMLParserDelegate()
43 | let xmlParser = XMLParser(data: data)
| `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
44 | xmlParser.delegate = delegate
45 | xmlParser.shouldProcessNamespaces = true
[95/148] Compiling ArgumentParser ParsableArguments.swift
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:78:57: error: cannot find type 'XMLParserDelegate' in scope
76 | // MARK: - XML Parser Delegate
77 |
78 | private final class PodloveXMLParserDelegate: NSObject, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
79 |
80 | var chapters = ChapterList()
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:84:19: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
82 |
83 | func parser(
84 | _ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
85 | didStartElement elementName: String,
86 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:48:22: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
46 | }
47 | let delegate = PodloveXMLParserDelegate()
48 | let parser = XMLParser(data: data)
| `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
49 | parser.delegate = delegate
50 |
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:95:20: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
93 | guard let startString = attributes["start"] else {
94 | parseError = ExportError.invalidFormat("Missing 'start' attribute in chapter element.")
95 | parser.abortParsing()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
96 | return
97 | }
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:100:20: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
98 | guard let title = attributes["title"] else {
99 | parseError = ExportError.invalidFormat("Missing 'title' attribute in chapter element.")
100 | parser.abortParsing()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
101 | return
102 | }
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:110:20: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
108 | } catch {
109 | parseError = ExportError.invalidFormat("Invalid timestamp '\(startString)'.")
110 | parser.abortParsing()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
111 | }
112 | }
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:79:51: error: cannot find type 'XMLParserDelegate' in scope
77 | /// Uses `Foundation.XMLParser` (the only native Swift XML parser).
78 | /// This class is required because `XMLParserDelegate` is an `@objc` protocol.
79 | private final class TTMLParserDelegate: NSObject, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
80 |
81 | // MARK: - State
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:183:19: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
181 |
182 | func parser(
183 | _ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
184 | didStartElement elementName: String,
185 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:208:19: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
206 |
207 | func parser(
208 | _ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
209 | didEndElement elementName: String,
210 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:229:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
227 | }
228 |
229 | 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.
230 | if inSpan {
231 | currentSpanText += string
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:239:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
237 | }
238 |
239 | 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.
240 | if self.parseError == nil {
241 | self.parseError = .invalidXML(parseError.localizedDescription)
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:43:25: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
41 | public func parseDocument(from data: Data) throws -> TTMLDocument {
42 | let delegate = TTMLParserDelegate()
43 | let xmlParser = XMLParser(data: data)
| `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
44 | xmlParser.delegate = delegate
45 | xmlParser.shouldProcessNamespaces = true
[96/148] Compiling ArgumentParser ParsableCommand.swift
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:78:57: error: cannot find type 'XMLParserDelegate' in scope
76 | // MARK: - XML Parser Delegate
77 |
78 | private final class PodloveXMLParserDelegate: NSObject, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
79 |
80 | var chapters = ChapterList()
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:84:19: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
82 |
83 | func parser(
84 | _ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
85 | didStartElement elementName: String,
86 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:48:22: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
46 | }
47 | let delegate = PodloveXMLParserDelegate()
48 | let parser = XMLParser(data: data)
| `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
49 | parser.delegate = delegate
50 |
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:95:20: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
93 | guard let startString = attributes["start"] else {
94 | parseError = ExportError.invalidFormat("Missing 'start' attribute in chapter element.")
95 | parser.abortParsing()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
96 | return
97 | }
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:100:20: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
98 | guard let title = attributes["title"] else {
99 | parseError = ExportError.invalidFormat("Missing 'title' attribute in chapter element.")
100 | parser.abortParsing()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
101 | return
102 | }
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/PodloveXMLExporter.swift:110:20: error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
108 | } catch {
109 | parseError = ExportError.invalidFormat("Invalid timestamp '\(startString)'.")
110 | parser.abortParsing()
| `- error: value of type 'XMLParser' (aka 'AnyObject') has no member 'abortParsing'
111 | }
112 | }
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:79:51: error: cannot find type 'XMLParserDelegate' in scope
77 | /// Uses `Foundation.XMLParser` (the only native Swift XML parser).
78 | /// This class is required because `XMLParserDelegate` is an `@objc` protocol.
79 | private final class TTMLParserDelegate: NSObject, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
80 |
81 | // MARK: - State
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:183:19: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
181 |
182 | func parser(
183 | _ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
184 | didStartElement elementName: String,
185 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:208:19: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
206 |
207 | func parser(
208 | _ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
209 | didEndElement elementName: String,
210 | namespaceURI: String?,
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:229:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
227 | }
228 |
229 | 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.
230 | if inSpan {
231 | currentSpanText += string
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:239:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
237 | }
238 |
239 | 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.
240 | if self.parseError == nil {
241 | self.parseError = .invalidXML(parseError.localizedDescription)
Foundation.XMLParser:2:18: note: 'XMLParser' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationXML module. Import that module to use it.")
2 | public typealias XMLParser = AnyObject
| `- note: 'XMLParser' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/AudioMarker/Exporter/TTMLParser.swift:43:25: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
41 | public func parseDocument(from data: Data) throws -> TTMLDocument {
42 | let delegate = TTMLParserDelegate()
43 | let xmlParser = XMLParser(data: data)
| `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
44 | xmlParser.delegate = delegate
45 | xmlParser.shouldProcessNamespaces = true
BUILD FAILURE 6.3 wasm