Build Information
Failed to build XCLogParser, reference v0.2.41 (7cf8c5
), with Swift 6.1 for Android on 30 May 2025 12:24:42 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tuist/XCLogParser.git
Reference: v0.2.41
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/tuist/XCLogParser
* tag v0.2.41 -> FETCH_HEAD
HEAD is now at 7cf8c50 Merge pull request #217 from memoto/master
Cloned https://github.com/tuist/XCLogParser.git
Revision (git rev-parse @):
7cf8c50e1b84effcda573bbf8b26bdd0a6b4614f
SUCCESS checkout https://github.com/tuist/XCLogParser.git at v0.2.41
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/tuist/XCLogParser.git
https://github.com/tuist/XCLogParser.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "gzipswift",
"requirement" : {
"range" : [
{
"lower_bound" : "5.1.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/1024jp/GzipSwift"
},
{
"identity" : "cryptoswift",
"requirement" : {
"exact" : [
"1.3.3"
]
},
"type" : "sourceControl",
"url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
},
{
"identity" : "pathkit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/PathKit.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "XCLogParser",
"name" : "XCLogParser",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
}
],
"products" : [
{
"name" : "xclogparser",
"targets" : [
"XCLogParserApp"
],
"type" : {
"executable" : null
}
},
{
"name" : "XCLogParser",
"targets" : [
"XCLogParser"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "XcodeHasher",
"module_type" : "SwiftTarget",
"name" : "XcodeHasher",
"path" : "Sources/XcodeHasher",
"product_dependencies" : [
"CryptoSwift"
],
"product_memberships" : [
"xclogparser",
"XCLogParser"
],
"sources" : [
"XcodeHasher.swift"
],
"type" : "library"
},
{
"c99name" : "XCLogParserTests",
"module_type" : "SwiftTarget",
"name" : "XCLogParserTests",
"path" : "Tests/XCLogParserTests",
"sources" : [
"ActivityParserTests.swift",
"BuildStatusSanitizerTests.swift",
"BuildStep+TestUtils.swift",
"ChromeTracerOutputTests.swift",
"ClangCompilerParserTests.swift",
"IssuesReporterTests.swift",
"LexRedactorTests.swift",
"LexerTests.swift",
"LogFinderTests.swift",
"LogManifestTests.swift",
"ParserTests.swift",
"ReporterTests.swift",
"String+BuildSpecificInformationRemovalTests.swift",
"SwiftCompilerParserTests.swift",
"TestUtils.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"XCLogParser"
],
"type" : "test"
},
{
"c99name" : "XCLogParserApp",
"module_type" : "SwiftTarget",
"name" : "XCLogParserApp",
"path" : "Sources/XCLogParserApp",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"xclogparser"
],
"sources" : [
"commands/DumpCommand.swift",
"commands/MainCommand.swift",
"commands/ManifestCommand.swift",
"commands/Optional+Blank.swift",
"commands/ParseCommand.swift",
"commands/String+Blank.swift",
"commands/VersionCommand.swift",
"main.swift"
],
"target_dependencies" : [
"XCLogParser"
],
"type" : "executable"
},
{
"c99name" : "XCLogParser",
"module_type" : "SwiftTarget",
"name" : "XCLogParser",
"path" : "Sources/XCLogParser",
"product_dependencies" : [
"Gzip",
"PathKit"
],
"product_memberships" : [
"xclogparser",
"XCLogParser"
],
"sources" : [
"XCLogParserError.swift",
"activityparser/ActivityParser.swift",
"activityparser/IDEActivityModel.swift",
"commands/Action.swift",
"commands/ActionOptions.swift",
"commands/Command.swift",
"commands/CommandHandler.swift",
"commands/LogOptions.swift",
"commands/Version.swift",
"extensions/ArrayExtension.swift",
"extensions/EncodableExtension.swift",
"extensions/NSRegularExpressionExtension.swift",
"extensions/URLExtension.swift",
"generated/HtmlReporterResources.swift",
"lexer/LexRedactor.swift",
"lexer/Lexer.swift",
"lexer/LexerModel.swift",
"lexer/LogRedactor.swift",
"lexer/String+BuildSpecificInformationRemoval.swift",
"loglocation/LogError.swift",
"loglocation/LogFinder.swift",
"loglocation/LogLoader.swift",
"logmanifest/LogManifest.swift",
"logmanifest/LogManifestModel.swift",
"output/FileOutput.swift",
"output/ReporterOutput.swift",
"output/StandardOutput.swift",
"parser/BuildStatusSanitizer.swift",
"parser/BuildStep+Builder.swift",
"parser/BuildStep+Parser.swift",
"parser/BuildStep.swift",
"parser/ClangCompilerParser.swift",
"parser/Contains.swift",
"parser/IDEActivityLogSection+Builders.swift",
"parser/IDEActivityLogSection+Parsing.swift",
"parser/LinkerStatistics.swift",
"parser/MachineNameReader.swift",
"parser/Notice+Parser.swift",
"parser/Notice.swift",
"parser/NoticeType.swift",
"parser/ParserBuildSteps.swift",
"parser/Prefix.swift",
"parser/StringExtension.swift",
"parser/Suffix.swift",
"parser/SwiftCompilerFunctionTimeOptionParser.swift",
"parser/SwiftCompilerParser.swift",
"parser/SwiftCompilerTimeOptionParser.swift",
"parser/SwiftCompilerTypeCheckOptionParser.swift",
"parser/SwiftFunctionTime.swift",
"parser/SwiftTypeCheck.swift",
"reporter/ChromeTracerReporter.swift",
"reporter/FlatJsonReporter.swift",
"reporter/HtmlReporter.swift",
"reporter/IssuesReporter.swift",
"reporter/JsonReporter.swift",
"reporter/LogReporter.swift",
"reporter/Reporter.swift",
"reporter/SummaryJsonReporter.swift"
],
"target_dependencies" : [
"XcodeHasher"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/apple/swift-argument-parser
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/1024jp/GzipSwift
[1/1411] Fetching pathkit
[778/2960] Fetching pathkit, gzipswift
[2961/15901] Fetching pathkit, gzipswift, cryptoswift
Fetched https://github.com/kylef/PathKit.git from cache (0.36s)
Fetched https://github.com/1024jp/GzipSwift from cache (0.36s)
[1942/12941] Fetching cryptoswift
[1943/28327] Fetching cryptoswift, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.63s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.66s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (3.82s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.24s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.3.3 (0.74s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.78s)
Computing version for https://github.com/1024jp/GzipSwift
Computed https://github.com/1024jp/GzipSwift at 5.2.0 (0.50s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.54s)
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.3.3
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Creating working copy for https://github.com/1024jp/GzipSwift
Working copy of https://github.com/1024jp/GzipSwift resolved at 5.2.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/21] Write sources
[9/21] Compiling system-zlib anchor.c
[10/21] Write swift-version-24593BA9C3E375BF.txt
[12/95] Emitting module ArgumentParserToolInfo
[13/95] Compiling ArgumentParserToolInfo ToolInfo.swift
[15/96] Emitting module Gzip
[15/96] Wrapping AST for ArgumentParserToolInfo for debugging
[17/134] Compiling ArgumentParser OptionGroup.swift
[18/134] Compiling ArgumentParser AsyncParsableCommand.swift
[19/134] Compiling ArgumentParser CommandConfiguration.swift
[20/134] Compiling ArgumentParser CommandGroup.swift
[21/134] Compiling ArgumentParser EnumerableFlag.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
[23/139] Compiling ArgumentParser ArgumentVisibility.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
[24/139] Compiling ArgumentParser CompletionKind.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
[25/139] Compiling ArgumentParser Errors.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
[26/139] Compiling ArgumentParser Flag.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
[27/139] Compiling ArgumentParser NameSpecification.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
[28/139] Compiling ArgumentParser Option.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
[29/139] Compiling ArgumentParser ExpressibleByArgument.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
[30/139] Compiling ArgumentParser ParsableArguments.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
[31/139] Compiling ArgumentParser ParsableArgumentsValidation.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
[32/148] Emitting module ArgumentParser
[33/148] Compiling ArgumentParser BashCompletionsGenerator.swift
[34/148] Compiling ArgumentParser CompletionsGenerator.swift
[35/148] Compiling ArgumentParser FishCompletionsGenerator.swift
[36/148] Compiling ArgumentParser ZshCompletionsGenerator.swift
[37/148] Compiling ArgumentParser Argument.swift
[38/148] Compiling ArgumentParser ArgumentHelp.swift
[42/148] Compiling ArgumentParser ParsableCommand.swift
[43/148] Compiling ArgumentParser ArgumentDecoder.swift
[50/148] Compiling ArgumentParser CollectionExtensions.swift
[51/148] Compiling ArgumentParser Platform.swift
[52/148] Compiling ArgumentParser SequenceExtensions.swift
[53/148] Compiling ArgumentParser StringExtensions.swift
[54/148] Compiling ArgumentParser Tree.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[65/148] Emitting module CryptoSwift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
[66/148] Compiling ArgumentParser ArgumentDefinition.swift
[67/148] Compiling ArgumentParser ArgumentSet.swift
[68/148] Compiling ArgumentParser CommandParser.swift
[69/148] Compiling ArgumentParser InputKey.swift
[70/148] Compiling ArgumentParser InputOrigin.swift
[71/148] Compiling CryptoSwift String+Extension.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
[72/148] Compiling CryptoSwift UInt128.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
[73/148] Compiling CryptoSwift UInt16+Extension.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
[74/148] Compiling CryptoSwift UInt32+Extension.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
[75/148] Compiling CryptoSwift UInt64+Extension.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
[76/148] Compiling CryptoSwift UInt8+Extension.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
[77/148] Compiling CryptoSwift Updatable.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
[78/148] Compiling CryptoSwift Utils.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
[79/148] Compiling CryptoSwift ZeroPadding.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[80/148] 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
[81/148] 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
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
[84/148] Compiling CryptoSwift String+FoundationExtension.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
[85/148] Compiling CryptoSwift Utils+Foundation.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
[86/148] Compiling CryptoSwift Generics.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
[87/148] Compiling CryptoSwift HKDF.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
[88/148] Compiling CryptoSwift HMAC.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
[89/148] Compiling CryptoSwift ISO78164Padding.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
[90/148] Compiling CryptoSwift Int+Extension.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
[98/148] Compiling ArgumentParser Name.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
[99/148] Compiling ArgumentParser Parsed.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
[100/148] Compiling ArgumentParser ParsedValues.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
[101/148] Compiling ArgumentParser ParserError.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
[102/148] Compiling ArgumentParser SplitArguments.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
[103/148] Compiling ArgumentParser DumpHelpGenerator.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
[104/148] Compiling ArgumentParser HelpCommand.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
[105/148] Compiling ArgumentParser HelpGenerator.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
[106/148] Compiling ArgumentParser MessageInfo.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
[107/148] Compiling ArgumentParser UsageGenerator.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
[111/148] Compiling Gzip Data+Gzip.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/12] Write swift-version-24593BA9C3E375BF.txt
[3/86] Emitting module ArgumentParserToolInfo
[4/86] Emitting module Gzip
[5/86] Compiling CryptoSwift HMAC+Foundation.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
[6/86] Compiling CryptoSwift Rabbit+Foundation.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
[7/86] Compiling CryptoSwift String+FoundationExtension.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
[8/86] Compiling CryptoSwift Utils+Foundation.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
[9/86] Compiling CryptoSwift Generics.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
[10/86] Compiling CryptoSwift HKDF.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
[11/86] Compiling CryptoSwift HMAC.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
[12/86] Compiling CryptoSwift ISO78164Padding.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
[13/86] Compiling CryptoSwift Int+Extension.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/95] Emitting module CryptoSwift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:22:10: error: no such module 'Glibc'
20 | import Darwin
21 | #else
22 | import Glibc
| `- error: no such module 'Glibc'
23 | #endif
24 |
[15/95] Compiling Gzip Data+Gzip.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/96] 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
[17/96] 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
BUILD FAILURE 6.1 android