The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build XCLogParser, reference v0.2.43 (1f6721), with Swift 6.1 for Android on 3 Jul 2025 23:08:11 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tuist/XCLogParser.git
Reference: v0.2.43
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.43    -> FETCH_HEAD
HEAD is now at 1f67215 Fix parsing failing due to new TaskBacktrace activity log attachment
Cloned https://github.com/tuist/XCLogParser.git
Revision (git rev-parse @):
1f67215fd92aded27821151b50098de933162ba2
SUCCESS checkout https://github.com/tuist/XCLogParser.git at v0.2.43
========================================
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-4606859-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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
[1/1411] Fetching pathkit
[1300/14375] Fetching pathkit, cryptoswift
Fetching https://github.com/1024jp/GzipSwift
[3157/29883] Fetching pathkit, cryptoswift, swift-argument-parser
[5639/31440] Fetching pathkit, cryptoswift, swift-argument-parser, gzipswift
Fetched https://github.com/1024jp/GzipSwift from cache (0.51s)
[10730/29883] Fetching pathkit, cryptoswift, swift-argument-parser
Fetched https://github.com/kylef/PathKit.git from cache (3.17s)
Fetched https://github.com/apple/swift-argument-parser from cache (3.18s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (3.21s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (6.40s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.36s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.3.3 (1.52s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (1.14s)
Computing version for https://github.com/1024jp/GzipSwift
Computed https://github.com/1024jp/GzipSwift at 5.2.0 (1.08s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (0.96s)
Creating working copy for https://github.com/1024jp/GzipSwift
Working copy of https://github.com/1024jp/GzipSwift resolved at 5.2.0
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/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.6.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
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/22] Write sources
[10/22] Compiling system-zlib anchor.c
[11/22] Write swift-version-24593BA9C3E375BF.txt
[13/96] Emitting module Gzip
[14/96] Emitting module ArgumentParserToolInfo
[15/96] Compiling ArgumentParserToolInfo ToolInfo.swift
[16/97] Wrapping AST for ArgumentParserToolInfo for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/141] 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 |
[19/150] Compiling ArgumentParser ArgumentVisibility.swift
[20/150] Compiling ArgumentParser CompletionKind.swift
[21/150] Compiling ArgumentParser Errors.swift
[22/150] Compiling ArgumentParser Flag.swift
[23/150] Compiling ArgumentParser NameSpecification.swift
[24/150] Compiling ArgumentParser Option.swift
[25/156] Emitting module ArgumentParser
[26/156] Compiling ArgumentParser BashCompletionsGenerator.swift
[27/156] Compiling ArgumentParser CompletionsGenerator.swift
[28/156] Compiling ArgumentParser FishCompletionsGenerator.swift
[29/156] Compiling ArgumentParser ZshCompletionsGenerator.swift
[30/156] Compiling ArgumentParser Argument.swift
[31/156] Compiling ArgumentParser ArgumentDiscussion.swift
[32/156] Compiling ArgumentParser ArgumentHelp.swift
[33/156] Compiling CryptoSwift Poly1305.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 |
[34/156] Compiling CryptoSwift Rabbit.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 |
[35/156] Compiling CryptoSwift SHA1.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 |
[36/156] Compiling CryptoSwift SHA2.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 |
[37/156] Compiling CryptoSwift SHA3.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 |
[38/156] Compiling CryptoSwift Scrypt.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 |
[39/156] Compiling CryptoSwift SecureBytes.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 |
[40/156] Compiling CryptoSwift StreamDecryptor.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 |
[41/156] Compiling CryptoSwift StreamEncryptor.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 |
[42/156] Compiling CryptoSwift MD5.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 |
[43/156] Compiling CryptoSwift NoPadding.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 |
[44/156] Compiling CryptoSwift Operators.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 |
[45/156] Compiling CryptoSwift PBKDF1.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 |
[46/156] Compiling CryptoSwift PBKDF2.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 |
[47/156] Compiling CryptoSwift PKCS5.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 |
[48/156] Compiling CryptoSwift PKCS7.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 |
[49/156] Compiling CryptoSwift PKCS7Padding.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 |
[50/156] Compiling CryptoSwift Padding.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 |
[51/156] Compiling Gzip Data+Gzip.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[52/157] 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
[53/157] 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
[54/157] Compiling ArgumentParser ParsableCommand.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 |
[55/157] Compiling ArgumentParser ArgumentDecoder.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 |
[56/157] Compiling ArgumentParser ArgumentDefinition.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 |
[57/157] Compiling ArgumentParser ArgumentSet.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 |
[58/157] Compiling ArgumentParser CommandParser.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 |
[59/157] Compiling ArgumentParser InputKey.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 |
[60/157] Compiling ArgumentParser InputOrigin.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 |
[61/157] 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 |
[62/157] 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 |
[63/157] 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 |
/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 |
/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 |
[77/157] Compiling ArgumentParser OptionGroup.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/157] Compiling ArgumentParser AsyncParsableCommand.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/157] Compiling ArgumentParser CommandConfiguration.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 |
[80/157] Compiling ArgumentParser CommandGroup.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 |
[81/157] 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 |
[82/157] 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 |
[83/157] 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 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
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
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/13] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/87] 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
[5/87] 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