Build Information
Failed to build XcodeHelperKit, reference 1.0.81 (3d4e9f), with Swift 6.1 for Android on 27 May 2025 15:43:42 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/saltzmanjoelh/xcodehelperkit.git
Reference: 1.0.81
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/saltzmanjoelh/xcodehelperkit
* tag 1.0.81 -> FETCH_HEAD
HEAD is now at 3d4e9f1 Updated help info
Cloned https://github.com/saltzmanjoelh/xcodehelperkit.git
Revision (git rev-parse @):
3d4e9f1da54d31190b569c2d34e1f291e8d96ea0
SUCCESS checkout https://github.com/saltzmanjoelh/xcodehelperkit.git at 1.0.81
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/saltzmanjoelh/xcodehelperkit.git
https://github.com/saltzmanjoelh/xcodehelperkit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "processrunner",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/saltzmanjoelh/ProcessRunner.git"
},
{
"identity" : "dockerprocess",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/saltzmanjoelh/DockerProcess.git"
},
{
"identity" : "clirunnable",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/saltzmanjoelh/CliRunnable.git"
},
{
"identity" : "s3kit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/saltzmanjoelh/S3Kit.git"
},
{
"identity" : "xcodeproj",
"requirement" : {
"range" : [
{
"lower_bound" : "6.2.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tuist/xcodeproj.git"
}
],
"manifest_display_name" : "XcodeHelperKit",
"name" : "XcodeHelperKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "XcodeHelperKit",
"targets" : [
"XcodeHelperKit"
],
"type" : {
"library" : [
"static"
]
}
}
],
"targets" : [
{
"c99name" : "XcodeHelperKitTests",
"module_type" : "SwiftTarget",
"name" : "XcodeHelperKitTests",
"path" : "Tests/XcodeHelperKitTests",
"product_dependencies" : [
"ProcessRunner",
"DockerProcess",
"CliRunnable",
"S3Kit",
"xcodeproj"
],
"sources" : [
"BuildConfigurationTests.swift",
"DockerRunnableFixture.swift",
"GitTagComponentTests.swift",
"LoggerTests.swift",
"ProcessRunnableFixture.swift",
"XcodeHelperKitTests.swift"
],
"target_dependencies" : [
"XcodeHelperKit"
],
"type" : "test"
},
{
"c99name" : "XcodeHelperKit",
"module_type" : "SwiftTarget",
"name" : "XcodeHelperKit",
"path" : "Sources/XcodeHelperKit",
"product_dependencies" : [
"ProcessRunner",
"DockerProcess",
"CliRunnable",
"S3Kit",
"xcodeproj"
],
"product_memberships" : [
"XcodeHelperKit"
],
"sources" : [
"FileManagerExtension.swift",
"Logger.swift",
"XcodeHelpable.swift",
"XcodeHelper.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/saltzmanjoelh/CliRunnable.git
Fetching https://github.com/saltzmanjoelh/ProcessRunner.git
Fetching https://github.com/tuist/xcodeproj.git
Fetching https://github.com/saltzmanjoelh/S3Kit.git
Fetching https://github.com/saltzmanjoelh/DockerProcess.git
[1/374] Fetching clirunnable
[301/1019] Fetching clirunnable, dockerprocess
[405/1095] Fetching clirunnable, dockerprocess, processrunner
[758/1334] Fetching clirunnable, dockerprocess, processrunner, s3kit
[1261/24624] Fetching clirunnable, dockerprocess, processrunner, s3kit, xcodeproj
Fetched https://github.com/saltzmanjoelh/ProcessRunner.git from cache (0.35s)
Fetched https://github.com/saltzmanjoelh/DockerProcess.git from cache (0.35s)
[772/23903] Fetching clirunnable, s3kit, xcodeproj
Fetched https://github.com/saltzmanjoelh/S3Kit.git from cache (1.41s)
Fetched https://github.com/saltzmanjoelh/CliRunnable.git from cache (1.41s)
Fetched https://github.com/tuist/xcodeproj.git from cache (1.44s)
Computing version for https://github.com/tuist/xcodeproj.git
Computed https://github.com/tuist/xcodeproj.git at 6.7.0 (1.95s)
Fetching https://github.com/tadija/AEXML
Fetching https://github.com/kareman/SwiftShell
Fetching https://github.com/kylef/PathKit
[1/1411] Fetching pathkit
[1412/3538] Fetching pathkit, aexml
[3539/8401] Fetching pathkit, aexml, swiftshell
Fetched https://github.com/kylef/PathKit from cache (0.41s)
Fetched https://github.com/tadija/AEXML from cache (0.41s)
Fetched https://github.com/kareman/SwiftShell from cache (0.42s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 4.1.2 (3.04s)
Computing version for https://github.com/kylef/PathKit
Computed https://github.com/kylef/PathKit at 0.9.2 (0.58s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.22s)
Computing version for https://github.com/tadija/AEXML
Computed https://github.com/tadija/AEXML at 4.3.3 (0.74s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.9.2 (2.28s)
Computing version for https://github.com/saltzmanjoelh/ProcessRunner.git
Computed https://github.com/saltzmanjoelh/ProcessRunner.git at 1.0.11 (0.54s)
Computing version for https://github.com/saltzmanjoelh/S3Kit.git
Computed https://github.com/saltzmanjoelh/S3Kit.git at 1.0.21 (0.52s)
Computing version for https://github.com/saltzmanjoelh/DockerProcess.git
Computed https://github.com/saltzmanjoelh/DockerProcess.git at 1.0.28 (0.51s)
Computing version for https://github.com/saltzmanjoelh/CliRunnable.git
Computed https://github.com/saltzmanjoelh/CliRunnable.git at 1.0.48 (0.67s)
Fetching https://github.com/saltzmanjoelh/Yaml.git
[1/1163] Fetching yaml
Fetched https://github.com/saltzmanjoelh/Yaml.git from cache (0.39s)
Computing version for https://github.com/saltzmanjoelh/Yaml.git
Computed https://github.com/saltzmanjoelh/Yaml.git at 3.4.10 (1.00s)
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 4.1.2
Creating working copy for https://github.com/tuist/xcodeproj.git
Working copy of https://github.com/tuist/xcodeproj.git resolved at 6.7.0
Creating working copy for https://github.com/saltzmanjoelh/CliRunnable.git
Working copy of https://github.com/saltzmanjoelh/CliRunnable.git resolved at 1.0.48
Creating working copy for https://github.com/saltzmanjoelh/Yaml.git
Working copy of https://github.com/saltzmanjoelh/Yaml.git resolved at 3.4.10
Creating working copy for https://github.com/saltzmanjoelh/DockerProcess.git
Working copy of https://github.com/saltzmanjoelh/DockerProcess.git resolved at 1.0.28
Creating working copy for https://github.com/tadija/AEXML
Working copy of https://github.com/tadija/AEXML resolved at 4.3.3
Creating working copy for https://github.com/saltzmanjoelh/S3Kit.git
Working copy of https://github.com/saltzmanjoelh/S3Kit.git resolved at 1.0.21
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.9.2
Creating working copy for https://github.com/kylef/PathKit
Working copy of https://github.com/kylef/PathKit resolved at 0.9.2
Creating working copy for https://github.com/saltzmanjoelh/ProcessRunner.git
Working copy of https://github.com/saltzmanjoelh/ProcessRunner.git resolved at 1.0.11
Building for debugging...
[0/31] Write sources
[9/31] Write swift-version-24593BA9C3E375BF.txt
[11/52] Compiling AEXML Options.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/52] Emitting module S3Kit
/host/spi-builder-workspace/.build/checkouts/S3Kit/Sources/S3Kit/Data+SHA256.swift:11:12: error: no such module 'CommonCrypto'
9 | import Foundation
10 | #if !os(Linux)
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | //#else
13 | // import OpenSSL
[13/52] Compiling S3Kit Data+SHA256.swift
/host/spi-builder-workspace/.build/checkouts/S3Kit/Sources/S3Kit/Data+SHA256.swift:11:12: error: no such module 'CommonCrypto'
9 | import Foundation
10 | #if !os(Linux)
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | //#else
13 | // import OpenSSL
[14/52] Compiling AEXML Parser.swift
/host/spi-builder-workspace/.build/checkouts/AEXML/Sources/AEXML/Parser.swift:10:39: error: cannot find type 'XMLParserDelegate' in scope
8 |
9 | /// Simple wrapper around `Foundation.XMLParser`.
10 | internal class AEXMLParser: NSObject, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
11 |
12 | // MARK: - Properties
/host/spi-builder-workspace/.build/checkouts/AEXML/Sources/AEXML/Parser.swift:58:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
56 | // MARK: - XMLParserDelegate
57 |
58 | func parser(_ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
59 | didStartElement elementName: String,
60 | 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/.build/checkouts/AEXML/Sources/AEXML/Parser.swift:68:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
66 | }
67 |
68 | 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.
69 | currentValue.append(string)
70 | currentElement?.value = currentValue.isEmpty ? nil : currentValue
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/AEXML/Sources/AEXML/Parser.swift:73:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
71 | }
72 |
73 | func parser(_ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
74 | didEndElement elementName: String,
75 | 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/.build/checkouts/AEXML/Sources/AEXML/Parser.swift:84:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
82 | }
83 |
84 | 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.
85 | self.parseError = parseError
86 | }
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/AEXML/Sources/AEXML/Parser.swift:41:22: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
39 |
40 | func parse() throws {
41 | let parser = XMLParser(data: data)
| `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
42 | parser.delegate = self
43 |
[15/52] Compiling S3Kit S3Kit.swift
/host/spi-builder-workspace/.build/checkouts/S3Kit/Sources/S3Kit/Data+SHA256.swift:11:12: error: no such module 'CommonCrypto'
9 | import Foundation
10 | #if !os(Linux)
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | //#else
13 | // import OpenSSL
[16/52] Compiling S3Kit S3V4Signer.swift
/host/spi-builder-workspace/.build/checkouts/S3Kit/Sources/S3Kit/Data+SHA256.swift:11:12: error: no such module 'CommonCrypto'
9 | import Foundation
10 | #if !os(Linux)
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | //#else
13 | // import OpenSSL
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/52] Emitting module AEXML
/host/spi-builder-workspace/.build/checkouts/AEXML/Sources/AEXML/Parser.swift:10:39: error: cannot find type 'XMLParserDelegate' in scope
8 |
9 | /// Simple wrapper around `Foundation.XMLParser`.
10 | internal class AEXMLParser: NSObject, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
11 |
12 | // MARK: - Properties
/host/spi-builder-workspace/.build/checkouts/AEXML/Sources/AEXML/Parser.swift:58:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
56 | // MARK: - XMLParserDelegate
57 |
58 | func parser(_ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
59 | didStartElement elementName: String,
60 | 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/.build/checkouts/AEXML/Sources/AEXML/Parser.swift:68:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
66 | }
67 |
68 | 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.
69 | currentValue.append(string)
70 | currentElement?.value = currentValue.isEmpty ? nil : currentValue
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/AEXML/Sources/AEXML/Parser.swift:73:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
71 | }
72 |
73 | func parser(_ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
74 | didEndElement elementName: String,
75 | 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/.build/checkouts/AEXML/Sources/AEXML/Parser.swift:84:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
82 | }
83 |
84 | 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.
85 | self.parseError = parseError
86 | }
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
[18/52] Compiling AEXML Error.swift
[19/52] Compiling AEXML Document.swift
/host/spi-builder-workspace/.build/checkouts/AEXML/Sources/AEXML/Parser.swift:10:39: error: cannot find type 'XMLParserDelegate' in scope
8 |
9 | /// Simple wrapper around `Foundation.XMLParser`.
10 | internal class AEXMLParser: NSObject, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
11 |
12 | // MARK: - Properties
[20/52] Compiling AEXML Element.swift
[21/52] Compiling Yaml YAMLRegex.swift
[22/52] Compiling Yaml YAMLResult.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/52] Emitting module PathKit
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
6 | let system_glob = Glibc.glob
7 | #else
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | let system_glob = Darwin.glob
[24/52] Compiling PathKit PathKit.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
6 | let system_glob = Glibc.glob
7 | #else
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | let system_glob = Darwin.glob
[25/52] Compiling Yaml YAMLOperators.swift
[26/52] Compiling Yaml YAMLParser.swift
[27/52] Emitting module Yaml
[28/52] Compiling Yaml YAMLTokenizer.swift
[29/52] Compiling Yaml Yaml.swift
[30/52] Emitting module ProcessRunner
[31/52] Compiling ProcessRunner ProcessRunner.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/22] Write swift-version-24593BA9C3E375BF.txt
[2/43] Compiling S3Kit Data+SHA256.swift
/host/spi-builder-workspace/.build/checkouts/S3Kit/Sources/S3Kit/Data+SHA256.swift:11:12: error: no such module 'CommonCrypto'
9 | import Foundation
10 | #if !os(Linux)
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | //#else
13 | // import OpenSSL
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/43] Emitting module S3Kit
/host/spi-builder-workspace/.build/checkouts/S3Kit/Sources/S3Kit/Data+SHA256.swift:11:12: error: no such module 'CommonCrypto'
9 | import Foundation
10 | #if !os(Linux)
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | //#else
13 | // import OpenSSL
[4/43] Emitting module Yaml
[5/43] Compiling Yaml YAMLOperators.swift
[6/43] Compiling S3Kit S3V4Signer.swift
/host/spi-builder-workspace/.build/checkouts/S3Kit/Sources/S3Kit/Data+SHA256.swift:11:12: error: no such module 'CommonCrypto'
9 | import Foundation
10 | #if !os(Linux)
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | //#else
13 | // import OpenSSL
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/43] Emitting module AEXML
/host/spi-builder-workspace/.build/checkouts/AEXML/Sources/AEXML/Parser.swift:10:39: error: cannot find type 'XMLParserDelegate' in scope
8 |
9 | /// Simple wrapper around `Foundation.XMLParser`.
10 | internal class AEXMLParser: NSObject, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
11 |
12 | // MARK: - Properties
/host/spi-builder-workspace/.build/checkouts/AEXML/Sources/AEXML/Parser.swift:58:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
56 | // MARK: - XMLParserDelegate
57 |
58 | func parser(_ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
59 | didStartElement elementName: String,
60 | 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/.build/checkouts/AEXML/Sources/AEXML/Parser.swift:68:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
66 | }
67 |
68 | 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.
69 | currentValue.append(string)
70 | currentElement?.value = currentValue.isEmpty ? nil : currentValue
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/AEXML/Sources/AEXML/Parser.swift:73:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
71 | }
72 |
73 | func parser(_ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
74 | didEndElement elementName: String,
75 | 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/.build/checkouts/AEXML/Sources/AEXML/Parser.swift:84:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
82 | }
83 |
84 | 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.
85 | self.parseError = parseError
86 | }
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
[8/43] Compiling AEXML Document.swift
/host/spi-builder-workspace/.build/checkouts/AEXML/Sources/AEXML/Parser.swift:10:39: error: cannot find type 'XMLParserDelegate' in scope
8 |
9 | /// Simple wrapper around `Foundation.XMLParser`.
10 | internal class AEXMLParser: NSObject, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
11 |
12 | // MARK: - Properties
[9/43] Compiling AEXML Parser.swift
/host/spi-builder-workspace/.build/checkouts/AEXML/Sources/AEXML/Parser.swift:10:39: error: cannot find type 'XMLParserDelegate' in scope
8 |
9 | /// Simple wrapper around `Foundation.XMLParser`.
10 | internal class AEXMLParser: NSObject, XMLParserDelegate {
| `- error: cannot find type 'XMLParserDelegate' in scope
11 |
12 | // MARK: - Properties
/host/spi-builder-workspace/.build/checkouts/AEXML/Sources/AEXML/Parser.swift:58:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
56 | // MARK: - XMLParserDelegate
57 |
58 | func parser(_ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
59 | didStartElement elementName: String,
60 | 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/.build/checkouts/AEXML/Sources/AEXML/Parser.swift:68:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
66 | }
67 |
68 | 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.
69 | currentValue.append(string)
70 | currentElement?.value = currentValue.isEmpty ? nil : currentValue
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/AEXML/Sources/AEXML/Parser.swift:73:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
71 | }
72 |
73 | func parser(_ parser: XMLParser,
| `- error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
74 | didEndElement elementName: String,
75 | 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/.build/checkouts/AEXML/Sources/AEXML/Parser.swift:84:27: error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.
82 | }
83 |
84 | 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.
85 | self.parseError = parseError
86 | }
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/AEXML/Sources/AEXML/Parser.swift:41:22: error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
39 |
40 | func parse() throws {
41 | let parser = XMLParser(data: data)
| `- error: 'XMLParser' (aka 'AnyObject') cannot be constructed because it has no accessible initializers
42 | parser.delegate = self
43 |
[10/43] Compiling AEXML Element.swift
[11/43] Compiling AEXML Options.swift
[12/43] Compiling AEXML Error.swift
[13/43] Compiling S3Kit S3Kit.swift
/host/spi-builder-workspace/.build/checkouts/S3Kit/Sources/S3Kit/Data+SHA256.swift:11:12: error: no such module 'CommonCrypto'
9 | import Foundation
10 | #if !os(Linux)
11 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
12 | //#else
13 | // import OpenSSL
[14/43] Compiling Yaml YAMLRegex.swift
[15/43] Emitting module ProcessRunner
[16/43] Compiling ProcessRunner ProcessRunner.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/43] Emitting module PathKit
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
6 | let system_glob = Glibc.glob
7 | #else
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | let system_glob = Darwin.glob
BUILD FAILURE 6.1 android